@charset "UTF-8";


/*基本セット*/

* {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

html {
	overflow-y: scroll;
}



body {
	background-color: #FFFFFF;
	line-height: 1.7;
	background-image: url(../img/common/bg2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
	color: #333333;
}

strong {
	font-weight: bold;
	font-size: 120%;
}

p {
	padding-bottom: 10px;
}

p span {
	font-size: smaller;
}



#wrap {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}



#head {
	background-image: url(../img/common/head.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 600px;
	background-position: left top;
	text-indent: -9999px;
}


.cl {
	clear: both;
	height: 0px;
}

.totop {
	font-size: 90%;
	text-align: right;
	margin-right: 10px;
}


#menu {
	height: 32px;
}

#contents {
	margin: auto;
	width: 850px;
	clear: both;
}

#direct {
	margin-bottom: 5px;
	font-size: 80%;
}

#left {
	float: left;
	padding-top: 24px;
	width: 689px;
}
#left h1 {
	margin-bottom: 10px;
}


#left h2 {
	font-size: 125%;
	padding-top: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-left: 5px;
	margin-right: 5px;
}


#left h3 {
	font-size: 115%;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}
#left hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}



#right {
	float: right;
	padding-top: 24px;
	width: 150px;
}

#right hr {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #CCCCCC;
}

#footer {
	width: 878px;
	margin-top: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-bottom: 20px;
	clear: both;
}

#footer address {
	font-size: 80%;
	color: #666666;
	text-align: right;
	font-style: normal;
}

#btn_web_catalog {
	height: 80px;
	width: 325px;
	position: absolute;
	z-index: 20;
	top: 0px;
	padding-left: 540px;
}

#to_index {
	height: 90px;
	width: 500px;
	padding-left: 0px;
	position: absolute;
	z-index: 30;
	top: 0px;
}


/*　indexページ用　*/

#index_flash {
	height: 312px;
}


#left_index {
	float: left;
	padding-top: 24px;
	width: 510px;
}

#news {
	width: 500px;
	padding-left: 5px;
	line-height: 1.8;
}

#news h5 {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 10px;
}

#right_index {
	float: right;
	padding-top: 24px;
	width: 326px;
}

#right_index #link_maps {
	width: 326px;
	height: 129px;
	display: block;
	background-image: url(../img/common/bnr_maps.jpg)
}

#right_index #link_maps a {
	width: 326px;
	height: 129px;
	display: block;
	background-image: url(../img/common/bnr_maps.jpg)
}

#right_index #link_maps a:hover {
	width: 326px;
	height: 129px;
	display: block;
	background-image: url(../img/common/bnr_maps_2.jpg)
}

#right_index #link_maps a span {
	display: none;
}

#right_index #link_rec {
	width: 326px;
	height: 129px;
	display: block;
	background-image: url(../img/common/bnr_recommend.jpg)
}

#right_index #link_rec a {
	width: 326px;
	height: 129px;
	display: block;
	background-image: url(../img/common/bnr_recommend.jpg)
}

#right_index #link_rec a:hover {
	width: 326px;
	height: 129px;
	display: block;
	background-image: url(../img/common/bnr_recommend_2.jpg)
}

#right_index #link_rec a span {
	display: none;
}

#right_index hr {
	margin-top: 10px;
	margin-bottom: 10px;
}


/*　背景カラー　*/

.bgc_blue {
	background-color: #DAF1F7;
}

.bgc_pink {
	background-color: #F9E1E8;
}

.bgc_baige {
	background-color: #F7D0BB;
}


/*　文字カラー　*/

.c_red {
	color: #CC3300;
}

.c_blue {
	color: #0066FF;
}

.c_dblue {
	color: #006699;
}

.c_skyblue {
	color: #3399FF;
}

.c_green {
	color: #339966;
}
.c_dgreen {
	color: #FFFFFF;
	background-color: #006600;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}




/*　コンテンツ別スタイル　*/


#left .outline_tbl {
	margin-left: 10px;
	margin-right: 10px;
}

