@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 {
	font-size: 12px;
	background-color: #FFCCFF;
	height: 15px;
	width: 100px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCCCC;
	border-right-color: #FF00CC;
	border-bottom-color: #FF00CC;
	border-left-color: #FFCCCC;
}
.cds-navi li a { text-decoration: none; }
.cds-navi li a:hover { text-decoration: underline; }

