@charset "utf-8";


/* 
body
	-wrapper
		-header
			-headerlogo
			-headerassist
		-globalmenu
		-header_img
		-pan
		-contener
			-contents
			-sidearea
			-sidearea-3カラムの場合
	-footer
*/


/* body設定 */


/*高さ100％の場合

html,body{
height: 100%;
}

*/

body {
	text-align: center;
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-x;
}


/* wrapperID設定 */
#wrapper {
	width: 800px;
	margin: 0px auto 0px;
	text-align: left;
	position: relative;
}




/* headerID設定 */
#header {
	width: 800px;
	height: 107px;
	background-color: #F0F0F0;
	background-image: url(../image/header_bg.gif);
	background-repeat: no-repeat;
}

/* headerlogoID設定 */

#headerlogo {
	padding-top: 3px;
	float: left;
	padding-left: 10px;
}

/* headerassistID設定 */
#headerassist {
	float: right;
	width: 320px;
	padding-top: 0px;
}
.headerassist_bottan {
	margin-top: 48px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#headerassist ul {
	padding-bottom: 10px;
	margin-top: 75px;
	margin-right: 15px;
	clear: both;
}

#headerassist li {
	float: right;
	padding-left: 15px;
	font-size: 12px;
}

.headerassist_fsize {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #999999;
	background-color: #F0F0F0;
	margin-bottom: 15px;
}
.headerassist_fsize img {
	margin-right: 3px;
	margin-left: 3px;
}





/* retrivalID設定　検索ボックスありの場合 

#retrieval {
	margin-top: 15px;
	text-align:right;
}

*/





/* globalmenuID設定 */
#globalmenu {
	height: 42px;
	clear: both;
	margin-bottom: 15px;
}


#globalmenu img{
display:block;
}


#globalmenu ul li {
	float:right;
	position: relative;
	height: 42px;
}


#globalmenu ul li a {
	font-family: verdana, sans-serif;
	color: #fff;
	display: block;
	text-decoration: none;
	padding-left: 0px;
	height: 42px;
	line-height: 42px;
}

          
#globalmenu ul li a:hover {
    position: relative;
    z-index: 100;
}


/* container設定 */
#container {
	width:800px;
	clear: both;
}


/* sidearea設定 */
#sidearea {
	width: 200px;
	float: left;
}

.side_box {
	margin-right: 5px;
	padding-bottom: 10px;
}


.side_title {
	color: #CCCCCC;
	margin-bottom: 10px;
}

.side_subbox {
	background-color: #FFFFFF;
	background-image: url(../image/side_subbox_bg.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	height: 30px;
	padding-top: 7px;
	padding-left: 5px;
}

#sidearea .side_box ul {
	margin-bottom: 5px;
}


#sidearea .side_box li {
	display:block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-left: 15px;
	margin-right: 10px;
}

.side_box li a:link {
	color: #666666;
}
.side_box li a:visited {
	color: #666666;
}







/* header_imgID設定 */

#header_img {
	padding: 0px;
}



/* pan設定 */
#pan {
	font-size:11px;
	color:#333333;
	padding:8px 0px 0px 1em;
	text-align:left;
	margin:1px 0px 10px 0px;
}

#pan a:link{
	font-size:10px;
	color:#666666;
}

#pan a:visited{
	font-size:10px;
	color:#666666;
}

#pan a:hover{
	font-size:10px;
	color:#006633;
}

#pan a:active{
	font-size:10px;
	color:#666666;
}



/* contents設定 */
#contents {
	width:595px;
	float:right;
}

.contents_box {
	width: 595px;
	padding-top: 0px;
	padding-bottom: 15px;
	clear: both;
}

.contents_left_box {
	width: 285px;
	float:left;
	padding: 5px;
}

.contents_right_box {
	width: 285px;
	float:right;
	padding: 5px;
}

.contents_box_text {
	padding: 5px;
}





.contents_footer {
	width: 575px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: right;
}

.consub_footer_box {
	width: 198px;
	float:left;
	padding-top: 15px;	
}

#history {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 3px double #CBEDCB;
	overflow: auto;
	height: 120px;
}
#history dt {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 100px;
}
#history dd {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #339999;
	margin-left: -1px;
	color: #006666;
}


/* footer設定 */
#footer {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 12px;
	text-align: center;
	clear: both;
	background-color: #CCCCCC;
	background-image: url(../image/footer_bg.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
}

#footer li 
{/* フッタメニュー */
	float: right;
	text-indent: 2px;
	margin-right: 10px;
	margin-top: 10px;
}

#footer li a:link{
color:#000000;
}

#footer li a:visited{
color:#000000;
}

.copyright 
{/* コピーライト */
	color: #666666;
	font-size: 0.825em;
	padding-right: 1px;
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-top: 15px;
}


#certificate_ul li {
	float: left;
	width: 250px;
	list-style-type: square;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
}

