@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.5;
	/*\*/
	letter-spacing: 0.1em;
	/**/
	color: #333333; 
	background: #F4F4F4 url(../images/body_bg.jpg) left top repeat-x;
	margin: 0px; /* 上下左右の方向のマージンを0pxに指定 */
	padding: 0; /* 上下左右の方向のパディングを0に指定 */
}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 900px;
	background: #FFFFFF;
	padding-top: 140px;
}
h4 {
	font-size: 110%;
	color: #f24f00;
	background-color: #ffffff;
	border-top: 1px solid #f24f00;
	border-bottom: 1px solid #f24f00;
	margin: 0 0 5px 0; /* 下方向のマージンを5pxに指定、下方向以外は0に指定 */
	padding: 3px; /* 上下左右の方向のパディングを5pxに指定 */
	text-align:center
}
h5 {
	font-size: 150%;
	color: #f24f00;
	background-color: #ffffcc;
	border-top: 7px solid #f24f00;
	border-bottom: 3px solid #CCCCCC;
	margin: 0 0 20px 0; /* 下方向のマージンを20pxに指定、下方向以外は0に指定 */
	padding: 10px; /* 上下左右の方向のパディングを10pxに指定 */
}
h6 {
	font-size: 117%;
	color: #f24f00;
	background-color: #FFFFFF;
	border-left: 5px solid #f24f00;
	border-bottom: 1px solid #CCCCCC;
	margin: 0; /* 全方向のマージンを0に指定 */
	padding: 5px; /* 上下左右の方向のパディングを5pxに指定 */
}
h7 {
	font-size: 100%;
	color: #f24f00;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC; /* 上方向に1pxのボーダーを指定 */
}
#navigation li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC; /* 下方向に1pxのボーダーを指定 */
}
#navigation a {
	padding: 5px 0 2px 20px;
	background: #FFFFFF url(../images/pdf_icon.gif) left center no-repeat;
	display: block; /* ブロックレベル要素として表示されるように指定 */
	width: 380px !important; /* Windows Internet Explorer対策のため、ボックスの幅を指定 */
	width /**/: 380px; /* Windows Internet Explorer 5用の値を指定 */
	color: #333333; /* 文字色を指定 */
	text-decoration: none; /* リンクの下線を表示させないように指定 */
}
#navigation2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC; /* 上方向に1pxのボーダーを指定 */
}
#navigation2 li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC; /* 下方向に1pxのボーダーを指定 */
}
#navigation2 a {
	padding: 5px 0 2px 20px;
	background: #FFFFFF url(../images/pdf_icon.gif) left center no-repeat;
	display: block; /* ブロックレベル要素として表示されるように指定 */
	width: 700px !important; /* Windows Internet Explorer対策のため、ボックスの幅を指定 */
	width /**/: 700px; /* Windows Internet Explorer 5用の値を指定 */
	color: #333333; /* 文字色を指定 */
	text-decoration: none; /* リンクの下線を表示させないように指定 */
}


/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
	position: absolute;
	left: 5px;
	top: 13px;
}

#link {
	position: absolute;
	left: 400px;
	top: 70px;
}

#globalNav {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 900px;
	height: 50px;
	list-style-type: none;
	background: #FFFFFF url(../images/global_nav_bg.jpg) left top repeat-x;
}
#globalNav li {
	float: left;
	width: 150px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:50px;
	padding-top: 50px;
	background-image: url(../images/global_nav.jpg);
	color: #FFFFFF;
}

/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -150px 0; }
	#nav03 a { background-position: -300px 0; }
	#nav04 a { background-position: -450px 0; }
	#nav05 a { background-position: -600px 0; }
	#nav06 a { background-position: -750px 0; }
	
	/* 現在位置 */
	#nav01 a.stay { background-position:  0     -100px; }
	#nav02 a.stay { background-position: -150px -100px; }
	#nav03 a.stay { background-position: -300px -100px; }
	#nav04 a.stay { background-position: -450px -100px; }
	#nav05 a.stay { background-position: -600px -100px; }
	#nav06 a.stay { background-position: -750px -100px; }

	/* オンマウス */
	#nav01 a:hover { background-position:  0     -50px; }
	#nav02 a:hover { background-position: -150px -50px; }
	#nav03 a:hover { background-position: -300px -50px; }
	#nav04 a:hover { background-position: -450px -50px; }
	#nav05 a:hover { background-position: -600px -50px; }
	#nav06 a:hover { background-position: -750px -50px; }



/* メインイメージと2段組
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 50px;
	}
#about {
	float: left;
	width: 300px;
	padding-top: 20px;
}
#newsRelease {
	float: left;
	width: 500px;
	padding-top: 20px;
	padding-left: 10px;
}
#profile {
	float: left;
	width: 450px;
	padding-top: 0px;
	padding-left: 0px;
}
#profile2 {
	float: left;
	width: 800px;
	padding-top: 0px;
	padding-left: 0px;
}
#profile_right {
	float: right;
	width: 400px;
	padding-top: 0px;
	padding-left: 10px;
}
#report_left {
	float: left;
	width: 400px;
	padding-top: 0px;
	padding-left: 0px;
}
#report_right {
	float: left;
	width: 400px;
	padding-top: 0px;
	padding-left: 10px;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background: #FFFFFF;
	padding-bottom: 30px;
}

/* 本文のレイアウト
---------------------------------------------*/

#newsRelease dl {
	margin: 16px 18px 0 18px;
}
#newsRelease dl dt {
	font-size: 100%;
	color: #666666;
	margin-top: 10px;
}
#about .section {
	margin: 16px 18px 0 0px;
}
#about .section p {
	margin: 10px 0;
}
