@charset "utf-8";
body,html,h1,h2,p,div,ul,li,dl,dt,dd,a,form,input{
	color: #333;
	margin:	 0;
	padding: 0;
}

/*--------------------------------------
  Structure Module
---------------------------------------*/

body {
	background-color:white;
	font:12px/1.5 'Lucida Grande',Arial,Helvetica,Verdana,sans-serif;
}
/* for IE7 */
*+html body {
font-family:'メイリオ';
font-size:100%;
}

/* for IE6 */
* html body {
font-size:100%;
}

/*--------------------------------------
  Text Module
---------------------------------------*/
a,

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

.left{
	text-align:left;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}

ul {
    list-style: none;
	padding:0px;
	margin:0px;
}

h1{
	padding: 11px 0 9px 21px;
	border: solid 1px #d3d3d3;
	font-size: 150%;
}

h2{
	height: 30px;
	margin: 20px 0 2px;
	padding: 0 0 0 12px;
	line-height: 2.2;
	color:#fff;
	font-size: 116%;
	font-weight: bold;
}

img {
	border:none;
}

.title_text{
	color: black;
	font-size:26px;
	font-weight:900;
	width:auto;
	height:auto;
}

.topic_text{
	font-size:16px;
	font-weight:bold;
	width:auto;
	height:auto;
}

.bold_text{
	font-size:90%;
	font-weight:bold;
	width:auto;
	height:auto;
}

.attention {
	color:red;
}

.mini {
	font-size: 90%;
	width:auto;
	height:auto;
}

/*フォントファミリー---------------------------*/


/*レイアウト定義*/
#wrapper {
	text-align: left;
	margin: 0;
	width: 100%;
	background-color:#666666;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 930px;
	height: auto;
	padding: 0px;
	text-align: left;
}

#wrapper:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#contents:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#container:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


div.tblareabtn {
    clear: both;
    margin: 15px 0 0 0;
    text-align: center;
}

/*ヘッダ-----------------------------------*/
#header {
	/*margin: 1em auto 0 auto;*/
	_margin-left:10px;
	padding: 0;
	width: 930px;
	height: auto;
	margin-bottom:30px;
}

/*画面上部のロゴ*/
#header #logo {
	float:left;
	padding: 0px;
}

#header #catch {
	font-size:12px;
	color:white;
	float:left;
	padding:0px;
	margin-left:20px;
}

/*メインメニュー*/
.menu{
	width:930px;
	margin:0 auto;
	padding:0;
	height:52px;
	border-bottom:1px solid #333333;
}

ul.menu {
	padding-top: 4px;
	padding-left: 4px;
}

ul.menu li {
	float: left;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	color: #7F2E00;
}

ul.menu li a:link{
	color: #7F2E00;
}
ul.menu li a:visited{
	color: #7F2E00;
}
ul.menu li a:hover{
	color: #7F2E00;
}
ul.menu li a:active{
	color: #7F2E00;
}
.hidden {
	visibility: hidden;
}
.menu ul {
	width: 930px;
	margin-left:10px;
}

* html .menu ul {
	width: 920px;
	margin-left:10px;
}

.menu ul li { float: left; }


.menu li.menu1 a { background-position: 0 0 ; }
.menu li.menu2 a { background-position: -139px 0; }
.menu li.menu3 a { background-position: -269px 0; }
.menu li.menu4 a { background-position: -399px 0; }
.menu li.menu5 a { background-position: -529px 0; }
.menu li.menu6 a { background-position: -659px 0; }
.menu li.menu7 a { background-position: -789px 0; }
.menu li.menu1 a:hover { background-position: 0 -52px ; }
.menu li.menu2 a:hover { background-position: -139px -52px; }
.menu li.menu3 a:hover { background-position: -269px -52px; }
.menu li.menu4 a:hover { background-position: -399px -52px; }
.menu li.menu5 a:hover { background-position: -529px -52px; }
.menu li.menu6 a:hover { background-position: -659px -52px; }
.menu li.menu7 a:hover { background-position: -789px -52px; }


/*画面上部、右上のメニュー*/
#header #header_menu {
	width:100%;
	padding-top:10px;
	padding-bottom:0px;
}

#header_table td {
	padding:0px 3px 0px 3px;
}

#searcharea .searchbox{
	width:194px;
	padding:2px 1px;
	border:solid 1px #999;
	border-top:solid 1px #333;
	margin:5px;
}

#searcharea .btn{
	width:30px;
	height:1em;
}
#allow{
	font-size:16px;
	font-weight:bold;
	color:#00008b;
	margin-right:5px;
}

#header_text {
	position:relative; bottom:1px;
	padding-left:2px;
	font-size:12px;
	color:#999999;
}

#header_text_small {
	font-size:9px;
	position:relative; bottom:1px;
	padding-left:2px;
	color:gray;
}

#header_menu a {
	text-decoration:none;
}

/*画面上部のジャンルメニューバー*/
.genre_menu{
	width:950px;
}

.genre_menu #slatenav{
	clear:both;
	display:block;
	height:25px;
	font-size:11px;
	font-weight:bold;
	border:1px solid gray;
	border-bottom:3px gray solid;
	background:transparent url(../img/header/bg_silver.jpg) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	text-transform:uppercase;
}

.genre_menu #slatenav ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}

.genre_menu #slatenav ul li{
	display:block;
	float:left;
	margin:0;
	border-right:1px solid gray;
}

