@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	position: relative;
	min-width: 741px;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #F4F4F4 url(../images/body_bg.gif) left top repeat-x;
}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
th {
	vertical-align:middle;
	padding:5px;
}
tr {
	padding:5px;
}
td {
	padding:5px;
}
#wrapper {
	margin: 0 0 0 -370px;
	width: 741px;
	height:auto;
	left: 50%;
	position: absolute;
	background: #FFFFFF;
	padding-top: 106px;
}

/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
	position: absolute;
	left: 12px;
	top: 12px;
}
#globalNav {
	position: absolute;
	top: 73px;
	left: 0;
	width: 741px;
	height: 33px;
	list-style-type: none;
	background: #000000 url(../images/global_nav_bg.gif) left top repeat-x;
}
#globalNav li {
	float: left;
	width: 94px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:33px;
	padding-top: 33px;
	background-image: url(../images/global_navi.gif);
	color: #FFFFFF;
}

/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -94px  0; }
	#nav03 a { background-position: -188px 0; }
	#nav04 a { background-position: -282px 0; }
	#nav05 a { background-position: -376px 0; }
	#nav06 a { background-position: -470px 0; }
	#nav07 a { background-position: -564px 0; }
	
	/* 現在位置 */
	#nav01 a.stay { background-position:  0     -66px; }
	#nav02 a.stay { background-position: -94px  -66px; }
	#nav03 a.stay { background-position: -188px -66px; }
	#nav04 a.stay { background-position: -282px -66px; }
	#nav05 a.stay { background-position: -376px -66px; }
	#nav06 a.stay { background-position: -470px -66px; }
	#nav07 a.stay { background-position: -564px -66px; }

	/* オンマウス */
	#nav01 a:hover { background-position:  0     -33px; }
	#nav02 a:hover { background-position: -94px  -33px; }
	#nav03 a:hover { background-position: -188px -33px; }
	#nav04 a:hover { background-position: -282px -33px; }
	#nav05 a:hover { background-position: -376px -33px; }
	#nav06 a:hover { background-position: -470px -33px; }
	#nav07 a:hover { background-position: -564px -33px; }



