/* CSS Document */

html {
	height: 100%;
	overflow-y:scroll;
}
* {
	font-style: normal;
	margin: 0px 0px 0px 0px;
}
body {
	background-color: #EEE;
	text-align:center;
}
/*文字関係*/
p {
	color:#555;
	line-height:1.4;
}
h1 {
	font-size:13px;
	color:#EA5748;
}
a {
	list-style:none;
}
table#table-01 {
	width: 610px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #E8D39D;
}
th {
	padding:5px;
	text-align:center;
	background-color:#f2be93;
	text-size:12px;
	border:1px solid #3E74AA;
}
td {
	padding:5px;
}
table {
	width:610px;
}
/*本文*/

#wrapper {
	width:807px;
	margin:10px auto;
	color: #333333;
	padding: 0px;
	text-align:left;
}
#header {
	height:112px;
}

#menu {width:140px;
float:left;
margin-top:10px;
padding-top:10px;
}


#menu ul{
	margin:0;
	padding:0;
}

#menu li{
	margin:0;
	padding:0;
	list-style:none;
	padding-left:25px;
	line-height:18px;
	padding-bottom:20px;
	height:20px;
}

#menu li span{
	font-size:12px;
}

#menu li.ic01{
	background-image:url("../img/dot-g.gif");
	background-repeat:no-repeat;
	background-position:0px 2px;
}

#menu li.ic02{
	background-image:url("../img/dot-bg.gif");
	background-repeat:no-repeat;
	background-position:0px 2px;
}

#menu li.ic03{
	background-image:url("../img/dot-o.gif");
	background-repeat:no-repeat;
	background-position:0px 2px;
}

#menu a{
	color:#09C;
}

#menu a:hover{
	color:#0CF;
}

#menu .close {
	color:#666;
}

.contents {
	width:800px;
	float:left;
}
#up-date {
	width:510px;
	padding:5px;
	float:left;
	background-color:#FFFFFF;
	text-align:left;
}

#up-date .title{
	font-weight:bold;
	color:#C30;
}

#up-dateList{
	height:90px;
	overflow-y:scroll;
	width:500px;
}

.naka {
	width:505px;
	padding-left:10px;
	padding-right:10px;
}
.waku {
	width:150px;
	margin-left:20px;
	float:left;
}
.waku2 {
	width:270px;
	height:120px;
	float:left;
	padding:5px;
}
.banner2 {
	width:200px;
	height:60px;
	float:left;
	padding-bottom:5px;
}
.banner3 {
	width:250px;
	height:60px;
	float:left;
	padding-bottom:5px;
}
#banner-waku {
	width:150px;
	float:left;
}
.banner {
	width:150px;
	height:95px;
	float:left;
}
#banner-matome2 {
	width:205px;
	float:left;
}
.banner2 {
	width:200px;
	height:54px;
	float:left;
}
.icon-banner {
	width:45px;
	height:40px;
	float:left;
	margin:5px;
}
.indent {
	text-indent: -1em;
	margin-left: 1em;
}
.indent2 {
	text-indent: -1em;
	margin-left: 2em;
}
.copy {
	width:800px;
	float:left;
}

.textC{
	text-align:center;
}

/*リンク*/
a img {
	text-decoration: none;
	border:none;
}
a:link {
	text-decoration: none;
	color:#09C;
}
a:visited {
	text-decoration: none;
	color:#09C;
}
a:hover {
	text-decoration: none;
	color:#0CF;
}



/*セクション*/
.section10{
	margin-bottom:10px;
}

.section20{
	margin-bottom:20px;
}

.section30{
	margin-bottom:30px;
}

.section40{
	margin-bottom:40px;
}


.font10{
	font-size:10px
}

.font12{
	font-size:12px
}

.font14{
	font-size:14px
}

.font16{
	font-size:16px
}