@charset "utf-8";
body{
	width: 720px;
	margin:0 auto;
}

#kanri 
{
	/* border-left:3px solid #F46B22; */
}

/* - - - - - - - - - - - - - - - - - */
/* header */
/* - - - - - - - - - - - - - - - - - */
#header{
	background:url(../images/header.gif) left top no-repeat;
	height:68px;
}
#header #title{
	padding:10px 0 0 15px;
	margin:0;
}
#header #globalMenu{
	text-align:right;
	margin-right:1em;
	display:block;
	margin-top:-1em;
	font-size:small;
}

/* - - - - - - - - - - - - - - - - - */
/* contents */
/* - - - - - - - - - - - - - - - - - */
#contents #mainMenu{
	margin-top:1em;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:17px;
	background:url(../images/top/selectBack03.gif) left bottom no-repeat;
}
#contents #mainMenu h2{
	background:url(../images/top/selectBack01.gif) left top no-repeat;
	height:49px;
	text-indent:-9999px;
}
#contents #mainMenu dl{
	background:url(../images/top/selectBack02.gif) left top repeat-y;
	padding:0 20px;
	padding-bottom:0;
	zoom:100%;
}
#contents #mainMenu dt{
	float:left;
	clear:left;
	padding-bottom:0;
	display:inline;
}
#contents #mainMenu dd{
	display:inline;
	background:#d4ecf3 url(../images/top/back03.gif) left center no-repeat;
	padding:0;
	margin:0 0 1.5em;
	width:500px;
	height:80px;
	font-size:90%;
	line-height:1.5;
	float:left;
	margin-top:2px;
}
#contents #mainMenu dd p{
	padding-top:1em;
	padding-left:50px;
	padding-right:10px;
}

#contents #caution{
	clear:both;
	width:700px;
	margin:1em auto;
	background:url(../images/top/cautionBack03.gif) left bottom no-repeat;
	padding-bottom:13px;
	font-size:90%;
}
#contents #caution h3{
	background:url(../images/top/cautionBack01.gif) left top no-repeat;
	padding-top:13px;
	padding-left:10px;
	font-weight:bold;
}
#contents #caution ol{
	background:url(../images/top/cautionBack02.gif) left top repeat;
	padding:0.5em 20px 0 3em;
}
#contents #caution ol li{
	padding-bottom:0.5em;
	line-height:1.5;
}
#contents #mainMenu .marginBottom0{ margin-bottom:0; }

#contents #mainMenu a{
	height:80px;
	width:154px;
	display:block;
}

#contents #mainMenu #sotenBt{ background:url(../images/top/topBt1_2.gif) left top no-repeat; }
#contents #mainMenu #keywordBt{ background:url(../images/top/topBt2_2.gif) left top no-repeat; }

#contents #mainMenu a:hover{ background-color:transparent; }
#contents #mainMenu a:hover img{ visibility:hidden; }
/* - - - - - - - - - - - - - - - - - */
/* footer */
/* - - - - - - - - - - - - - - - - - */
#footer{
	background:url(../images/top/back02.gif) left bottom no-repeat;
	height:45px;
}
#footer p{
	font-size:small;
	text-align:right;
	margin-right:20px;
	margin-bottom:0;
	padding-top:15px;
	font-weight:bold;
}

/* - - - - - - - - - - - - - - - - - */
/* clearfix */
/* - - - - - - - - - - - - - - - - - */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { in-height: 1px; }
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* - - - - - - - - - - - - - - - - - */
/* share */
/* - - - - - - - - - - - - - - - - - */
.marginBottom1em{ margin-bottom:1em; }
