body{

	color: #666666;/*テキストの色*/
	margin: 0px;
	padding: 0px;
	background: #eaebec;/*背景の色*/
	text-align:center;

}

#header
	{
	height:120px;
	width:780px;
	background:url(img/banner.jpg) no-repeat;

	}

#header p
	{
	font-size:12px;
	color:#000;
	padding:0 20px;
	}

h1,h2,h3,h4,p
	{
	margin:0;
	padding:0;
	}

h1 
	{
	font-size: 24px;
	color: #000;
	margin: 20px;
	}


h2
	{
	font-size: 14px;
	border-bottom: 2px dotted #01aabe;/*コンテンツタイトルの下線の色*/
	margin: 10px 0px 10px;
	text-indent:5px;
	color: #01aabe;/*コンテンツタイトルの色*/
	}


h3
	{
	font-size: 14px;
	border-bottom: 2px dotted #01aabe;
	margin: 10px 0px 10px;
	text-indent:5px;
	color: #01aabe;
	}

p {
	font-size: 90%;
	line-height: 150%;
}

.ad
	{
	padding:10px 10px 10px 0px;
	background:#fff;

	}

#footer 
	{
	margin-top:20px;
	border-top:7px solid #08bbd0;/*フッターの色*/
	height: 50px;
	padding-top:10px;
	padding-right:25px;
	text-align: right;
	clear:both;
	font-size: 12px;
	}


a	{
	color: #666666;
	text-decoration: none;
	}




#side {
	border-left:none;
	padding-left:0px;
	font-size: 14px;
}

#contents {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin: auto;
	text-align:left;
	width:780px;
	background-position: top right;
	background-repeat: repeat-y;
}



#main {
	float: left;
	width: 560px;
	padding-left: 10px;
}

#main p {
	font-size: 80%;
	line-height: 150%;
}

#side {
	float: left;
	width: 180px;
	margin-left: 20px;
	}

#side p {
	border-bottom: 2px dotted #01aabe;
        margin-bottom:10px;
}

.fresh {
	font-size: 12px;
        margin-top: 20px;
        padding: 10px;
        border:dotted 2px #01aabe;
        width: 250px;
}