body{

	color: #666666;/*テキストの色*/
	margin: 0px;
	padding: 0px;
	background: #eaebec;/*背景の色*/
	text-align:center;

}

#header
	{
	height:40px;
	width:780px;
	background : url(img/banner.jpg) no-repeat;
	float:left;
	}


h1,h2,h3,h4,p
	{
	margin:0;
	padding:0;
	}

h1 
	{
	font-size: 18px;
	color: #000;
	margin: 20px;
	padding-left:10px;
	}


h2
	{
	font-size: 14px;
	border-bottom: 2px solid #440044;/*コンテンツタイトルの下線の色*/
	margin: 10px 0px 10px;
	text-indent:5px;
	color: #440044;/*コンテンツタイトルの色*/
	}


h3
	{
	font-size: 14px;
	border-bottom: 2px solid #440044;
	margin: 10px 0px 10px;
	text-indent:5px;
	color: #440044;
	}

.h3 /*サイドスポンサードリンクの文字*/
	{
	font-size: 14px;
	border-bottom: 2px dotted #01aabe;
	margin: 10px 0px 10px;
	text-indent:5px;
	color: #01aabe;
	font-weight:bold;
	line-height:100%;
	}

p {
	font-size: 12px;
	line-height: 150%;
}

.ad
	{
	padding:10px 10px 10px 0px;
	background:#fff;
	float:left;
	}

#footer 
	{
	margin-top:20px;
	border-top:7px solid #440044;/*フッターの色*/
	height: 50px;
	padding-top:10px;
	padding-right:25px;
	text-align: right;
	clear:both;
	font-size: 12px;
	}


a	{
	color: #0000ff;
	}

a:hover {
	text-decoration: underline;
	position:relative;top:2px;left:2px;
}

strong
    {
     background-color: yellow;
     }
    
#header p
	{
	font-size:12px;
	color:#000;/*ヘッダー説明文の色*/
	padding:0 20px;
	}

#contents {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin: auto;
	text-align:left;
	width:780px;
	background-repeat: repeat-y;
}

#main {
	float:right;
	width: 740px;
	padding-right: 10px;
}



