body{

	color: #898989;/*テキストの色*/
	margin: 0px;
	padding: 0px;
	background: #eee;/*背景の色*/
	text-align:center;

}

#header
	{
	height:220px; 		/* ヘッダーの高さ */
	width:780px;		/* ヘッダーの幅 */
	background:url(top7.jpg) no-repeat;

	}


h1,h2,h3,h4,p
	{
	margin:0;
	padding:0;
	}

h1 
	{
	font-size: 24px;
	color: #ff99cc;
	margin: 0px;
	padding: 0px 0px 0px 370px;	/* 大見出しの余白 上・右・下・左の順 */
	}


h2
	{
	font-size: 14px;
	border-bottom: 2px dotted #ffe4b5;/*コンテンツタイトルの下線の色*/
	margin: 10px 0px 10px;
	text-indent:5px;
	color: #ff99cc;/*コンテンツタイトルの色*/
	}


h3
	{
	font-size: 14px;
	border-bottom: 2px dotted #ffe4b5;
	margin: 10px 0px 10px;
	text-indent:5px;
	color: #ff99cc;
	}

.h3
	{
	font-size: 14px;
	border-bottom: 2px dotted #ffe4b5;
	margin: 10px 0px 10px;
	text-indent:5px;
	color: #ff99cc;
	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 #ffe4b5;/*フッターの色*/
	height: 50px;
	padding-top:10px;
	padding-right:25px;
	text-align: center;
	clear:both;
	font-size: 12px;
	}


a	{
	color: #666666;
	text-decoration: none;
	}
    
#header p
	{
	font-size:14px;
	color:#ffffff;/*ヘッダー説明文の色*/
	padding: 170px 0px 0px 30px;	/* サイト説明文の余白 上・右・下・左の順 */
	}




#side {
	border-left:none;
	padding-left:0px;
	font-size: 14px;
}

#contents {
	width:780px;
	background-position: top right;
	background-repeat: repeat-y;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin: auto;
	text-align:left;
}


#main {
	float: left;
	width: 560px;
	padding-left: 10px;
}

#side {
	float: left;
	width: 180px;
	margin-left: 20px;
	}

img {
	border: none;	/* 画像の枠 */
}

a img {
	border: none;	/* 画像リンクの枠 */
}

.w3c {
	text-align: center;	/* W3Cのバナーの位置 */
}