@charset "UTF-8";
@import url(reset.css);
@import url(textsettings.css);

/* ---------------------------------------------------------------- *
	全体に関する設定
 * ---------------------------------------------------------------- */

body {
  background: #121212 url(../images/bg.jpg) repeat-x;
  scrollbar-face-color: #000000;       /* 表面の色 */
  scrollbar-3dlight-color: #000000;    /* 左端と上端の色 */
  scrollbar-highlight-color: #333333;  /* ハイライトの色 */
  scrollbar-shadow-color: #333333;     /* 影の色 */
  scrollbar-darkshadow-color: #000000; /* 右端と下端 */
  scrollbar-arrow-color: #ffffff;      /* 矢印の色 */
  scrollbar-track-color: #333333;      /* バーの背景の色 */
}
#container {
  background: transparent;
  width: 990px;
  margin: 0 auto;
}
#wrapper {
	width:990px;
	height:466px;
	border: 1px solid #333333;
	background-color: #000000;
}

/* ---------------------------------------------------------------- *
	基本要素の設定
 * ---------------------------------------------------------------- */

p {
  margin-top: 0;
  margin-bottom: 1em;
}
ul, ol, dl {
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
	margin: 0;
	font-size: 11px;
	color: #666666;
	position: absolute;
	top: 607px;
	text-align: right;
	width: 985px;
	z-index: 1;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
h3 {
  margin-top: 0;
  margin-bottom: 0;
}
h4 {
  margin-top: 0;
  margin-bottom: 0;
}
h5 {
  margin-top: 0;
  margin-bottom: 0;
}
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
/* ハイパーリンク付き画像は枠なし */
a img {
  border: none;
}
pre {
  padding: 8px;
  border: 1px solid #DFDFDF;
  width: auto;
  _width: 90%;
  overflow: auto;
  _overflow: scroll;
  color: #333333;
  background-color: #F6F6F6;
  font-family: "Courier New","ms pgothic", monospace;
}

/* ---------------------------------------------------------------- *
	ナビゲーション
 * ---------------------------------------------------------------- */

#navi {
  width: 990px;
  margin: 0 auto;
  padding: 0;
}
#cnavi {
  width: 990px;
  margin: 0 auto;
  margin: 6px 3px 11px 3px;
}
html>/**/body #cnavi {
  width: 990px;
  margin: 0 auto;
  padding: 0 3px 0 3px;
  margin: 8px 0 9px 0;
}

#navibg {
	padding: 0;
	background-color: #121212;
	margin: 0;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
}

#navi ul {
  margin: 0;
  padding: 0;
}
#navi ul li, #cnavi ul li {
  margin: 0;
  padding: 0;
  float: left;
}
#navi ul li a {
  margin: 0;
  display: block;
}
#navi a:hover {
  text-decoration: none;
}

/* フロートしているナビゲーションアイテムのフロート解除をクリアする設定（clearfix） */
#navi ul:after, #cnavi ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}


/* ---------------------------------------------------------------- *
	メインコンテンツ内の設定
 * ---------------------------------------------------------------- */

#contents {
  background: #000000;
  margin:4px
}
#concept {
	width:982px;
	height:458px;
  background: url(../images/concept_img.jpg) no-repeat;
  margin:4px
}

#left {
	width:440px;
	margin:25px 20px 25px 20px;
	float: left;
}

#left li,#aboutleft li {
	margin:0 0 3px 0;
}

#aboutleft {
	width:380px;
	margin:25px 5px 25px 25px;
	float: left;
}

#contactleft {
	width:350px;
	margin:25px 30px 25px 25px;
	float: left;
}

#aboutleft2 {
	width:530px;
	margin:25px 10px 25px 5px;
	float: right;
	height:400px;
}

.shoplist span {
	color: #999999;
	width: 300px;
	display: block;
	float: left;
}
.about span {
	color: #999999;
	width: 90px;
	display: block;
	float: left;
}
.contact li div {
	width: 150px;
	display: block;
		float: left;
}


.about li, .contact li {
	padding-bottom:6px;
}
.about2 li {
	padding: 0 0 4px 2px;
}
.listtitle {
	color: #666666;
	font-weight: bold;
	padding: 3px 0 3px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #282828;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #282828;
	margin-bottom:10px;
	margin-top:0;
	background-color: #181818;
}
.listtop {
	padding:2px 0 0 0;
	color: #999999;
}

#policyleft {
	width:250px;
	margin:25px 0px 25px 25px;
	float: left;
}

