@charset "UTF-8";


/* -------------------------------------------------------------------
 基本設定
------------------------------------------------------------------- */

/* 基本フォント -------------------- */

body {
	color: #111111;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

address,em {
	font-style: normal;
}

/*\*/
* html body {
	font-size: 75%;
}
* html table {
	font-size: 100%;
	line-height: 1.5;
}
*:first-child + html body {
	font-size: 75%;
}
/**/


/* 基本タグ -------------------- */

body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form,input,textarea {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background: url(../img/bg_body.png) repeat-x #F2F0E6;
}

img,table {
	border: none;
}

ol,ul {
	list-style: none;
}


/* 基本テキストリンク -------------------- */

a {
	text-decoration: underline;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #000000;
}


/* -------------------------------------------------------------------
 float解除
------------------------------------------------------------------- */

br.clr /* テスト用 */ {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* -------------------------------------------------------------------
 レイアウト枠
------------------------------------------------------------------- */

div#wrap {
	width: 950px;
	margin: 0px auto;
	text-align: left;
}

div#ct-area {
	width: 950px;
}

div#ct-left {
	width: 218px;
	float: left;
}

div#ct-right {
	width: 715px;
	float: right;
}


/* -------------------------------------------------------------------
 ヘッダー
------------------------------------------------------------------- */

div#hd {
	width: 950px;
	height: 130px;
	position: relative;
}

div#hd a {
	text-decoration: underline;
}

div#hd a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div#hd a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#hd a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div#hd a:active {
	color: #FFFFFF;
	text-decoration: none;
}

div#hd .txt{
	position: absolute;
	top: 10px;
	right: 0px;
	color: #FFFFFF;
}

div#hd .logo{
	position: absolute;
	top: 0px;
	left: 0px;
}

div#hd ul#gl-menu{
	width: 715px;
	position: absolute;
	top: 36px;
	right: 0px;
}

div#hd ul#gl-menu li{
	float: left;
}

div#hd ul.local-menu{
	position: absolute;
	bottom: 25px;
	right: 0px;
	color: #FFFFFF;
}

div#hd ul.local-menu li{
	display: inline;
}


/* -------------------------------------------------------------------
 ページナビゲーション
------------------------------------------------------------------- */

div.pagination {
	padding:3px;
	margin:3px;
	font-size: 110%;
	line-height: 170%;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #AEB091;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #333333;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #999999;
	background-color: #CCCCCC;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	color: #333333;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #AEB091;
	background-color: #FFFFFF;
	color: #333333;
}


/* -------------------------------------------------------------------
 バナー領域
------------------------------------------------------------------- */

.tweet-box{
	margin-bottom: 20px;
	background: #000000;
}

.bn10{
	margin-bottom: 10px;
}

.bn10-t{
	margin: 10px 0px;
}

.bn20{
	margin-bottom: 20px;
}


/* -------------------------------------------------------------------
 フッター
------------------------------------------------------------------- */

.top-link{
	padding-top: 80px;
	clear: both;
	text-align: right;
}

div#ft {
	width: 100%;
	clear: both;
	font-size: 90%;
	background: #000000;
}

div#ft-inner {
	width: 950px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	text-align: left;
	color: #FFFFFF;
}

div#ft-inner a {
	text-decoration: underline;
}

div#ft-inner a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div#ft-inner a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#ft-inner a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div#ft-inner a:active {
	color: #FFFFFF;
	text-decoration: none;
}

div#ft-inner .shop-list{
	width: 410px;
	float: left;
}

div#ft-inner .shop-list h3{
	margin-bottom: 5px;
	font-weight: bold;
	color: #FF9900;
}

div#ft-inner .shop-list dl{
	width: 125px;
	float: left;
}

div#ft-inner .shop-list dl dt{
	margin-bottom: 5px;
	font-weight: bold;
}

div#ft-inner dl.list{
	width: 120px;
	padding-right: 15px;
	float: left;
}

div#ft-inner dl.list dt{
	margin-bottom: 5px;
	font-weight: bold;
	color: #FF9900;
}

div#ft-inner li{
	padding-bottom: 5px;
	line-height: 120%;
}

div#ft-inner .copyright{
	padding: 15px 0px 5px 0px;
	text-align: right;
	clear: both;
}



