@charset   "Shift_JIS";
/* レイアウトの設定*/
body{
	background-color: #e2dad6;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image: url(../image/sc005.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
}
/* ラッパーの設定*/
#wrap{
	position:relative;
	width:790px;
	margin:0px auto;
	text-align:center;
	background-image: url(../image/sc004.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
}
/* ヘッダーの設定*/
#head{
	width:790px;
	height:300px;
	background-image: url(../image/top1205.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/* 左側の設定*/
#left{
	width:199px;
	height:auto;
	float:left;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 6px;
	margin-left: 20px;
}
/* 右側の設定*/
#right{
	width:520px;
	height:auto;
	float:right;
	margin-right: 20px;
	margin-top: 3px;
}
/* フッターの設定*/
#foot{
	position:relative;
	width:auto;
	height:auto;
	clear:both;
	margin-top: 5px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 9px;
	background-color: #000099;
	color: #FFFFFF;
	text-align: center;
	padding: 1px;
	font-size: x-small;
}

.cds-navi {
	list-style-position: inside;
	margin: 0 0 2em;
	padding: 0;
}
.cds-navi li { margin: 0 0 0.5em; padding: 0; }
.cds-navi li a { text-decoration: none; }
.cds-navi li a:hover { text-decoration: underline; }
