@charset "utf-8";
*{ margin: 0px;	padding: 0px;}

body{
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", "MS P Gothic","Osaka" futura, Verdana, Arial, sans-serif;
	font-size: small;
	_font-size: x-small;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 150%;
	height: 100%;
	_text-align : center;
}


/* リンク関連 */
a { color: #000000; text-decoration: none;} 
a:hover { color: #000000; text-decoration: underline;}

img{border: 0px;}
ul{	list-style-type: none; }


/*日付*/
.update{
	font-family: futura, Verdana, sans-serif;
	font-size: 10px;
}

/*pagetop*/
p.arrow_top{
	font-family: futura, Verdana, sans-serif;
	font-size: 11px;
	color: #E4007F;
	text-align: right;
	margin-bottom:30px;
}
.arrow_top a{
	color: #E4007F;
	text-decoration: none;
}


/*テキスト回り込み*/
.left  { float: left; margin-right: 10px; }
.right { float: right; margin-left: 10px; }
.center { text-align:center; margin:auto; }
.center div { text-align:center; margin:auto; width:100%; }

.margin_top_bottom {
	margin-top: 5px;
	margin-bottom: 5px;
}

h1{ font-size: large;}
h2{
	font-size: medium;
	font-weight: bold;
	text-align: left;
}
h2 a {color: white;}
h2 a:hover {color: white;}

h3{ font-size: medium; }
h4{ font-size: medium; }

address{
	font-family: futura, Verdana, sans-serif;
	font-size: 7pt;
	font-style: normal;
	float:right;
	height: 35px;
	line-height: 35px;
}

strong{
font-size: 1.2em;
font-weight: normal;
}


br{
margin: 0;
padding:0;
}

.clear { clear: both; } 

/*区切り*/
/* <div class="line0*"><hr /></div> */
hr { display: none; }
div.line {
	border-bottom: 1px dotted #9F9F9F;
	width: 560px;
	position: relative;
	top: 0px; left: 20px;
}
div.line02 {
	border-bottom: 1px dashed #9F9F9F;
	width: 550px;
	position: relative;
	top: 0px; left: 0px;
}
div.line03 {
	border-bottom: 1px dashed #E4007F;
	width: 550px;
	position: relative;
	top: 0px; left: 0px;
}
div.line04 {
	border-bottom: 1px dashed #D5BC96;
	width: 550px;
	position: relative;
	top: 0px; left: 0px;
}
div.line05{
 clear:both;
 width:0px;
}

/*-----------------------------*/
/*コラム*/
.columnbox {
	width: 550px;
	background: url(/images/columnbox.png) no-repeat left bottom;/*boxの下*/
	padding-bottom: 17px;
	margin: 20px auto 0px;
	text-align: left;
}
/*IE6*/
* html .columnbox {
	margin: 20px auto 40px;
}
/*IE7*/
*:first-child+html .columnbox {
	margin: 20px auto 40px;
}

.columnbox .columnboxheader{
	height: 30px;
	width: 550px;
	background: url(/images/columnbox.png) no-repeat left top;/*ボックスの上*/
	color: #fff;
}
.columnbox .columnboxmain{
	width: 550px;
	background: url(/images/columnbox02.png) repeat-y left top;/*ボックスの内部*/

}
 
.columnbox .headline{
padding: 10px 20px 0px;
}

/*columnbox h5*/
.columnbox h5{
	font-size: medium;
	_font-size: 16px;
	margin: 0 20px 0px 0px;
	padding-left: 80px;
	padding-bottom: 0px;
	color: #E4007F;
	background: url(/images/column.png) no-repeat;
}

.columnbox p.shomei{
	text-align: right;
	margin: 0;
}



/*文字と画像の高さを合わせる*/
.middle{
	vertical-align:middle;
}

.bordered {
	border:5px solid white;
}


.paragraph {
	margin-top: 10px;
}

.credit {
	font-size: x-small;
	line-height: 120%;
}

.section .columns_2, .section .columns_3 {
	clear: both;
}

.section .column {
	text-align: left;
}

.section .columns_2 .column {
	width: 250px;
	float: left;
	margin-right: 20px;
	_margin-right: 16px;
}

.section .columns_3 .column {
	width: 160px;
	float: left;
	margin-right: 20px;
	_margin-right: 16px;
}

.section .image_container {
	text-align: center;
	font-weight: bold;
}

.section .image_container .caption {
	_font-weight: bold;
}

.section .image_container img {
	margin: 0;
}

.dashed_border {
	clear:both;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed white;
}
.intro .dashed_border {
	border-bottom: 1px dashed gray;
}
.news_entry .dashed_border {
	border-bottom: 1px dashed gray;
}

.border_category_1000 {
	border-bottom: 1px dashed #AACF45;
}

.border_category_2000 {
	border-bottom: 1px dashed #F5A22C;
}

.border_category_3000 {
	border-bottom: 1px dashed #6CBC64;
}

.border_category_4000 {
	border-bottom: 1px dashed #EA5550;
}

.border_category_9000 {
	border-bottom: 1px dashed #36BEF0;
}

.border_report {
	border-bottom: 1px dashed #419AD6;
}

.border_special {
	border-bottom: 1px dashed #EE86B4;
}

