/* CSS Document */

html{
height: 100%;
}

* {
font-style: normal;
margin: 0px 0px 0px 0px;
}

body {	background-color: #F5F3DC;}

/*文字関係*/
p {font-size:12px;
   color:#666666;
   line-height:18px;}

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:800px;
	margin:10px auto;
	color: #333333;
	padding: 0px;
}
		  
#header {
height:112px;
}

#main {height:430px;}

.contents {width:800px;
float:left;
}

#up-date {width:510px;
height:120px;
padding:5px;
float:left;
background-color:#FFFFFF;}

.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;}


/*リンク*/
a img {
	text-decoration: none;}

a:link {text-decoration: none;
color:#949B00;}

a:visited {text-decoration: none;
color:#DD5647;}

a:hover {text-decoration: none;
color:#E28300;}