#left .outline_tbl td {
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#left .map {
	padding-right: 10px;
	padding-left: 10px;
}

#left .add {
	padding-left: 20px;
	padding-bottom: 20px;
}

#left ul {
	padding-right: 20px;
	padding-left: 20px;
}

#left li {
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
}

#left .line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}




/*　おすすめ商品用スタイル　*/

#detail h4 {
	font-size: 130%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#detail h5 {
	font-size: 115%;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 2px;
}

#detail h5 span{
	font-size: 110%;
	font-weight: bold;
}

#detail h6 {
	font-size: 90%;
	font-weight: normal;
	color: #999999;
}

#detail img {
	margin: 8px;
}

#detail td {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 40px;
	padding-top: 40px;
}

#detail .non td {
	padding: 5px;
	line-height: 1.2;
	border: 1px solid #CCCCCC;
}

#detail .non2 td {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#detail .non3 td {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#detail p {
	font-size: 90%;
}


/*　WEBカタログ用スタイル　*/

#web td p {
	font-size: 90%;
	margin-right: 15px;
	margin-left: 15px;
}

#left h4 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	color: #0000FF;
}

#left #rec {
	padding-left: 10px;
}




/*　地図シリーズ-トップで使用　クリアとボーダー　*/
.cl-border {
	padding-top: 10px;
	margin-bottom: 20px;
	clear: both;
	height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}


/*　地図シリーズ-トップで使用　日本と世界のボタン　*/

#map_j {
	width: 341px;
	height: 88px;
	display: block;
	background-image: url(../img/common/btn_map_j.jpg)
}

#map_j a {
	width: 341px;
	height: 88px;
	display: block;
	background-image: url(../img/common/btn_map_j.jpg)
}

#map_j a:hover {
	width: 341px;
	height: 88px;
	display: block;
	background-image: url(../img/common/btn_map_j_2.jpg)
}

#map_j a span {
	display: none;
}


#map_w {
	width: 341px;
	height: 88px;
	display: block;
	background-image: url(../img/common/btn_maps_w.jpg)
}

#map_w a {
	width: 341px;
	height: 88px;
	display: block;
	background-image: url(../img/common/btn_maps_w.jpg)
}

#map_w a:hover {
	width: 341px;
	height: 88px;
	display: block;
	background-image: url(../img/common/btn_maps_w_2.jpg)
}

#map_w a span {
	display: none;
}



/*　その他調整用　*/

.space10 {
	margin-right: 10px;
	margin-left: 10px;
}
.rules {
	margin: auto;
}


.rules h5 {
	font-size: 110%;
	font-weight: bold;
}

.rules p {
	font-size: 90%;
}

.rules ul li {
	font-size: 90%;
}

form {
	border: 1px solid #FF3300;
	background-color: #FFFFCC;
	width: 680px;
	padding-top: 10px;
}

#login {
	padding: 5px;
	height: 800px;
	width: 660px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: auto;
}

/*  インデックス以外の右カラムメニュー類 */

#right #link_maps {
	width: 150px;
	height: 129px;
	display: block;
	background-image: url(../img/common/bnr_maps_s.jpg)
}

#right #link_maps a {
	width: 150px;
	height: 129px;
	display: block;
	background-image: url(../img/common/bnr_maps_s.jpg)
}

#right #link_maps a:hover {
	width: 150px;
	height: 129px;
	display: block;
	background-image: url(../img/common/bnr_maps_s_2.jpg)
}

#right #link_maps a span {
	display: none;
}

#right #link_rec {
	width: 150px;
	height: 140px;
	display: block;
	background-image: url(../img/common/bnr_recommend_s.jpg)
}

#right #link_rec a {
	width: 150px;
	height: 140px;
	display: block;
	background-image: url(../img/common/bnr_recommend_s.jpg)
}

#right #link_rec a:hover {
	width: 150px;
	height: 140px;
	display: block;
	background-image: url(../img/common/bnr_recommend_s_2.jpg)
}

#right #link_rec a span {
	display: none;
}
.nakanohito {
	display: none;
}
