@charset "Shift_JIS";

/* formatting style
------------------------------*/
* {
font-family:verdana,"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #cccccc;
	background-color: #111118;
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 9pt;
	line-height: 1.6;
}
/* link style
--------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #00ffff;
	text-decoration: none;
}
a:visited {
	color: #00ffff;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #eeeeee;
}
a:active {
	color: #00ff00;
	text-decoration: none;
	position: relative;
}

/* basic layout
------------------------------*/
#wrapper {
	width: 900px;
	margin: 0px auto;
}

/* header style
--------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #666666;
	height: 22px;
	background-color: #000000;
}
#header ul {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
#header ul li {
	list-style-type: none;
	display:block;
	margin-right: 0px;
	float: left;
	margin-left: 0px;
}
#header ul li a {
	margin-right: 20px;
	margin-left: 20px;
}
#top #header #nTop a,
#gallery #header #nGallery a,
#about #header #nAbout a,
#blog #header #nBlog a,
#contact #header #nContact a,
#link #header #nLink a {
	color: #666666;
}

/* sidebar layout
------------------------------*/
#sidebar {
	float: left;
	width: 245px;
	padding-top: 16px;
	padding-bottom: 15px;
	padding-left: 6px;
	clear: both;
	height: 600px;
	background-image: url(image/menu-logo.gif);
	background-repeat: no-repeat;
	border-left: 1px solid #666666;
	font-size: 9px;
	line-height: 14px;
}
#sidebar #spec {
	margin-top: 490px;
	margin-left: 10px;
}
#sidebar #menu {
	position: absolute;
	top: 604px;
}

/* main layout
------------------------------*/
#main {
	float: right;
	width: 630px;
	margin-bottom: 0px;
}
#main .title {
	width: 630px;
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
}
#main .title2 {
	width: 630px;
	float: left;
	margin-top: 20px;
	margin-bottom: 4px;
	font-size: 10px;
}
#main .link {
	width: 630px;
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
}
#main h4 {
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 1px;
	margin-bottom: 5px;
	margin-top: 10px;
}
#main h5 {
	font-weight: bold;
	color: #FF00FF;
	font-size: 12px;
	line-height: 14px;
	padding-top: 4px;
}
#main h6 {
	padding-bottom: 22px;
}
#main h7 {
	margin-top: 40px;
}
#main img   {
	margin-top: 6px;
}

#main .left {
	width: 300px;
	padding-right: 30px;
	float: left;
}
#main .right {
	width: 300px;
	float: right;
}
#main .right2 {
	width: 300px;
	float: right;
	margin-top: 40px;
}
#main .right3 {
	width: 300px;
	float: right;
	margin-top: 7px;
}
#main .right4 {
	width: 300px;
	float: right;
	margin-top: 18px;
}
#main .triple00 {
	width: 630px;
	margin-bottom: 4px;
	float: left;
}
#main .triple01 {
	width: 200px;
	padding-right: 15px;
	float: left;
	clear: right;
}
#main .triple02 {
	width: 200px;
	float: right;
	clear: right;
}
#main .triple03 {
	width: 280px;
	float: right;
	clear: right;
}
#main .triple04 {
	width: 180px;
	float: right;
	clear: right;
}
#main .triple05 {
	width: 430px;
	padding-right: 15px;
	float: left;
	clear: right;
}
#main  p  {
	font-size: 9px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#main .link img {
	margin-right: 10px;
	margin-bottom: 2px;
}
#main .link h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 1px;
	margin-bottom: 6px;
	margin-top: 20px;
}
table#Foam/* contact style
--------------------------------------------*/
 {
	width: 610px;
	border-collapse: collapse;
	float: left;
	margin-top: 4px;
	margin-bottom: 6px;
	border-top: 2px solid #555555;
	margin-left: 10px;
}
table#Foam  th {
	padding: 6px 4px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #555555;
	width: 120px;
}
table#Foam  td {
	text-align: left;
	border-bottom: 2px solid #555555;
	padding-top: 6px;
	padding-bottom: 6px;
}