#policyleft2 {
	width:660px;
	margin:25px 15px 25px 10px;
	float: right;
	height:400px;
}
#sitemapleft2 {
	width:660px;
	margin:25px 25px 25px 0;
	float: right;
	height:400px;
}
.smaptitle, .smaptitle2 {
	color: #666666;
	padding: 0 0 8px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #282828;
	margin-bottom:10px;
	margin-top:0;
}
.smaptitle span {
	color: #CCCCCC;
	font-size: 145%;
	width:180px;
	display: block;
	float: left;
}
.smaptitle2 span {
	color: #999999;
	font-size: 100%;
	width:180px;
	display: block;
	float: left;
	font-weight: bold;
}
.smaptitle a:link {
  color: #CCCCCC;
  text-decoration: none;
}
.smaptitle a:visited {
  color: #CCCCCC;
  text-decoration: none;
}
.smaptitle a:hover {
  color: #D6A7BC;
  text-decoration: underline;
}
.smaptitle2 a:link, .smaptitle3 a:link {
  color: #999999;
  text-decoration: none;
}
.smaptitle2 a:visited, .smaptitle3 a:visited {
  color: #999999;
  text-decoration: none;
}
.smaptitle2 a:hover, .smaptitle3 a:hover {
  color: #D6A7BC;
  text-decoration: underline;
}

/* IE6ハック */
* html #left {
	width:440px;
	margin:25px 15px 25px 15px;
	float: left;
}
* html #aboutleft {
	width:380px;
	margin:25px 15px 25px 15px;
	float: left;
}
* html #contactleft {
	width:350px;
	margin:25px 40px 25px 15px;
	float: left;
}
* html #policyleft {
	width:250px;
	margin:25px 15px 25px 15px;
	float: left;
}
* html #policyleft2 {
	width:640px;
	margin:25px 15px 25px 10px;
	float: right;
	height:400px;
}
* html #sitemapleft2 {
	width:640px;
	margin:25px 15px 25px 10px;
	float: right;
	height:400px;
}
/* ニュース */
#newsleft {
	width:230px;
	margin:25px 10px 25px 25px;
	float: left;
}
* html #newsleft {
	width:230px;
	margin:25px 10px 25px 15px;
	float: left;
}
#newsleft2 {
	width:460px;
	margin:25px 10px 25px 10px;
	float: left;
	height:400px;
}
#newsleft3 {
	width:200px;
	margin:25px 10px 25px 10px;
	float: right;
	height:400px;
}
#newsleft2 h2,#newsleft3 h2 {
	color: #666666;
	font-weight: bold;
	padding: 3px 0 3px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #282828;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #282828;
	margin-bottom:10px;
	margin-top:0;
	background-color: #181818;
	width:440px;
}
#newsleft2 h2 a,#newsleft3 h2 a {
	color: #999999;
	font-weight: bold;
	padding: 3px 0 0 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #282828;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #282828;
	margin-bottom:0px;
	margin-top:0;
	background-color: #181818;
	text-decoration: none;
	width:440px;
}
#newsleft2 h2 a:hover,#newsleft3 h2 a:hover {
	color: #CCCCCC;
	font-weight: bold;
	padding: 3px 0 0 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #282828;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #282828;
	margin-bottom:0px;
	margin-top:0;
	background-color: #181818;
	text-decoration: underline;
}
#newsdate {
	color: #484848;
	font-weight: bold;
	margin-bottom:10px;
	margin-top:0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 0;
}
#newsleft2 p, #newsleft2 p {
	line-height: 1.2em;
}
#newsleft4 {
	width:200px;
	margin:25px 10px 15px 10px;
	float: right;
	height:150px;
}
#newsleft5 {
	width:200px;
	margin:0px 10px 25px 10px;
	float: right;
	height:235px;
}
#newsleft6 {
	width:200px;
	margin:25px 10px 15px 10px;
	float: right;
	height:400px;
}
#newsleft7 {
	width:200px;
	margin:25px 10px 15px 10px;
	float: right;
	height:400px;
}
#newsleft4 a,#newsleft5 a,#newsleft6 a,#newsleft7 a {
	color: #999999;
	text-decoration: none;
}
#newsleft4 a:hover,#newsleft5 a:hover,#newsleft6 a:hover,#newsleft7 a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
/* ---------------------------------------------------------------- *
	コンテンツ画像の設定
 * ---------------------------------------------------------------- */

.contents img.fig {
  /* 画像の回り込みleftまたはrightを指定 */
  float: left;
  /* 回り込みがleftのとき→左マージン0、rightのとき→右マージン0 */
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 0;
}

/* ---------------------------------------------------------------- *
	画像のみのボックス
 * ---------------------------------------------------------------- */

.imgbox {
  background: #FFFFFF;
  margin-top: 0;
  margin-bottom: 6px;
}

/* 右・左カラム内の画像のみボックス。変更する部分を設定 */
#rightside .imgbox, #leftside .imgbox {
  background: transparent;
  /* margin-top: 3px; */
  /* margin-bottom: 3px; */
}

/* ---------------------------------------------------------------- *
	フッタ
 * ---------------------------------------------------------------- */

#footer {
	background: #000000;
	width: 100%;
	padding:0 0 30px 0;
}
#footer ul {
    margin: 0;
    padding: 0;
}
#footer ul li {
  margin: 0;
  padding: 0;
}

/* ---------------------------------------------------------------- *
	複数セレクタ共通項目
 * ---------------------------------------------------------------- */

/* ナビゲーション，フッタでは折り返しを抑制 */
#navi, #footer {
  white-space: nowrap;
}

/* ナビゲーション，フッタの箇条書きは横並びリスト */
#navi ul, #footer ul, #cnavi ul {
  margin: 0;
  list-style: none;
}

