@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	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: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 800px;
    margin:auto; 0;
	background: #FFFFFF;
}
#masthead{
     width:auto;
	 height:36px;
	 background-color:#e9e9e9;
	 margin-left:0px;
	 margin-right:0px;
	 border-top:solid 5px #999;	
     }

/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
	position: absolute;
	left: 256px;
	top: 21px;
}
#globalNav {
	list-style-type: none;
	margin-top: 73px;
	background: #000000 url(../images/global_nav_bg.gif) left top repeat-x;
}
#globalNav li {
	display: inline;
}
#globalNav li a {
	color: #FFFFFF;
}

/*		------	Basic Menu Style	------		*/

.menu{position:absolute;
	 top:5px;
     padding-left:237px;
     height:33px}

.menu a	{display:block;
	 text-align:center;
	 text-decoration:none;font-family: Arial, Helvetica, sans-serif;font-size:11px;
	 color:#fff;
	 background: url(images/menu01.gif);
	 width:85px;
	 line-height:20px}

.menu a:hover {display:block;
	 text-align:center;
	 text-decoration:none;font-family: Arial, Helvetica, sans-serif;font-size:11px;
	 color:#fff;
	 background: url(images/menu02.gif);
	 width:85px;
	 line-height:20px}

}
/* メインイメージと2段組
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url(../images/content_bg.gif) left top repeat-y;
	padding-bottom: 30px;
}
#content2 {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
    height: 100%;
	background: #FFFFFF url(../images/content_bg2.gif) left top repeat-y;
	padding-bottom: 30px;
}
#about {
	float: left;
	width: 493px;
}
#about2 {
	float: left;
	width: 800px;
}
#newsRelease {
	float: left;
	width: 305px;
	padding-left: 1px;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background: #006ad5;
}

/* 本文のレイアウト
---------------------------------------------*/
#about h3, #newsRelease h3 {
	color: #FFFFFF;
	background: #3452B2 url(../images/title_bg.gif) left top repeat-x;
}
#about2 h3, #newsRelease h3 {
	color: #FFFFFF;
	background: #3452B2 url(../images/title_bg.gif) left top repeat-x;
}
#about .section {
	margin: 16px 5px 0 18px;
	border-bottom: 1px solid #ccc;
}
#about .section p {
	margin: 10px 0;
}
#about2 .section2 {
	margin: 16px 5px 0 18px;
}
#about .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;
}
/* List
---------------------------------------------*/

	/* Common
	---------------------------------------------*/
	#primary .list,#secondary .list {
		margin-bottom: 20px;
	}
	#primary .list li,#secondary .list li {
		margin: 5px 0 0 15px;
		padding-left: 15px;
	
		border-bottom: 1px solid #CCCCCC;
	}
	
	/* Headings
	---------------------------------------------*/
	#primary .list h2 {
		padding: 3px 10px;
		background-color: #F3F3F3;
		border-left: 5px solid #2D78BF;
		border-bottom: 1px solid #CCCCCC;
	}
	#secondary .list h2 {
		padding: 3px 15px;
		color: #FFFFFF;
		background-color: #2D78BF;
}
.affiliates{
border-style:solid;
border-color:#005bae;
border-width:1px;
border-collapse:collapse;
margin-top:0px;
padding:10px;
margin:10px;
font-size:12px;
}

.affiliates td{
border-style:solid;
border-color:#005bae;
border-width:1px;
padding:10px;
margin:5px;
}
.affiliates table, affiliates table td{
border-style:solid;
border-color:#cccccc;
border-width:1px;
border-collapse:collapse;

}

/* サイトマップ
---------------------------------------------*/
.subtitle{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
background-color:#e5e5e5;
padding:5px;
margin:15px;
}

.sub{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
list-style-image:url(../images/contact/img_sitemap.gif);
line-height:1.4em;
padding:10px;
margin:24px;
}

.subtitle a:link, sub a:link{
text-decoration:none;
}

.subtitle a:visited, sub a:visited{
text-decoration:none;
}

.subtitle a:visited{
color:#333333;
}

.subtitle a:link{
text-decoration:none;
color:#333333;
}

.subtitle a:hover{
text-decoration:none;
color:#CC0000;
}

.sub a:hover{
text-decoration:none;
}
