/*  レイアウト設定CSS */

/*

	1. 共通設定
	2. ヘッダー
	3. コンテンツ
	4. フッター
	5. グローバルメニュー

*/


/* *************************************************
   1. 共通設定設定
************************************************* */
* { margin: 0;}

html,body {
	height: 100%;
}

img { border: 0;}

h2 { margin: 0 0 16px; padding: 0;}
h3,h4 { margin: 0 0 8px;}
th,td { line-height: 20px;}
th a,td a { line-height: 20px;}

input { margin: 2px 0; letter-spacing: 0;}
li { line-height: 18px;}
ul.list { padding-left: 14px; list-style-type: disc;}
ul.nopoint { list-style-type: none; padding-left: 0;}
.clear { clear: both;}

.taRight{ text-align: right;}
.taCenter{ text-align: center;}
.taCenter img{ margin: 0 auto;}
.floatL{ float: left;}
.floatR{ float: right;}

.mg10{ margin-bottom: 10px;}
.mg20{ margin-bottom: 20px;}
.mg40{ margin-bottom: 40px;}
.mg60{ margin-bottom: 60px;}
.mg200{ margin-bottom: 200px;}
.mgt30{ margin-top: 30px;}
.mgt40{ margin-top: 40px;}
.toppd8{ padding-top: 8px;}
.fm45  { width: 45px;}
.fm65  { width: 65px;}
.fm150 { width: 150px;}
.fm220 { width: 220px;}
.fm300 { width: 300px;}
.fm400 { width: 400px;}

.yIcon {
	background: url(../images/common/icon_square_y.jpg) left top no-repeat;
	padding-left: 22px;
	padding-top: 1px;
}

.bIcon {
	background: url(../images/common/icon_square_b.jpg) left top no-repeat;
	background-position: 0 3px;
	padding-left: 22px;
	padding-top: 1px;
}

.ylIcon {
	background: url(../images/common/icon_square_y.jpg) left top no-repeat;
	background-position: 0 3px;
	padding-left: 22px;
	padding-top: 1px;
}

.ylBox {
	background: #FEF9C3;
	padding: 10px;
}


body {
	text-align: center;
	background-color:#D1D1D1;
	/*background:url(../images/common/bg_body.gif) repeat-x #D1D1D1;*/
}

#container {
	position: relative;
	height: 100%;
	min-height: 100%;
	width: 800px;
	text-align: left;
	margin: 0 auto;
}

body > #container {
	height: auto;
}

#sideBannerArea {
	text-align: center;
	padding-top: 18px;
	border-top: #ACACAC solid 1px;
}

#sideBannerArea img {
	margin: 0 auto;
	margin-bottom: 10px;
}

/* *************************************************
   2. ヘッダー
************************************************* */
#header {
	height:128px;
	width: 800px;
	background: #D1D1D1;
	padding-top: 10px;
}

#header table#hTbl {
	background: url(../images/common/logo.jpg) no-repeat top left;
	height:80px;
	margin-top: 2px;
}

#header span#logo a {
	float:left;
	text-indent:-9999px;
	width:250px;
	height:70px;
}

#header table#hTbl td table {
	margin-bottom: 10px;
}

#header table#hTbl td table th,#header table#hTbl td table td {
	line-height: 0;
}

/* *************************************************
   3. コンテンツ
************************************************* */
#container {
	background: #ffffff;
	padding-bottom: 100px;
}

#contents {
	height: auto;
}

#contentOne {
	width: 760px;
	margin: 20px 20px 0;
}

#contentOne h3{
	margin: 0 20px 16px;
}

#contentOne h4{
	margin: 0 20px 8px;
}

#contentOne p,#contentOne ul{
	margin-top: 0;
	margin-left: 20px;
	margin-right: 20px;
}

#content {
	width: 560px;
	float: right;
	display:inline;
	margin: 20px 20px 0 0;
}

#content #photo {
	float: right;
	width: 148px;
	display: inline;
	margin: 0 0 20px 20px;
}

#content dl.dataLib,#content dl.dataLibEn {
	display: inline;
	margin-right: 12px;
	margin-bottom: 40px;
}

#content dl.dataLib dt,#content dl.dataLibEn dt {
	text-align: right;
}

#content dl.dataLibEn dt.ht54 {
	height: 54px;
}

#content dl.dataLib dd td,#content dl.dataLibEn dd td {
	text-align: center;
	width: 70px;
}

#newsLink {
	text-align: center;
	margin-bottom: 12px;
}

#side {
	width: 180px;
	float: left;
	display:inline;
	margin: 20px 0 0 20px;
	letter-spacing: 0;
}

#side dl {
	background: url(../images/sub/side_menu_foot.jpg) no-repeat bottom;
	padding-bottom: 8px;
}

#side dt {
	height: 39px;
}

#side dl dd{
	background: url(../images/sub/side_menu_bg.jpg) no-repeat left bottom;
	padding-bottom: 1px;
}

#side dl dd p{
	padding: 10px;
}


#side dl dd a {
	color:#666666;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/sub/side_menu_off.jpg) no-repeat left center;
	width: 140px;
	padding:6px 30px 8px 10px;
	display:block;
}

#side dl dd a:hover {
	color:#BD0D0D;
	background: url(../images/sub/side_menu_on.jpg) no-repeat left center;
}

#side dl dd a.menuAct {
	color:#BD0D0D;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/sub/side_menu_on.jpg) no-repeat left center;
	width: 140px;
	padding:6px 30px 8px 10px;
	display:block;
}

table.tblA {
	border-top: #DDDDDD 1px solid;
}

