@charset "utf-8";


* {
	color:#333333;
	padding:0;
	margin: 0;
}
#base {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DEDFDA;
	background-image: url(img/base.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
body {
	background-attachment: fixed;
	background-color: #F1F1ED;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	list-style-type: none;
}
a {
	color: #0095B5;
}
a:hover {
	color: #00D6FB;
	text-decoration: none;
}

#clear {
	clear:both
}
/*
ヘッダー
-------------------------------------------*/
#head {
	background-image: url(img/head.gif);
	height: 140px;
	position: relative;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#head h1 {
	font-size: 10px;
	position: absolute;
	top: 2px;
	right: 15px;
	font-weight: normal;
	line-height: 16px;
	color: #66797B;
}
#head img#logo {
	position: absolute;
	left: 15px;
	top: 25px;
}
#head #h_list {
	position: absolute;
	right: 15px;
	bottom: 60px;
}
#head #h_list li {
	display: inline;
	padding-right: 7px;
	padding-left: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 10px;
}
#head #h_list a {
	color: #688992;
}
/*
グローバルナビ
-------------------------------------------*/
#navi {
	background-image: url(img/navi.gif);
	height: 50px;
	padding-left: 30px;
	position: absolute;
	left: 1px;
	bottom: 0px;
	width: 868px;
}
#navi ul {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC0033;
	height: 50px;
}
#navi li a, #navi li strong {
	line-height: 44px;
	display: block;
	float: left;
	height: 44px;
	width: auto;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 16px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC0033;
}
#navi li a {
	background-image: url(img/navi_li.gif);
}
#navi li a:hover {
	background-image: url(img/navi_li_ov.gif);
}
#navi li strong {
	background-image: url(img/navi_li_st.gif);
	color: #000000;
	font-weight: normal;
}
#navi li {
	display: inline;
}
/*----プルダウン用追加ナビ------*/

#navi_b {
	background-color: #970000;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #970000;
	background-image: url(img/navi.gif);
	position: absolute;
	left: 1px;
	bottom: 0px;
}
 
#nav {
	display: block;
	position: relative;
	background-color: #970000;
	background-image: url(img/navi.gif);
	height: 50px;
	width: 867px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #970000;
}
#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#nav ul {
	width: 150px;
	display: none;
	position: absolute;
	top: 51px;
	left: 0;
	margin: 0;
}

#nav ul ul {
	left: 151px;
	top: 0;
}

* html #nav ul {
	line-height: 0;
} /* IE6 "fix" */
#nav ul a {
	zoom: 1;
} /* IE6/7 fix */
#nav ul li {
	float: none;
}
 
#nav *:hover {
	background-color: none;
}
#nav a {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 44px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 6px;
	padding-left: 22px;
	background-image: url(img/navi_li.gif);
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #970000;
}
#nav strong {
	display: block;
	color: #000000;
	font-size: 12px;
	line-height: 44px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 6px;
	padding-left: 22px;
	background-image: url(img/navi_li_st.gif);
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #970000;
	font-weight: normal;
}
#nav a:hover {
	background-image: url(img/navi_li_ov.gif);
}
#nav a.hover {
	background-image: url(img/navi_li_ov.gif);
}

#nav li.hover a {
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}

#nav ul a.hover {
	background-color: #1088A3;
	color: #FFFFFF;
	background-image: url(img/li_w.gif);
}
#nav ul a:hover {
	background-color: #30A8C3;
	background-image: url(img/li_w.gif);
	color: #FFFFFF;
}
#nav ul a {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	background-color: #F2F2EE;
	background-image: url(img/li.gif);
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #A7B3B3;
	line-height: 20px;
	height: 20px;
	padding-top: 2px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: 7px center;
	color: #1D2325;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #CED5D5;
	border-left-color: #CED5D5;
}


/*
メイン
-------------------------------------------*/
#main {
	float: left;
	width: 888px;
	background-color: #FFFFFF;
	padding: 6px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
}
#pankuzu {
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AEB8B8;
	font-size: 12px;
	color: #6B878B;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#pankuzu strong {
	font-weight: normal;
	color: #6B878B;
	font-size: 13px;
	letter-spacing: 1px;
}

#content {
	float: right;
	width: 650px;
	padding-bottom: 5px;
}

