/* ----------------------------------------------- */
/* set */
/* ----------------------------------------------- */
body, div, h1, h2, h3, h4, h5, h6, p, per, img, a, ul, ol, li, dl, dt, dd, address {
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	font-style:normal;
	font-weight:normal;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#454545;
}



/* ----------------------------------------------- */
/* Layout */
/* ----------------------------------------------- */
html {
	height:100%;
}
body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
	height:100%;
	line-height:133%;
	background:url(../images/bg.png) 0 0 repeat-x;
}
table {
    font-size:inherit;
    font:100%;
}

body.index {
	height:100%;
	line-height:133%;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: 0 23px;
}
a {
	color:#0066FF;
}
a:hover{
	color:#333366;
}
/* #container */
/* ----------------------------------------------- */
* html div#container {
	height:100%;
}
#container {
	position:relative;
	width:910px;
	margin:0 auto;
	min-height:100%;
	background: #f3ede7;
}
body > #container {
	height: auto;
}
div#main {
	padding-bottom:30px;
}
/* #header */
/* ----------------------------------------------- */
table h1{
font-size:10px;
display:inline-block;
float:left;
}
#header {
	position:relative;
	width:910px;
	height:100px;
	overflow:hidden;
	background:#fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear:both;
}

#header h2 {
	position:absolute;
	width:250px;
	height:60px;
	top:15px;left:0;
}
#header h2 a {
	display:block;
	width:250px;
	height:60px;
	text-indent:-9999px;
	background-image:url(../images/logo.png);
	overflow:hidden;
}
p.h1 {}
p.h1 a {}

#header p {
	position:absolute;
	top:0px;
	left:0;
	font-size:93%;
	color:#999;
}

#header ul {
	position:absolute;
	top:3px;
	right:0;
}
#header ul li {
	font-size:85%;
	float:left;
	border-right:1px solid #ccc;
	padding:0 10px;
}
#header ul li.end_li{
	border:none;
}
#header ul li a {
	text-decoration:none;
}
#header ul li a:hover {
	color:#CC3300;
}
#header ul li.now a {
	font-weight:bold;
	text-decoration:underline;
}
/* #navi */
/* ----------------------------------------------- */
#navi {
	height:50px;
	width:910px;
	margin:0 auto;
}
#navi ol {
}
#navi ol li {
	float:left;
}
#navi ol li a {
	display:block;
	width:182px;
	height:50px;
	text-indent:-9999px;
	background-image:url(../images/navigation.png);
	background-repeat:no-repeat;
}
#navi ol li#navi01 a {
	background-position:0 0;
}
#navi ol li#navi02 a {
	background-position:-182px 0;
}
#navi ol li#navi03 a {
	background-position:-364px 0;
}
#navi ol li#navi04 a {
	background-position:-546px 0;
}
#navi ol li#navi05 a {
	background-position:-728px 0;
}
#navi ol li#navi01 a:hover {
	background-position:0 -50px;
}
#navi ol li#navi02 a:hover {
	background-position:-182px -50px;
}
#navi ol li#navi03 a:hover {
	background-position:-364px -50px;
}
#navi ol li#navi04 a:hover {
	background-position:-546px -50px;
}
#navi ol li#navi05 a:hover {
	background-position:-728px -50px;
}
#navi ol li#navi01_now a {
	background-position:0 -100px;
}
#navi ol li#navi02_now a {
	background-position:-182px -100px;
}
#navi ol li#navi03_now a {
	background-position:-364px -100px;
}
#navi ol li#navi04_now a {
	background-position:-546px -100px;
}
#navi ol li#navi05_now a {
	background-position:-728px -100px;
}
#navi ol li.navi00 {
	background:url(../images/navigation_bg.png) 0 0;
	text-indent:-9999px;
	width:70px;
	height:50px;
}

/* #nav */
/* ----------------------------------------------- */
#nav {
	height:50px;
	width:910px;
	margin:0 auto;
}

