body{
	margin:0px;padding:0px;
	background:url("../images/border.gif") repeat-y center;
	scrollbar-face-color: #fff; 
	scrollbar-arrow-color: #b0b0b0; 
	scrollbar-highlight-color: #b0b0b0;
	scrollbar-shadow-color: #b0b0b0; 
	scrollbar-3dlight-color: #fff; 
	scrollbar-darkshadow-color: #fff;
	scrollbar-track-color: #fff;
	background-color: #FF3300;
}
/* リンク*/
	a {text-decoration:none;font-size:12px}
	a:link {color:#CC3300;}
	a:active {color:#CC3300;}
	a:visited {color:#CC3300;}
	a:hover{color:#00FF00;}
/* 見出し */
h1{
	margin: 0px;
	padding: 0px 10px;
	color: #CC3300;
	font: normal 11px #CC3300;
	font-size: 17px;
	font-weight: bold;
	border-bottom: thin solid;
}
h2{
	margin:0px;
	padding:0px 10px;
	color:#656565;
	font:bold 20px/40px Verdana;
		}
/* 全体位置 */
.container{
	display:block;
	margin:15px auto;
	width:660px;
	padding:0px 15px;
	background-color:#FFCC66;
	text-align:left;
}

/* 左のナビゲーション */
.navigation{
	display:block;
	float:left;
	width:160px;
}
/* メニュー部分 */
#menu{
	margin-bottom:15px;
	padding-right:10px;
	border-top:1px dashed #b0b0b0;
		}
	
		
#menu ul{
	list-style-type:none;
	margin:0px;padding:0px;
		}
#menu li{
	border-bottom:1px dashed #b0b0b0;
	color:#656565;
	font:normal 12px/16px Verdana;
		}
#menu a{
	display:block;
	text-decoration:none;
	padding-left:10px;
		}
#menu a:hover{
	background-color:#d2d9e4;
	color:#778cac;
		}
/* 画像の設定０１〜０５まで */
.ti01{
	margin-bottom:15px;
	width:118px;height:118px;
	border:1px solid #b0b0b0;
	background:url("../images/01.jpg") no-repeat;
}
.ti02{
	margin-bottom:15px;
	width:118px;height:118px;
	border:1px solid #b0b0b0;
	background:url("../images/02.jpg") no-repeat;
}
.ti03{
	margin-bottom:15px;
	width:118px;height:118px;
	border:1px solid #b0b0b0;
	background:url("../images/03.jpg") no-repeat;
}
.ti04{
	margin-bottom:15px;
	width:118px;height:118px;
	border:1px solid #b0b0b0;
	background:url("../images/04.jpg") no-repeat;
}
.ti05{
	margin-bottom:15px;
	width:118px;height:118px;
	border:1px solid #b0b0b0;
	background:url("../images/05.jpg") no-repeat;
}
/* ナビ部分破線無 */
.toplink{
	color:#656565;
	font:normal 10px Verdana;
	padding:2px;
	margin-top:10px;
	text-align:center;
}
/* 右側の部分 */
.main{
	margin-left:160px;
	padding-left: 10px;
	display:block;
}

/* サイトタイトル部分 */
.header{
	background:url("../images/bgimg.gif");
	border:1px solid #b0b0b0;
	text-align:right;
	width: auto;
	height:40px;
}

/* パンくずメニュー */
.guide{
	margin:0px;
	padding:2px 0px;
}

/* 本文部分 */
.entry{
	margin:0px;
	color:#000000;
	font:normal 12px/16px Verdana;
}




/* フッター */
.footer{
	clear:both;
	border-top:1px solid #CC3300;
	color:#000000;
	font:normal 11px Verdana;
	text-align:right;
	margin:15px 0px;
}