#content #mokuji {
	margin-top: 1px;
	margin-bottom: 15px;
	border: 1px solid #D8D8D3;
	background-image: url(img/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#mokuji ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mokuji ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mokuji li {
	font-size: 14px;
	line-height: 20px;
}
#mokuji li a {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
}
#content #mokuji h3 {
	color: #7A9496;
	background-image: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E1E6E6;
	padding-bottom: 1px;
}

#content .box_out {
	background-color: #EFEFED;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 5px;
}
#content .box_in {
	background-color: #FFFFFF;
	border: 1px solid #DCDCD8;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content h2 {
	font-size: 18px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C03;
	line-height: 26px;
	color: #333333;
	padding-top: 5px;
	padding-left: 3px;
}
#content h2 span {
	font-size: 14px;
	padding-left: 10px;
	color: #5B8392;
}
#content h3 {
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	background-image: url(img/h3.gif);
	height: 24px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top: 1px;
	padding-top: 3px;
}
#content h3 span {
	font-size: 12px;
	color: #EEFDFF;
	line-height: 12px;
	padding-left: 5px;
	font-weight: normal;
}
#content h4 {
	color: #598190;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C00;
	font-size: 16px;
	line-height: 16px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
}

#content h4 span {
	font-size: 12px;
	color: #638F9D;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}

#content p {
	font-size: 13px;
	padding: 5px;
	line-height: 22px;
	background-image: url(img/line.gif);
	background-position: 0px 5px;
	/*text-indent: 1em;*/
	margin: 5px;
}

#content .box_out img {
	margin-right: 1px;
	margin-bottom: 1px;
}
#content .box02_left {
	float: left;
	width: 320px;
	margin-left: 2px;
}
#content .box02_right {
	float: right;
	width: 320px;
}
#content .box02_left h3, #content .box02_right h3 {
	clear: both;
}
#content .box02_left .box_in,
#content .box02_right .box_in {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .box02_left p,
#content .box02_right p {
	margin: 0px;
}

/*-----dlリスト-----*/
/*新着*/
#top_info {
	overflow-y:scroll;
	width:638px;
	height:288px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  sans-serif;
	font-size: 12px;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right:0px;
    /*scrollbar-base-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #cccccc;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-highlight-color: #cccccc;
    scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color:#cccccc;*/
}


#content .dl_list {
	background-image: url(img/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
	border: 1px solid #EEEEEA;
	float: left;
	margin-bottom: 5px;
}
#content .dl_list dt {
	float: left;
	display: block;
	width: 80px;
	font-size: 12px;
	padding-left: 15px;
	line-height: 1.4em;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#content .dl_list dd {
	display: block;
	float: right;
	width: 500px;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7E6E8;
}
#content .dl_list dl {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D5CB;
	display: block;
	width: 610px;
	padding-top: 7px;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
}
#content .dl_list dd a {
	line-height: 1.4em;
}

#content .box02_right .dl_list {
	border: 1px solid #D6D5CB;
}
#content .box02_right .dl_list dt {
	width: 70px;
	padding-left: 7px;
	background-position: left center;
}
#content .box02_right .dl_list dd {
	width: 205px;
}
#content .box02_right .dl_list dl {
	width: 300px;
	padding-top: 6px;
	padding-bottom: 6px;
}

dl.dl_link {
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDFDA;
	margin-right: 10px;
	margin-left: 5px;
}
.dl_link dt {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBDBDF;
	line-height: 28px;
	margin-bottom: 7px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: bold;
}
.dl_link dd {
	font-size: 13px;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	color: #505050;
}
/*---------------------------*/
dl.dl_crowd {
	margin-top:10px;
	width: 500px;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDFDA;
	margin-right: 10px;
	margin-left: 5px;
}
.dl_crowd dt {
	float:left;
	width: 40px;
	font-size: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	line-height: 28px;
	margin-bottom: 0px;
	padding-left: 5px;
	text-align:center;
}
.dl_crowd dd {
	float:left;
	width: 56px;
	font-size: 13px;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	color: #505050;
	line-height: 28px;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	}
