@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	background-image: url(../img/bg_top.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	background-color: #F7F7F7;
}
html {
	overflow: scroll;
}
img {
	border:0;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #669900;
	text-decoration: underline;
}

#wrap {
	width: 900px;
	background-color: #FFFFFF;
}

/*　ヘッダー　*/
#header {
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 900px;
	position: relative;
}
h1 {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	position: absolute;
	left: 10px;
	top: 5px;
}
h2 {
	position: absolute;
	left: 5px;
	top: 22px;
}

/*　グローバルナビ　*/
#global_navi {
	height: 55px;
	width: 900px;
	margin-bottom: 50px;
}
#global_navi ul {
}
#global_navi li {
	float: left;
	list-style-type: none;
}
#global_navi li a {
	background-image: url(../img/global_navi.gif);
	display: block;
	height: 65px;
	width: 150px;
	text-indent: -9999px;
}

/*　グローバルナビのロールオーバー設定　*/
#gn01 a {
	background-position: 0px 0px;
}
#gn01 a:hover {
	background-position: 0px -65px;
}
#gn02 a {
	background-position: -150px 0px;
}
#gn02 a:hover {
	background-position: -150px -65px;
}
#gn03 a {
	background-position: -300px 0px;
}
#gn03 a:hover {
	background-position: -300px -65px;
}
#gn04 a {
	background-position: -450px 0px;
}
#gn04 a:hover {
	background-position: -450px -65px;
}
#gn05 a {
	background-position: -600px 0px;
}
#gn05 a:hover {
	background-position: -600px -65px;
}
#gn06 a {
	background-position: -750px 0px;
}
#gn06 a:hover {
	background-position: -750px -65px;
}


/*　左側コンテンツ　*/
#left_box {
	float: left;
	width: 680px;
	clear: left;
}
#topics {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
#topics dl {
	padding: 10px;
	width: 630px;
	font-size: 12px;
}
#topics dt {
	float: left;
	width: 65px;
	height: 31px;
	background-image: url(../img/bg_dt.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 31px;
	margin-right: 10px;
	padding-left: 10px;
}
#topics dd {
	float: left;
	height: 31px;
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: 0px 30px;
	width: 530px;
	line-height: 31px;
}
#various {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border: 1px solid #CCCCCC;
	padding-bottom: 15px;
}
#various ul {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 12px;
}
#various li {
	height: 22px;
	width: 300px;
	list-style-type: none;
	float: left;
}
#various li a {
	background-image: url(../img/varius_menu.jpg);
	display: block;
	height: 22px;
	width: 300px;
	text-indent: -9999px;
}
/*　シャンパーニュあれこれのロールオーバー設定　*/
#va01 a {
	background-position: 0px 0px;
}
#va01 a:hover {
	background-position: -300px 0px;
}
#va02 a {
	background-position: 0px -110px;
}
#va02 a:hover {
	background-position: -300px -110px;
}
#va03 a {
	background-position: 0px -22px;
}
#va03 a:hover {
	background-position: -300px -22px;
}
#va04 a {
	background-position: 0px -132px;
}
#va04 a:hover {
	background-position: -300px -132px;
}
#va05 a {
	background-position: 0px -44px;
}
#va05 a:hover {
	background-position: -300px -44px;
}
#va06 a {
	background-position: 0px -154px;
}
#va06 a:hover {
	background-position: -300px -154px;
}
#va07 a {
	background-position: 0px -66px;
}
#va07 a:hover {
	background-position: -300px -66px;
}
#va08 a {
	background-position: 0px -176px;
}
#va08 a:hover {
	background-position: -300px -176px;
}
#va09 a {
	background-position: 0px -88px;
}
#va09 a:hover {
	background-position: -300px -88px;
}
#va10 a {
	background-position: 0px -198px;
}
#va10 a:hover {
	background-position: -300px -198px;
}

/*　フッタ　*/
#pagetop {
	width: 900px;
	clear: both;
	text-align: right;
}

/*　右側コンテンツ　*/
#right_box {
	float: right;
	width: 220px;
	text-align: center;
}
#right_box img {
	margin-bottom: 10px;
}

#footer_navi {
	width: 900px;
	background-color: #FFFFFF;
}
#footer_navi ul {
	padding: 10px;
}
#footer_navi li {
	font-size: 12px;
	display: inline;
}

#footer {
	width: 885px;
	background-color: #666666;
	height: 22px;
	padding-top: 3px;
	padding-left: 15px;
	clear: both;
}
.clear {
	clear: both;
}
#wrap #left_box #topics dl dd strong em {
	color: #00F;
}