#navi ul li, #footer ul li, #cnavi ul li {
	display: inline;
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/* ---------------------------------------------------------------- *
	ハック
 * ---------------------------------------------------------------- */

/* IE6 で画像が消えることがあるバグを回避 */
.contents img {
  position: relative;
}

/* IE6/IE7 で垂直配置がずれるバグを回避 */
html[lang^="ja"] #leftside {
  margin-top: 0;
}

/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */

/* ---------------------------------------------------------------- *
	画像置き換えメニュー
 * ---------------------------------------------------------------- */
#navi .navi01 {
	background: url(../images/footer01.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 56px;
	height: 20px;
	margin-right:13px;
	z-index: 10;
	position: relative;
}
#navi .navi01:hover {
	background: url(../images/footer01.gif) no-repeat bottom;
}
#navi .navi02 {
	background: url(../images/footer02.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 80px;
	height: 20px;
	margin-right:13px;
	z-index: 10;
	position: relative;
}
#navi .navi02:hover {
	background: url(../images/footer02.gif) no-repeat bottom;
}
#navi .navi03 {
	background: url(../images/footer03.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 87px;
	height: 20px;
	margin-right:13px;
	z-index: 10;
	position: relative;
}
#navi .navi03:hover {
	background: url(../images/footer03.gif) no-repeat bottom;
}
#navi .navi04 {
	background: url(../images/footer04.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 112px;
	height: 20px;
	margin-right:13px;
	z-index: 10;
	position: relative;
}
#navi .navi04:hover {
	background: url(../images/footer04.gif) no-repeat bottom;
}
#navi .navi05 {
	background: url(../images/footer05.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 51px;
	height: 20px;
	margin-right:13px;
}
#navi .navi05:hover {
	background: url(../images/footer05.gif) no-repeat bottom;
}
#navi .navi06 {
	background: url(../images/footer06.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 75px;
	height: 20px;
	margin-right:13px;
}
#navi .navi06:hover {
	background: url(../images/footer06.gif) no-repeat bottom;
}
#navi .navi07 {
	background: url(../images/footer07.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 123px;
	height: 20px;
	margin-right:13px;
}
#navi .navi07:hover {
	background: url(../images/footer07.gif) no-repeat bottom;
}
#navi .navi08 {
	background: url(../images/footer08.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 93px;
	height: 20px;
	margin-right:13px;
}
#navi .navi08:hover {
	background: url(../images/footer08.gif) no-repeat bottom;
}
#navi .navi09 {
	background: url(../images/footer09.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 58px;
	height: 20px;
	margin-right:321px;
}
#navi .navi09:hover {
	background: url(../images/footer09.gif) no-repeat bottom;
}
#navi .navi10 {
	background: url(../images/footer10.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 279px;
	height: 20px;
}

#cnavi .cnavi01 {
	background: url(../images/banner_contact03.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 63px;
	height: 13px;
	margin: 0 5px 0 5px;
}
#cnavi .cnavi01:hover {
	background: url(../images/banner_contact03.gif) no-repeat bottom;
}
#cnavi .cnavi02 {
	background: url(../images/banner_contact04.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 96px;
	height: 13px;
	margin: 0 5px 0 5px;
}
#cnavi .cnavi02:hover {
	background: url(../images/banner_contact04.gif) no-repeat bottom;
}
#cnavi .cnavi03 {
	background: url(../images/banner01.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 74px;
	height: 22px;
	margin: -8px 5px 0 462px;
	position: relative;
}
#cnavi .cnavi03:hover {
	background: url(../images/banner01.gif) no-repeat bottom;
}
#cnavi .cnavi04 {
	background: url(../images/banner02.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 74px;
	height: 22px;
	margin: -8px 5px 0 5px;
	position: relative;
}
#cnavi .cnavi04:hover {
	background: url(../images/banner02.gif) no-repeat bottom;
}
#cnavi .cnavi05 {
	background: url(../images/banner03.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 74px;
	height: 22px;
	margin: -8px 0 0 5px;
	position: relative;
}
#cnavi .cnavi05:hover {
	background: url(../images/banner03.gif) no-repeat bottom;
}
/* ---------------------------------------------------------------- *
	フォーム
 * ---------------------------------------------------------------- */
 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}
 
.textfieldValidState input, input.textfieldValidState {
	background-color: #000000;
}

input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}

.textfieldFocusState input, input.textfieldFocusState {
	background-color: #171717;
}

.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}

.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}
.focus {
	color: #999999;
	background-color: #171717;
	border: 1px solid #232323;
}

.normal {
	color: #999999;
	background-color: #171717;
	border: 1px solid #232323;
}
input {
	color: #999999;
	background-color: #171717;
	border: 1px solid #232323;
}
textarea {
	color: #999999;
	background-color: #171717;
	border: 1px solid #232323;
}
select {
	color: #999999;
	background-color: #171717;
	border: 1px solid #232323;
}

.radioRequiredMsg, .radioInvalidMsg{
	display: none;
}


.radioRequiredState .radioRequiredMsg,
.radioInvalidState .radioInvalidMsg{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}