dl.dl_crowd01 {
	width: 600px;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDFDA;
	margin-right: 10px;
	margin-left: 5px;
}
.dl_crowd01 dt {
	float:left;
	width: 450px;
	font-size: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	line-height: 28px;
	margin-bottom: 0px;
	padding-left: 5px;
	text-align:left;
}
.dl_crowd01 dd {
	float:left;
	width: 182px;
	font-size: 13px;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	color: #505050;
	line-height: 28px;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	}
.crowd_r{
	width:1px;
	border-right:1px #CCC solid;
}
.crowd_b{
	width:1px;
	border-bottom:1px #CCC solid;
	margin-bottom:10px;
}
.crowd_br{
	width:1px;
	border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;
	margin-bottom:10px;
}
.crowd_text {
	font-size:12px;
	line-height:1.5em;
	margin-left:20px;
	margin-right:20px;
}
/*----------*/


.img_left {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #F1F1ED;
	border-top-width: 10px;
	border-right-width: 20px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.img_right {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #F1F1ED;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#top_img {
	text-align: center;
	background-color: #F1F1ED;
	padding-top: 5px;
	padding-bottom: 5px;
}

.btn_s {
	text-align: right;
	padding: 5px;
	clear: both;
}
.btn_s a {
	color: #FFFFFF;
	background-color: #C03;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-size: 12px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F1F1ED;
	border-right-color: #F1F1ED;
	border-bottom-color: #F1F1ED;
	border-left-color: #F1F1ED;
}
.btn_s a:hover {
	color: #C03;
	background-color: #FFB5C8;
	border-top-color: #FF6289;
	border-right-color: #FF6289;
	border-left-color: #FF6289;
	border-bottom-color: #FF6289;
}


#content .to_top {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 10px;
}
#content .to_top02 {
	text-align: right;
	padding-right: 330px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 10px;
}
#content ul.list {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content ul.list li {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0CFD1;
	color: #44636C;
}

#content .chui {
	color: #E84F28;
	font-size: 12px;
}
.syomei {
	font-size: 18px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: "有澤楷書","ＡＲＰ行楷書体Ｈ", "ＡＲ行楷書体Ｈ","ヒラギノ明朝 Pro W6","HiraMinPro-W6";
	padding-top: 5px;
}

#form {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*
サイド
-------------------------------------------*/

#side {
	background-color: #F8F8F5;
	padding: 5px;
	float: left;
	width: 220px;
}
#side h3 {
	font-size: 13px;
	line-height: 22px;
	color: #FFFFFF;
	background-image: url(img/h3.gif);
	height: 24px;
	padding-bottom: 4px;
	font-weight: normal;
	text-indent: 20px;
	margin-bottom: 1px;
	padding-top: 2px;
}
#side .side_box {
	background-image: url(img/side_box.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 210px;
	border: 1px solid #C5C5BE;
	margin-bottom: 5px;
	background-color: #F1F1ED;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 4px;
}
#side .side_box h3 {
	background-color: #C03;
	background-image: none;
	line-height: 18px;
	text-indent: 5px;
	height: 18px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #900;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#side .side_box .side_inbox {
	background-image: url(img/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #D6D5CB;
	width: 204px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#side .side_menu li {
	line-height:0;
}
#side .side_menu li a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #14130C;
	text-decoration: none;
	background-color: #F8F8F5;
	width: 165px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E0;
	background-image: url(img/side_li.gif);
	background-position: 8px center;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#side .side_menu li a:hover {
	background-color: #C03;
	color: #FFFFFF;
	background-image: url(img/side_li_ov.gif);
}
#side .side_menu li ul {
	background-color: #DFE2E3;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#side .side_menu li ul li a {
	background-position: 15px;
	width: 155px;
	padding-left: 34px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CDD2D3;
	border-bottom-color: #CDD2D3;
	border-left-color: #CDD2D3;
	border-top-style: none;
	color: #1C7293;
}
#side .side_box .side_inbox p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 12px;
}
#side .side_box .side_btn {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E3E3DB;
	border-right-color: #E3E3DB;
	border-bottom-color: #E3E3DB;
	border-left-color: #E3E3DB;
}
#side .side_box .side_prbox {
	width: 186px;
	background-color: #E7E7E0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 10px;
	font-size: 12px;
	color: #505050;
}
#side .side_box .side_prbox p {
	font-size: 10px;
}
#side .side_box .side_prbox a {
	color: #6D8B8B;
}

/*
フッター
-------------------------------------------*/

