body 
	{
	font-size: 12px;
	line-height: 20px;
	color: #666666;/*テキストの色*/
	margin: 0px;
	padding:0;
	text-align:center;
	background: #f5f5f5;/*背景の色*/
	}

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

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

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

h1 
	{
	font-size: 24px;
	color: #000;
	margin: 20px;
	padding-left:10px;
	}

#contents1
	{
	width:780px;
	background:#fff;
	float:left;
	margin-top:10px;
	padding-left:20px;
	}

.left
	{
	width:180px;
	margin:10px;
	float:left;
	}

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

.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-left:5px;
	width:550px;
	float:left;
	}

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

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


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


#footer 
	{
	margin-top:20px;
	border-top:3px solid #4682B4;/*フッターの色*/
	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;
	}

li.honbun-01                              /* コースガイド リスト */
        {
	margin: 0 0 0.5em 0.3em;
	padding: 0 0 0.3em 15px;
	letter-spacing: 0.02em;
	list-style-type: none;
	list-style-position: outside;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(images/menu_arrow.gif);
	}
