﻿@charset "utf-8";
/* CSS Document */




/* body要素のスタイル */

body{
margin: 0 0 0 0;
padding: 0;
color: #666666;
background: #ffffff;
background-image:url(../common/im_bg.jpg);
background-repeat:repeat-x;
text-align:center;
}

/* インライン要素のスタイル */

a:link{
color:#666666; text-decoration:underline;
}
a:visited{
color:#666666; text-decoration:underline;
}
a:hover, a:active{
color:#5BC8C7; text-decoration:none;
}

img,object{
margin: 0;
padding: 0;
border:0;
}

input{
color:#666666;
}

form{
margin:0px;
padding:0px;
border:0px;
}

ul li{
margin:0px;
padding:0px;
}


.bt_center{
text-align:center;
}


/* コンテナ
---------------------------------------------------- */

#container{
width:800px;
margin:0px auto;
padding:0px;
background-color:#ffffff;
text-align:center;
border:1px solid #E5E5E5;
border-top:none;
border-bottom:none;
}


/* ヘッダー
---------------------------------------------------- */

#header{
width:760px;
padding:0px ;
margin:0px 20px 0px 20px;
height:60px;
text-align:left;
}

#logo{
width:144px;
height:40px;
margin:0px 0px 0px 0px;
padding:20px 0px 0px 0px;
float:left;
}




/* メインタイトル
---------------------------------------------------- */

#main_ttl{
width:800px;
height:220px;
padding:20px 0px 20px 0px;
_padding:0px 0px 20px 0px;
margin:0px 0px 0px 0px;
text-align:left;
}







/* メインコンテンツ
---------------------------------------------------- */

#wrapper{
width:760px;
padding:0px;
margin:0px 20px 40px 20px;
text-align:left;
}


#content{
width:760px;
padding:0px;
margin:0px 0px 40px 0px;
float:left;
display:inline;
}

.article_box{
width:720px;
margin:0px 0px 20px 20px;
padding:0px 0px 20px 0px;
border-bottom:1px dashed #e5e5e5;
}


.article_box:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html .article_box {
	height: 1em;
}

.article_box {
	display: block;
}
/**/

.article_tx{
width:490px;
float:left;
margin:0px 20px 0px 0px;
}

.article_tx p{
margin:0px 0px 0px 0px;
}

.article_title{
width:490px;
margin:0px 0px 20px 0px;
}

.article_photo{
width:210px;
float:left;
margin:0px 0px 0px 0px;
}

.article_photo img{
width:200px;
margin:0px 0px 0px 0px;
padding:4px;
float:right;
display:block;
border:solid 1px #E5E5E5;
background-color:#FFFFFF;
}


.article_bt{
width:192px;
text-align:center;
margin:0px 0px 0px 284px;
}


h2{
clear:both;
font-weight:normal;
text-decoration:none;
margin:0px 0px 10px 0px;
padding:0px;
}

h3{
font-weight:normal;
text-decoration:none;
margin:0px 0px 20px 0px;
padding:0px;
}




/* ボタン
---------------------------------------------------- */

#bt{
height:20px;
margin:10px 0px 0px 10px;
float:left;
display:inline;
}

#bt a{
border:solid 2px #B2B2B2;
float:left;
display:inline;
}

#bt a:hover{
border:solid 2px #5BC8C7;
float:left;
display:inline;
}



/* フッター
---------------------------------------------------- */

#footer{
clear:both;
width:800px;
margin:0px 0px 0px 0px;
_margin:-30px 0px 0px 0px;
}

#footer_top{
clear:both;
width:800px;
margin:0px 0px 0px 0px;
}


#footer_upper{
clear:both;
width:760px;
margin:0px 20px 0px 20px;
}

#footer_upper_l{
width:500px;
float:left;
margin:0px 0px 0px 0px;
text-align:left;
}

#footer_upper_l p{
margin:10px 0px 0px 0px;
}


#footer_upper_r{
width:110px;
float:right;
display: inline; /* for IE6,7 */
margin:0px 0px 10px 0px;
}


#footer_under{
clear:both;
text-align:right;
margin:0px 0px 0px 0px;
padding:10px 20px 10px 0px;
background-color:#F2F2F2;
}

#footer_under p{
margin:0px 0px 0px 0px;
line-height:140%;
}





/* マージン
---------------------------------------------------- */

.mgn_t_20{
margin:20px 0px 0px 0px;
}

.mgn_b_20{
margin:0px 0px 20px 0px;
}

.mgn_b_10{
margin:0px 0px 10px 0px;
}






/* フロートのクリア
---------------------------------------------------- */

.clr{
clear:both;
}


/* テーブルの修飾
---------------------------------------------------- */

th,td{
padding:5px
}

.line_t_b{
border-top:dashed 1px #CCCCCC;
border-bottom:solid 1px #CCCCCC;
}

.pdg_l_10{
padding:5px 15px 5px 15px;
}

table.chart{
margin:0px 0px 0px 10px;
border-collapse : collapse ;
}

table.chart td{
border:solid 1px #E5E5E5;
}

table.chart_p{
margin:0px 0px 20px 10px;
border-collapse : collapse ;
}

table.chart_p td{
border:solid 1px #E5E5E5;
}


table.chart_access{
margin:0px 0px 0px 10px;
border-collapse : collapse ;
}

table.chart_access th,td{
padding:10px
}

table.chart_access td{
background-color:#F2F2F2;
border:solid 1px #E5E5E5;
}

table.chart_access ul{
margin:10px 0px 0px 0px;
}



