﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size:100.01%;
}
/*@要素スタイル*/
body, div, p, span {
	margin:0;
	padding:0;
	line-height:1.41;
}
dl, dt, dd, ul, ol {
	margin:0;
	padding:0;
	list-style:none;
	line-height:1.41;
}
li {
	margin:0;
	padding:0;
	list-style:none;
	line-height:1.41;
	position:relative;
}

h1, h2, h3, h4, h5, h6, pre, form, fieldset,blockquote,address,caption,th {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	line-height:1.41;
}

table {
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}

table td {
	margin:0;
	padding:0;
	line-height:1.41;
}

img{
	border:none;
}

/*---------any---------*/

.alt {
	text-indent:-9999px;
}

.alt2{
	display:none;
}


/*---------全体の設定　文字サイズ初期80%---------*/

body{
	margin:0;
	padding:0;
	background-color: #eeeedd;
	color:#444444;
	text-align:center;
 }

#container{
	margin:0 auto;
	text-align:center;
	border-left:2px solid #5d84ef;
	border-right:2px solid #5d84ef;
	height:100%;
}

#wrapper{
	margin:0 auto;
	background-color:#FFF;
	text-align:center;
	width:970px;
}

.float_wrap{
	margin:0 30px auto;
	padding:0;
	text-align:center;
	width:910px;
	clear:both;
}

.table_kaisu{
	margin:0 auto;
	text-align:center;
	width:280px;
}

.table_kaisu th{
	padding:2px 4px;
	border:1px solid #369;
	background-color:#039;
	white-space:nowrap;
	color:#FFF;
	font-weight:bold;
}

.table_kaisu td{
	padding:2px 4px;
	border-left:1px solid #369;
	border-bottom:1px solid #369;
	text-align:left;
}

.table_kaisu td.td02{
	padding:2px 4px;
	border-right:1px solid #369;
	text-align:right;
}

.float_wrap02{
	margin:0 auto;
	padding:0;
	text-align:center;
	clear:both;
	width: 920px;
}
.table02{
	margin:0 auto;
	text-align:center;
	font-size:80%;
	width:280px;
}

.table02 th{
	padding:2px 4px;
	border:1px solid #369;
	background-color:#404040;
	white-space:nowrap;
	color:#FFF;
	font-weight:bold;
}

.table02 td{
	padding:2px 4px;
	border-left:1px solid #369;
	border-bottom:1px solid #369;
	text-align:left;
}

.table02 td.td03{
	padding:1px 3px;
	border-right:1px solid #369;
	text-align:right;
}

.td_left01{
	background-color:#FCF;
	white-space:nowrap;
}

.td_center01{
	background-color:#FCF;
}

.td_right01{
	background-color:#FCF;
	border-right:1px solid #369;
	text-align:right;
}


.table03{
	margin:0 auto;
	text-align:center;
	width:300px;
}

.float_wrap03{
	margin:0 5em auto;
	padding:0;
	text-align:center;
	width:750px;
	clear:both;
}

.table03 th{
	padding:2px 4px;
	border:1px solid #369;
	background-color:#039;
	white-space:nowrap;
	color:#FFF;
	font-weight:bold;
}

.table03 td{
	padding:2px 4px;
	border-left:1px solid #369;
	border-bottom:1px solid #369;
	text-align:left;
}

.table03 td.td04{
	padding:1px 3px;
	border-right:1px solid #369;
	text-align:right;
}
/*01*/
#contents
{
background-color:#ffffff;
width:800px;
padding:0;
margin:0 auto;
}



/* -----------リンク----------- */

a:link {
	color: #0000dd;
	background: transparent;
	text-decoration: none;
	border:0;
	}

a:hover {
	color: #ff307e;
	background: transparent;
	border :0;
	text-decoration: underline;
	}

a:visited {
	color: #0000dd;
	background: transparent;
	text-decoration: none;
	border:0;
	}

a:hover{
	color: #ff307e;
	background: transparent;
	border:0;
	text-decoration: underline;
	}


/*---------フッター-----------*/


.footer{
	clear : both;
	margin-top:10px;
	padding:10px 0;
	font-size:11px;
	line-height:150%;
	color:#333;
	background-color:#E3E3E3;
}

/*コメント*/
#kome_wrap{
	background:#FFF url(images/10chinu_kekka02_1.jpg) repeat-y 3px 0;
	font-size:80%;
	width:969px;
	clear:both;
	overflow:hidden;
}

#toukome_l{
	padding-left:15px;
	text-align:left;
	float:left;
	width:295px;
}

#toukome_c{
	padding-left:25px;
	text-align:left;
	float:left;
	width:295px;
}

#toukome_r{
	padding-left:25px;
	text-align:left;
	float:left;
	width:295px;
}