#navi ul li {
	float:left;
}
#navi ol li a {
	display:block;
	width:182px;
	height:50px;
	text-indent:-9999px;
	background-image:url(../images/navigation.png);
	background-repeat:no-repeat;
}

#nav {
	width: 100%;
	height: 50px;
	background-color: #f3ede7;
	background-image: url(../pict/navigation_bg.png);
	margin: 0 auto;
}
#nav ul {
	width: 910px;
	height: 50px;
	margin: 0 auto;
}
#nav ul li {
	float: left;
	text-align: center;
}
#nav ul li a {
	width: 182px;
	height: 50px;
	display: block;
}
#nav ul li a:hover {
	background-color: #c7bfb5;
}
/* #topimage */
/* ----------------------------------------------- */
#topimage {
	width:910px;
	height:300px;
	margin:0 auto 0;
	overflow:hidden;
}
#topimage img{
margin:0 auto;
}
/* #path */
/* ----------------------------------------------- */
#path {
	width:910px;
	margin:0 auto;
	height:30px;
	line-height:30px;
	font-size:93%;
	color:#666666;
}
#path ol {
	width:860px;
	margin:0 auto;
}
#path ol li {
	float:left;
}
#path ol li a {
	background:url(../images/path.png) right 50% no-repeat;
	padding:0 28px 0 0;
}
/* #contents */
/* ----------------------------------------------- */
#contents {
	width: 910px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 55px 0;
	background: #f3ede7;
}
/* #main */
/* ----------------------------------------------- */
#main {
	float: left;
	width: 620px;
	overflow: hidden;
	background: #fff;
	margin:0 0 10px 10px;
	line-height:150%;
}
/* H */
#main h2 {
	margin:20px auto;
	width:93%;
	font-weight:bold;
}
#main h3 {
	margin:0 auto 10px;
	border-bottom:1px solid #330033;
	width:100%;
}
#main dl#top_topics{
	width:95%;
	margin:0 auto;
}
#main #top_topics h3{
	margin:0;
	border-bottom:1px solid #330033;
	width:auto;
	margin:5px 5px 5px 0;
	font-size:93%;
	font-weight:bold;
	color:#003366;
}
/*  */
#main #top_topics p{
	margin:10px 0 5px;
}
/* .text */
.text {
	width:90%;
	margin:0 auto 20px;
	overflow:hidden;
}
.text p {
	margin:10px 10px 10px 15px;
}
.text ol {
	margin:0;
	padding:0 10px 0 15px;
}
.text ol li {}
.text ol li p {
	margin:0 0 0 10px;
}
.text table {
	width:95%;
	margin:0 auto;
	border:1px solid #666;
}
.text table th {
	width:10em;
	text-align:left;
	vertical-align:top;
	padding:0.5em 1em;
	background:#ddd;
	border-bottom:1px solid #999;
}
.text table td {
	vertical-align:top;
	padding:0.5em 1em;
	border-bottom:1px solid #999;
}
.text table td ol {
	margin:0;
	padding:0 0 0 30px;
}
.text table td ol li {	list-style:decimal outside;

}
.text table td p {
	margin:0;
	padding:0;
}
/* #topics */
#topics{
	width:530px;
	margin:0 auto;
	border-top:1px solid #aaa;
	border-right:1px solid #aaa;
	border-left:1px solid #aaa;
	vertical-align:top;
}
#topics th{
	text-align:left;
	vertical-align:top;
	padding:1em;
	width:100px;
	border-right:1px dashed #aaa;
	border-bottom:1px solid #aaa;
}
#topics td{
	text-align:left;
	padding:1em;
	vertical-align:top;
	border-bottom:1px solid #aaa;
}
#topics td h3{
	margin:0 0 0.5;
	padding:0 10px 3px;
	width:410px;
	font-size:108%;
	font-weight:bold;
	color:#003366;
}
#topics td p{
	margin:10px 1em;
	color:#454545;
	font-size:93%;
}

