@charset "utf-8";
/* for mse common layout コモン */
/* All Layout Reset ------------------------------*/
/* form for IE6 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,p,form,img {
	margin: 0;
	padding: 0;
	font-family: Verdana ,sans-serif;
}
h1,h2,h3,h4,ul,li,p,address {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
img {
	border: 0;
	vertical-align: bottom;
}
a {
	text-decoration: none;
}
/* links -----------------------------------------*/
a:link,
a:visited,
a:active {
	color: #0000ff;
	font-weight: normal;
}
a:hover {
	color: #ff2835;
	text-decoration: underline;
}
/* body ------------------------------------------ */
body {
	font-size: 80%;
	letter-spacing: 0.1em;
	color: #000000;/* text black */
	background: url(../image/blackbg.gif ) repeat;/* ダーク */
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	margin: auto;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear :both;
	visibility: hidden;
}
.clear {
	display: inline-table;
}
/* MacIE begin \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* MacIE end */
/*--- wrapper 外枠 -------------------------------*/
#wrapper {
	width: 800px;
	height: auto;
	margin: auto;/* IE6は左寄せになる */
	text-align: center;
}
/*--- nojava -------------------------------------*/
#nojava {
	clear: both;
	width: 460px;
	margin: 20px auto;
	padding: 10px;
	text-align: left;
	background: #add8e6;
}
/*--- contents コンテンツ表示部 ------------------*/
#contents{
	margin: 10px 0 10px 0;/* ヘッダ上、フッタ下のマージン10px */
}
/*--- header ヘッダ ------------------------------*/
#header {
	height: 150px;/* ヘッダ確保 */
	background: url("../image/nac20090531.jpg") no-repeat left top;
}
/*--- nac title Nakanihon Automotive College -----*/
#header .nactitle {
	float: left;/* 左寄せ */
	margin: 5px 0 0 0;/* 上の空き */
	padding-left: 250px;/* タイトル左端から */
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
/*--- change character size 文字サイズ変更 -------*/
#header .changesize {
	float: right;/* 右寄せ */
	width: 170px;
	height: 25px;
	padding: 5px 0 0 0;
}
#header .changesize li{
	float: left;
	list-style-type: none;
	padding: 3px 0 3px 8px;
}
#header .changesize ul li.textX{
	display: block;
	width: 58pt;
	height: 24pt;
	line-height: 0px;/*文字サイズ変更で位置がずれないように*/
}
#header .changesize ul li.textS a {
	display: block;
	width: 12pt;
	height: 12pt;
}
#header .changesize ul li.textM a {
	display: block;
	width: 14pt;
	height: 14pt;
}
#header .changesize ul li.textL a {
	display: block;
	width: 15pt;
	height: 15pt;
}
#header .changesize ul li a span {
	display: none;
}
#header .changesize ul li.textS a:link,
#header .changesize ul li.textS a:visited {
	background: url(../image/t_small.gif) repeat left top;
}
#header .changesize ul li.textS a:hover,
#header .changesize ul li.textS a:active {
	background: url(../image/t_small_o.gif) repeat left top;
}
#header .changesize ul li.textM a:link,
#header .changesize ul li.textM a:visited {
	background: url(../image/t_medium.gif) repeat left top;
}
#header .changesize ul li.textM a:hover,
#header .changesize ul li.textM a:active {
	background: url(../image/t_medium_o.gif) repeat left top;
}
#header .changesize ul li.textL a:link,
#header .changesize ul li.textL a:visited {
	background: url(../image/t_large.gif) repeat left top;
}
#header .changesize ul li.textL a:hover,
#header .changesize ul li.textL a:active {
	background: url(../image/t_large_o.gif) repeat left top;
}
/*--- NAC Motor Sport Engineering ---------*/
#header .msetitle {/* IE6ではpng背景が透過できない */
	clear: both;
	float: right;
	margin-top: 14px;
	margin-right: 20px;
}
/*--- header navi site mapとNAC top ---------------*/
#header .headnavi {
	width: 100%;
	float: right;
	margin-top: 16px;
	margin-right: 0px;
}
#header .headnavi ul {
	float: right;
}
#header .headnavi ul li{
	list-style: none;
	padding: 0px 10px 0px 15px;
	background: url(../image/list1.gif ) no-repeat left;
	font-size: 10pt;
	float: left;
}
#header .headnavi a:link,
#header .headnavi a:visited,
#header .headnavi a:active {
	color: #ffffff;
	font-weight: normal;
}
#header .headnavi a:hover {
	color: #ff2835;
	text-decoration: underline;
}
/*--- tabmenu タブメニュー ------------------------*/
#tabmenu {
	font-size: 11px;/* original 93% */
	line-height: normal;
background: #999999;
}
#tabmenu ul {
	margin: 0;
	padding: 1px 10px 0px 90px;/* タブ本体の位置調整 */
	list-style: none;
}
#tabmenu li {
	display: inline;
	margin: 0;
	padding: 0;
}
#tabmenu a {
	float: left;
	background: url("../image/tableftE.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 2px;
	text-decoration: none;
}
#tabmenu a span {
	float: left;
	display: block;
	background: url("../image/tabrightE.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #ffffff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabmenu a span {float:none;}
/* End IE5-Mac hack */
#tabmenu a: hover span {
	color:#ffffff;
}
#tabmenu a: hover {/* 選択タブ */
	background-position: 0% -42px;
}
#tabmenu a:hover span {
	background-position: 100% -42px;
}
#tabmenu #current a {/* カレントタブ */
	background-position: 0% -42px;
}
#tabmenu #current a span {
	background-position: 100% -42px;
}
/*--- mainconte 中央コンテンツ部分 ---------------*/
#mainconte {
	background: url(../image/looseleaf.gif ) repeat;
	border-right: 10px solid #c60000;/* 右端の赤 */
	border-top: 23px solid #c60000;/* タブボタン高さの背景赤 */
	border-bottom: 10px solid #c60000;/* 下端の赤 */
	color: #000000;
	text-align: left;
	padding: 20px 20px 35px 60px;/* text area */
}
/*--- コンテンツが少なく、ページの長さが
　　　足らないときに各CSSで追加 ---*/
/*--- mainconte redefinition ---------------------*/
/*#mainconte {
	height: 800px;
}*/
/*--- footer フッタ ------------------------------*/
#footer {
	background: #c60000;
	font-size: 11px;
	color: #ffffff;
	padding: 10px 0px 20px 0px;
}
/*--- footer 住所   ------------------------------*/
#footer .address {
	text-align: center;
}
/*--- footer 著作権 ------------------------------*/
#footer .copyright {
	padding: 5px 0 0 0;
	text-align: center;
	font-style: italic;
}
/*--- to pagetop ページ先頭へ --------------------*/
.to_top {
	clear: both;
	float: right;
	margin: 10px 0 10px 0;
	background: url(../image/list1.gif ) no-repeat left;
	text-indent: 18px;
	font-size: 11px;/* 固定 */

}