#foot {
	background-image: url(img/foot.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #98A4A7;
	padding: 15px;
	clear: both;
}
#foot p {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 10px;
	line-height: 14px;
}
#foot li a {
	color: #FFFFFF;
}
#foot li {
	font-size: 12px;
	display: inline;
	line-height:130%;
	padding-right: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CC0033;
	background-color: #F7F7F4;
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #DCE2E2;
}


/*
テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#content table {
	width: 580px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#content table td {
	padding: 5px;
	border: 1px solid #EAE8DF;
	font-size: 13px;
}
#content table th {
	background-color: #EFEDE7;
	padding: 7px;
	font-size: 13px;
}
#content form table th {
	width: 127px;
}

#content table td.td_head {
	background-color: #A2AAAA;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C9C9BE;
	border-right-color: #D7D7CE;
	border-bottom-color: #C9C9BE;
	border-left-color: #C9C9BE;
	font-size: 13px;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
}

#content table td.td_odd {
	background-color: #F7F7F4;
	text-align: left;
	padding: 8px;
	border: 1px solid #D6D6CD;
	font-size: 13px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #DEE4E4;
}

/*
個人情報保護方針
-------------------------------------------------------------------*/
#clear_both{
	clear:both;
}
#privacy_cont00{width:620px;
margin-top:15px;
margin-right:15px;
margin-left:15px;
line-height:1.5em;
font-size:12px;
}
#privacy_cont{width:620px;
margin-top:5px;
margin-right:15px;
margin-left:15px;
line-height:1.5em;
font-size:12px;
}
#privacy_cont-text01{text-indent:10px;
}
/*-----新着情報-----*/
#news-cont {
	float: right;
	width: 620px;
	padding-bottom: 5px;
	padding-top:15px;
}
#news-cont .dl_list {
	
	padding: 5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	padding-top:5px;
	float: left;
	margin-bottom: 5px;
}
#news-cont .dl_list dt {
	float: left;
	width: 80px;
	font-size: 12px;
	padding-left: 15px;
	line-height: 1.4em;
}
#news-cont .dl_list dd {
	text-align:left;
	display: block;
	float: right;
	width: 470px;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 7px;

}
#news-cont .dl_list dl {
	padding-bottom: 7px;

	width: 580px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 4px;
	float: left;
}
#content .dl_list dd a {
	line-height: 1.4em;
}

.title_b {
	font-size:14px;
	color:#930;
	font-weight:bold;
}

.red {
	color:#F00;
}
.red_b {
	color:#F00;
	font-weight:bold;
}
#red {
	color:#F00;
}

#content .box_in .font {
	font-size:12px;
	line-height:140%;
}

.mycolor {
	color:#900;
}

#myshop .title {
	font-weight:bold;
	line-height:180%;
}

#myshop .img_left {
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #F1F1ED;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#myshop .img_right {
	float: right;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #F1F1ED;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/*--
QA
---*/
#qa h5 {
	color: #598190;
	font-size: 16px;
	line-height: 18px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
}

#content #qa .text {
	font-size: 13px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 13px;
	line-height: 22px;
	background-image: url(img/line.gif);
	background-position: 0px 5px;
	margin: 5px;
}

/*--
店舗概要
---*/

.store-spc{
	width:18px;
	height:120px;
	float:left;
}
.store-l{width:182px;
margin-top:10px;
margin-bottom:10px;
margin-left:0px;
float:left;
}
.store-m{width:182px;
margin-top:10px;
margin-bottom:10px;
margin-left:17px;
float:left;
}
.store-r{width:182px;
margin-top:10px;
margin-bottom:10px;
margin-left:17px;
margin-right:18px;
float:right;
}

/*--
サイトマップ
---*/
.sitemap-text{
	width:266px;
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:20px;
padding-left:20px;
float:left;
text-align:left;
font-size:14px;
line-height:2em;
}

/*--
クーポン
---*/
.img_right02 {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.coupon-text01{float:left;
}
/*--
イベント
---*/
.eve_gold{
	color:#C90;
	font-weight:bold;
}
.eve_red{
	color: #F00;
	font-weight:bold;
}
.eve_green{
	color: #090;
	font-weight:bold;
}
.eve_yellow{
	color: #FC0;
	font-weight:bold;
}