/* Toppage Return */
p.return {
	margin:10px 0 20px 30px;
}
p.return a {
	color:#0066FF;
}
/*  */
.text dl {
	width:95%;
	margin:20px auto 0;
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #999;
	background:url(../images/border.png) 8.7em 0 repeat-y;
}
#main dl dt {
	width:8em;
	padding:0.5em 0.5em 0.5em 0.5em;
	color:#333;
	font-weight:bold;
}
#main dl dd {
	padding:0.5em 1em 0.5em 10em;
	margin-top:-2.6em;
	border-bottom:1px solid #999;
	color:#666;
}
#main dl dd p{
	padding:0 10px;
}

/* form */
form {
	width:480px;
	margin:0 auto;
}
/* #side */
/* ------------------------------------------- */
#side {
	float: left;
	width: 240px;
	background: #f3ede7;
	color:#333;
	margin:0 10px;
	text-align:center;
}
#side h2 {
	margin:20px 20px 0 5px;
}
#side ul {
	margin:10px 0;
	padding: 0 10px 10px;
	border-bottom: 1px dashed #aaa;
}
#side ul li {
}
#side ul li a {
	display: block;
	width: 220px;
	height: 28px;
	background-image: url(../images/common.png);
	font-size: 1px;
	text-indent: -9999px;
}
#side ul li#snavi01 a {
	background-position: 0 -89px;
}
#side ul li#snavi02 a {
	background-position: 0 -119px;
}
#side ul li#snavi03 a {
	background-position: 0 -149px;
}
#side ul li#snavi04 a {
	background-position: 0 -179px;
}
#side ul li#snavi01 a:hover, #side ul li#snavi01_now a {
	background-position: -220px -89px;
}
#side ul li#snavi02 a:hover, #side ul li#snavi02_now a {
	background-position: -220px -119px;
}
#side ul li#snavi03 a:hover, #side ul li#snavi03_now a {
	background-position: -220px -149px;
}
#side ul li#snavi04 a:hover, #side ul li#snavi04_now a {
	background-position: -220px -179px;
}
/*  */
#side dl {
	width: 220px;
	margin: 0 auto 10px;
}
#side dl dt {
	margin: 10px 0 2px 0;
	font-weight: bold;
	text-align: center;
}
#side dl dd {
	margin: 3px 0;
}
#side dl dd a {
	display: block;
	width: 220px;
	height: 60px;
	margin: 0 0 3px 0;
	background-image: url(../images/common.png);
	text-indent: -9999px;
}
#side dl dd.jshoppres a {
	background-position: 0 -209px;
}
#side dl dd.blog a {
	background-position: -220px -209px;
}
#side dl dd.none a{
	background:none;
	text-indent:0;
	height:auto;
	width:auto;
	display:inline;
}
#side dl#jshoppers{
display:none;
}

/* #footer */
/* ------------------------------------------- */
#footer {
	position:absolute;
	bottom:0;
	margin:20px 0 0 0;
	text-align:right;
	color:#666;
	width:910px;
}
#footer address {
padding:0 10px 5px 0;
}
#footer p{padding:0 10px 0 0;}

/* ------------------------------------------- */
/* Page Layout */
/* ------------------------------------------- */
.more {
	width:95%;
	text-align:right;
	text-indent:-9999px;
	padding: 0;
}

#main #osaka, #main #kobe {
}
#main #osaka h3 {
}
#main #kobe h3 {
	margin:20px 0 0 0;
}
#main #osaka h4, #main #kobe h4 {
	font-weight:bold;
	margin:20px 0 0 10px;
	font-size:108%;
	color:#333;
}
#main #osaka dl, #main #kobe dl {
	margin-top:5px;
}
.center {
	text-align:center;
	margin:0 auto 20px;
}