table.tblA th {
	padding-left: 4px;
	vertical-align: top;
	text-align:left;
}

table.tblA th {
	padding: 12px 0 0;
}

table.tblA td {
	padding: 8px 0 12px;
	border-bottom: #DDDDDD 1px solid;
}

table.tblA td.dbl {
	padding: 18px 0 22px;
}

table.tblB {
	border-top: #BBBBBB solid 1px;
}

table.tblB th {
	background-color: #FFCF2D;
	font-weight: normal;
	text-align: center;
	border-bottom: #BBBBBB solid 1px;
}

table.tblC th {
	background-color: #EDF3F3;
	padding-left: 4px;
	border-bottom: #BBBBBB solid 1px;
}

table.tblC td {
	padding-left: 4px;
	border-bottom: #BBBBBB solid 1px;
}

table.tblB tr.sat { background-color: #DAE2EF; }
table.tblB tr.sun { background-color: #EDD7D9; }
table.tblB td { padding-left: 10px; border-bottom: #BBBBBB solid 1px; vertical-align: top; }
table.tblB td.cent { text-align: center; padding-left: 0; }

.bannerArea { text-align: center; margin: 20px 0}
.bannerArea img { margin: 0 auto;}

#contentOne ul.sitemap{
	width: 300px;
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0 0 0 40px;
	float: left;
}

#contentOne ul.sitemap li{
	background: url(../images/common/icon_square_g.jpg) left top no-repeat;
	background-position: 0 4px;
	padding-left: 20px;
	margin-bottom: 12px;
}

#contentOne ul.sitemap li.kolistP{
	background: none;
	padding-left: 30px;
}

#contentOne ul.sitemap li.kolist{
	background: none;
	padding-left: 40px;
}

#contentOne ul.sitemap li.othlist{
	background: url(../images/common/icon_square_y.jpg) left top no-repeat;
	background-position: 0 4px;
}

ul.iconYList {
	list-style-type: none;
	padding: 0;
}

ul.iconYList li {
	background: url(../images/common/border_gray.gif) bottom repeat-x;
	padding: 2px 0 10px;
}

ul.iconYList li a {
	padding-left: 22px;
	display: block;
}

#lForm{
	width:360px;
	margin: 10px 0 20px 100px;
}

#lForm th{
	width:90px;
	padding: 8px 0;
	font-weight: normal;
}

#lForm td{
	padding: 4px 0;
}

dl.albImg{
	margin-right: 20px;
	height: 130px;
	margin-top: 10px;
}

dl.albImgb{
	margin-right: 20px;
	height: 100px;
	margin-top: 10px;
}

/* *************************************************
   4. フッター
************************************************* */
#footer {
	width: 800px;
	text-align: center;
	padding: 0 0 20px;
	position: absolute;
	bottom: 0px;
	background: #FFFFFF;
}

#footer #copy img { margin: 18px auto 0;}


/* *************************************************
   5. グローバルメニュー
************************************************* */
#nav {
	background: url(../images/common/bg_gm.jpg) no-repeat top left;
	height: 46px;
}

#nav ul{
	list-style-type:none;
	padding: 3px 0 4px;
	height: 40px;
}

#nav li{
	float:left;
	margin-left: 2px;
	display: inline;
}

#nav li a{
	display:block;
	height: 40px;
	text-indent: -9999px;
}

#nav li#gm01,#nav li#gm01Act{
	width: 130px;
}

#nav li#gm02,#nav li#gm02Act,
#nav li#gm03,#nav li#gm03Act,
#nav li#gm04,#nav li#gm04Act,
#nav li#gm06,#nav li#gm06Act{
	width: 131px;
}

#nav li#gm05,#nav li#gm05Act{
	width: 132px;
}

#nav li#gm01 a{
	background: url(../images/common/gm01.jpg) no-repeat top left;
	width: 130px;
}
#nav li#gm01 a:hover,#nav li#gm01Act a,#nav li#gm01Act a:hover{
	background: url(../images/common/gm01act.jpg) no-repeat top left;
}

#nav li#gm02 a{
	background: url(../images/common/gm02.jpg) no-repeat top left;
	width: 131px;
	text-indent: -9999px;
}
#nav li#gm02 a:hover,#nav li#gm02Act a,#nav li#gm02Act a:hover{
	background: url(../images/common/gm02act.jpg) no-repeat top left;
}

#nav li#gm03 a{
	background: url(../images/common/gm03.jpg) no-repeat top left;
	width: 131px;
	text-indent: -9999px;
}
#nav li#gm03 a:hover,#nav li#gm03Act a,#nav li#gm03Act a:hover{
	background: url(../images/common/gm03act.jpg) no-repeat top left;
}

#nav li#gm04 a{
	background: url(../images/common/gm04.jpg) no-repeat top left;
	width: 131px;
	text-indent: -9999px;
}
#nav li#gm04 a:hover,#nav li#gm04Act a,#nav li#gm04Act a:hover{
	background: url(../images/common/gm04act.jpg) no-repeat top left;
}

#nav li#gm05 a{
	background: url(../images/common/gm05.jpg) no-repeat top left;
	width: 132px;
	text-indent: -9999px;
}
#nav li#gm05 a:hover,#nav li#gm05Act a,#nav li#gm05Act a:hover{
	background: url(../images/common/gm05act.jpg) no-repeat top left;
}

#nav li#gm06 a{
	background: url(../images/common/gm06.jpg) no-repeat top left;
	width: 131px;
	text-indent: -9999px;
}
#nav li#gm06 a:hover,#nav li#gm06Act a,#nav li#gm06Act a:hover{
	background: url(../images/common/gm06act.jpg) no-repeat top left;
}