.genre_menu #slatenav ul li#hdr_menu{
	border:none;
	padding:0 5px;
	position:relative;
	float:right;
}
/*ジャンルメニューと赤ボタンとの隙間を埋める*/
.genre_menu #slatenav ul li#hdr_spacer{
	width:270px;
	font-size:10px;
	border:none;
}

.genre_menu #slatenav ul li#hdr_menu a{
	border:none;
	padding:0 5px;
}

.genre_menu #slatenav ul li a{
	display:block;
	float:left;
	color:#D5F1FF;
	text-decoration:none;
	padding:0 10px;
	height:25px;
}
/*ジャンルメニュー　マウスオーバー設定*/
.genre_menu #slatenav ul li a:hover,.blue #slatenav ul li a.current{
	color:#fff;
	background:transparent url(../img/header/bg_orange.jpg) repeat-x top center;
}
/*ヘッダメニュー　マウスオーバー設定(今は特に変更なし)*/
.genre_menu #slatenav ul li#hdr_menu a:hover,.blue #slatenav ul li a.current{
	color:#fff;
	background:transparent url(../img/header/bg_silver.jpg) repeat-x top center;
}

/*ブランドのイメージ等を表示するエリア*/
div.concept_view_area1 {
	width:950px;
	height:194px;
	position:relative;
}

div.concept_view_area {
	width:950px;
	height:194px;
	border:solid;
	border-color:gray;
	border-width:1px;
	position:relative;
}
div.concept_view_img {
	width:239px;
	height:194px;
	float:left;
}
div.concept_view_img1 {
	width:239px;
	height:192px;
	float:left;
	border-bottom:solid;
	border-top:solid;
	border-left:solid;
	border-color:gray;
	border-width:1px;
}

div.concept_view_img2 {
	width:239px;
	height:194px;
	float:left;
}
div.concept_view_img3 {
	width:466px;
	height:192px;
	border-bottom:solid;
	border-top:solid;
	border-right:solid;
	border-color:gray;
	border-width:1px;
	float:left;
}
div.concept_view_img4 {
	width:241px;
	height:194px;
	border-left:solid;
	border-right:solid;
	border-color:gray;
	border-width:1px;
	float:left;
}
div.concept_view_img4666666 {
	width:239px;
	height:194px;
	border:solid;
	border-color:gray;
	border-width:1px;
	float:left;
}
div.concept_view_area p {
	padding-left:2em;
	font-size:11px;
}
div.concept_view_area1 p {
	padding-left:2em;
	font-size:11px;
}


/*画面上部のジャンルボタンリンク*/
/*
#genre_menu img {
	position: relative;
	border:1px solid gray;
	border-right:0px;
	float:left;
}
*/

/*メインコンテンツ-----------------------------------*/
#mainimage{
	border-bottom:1px solid #333333;
}

#contents {
	margin: 0 auto 0 auto;
	width:930px;
	height:auto;
	clear:both;
	margin-top:20px;
}

/*左側のブロック指定*/
div#leftcolumn {
	float:left;
	padding-right: 4px;
	width: 160px;
	margin-left:25px;
}

div#leftcolumn h2 {
    padding: 15px 0 0 0;
}

/*右側のブロック指定*/
div#rightcolumn {
	float:right;
	margin-left:0;
	padding-left: 0px;
	width: 200px;
}

div#rightcolumn h2 {
    padding: 15px 0 0 0;
}

/* 3カラム設定 */
div#three_maincolumn {
	margin-left: 14px;
	float:left;
	width: 700px;
	border-right:1px #666666 solid;
}

div#three_maincolumn p{color:white;}
div#three_maincolumn a{color:white;}


div#three_maincolumn h2 {
    padding: 15px 0 0 0;
}

/* 2カラム設定 */
div#two_maincolumn {
    float: left;
    width: 720px;
    padding: 15px 0 0 0;
}

div#two_maincolumn h2 {
    padding: 15px 0 0 0;
}

/* 1カラム設定 */
div#one_maincolumn {
    padding: 15px 0 0 0;
}




/*灰色破線*/
#dash_line {
	clear:both;
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
	border-color: gray; height: 1px;
}


/*フッター-----------------------------------*/
#footer {
	width:930px;
	height:auto;
	float:left;
	font-size: 11px;
	margin: 45px auto 0px auto;
	color:#666666;
	text-align:center;
	clear:both;
}
/*
#flogo {
	float:left;
	text-align:left;
	margin:0;
	padding:0;
	width:auto;
	height:31px;
}

#fmenu {
	float:right;
	text-align:right;
	margin:0;
	padding:0;
	width:auto;
	height:31px;
}
*/
/*ページナビ系------------------------------*/
div.page {
	clear:both;
    color: #666;
    font-size : 12px;
    font-family: verdana, osaka, sans-serif;
    text-align: center;
    margin: 2px;
    margin-right: 9px;
	padding-top:20px;
	font-size:14px;
}
div.page a {
	margin:4px;
    padding: 2px 5px;
    text-decoration: none;
}
div.page a:link,
div.page a:visited {
    color:black;
    background-color: #FFFFFF;
    border: solid 1px black;
}
/* マウスあてたとき */
div.page a:hover {
	text-decoration: underline;
    border: solid 1px black;
}
/* 現在いる場所 */
div.page .page_now {
	    color:black;
		margin:4px;
		width: 20px;
		height: 20px;
		padding: 2px 5px;
		background-color: #C1C2C4;
		border: solid 1px black;
}


/*その他リンク系------------------------------*/