/**/
#main .text dl.sell{
	border:none;
	background:none;
}
#main .text dl.sell dt{
	width:7.3em;
}
#main .text dl.sell dt.s01{
	border:1px solid #666;
	text-align:center;
	
}
#main .text dl.sell dt img{
	margin:0 0 0 3em;
	}
#main .text dl.sell dd{
	border:none;
	padding:0.5em 1em 0.5em 9em;
}

/* ------------------------------------------- */
form {
	background: #f3ede7;
	margin:20px auto;
	font-size:93%;
	width:90%;
}
form ol {
	list-style:none;
	margin:0;
	padding:20px;
}
form li {
	padding:6px 0;
	background: #f3ede7;
	margin-bottom:1px;
}
form li#send {
	background:none;
	margin-top:6px;
}
form label {
	float:left;
	width:12.5em;
	text-align:right;
	margin:2px 7px 2px;
	color:#0066CC;
	line-height:23px;	 /* This will make the labels vertically centered with the inputs */
}
form label span{
font-weight:bold;
color:#CC0000;
padding:0 0 0 5px;
}
form input, form textarea {
	padding:4px;
	margin:2px 0 2px 10px;
	border:1px solid #999999;
	color:#666;
}
form input:focus, form textarea:focus {
	border:1px solid #666;
	background:#e3f1f1;
}
form li#send button {
	border:1px solid #333;
	background:#ddd;
	color:#333;
	text-align: center;
	padding:2px 0;
	width:7em;
	margin:0 10px 0 0;
}
form li#send button:hover {}
form li#send{
	margin:0 0 0 13em;
}
/**/
#sitemap{
	margin:0 0 0 40px;
}
#sitemap ul li {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	background: url(images/ic_home.gif) no-repeat 0 4px;
	line-height: 160%;
}
#sitemap ul li ul {
	background: url(images/ic_bk.gif) no-repeat 17px 0;
}
#sitemap ul li ul.category li {
	background: url(images/ic_category.gif) no-repeat 1px -283px;
}
#sitemap ul li ul.page li {
	background: url(images/ic_page.gif) no-repeat 1px -283px;
}
#sitemap ul li ul li.last {
	background-color: #FFFFFF;
}

/*  */
dl#qa, dl#qa dt, dl#qa dd{
	margin:0;
	padding:0;
}
dl#qa{
	margin:10px auto;
	width:90%;
}
dl#qa dt{
	width:auto;
}
dl#qa dd{
	padding:2px 25px 0 2em;
	margin:0 0 15px;
}
dl#qa dd p{
	margin:0 0 10px;
}

/**/
ol.num {
margin:0 0 0 10px;
}
.num li{
	padding:0;
	margin:0 0 5px 1.5em;
	list-style:decimal outside;
}

.t_left{width:330px;float:left;
overflow:hidden;}
.right{float:right;}

.stext {
	text-indent: 0;
	position: static;
}

#jshoppers{
display:none;
}

#side h2{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin:20px auto 5px;
}
#side ol{
	margin:0.5em auto 1.5em;
	width:220px;
	border-bottom:1px dashed #999;
	text-align:left;
}
#side ol li{}
#side ol li a{
	margin:0 0 15px;
	letter-spacing:0.1em;
	color:#333;
	font-size:14px;
	font-weight:bold;
	display:block;
	padding:0 0 0 27px;
	text-decoration:none;
	background:url(../images/menu_09.png) 0 50% no-repeat;
}
#side ol li a:hover{
	background:url(../images/menu_10.png) 0 50% no-repeat;
}

#main h3{
letter-spacing:0.1em;
font-weight:bold;
font-size:14px;
text-indent:1em;
}

/* 強制変更 */
body.index div.sbox_cen  table tr td div.summary a{
	color:#333;
}
body.index div#container div#contents div#side li strong.rzseo_nrm{
	font-weight:bold;
}
strong.rzseo_nrm{
	font-weight:normal;
}