/* メインイメージと2段組
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url(../images/content_bg.gif) left top repeat-y;
	padding-bottom: 30px;
}
#single {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url(../images/single_bg.gif) left top repeat-y;
	padding-bottom: 30px;
}
#double {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url(../images/twin_bg.gif) left top repeat-y;
	padding-bottom: 30px;
}
#leftmenu {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url(../images/lmenu_bg.gif) left top repeat-y;
	padding-bottom: 30px;
}
#about {
	float: left;
	width: 493px;
}
#newsRelease {
	float: left;
	width: 246px;
	padding-left: 1px;
}
#main {
	float: left;
	width: 741px;
	padding-top:15px;
	background:  url(../images/main_bg.gif) left top repeat-x;
}
#mainup {
	float: left;
	width: 741px;
}
#twinleft {
	float: left;
	width: 370px;
	padding-top:15px;
	background:  url(../images/main_bg.gif) left top repeat-x;
}
#twinright {
	float: left;
	width: 370px;
	padding-top:15px;
	padding-left: 1px;
	background:  url(../images/main_bg.gif) left top repeat-x;
}
#lmenu {
	float: left;
	width: 200px;
	height:auto;
}
#rcont {
	float: left;
	width: 540px;
	padding-left: 1px;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background: #333333;
}

/* 本文のレイアウト
---------------------------------------------*/
#about h1, #newsRelease h1, #main h1, #mainup h1, #twinleft h1, #twinright h1, #lmenu h1, #rcont h1 {
	color: #FFFFFF;
	background: #3452B2 url(../images/title_bg4.gif) left top repeat-x;
}
#about h2, #newsRelease h2, #main h2, #mainup h2, #twinleft h2, #twinright h2, #lmenu h2, #rcont h2 {
	color: #FFFFFF;
	vertical-align: bottom;
	background-color: #3452B2;
	background-image: url(../images/title_bg2.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
#about h3, #newsRelease h3, #main h3, #mainup h3, #twinleft h3, #twinright h3, #lmenu h2, #rcont h2 {
	color: #FFFFFF;
	background: #3452B2 url(../images/title_bg.gif) left top repeat-x;
}
#about h4, #newsRelease h4, #main h4, #mainup h4, #twinleft h4, #twinright h4, #lmenu h4, #rcont h4 {
	position: static;
	font-size: 110%;
	border-style: solid;
	border-width: 0px 0px 0px 5px;
	border-color: #cc0000;
	padding: 1px 0px 1px 5px;
}
#about h5, #newsRelease h5, #main h5, #mainup h5, #twinleft h5, #twinright h5, #lmenu h5, #rcont h5 {
	color: #FFFFFF;
	background: url(../images/title_bg3.gif) left top repeat-x;
}
#about .section {
	margin: 16px 18px 0 18px;
	border-bottom: 1px solid #ccc;
}
#about .section p {
	margin: 10px 0;
}
#about .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#main .section {
	margin: 16px 18px 9px 18px;
	border-bottom: 1px solid #ccc;
}
#main .section p {
	margin: 10px 0;
}
#main .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#mainup .section {
	margin: 16px 18px 9px 18px;
	border-bottom: 1px solid #ccc;
}
#mainup .section p {
	margin: 10px 0;
}
#mainup .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#twinleft .section {
	margin: 16px 18px 9px 18px;
	border-bottom: 1px solid #ccc;
}
#twinleft .section p {
	margin: 10px 0;
}
#twinleft .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#twinright .section {
	margin: 16px 18px 9px 18px;
	border-bottom: 1px solid #ccc;
}
#twinright .section p {
	margin: 10px 0;
}
#twinright .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#rcont .section {
	margin: 16px 18px 0 18px;
	border-bottom: 1px solid #ccc;
}
#rcont .section p {
	margin: 10px 0;
}
#rcont .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#newsRelease dl {
	margin: 16px 18px 0 18px;
}
#newsRelease dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}
#lmenu dl {
	margin: 16px 18px 0 18px;
}
#lmenu dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}
.section li {
	margin-left: 2em;

}

#tak_menu{
	margin: 5px;
	padding: 5px;
	width: 178px;
}

#tak_menu li{
	margin-top: 1px;
	list-style-type: none;				
	clear: both;
	display: block;	
	overflow: auto;
}
	
#tak_menu li a{
	color: #333333;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 1px;
	font-size: 80%;
	float: left;
	background-color: #F1F1F1;
	padding-left: 8px;
	line-height: 25px;
}

#tak_menu li div{
	float: left;
}
#main .section2{
	font:normal 12px/19px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	margin:10px 0 10px 0;
	padding:0;
}
#main .section2 ul{
	font:bold 13px/19px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	width:520px;
	margin-bottom:15px;
}
#main .section2 ul li{
	float:left;
	display:block;
	height:20px;
	width:650px;
	padding:1px 0 0 0;
}
#main .section2 ul li a{
	padding:0 0 0 18px;
	color:#063;
	background-color:#fff;
	text-decoration:none;
	margin:0;
	display:block;
	font-weight: bold;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
#main .section2 ul li a:hover{
	color:#A60303;
	background-color:#ECECEC;
}

#main .section3{
	font:normal 12px/19px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	margin:10px 0 10px 0;
	padding:0;
}
#main .section3 ul{
	font:bold 13px/19px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	width:520px;
	margin-bottom:15px;
}
#main .section3 ul li{
	float:left;
	display:block;
	height:20px;
	width:650px;
	padding:1px 0 0 0;
}
#main .section3 ul li a{
	padding:0 0 0 18px;
	color:#063;
	background-color:#fff;
	text-decoration:none;
	margin:0;
	display:block;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0 4px;
}
#main .section3 ul li a:hover{
	color:#A60303;
	background-color:#ECECEC;
}
