/*-------------------------------------------------------------------
全称セレクタやリンクの基本カラー
--------------------------------------------------------------------*/
* {
	font-family:'MS PGothic', Osaka, sans-serif;
	padding:0;
	margin:0;
	color: #333333;
	font-size: 14px;
}
a:link{
	color:#146EB4;
}
a:visited{
	color:#146EB4;
}
a:hover{
	color:#FF6600;
	text-decoration: underline;
}
img{
	border: none;
}


/*-------------------------------------------------------------------
その他、部分的に文字装飾。
--------------------------------------------------------------------*/

.n10gray{
	font-size: 10px;
	color: #666666;
}

/*-------------------------------------------------------------------
bodyとid="container"のスタイル
--------------------------------------------------------------------*/
body{
	text-align:left;
}
div#container{
	width:750px;
	margin:0 auto;
	background:url(../img/sidebar.gif) repeat-y center top;
	padding-top: 1px;
}
div#inner{
	padding:0 8px;
}



/*-------------------------------------------------------------------
id="header"関係のスタイル
--------------------------------------------------------------------*/
div#header{
	height:155px;
}
div#header h1{
	font-size:12px;
	color:#666666;
	font-weight:normal;
}
div#header h2{
	color:#333333;
	font-size: 12px;
	padding-top: 3px;
	padding-left:2px;
	font-weight: normal;
}
div#header ul li{
    margin: 0px;
    padding: 0px;
	float: left;
	list-style:none;
}


/*-------------------------------------------------------------------
id="contents"関係のスタイル（全ページ共通のベース）
--------------------------------------------------------------------*/
div#contents{
	float:right;
	width:567px;
	border: 1px solid #CCCCCC;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 2px;
}
div#contents p{
	line-height:135%;
	padding-left: 8px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-right: 50px;
}
div#contents h3{
	font-size:14px;
	background:#F0F0F0 url(../img/ten.gif) no-repeat left center;
	padding:4px 0px 4px 12px;
	color: #333333;
}
div#contents h4{
	font-size:14px;
	margin:0px 5px 3px;
	border-bottom:1px solid #aaaaaa;
	padding-top: 20px;
	padding-bottom:1px;
	color: #333333;
}

div#contents table{
	padding-left: 8px;
}
div#contents td, th {
	padding: 3px 0px 2px 5px;
}


DIV#contents ul {
	LINE-HEIGHT: 145%;
	LIST-STYLE-TYPE: none;
	MARGIN: 7px;
	LIST-STYLE-IMAGE: none;
}
DIV#contents ul li {
	PADDING-LEFT: 13px;
	BACKGROUND: url(../img/list.gif) no-repeat left center;
}



div#Breadcrumb{
	font-size:12px;
	color: #666666;
	padding-top: 5px;
	padding-right: 5px;
	float: right;
}
div#Breadcrumb a:link{
	font-size:12px;
	color:#146EB4;
	text-decoration:underline;
}
div#Breadcrumb a:visited{
	font-size:12px;
	color:#146EB4;
	text-decoration:underline;
}
div#Breadcrumb a:hover{
	font-size:12px;
	color:#FF6600;
	text-decoration:underline;
}



/*-------------------------------------------------------------------
キャンペーンのスタイル
--------------------------------------------------------------------*/

div#campain{
	background:url(../img/campainback.jpg) no-repeat left top;
	margin-top: -5px;
	padding-top: 1px;
}
div#campain2{
	background:url(../img/campainback2.jpg) no-repeat left top;
}
div#campain2 ul{
	margin-left: 20px;
}

/*-------------------------------------------------------------------
id="sidebar"関係のスタイル
--------------------------------------------------------------------*/
div#sidebar{
	float:left;
	width:148px;
	background-color: #F4F4F4;
	margin-top: 3px;
}
div#sidebar p{
	line-height:130%;
	padding:3px;
	font-size: 13px;
}


/*-------------------------------------------------------------------
id="footer"関係のスタイル
--------------------------------------------------------------------*/
div#footer{
	clear:both;
	width:100%;
	text-align:center;
}
div#footer h3{
	border-top:1px dotted #5b9b7a;
	font-size:12px;
	font-weight:normal;
	padding-top:8px;
	margin-top: 3px;
}
address{
	font-size:12px;
	font-style:normal;
	padding-bottom:3px;
	line-height:135%;
}
div#footer a,div#footer a:visited,div#footer a:hover{
	color:#808080;
	text-decoration:underline;
}
.b14gray {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
}
div#mapbg {
	background-image: url(../img/shop-1.jpg);
	background-repeat: no-repeat;
	width: 530px;
	margin: 8px;
	height: 270px;
}


/*-------------------------------------------------------------------
アコーディオンパネルのスタイル
--------------------------------------------------------------------*/

#options {
	text-align:left;
	color:#146EB4;
	margin-left: 10px;
}
#options a {
	text-decoration:none;
	color:#146EB4
}
#options a:hover {
	color:#FF6600
}
#acc {
	width:500px;
	list-style:none;
	color:#333333;
	margin-left: 10px;
	line-height: 135%;
}
#acc h5 {
	border:1px solid #9ac1c9;
	padding:5px 6px 7px;
	font-weight:bold;
	margin-top:5px;
	cursor:pointer;
	background:url(../images/header.gif)
}
#acc h5:hover {
	background:url(../images/header_over.gif)
}
#acc .acc-section {
	overflow:hidden;
	background:#fff
}
#acc .acc-content {
	width:468px;
padding:15px;
border:1px solid #9ac1c9;
border-top:none;
background:#fff
}

#nested {
	width:450px;
	list-style:none;
	color:#333333;
	margin-bottom:15px
}
#nested h5 {
	border:1px solid #9ac1c9;
	padding:5px 6px 7px;
	font-weight:bold;
	margin-top:5px;
	cursor:pointer;
	background:url(../images/header.gif)
}
#nested h5:hover {background:url(../images/header_over.gif)}
#nested .acc-section {overflow:hidden; background:#fff}
#nested .acc-content {width:418px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}
#nested .acc-selected {background:url(../images/header_over.gif)}

