@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	color: #666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

img{
	border:0;
}

.clear{
	clear:both;
}

.container {
        width: 100%;
        height: auto !important;
        height: 100%;
        min-height: 100%;
		margin:0 auto;
		text-align:center;
}

.center_div{
	width:980px;
	margin:0 auto;
	text-align:center;
}

.div_list1{
	width:960px;
	margin:30px auto 0 auto;
}

.div_list2{
	width:960px;
	margin:30px auto;
}

.div_list3{
	width:960px;
	height:auto;
	margin:30px auto;
	text-align:left;
}

.div_list4{
	width:960px;
	margin:40px auto;
}

.div_list5{
	width:960px;
	height:auto;
	margin:0px auto;
	font-size:14px;
}



/* リンク持EE*/
a:link,
a:visited {
    color: #39c;
    text-decoration: none;
}
a:link:hover,
a[href]:hover {
    color: #f60;
    text-decoration: underline;
}

/* header */

.header {
	width:100%;
	height:auto;
}

.header_top {
	min-width:980px;
	width:100%;
	height:5px;
	background-color:#0068b7;
}

.search_input{
	background-color:#e3e4e4;
	background-image:url(../img/search.png);
	background-repeat:no-repeat;
	background-position:right;
}

.search_submit{
	width:36px;
	height:20px;
	border:0px;
	background-image:url(../img/search_btn.png);
}

.news_box_top_bar {
	min-width:980px;
	width:100%;
	height:1px;
	background-color:#0068b7;
}

.news_left{
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
}

.news_box_under_bar {
	min-width:980px;
	width:100%;
	height:1px;
	background-color:#9dadb9;
}

.tab_menu{
	background-image:url(../img/tab_bg.png);
	background-repeat:repeat-x;
	text-align:center;
}

.tab_link{
	text-decoration:none;
	color:#ffffff;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
}

.tab_link img{
	margin:17px 0 0 0;
}

.tab_link:link{
	text-decoration:none;
	color:#ffffff;
}

.tab_link:visited{
	text-decoration:none;
	color:#ffffff;
}

.tab_link:hover{
	text-decoration:none;
	color:#F00;
}

.tab_link span{
	line-height:54px;
}

.tab_link img{
	padding:0 2px 0 0;
	border:none;
}

a.news_text:link,
a.news_text:visited {
	float: left;
	display: block;
	width: 48%;
	text-decoration:underline;
	font-size: 12px;
}

/* header */

.contents {
        width:956px;
        height: auto;
		margin:0 8px;
        padding-bottom: 90px;
}

.footer {
        /* containerからの絶対位置を定義 */
        position:relative;
        bottom: 0;
		min-width:980px;
        width: 100%;
        height: auto;
		margin:0 auto;
        
}

.footer a:link,
.footer a:visited {
    color: #666;
    text-decoration: none;
}
.footer a:link:hover,
.footer a[href]:hover {
    color: #f60;
    text-decoration: underline;
}

.footer_top{
	height:10px;
	min-width:980px;
	background-color:#0068b7;
}

.footer_text01{
	margin:0;
	line-height:15px;
	font-size:15px;
	color:#FFF;
}

.footer_text02{
	margin:0;
	line-height:40px;
	font-size:40px;
	color:#FFF;
}

.footer_text03{
	margin:0;
	line-height:32px;
	font-size:32px;
	color:#FFF;
}

.footer_bottom{
	min-width:980px;
	width:100%;
	background-color:#c9c9ca;
}

.footer_bottom tr td p{
	margin:0;
	font-size:14px;
	line-height:40px;
}

/* pading margin */

.padding_top12{
	padding-top:12px;
}

.margin_left0{
	margin-left:0px;
}

.margin_left12{
	margin-left:12px;
}

.margin_bottom10{
	margin-bottom:10px;
}

.margin_bottom30{
	margin-bottom:30px;
}

.margin_bottom50{
	margin-bottom:50px;
}


.padding_left12{
	padding-left:12px;
}

.padding_left14{
	padding-left:14px;
}

.padding_left33{
	padding-left:33px;
}

.padding_right10{
	padding-right:10px;
}

.padding_bottom0{
	padding-bottom:0px;
}

.padding_bottom9{
	padding-bottom:9px;
}

.padding_bottom19{
	padding-bottom:19px;
}

.padding_bottom50{
	padding-bottom:50px;
}

ul.sitemap li{
	text-align:left;
	list-style: none;
}

ul.sitemap li a {
	line-height: 2em;
	display: block;
	font-weight: bold;
	background: url(../img/sitemapdocbullet.gif) no-repeat left center;
	padding: 0 0 0 1.2em;
}