@charset "utf-8";


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


/* body設定 */
body {
	text-align: center;
	background-image: url(../../img/background.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}


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




/* headerID設定 */
#header {
	width: 750px;
	height: 50px;
	background-image: url(../../image/header_bg.jpg);
}

/* headerlogoID設定 */

#headerlogo {
	padding-top: 15px;
	float: left;
	padding-left: 20px;
}

/* headerassistID設定 */
#headerassist {
	float: right;
	width: 300px;
	padding-top: 5px;
}

#headerassist ul {
	padding-bottom: 10px;
}

#headerassist li {
	float: left;
	padding-left: 15px;
}

.headerassist_fsize {
	text-align: right;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
}




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

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

*/





/* globalmenuID設定 */
#globalmenu {
	height: 22px;
	background-image: url(../../image/globalmenu_bg.gif);
	background-repeat: repeat-x;
}


#globalmenu img{
display:block;
}


#globalmenu ul li {
	float:right;
	position: relative;
	width:115px;
	height: 22px;
}


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

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





/* header_imgID設定 */

#header_img {
	padding-top: 2px;
}



/* pan設定 */
#pan {
	background-color:#6699CC;
	font-size:10px;
	color:#FFFFFF;
	text-align:left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 1em;
}

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

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

#pan a:hover{
	background-color:#339999;
	font-size:10px;
	color:#FF9966;
}

#pan a:active{
	background-color:#339999;
	font-size:10px;
	color:#FFFFFF;
}


/* container設定 */
#container {
	width:752px;
	background-repeat: no-repeat;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #333333;
	border-left-color: #333333;
}
.side_li {
	padding: 5px;
	margin-left: 10px;
}


#container:after {
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}



/* contents設定 */
#contents {
	width:100%;
}

.contents_box {
	width: 554px;
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.contents_box h3 {
	background-image: url(../../image/h3_bg.png);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	margin-top: 20px;
}


.contents_box2 {
	width: 150px;
	float: right;
	padding: 0px;
	margin: 10px;
}
.li_title {
	background-color: #999999;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}


.contents_box3 {
	width: 554px;
	float: left;
	padding: 10px;
	background-image: url(../../image/contents_bg.gif);
	background-repeat: no-repeat;
}

.contents_box3 h3 {
	background-image: url(../../image/h3_bg.png);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	color: #666666;
	font-size: 12px;
}

.contents_box4 {
	width: 554px;
	padding: 10px;
	float: left;
}


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


/* footer設定 */
#footer {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 12px;
	text-align: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #335798;
	margin-top: 20px;
	font-size: 10px;
}
#history {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 45px;
	margin-left: 10px;
}
#history dt {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 120px;
	font-size: 12px;
}
#history dd {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #339999;
	margin-left: -6px;
	font-size: 12px;
}

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

#footer .copyright 
{/* コピーライト */
	color: #999999;
	font-size: 10px;
	float: right;
	padding-right: 1px;
}
#company {
	font-size: 12px;
	margin-top: 25px;
}
#company th {
	background-color: #E3E3E3;
}

