body 
	{
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	margin: 0px;
	padding:0;
	text-align:center;
	background: #eaebec;
	}

#topicpath {
	width:780px;
	text-align:right;
	margin:0 auto;
	padding:0;
	background:#eaebec;
}



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

p
	{
	margin:4px 0px;
	padding:0;
	}


#container
	{
	width:780px;
	background:#fff;
	text-align:left;
	margin:0 auto;
	padding:0;
	}

#header
	{
	height:120px;
	width:780px;
	background:url(img/banner.jpg) no-repeat;
	float:left;
	}

h1 
	{
	font-size: 15px;
	color: #000;
	margin: 20px;
	padding-left:10px;
	border-left:9px double #333;
	}



#contents1
	{
	width:550px;
	background:#fff;
	float:right;
	margin-right:10px;
	margin-top:10px;
	}

a{/*リンクされた文字*/
    color:#0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#934C7B;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}




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

.des
	{
	padding:5px;
	margin-left:5px;
	border-left: 1px dotted #08bbd0;/*メニューの枠の色*/
	border-right: 1px dotted #08bbd0;/*メニューの枠の色*/
	border-bottom: 1px dotted #08bbd0;/*メニューの枠の色*/
	}

.right
	{
	padding:0px;
	margin-bottom:10px;
	width:550px;
	float:left;
	}

.ad
	{
	float:left;
	padding:10px 10px 10px 0px;
	background:#fff;
	}

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

#contents2
	{
	width:220px;
	background:#fff;
	margin-top:10px;
	float:left;
	}

.left
	{
	width:200px;
	margin:10px 5px;
	float:left;
	}


.border
	{
	border: 1px dotted #C0C0C0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background:#eff2f2;
	}

h4 
	{
	font-size: 12px;
	margin: 0px 0px 0px 5px;
	background: #08bbd0;/*メニューの色*/	
	text-indent:10px;
	color: #000;
	}


#link
	{
	margin-top:20px;
	border-top:1px solid #08bbd0;/*フッターの色*/
	margin:0;
	padding:0;
	text-align: center;
	clear:both;
	font-size: 12px;
	}



#footer 
	{
	margin:0;
	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;
	}
    
#header p
	{
	font-size:12px;
	color:#000;/*ヘッダー説明文の色*/
	padding:0 20px;
	}





