*{
	margin:0;
	padding:0;
	list-style-type:none;
}
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	line-height: 1.6;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
}
h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
table {
	border-collapse:collapse;
	font-size: 100%;
}


/*リンクカラー*/
a {
	color: #999999;
}

/*カーソルオーバー時のリンクカラー*/
a:hover {
	color: #ff476d;
	text-decoration: none;	/*下線を消す設定。残したままがいいならこの１行を削除。*/
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1091px;
	margin-right: auto;
	margin-left: auto;
	border-top: 5px solid #000000;
	background-color: #000000;
}


/*ヘッダー（ロゴなどが入っている最上段のボックス）
---------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	background-image: url(images/header_bg.jpg);	/*ヘッダーの背景画像*/
	background-repeat: no-repeat;
	background-position: top;
	height: 100px;
}

#header #logo {
	padding-top: 20px;
}

#header h1 {
	font-size: 10px;	/*h1タグの文字の大きさ*/
	font-weight: normal;
	position: absolute;
	top: 0px;	/*ヘッダーのボックスに対して上から0pxに位置に配置*/
	right: 15px;	/*ヘッダーのボックスに対して右から0pxに位置に配置*/
	width: 1014px;
}



/*メインメニュー（ヘッダー下の横並びのメニュー）
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	line-height: 30px;
	height: 30px;
	margin-right: 1px;
	font-size: 12px;
}

ul#menu a {
	color: #000000;		/*メニューの文字色*/
	text-decoration: none;
	display: block;
	width: 155px;
	text-align: center;
	background-image: url(images/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	overflow: hidden;	/*オーバーした文字を非表示にする設定*/
	height: 31px;
}

ul#menu a:hover {
	background-image: url(images/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: left bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #FFFFFF;	/*カーソルオーバー時の文字色*/
	height: 30px;
}

ul#menu li.last {
	margin-right: 0;
}



/*３カラムを囲むボックス
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}



/*左・中央を囲むボックス
---------------------------------------------------------------------------*/
#wrap {
	width: 1091px;
	float: left;
	padding-bottom: 50px;
	margin-top: 20px;
}



/*両サイドの共通設定
---------------------------------------------------------------------------*/
#sub,#side {
	background-color: #f7f7f7;	/*両サイドのボックス背景色*/
	width: 178px;
	border: 1px solid #bfbfbf;	/*両サイドのボックスフチのボーダー*/
	padding: 1px;		/*余白を1px*/
	line-height: 1.6;	/*行間。通常より少し狭めている。*/
	color: #666666;		/*文字色*/
}

/*左右ボックスのp(段落タグ)の余白設定*/
#sub p,#side p {
	padding: 0.5em 5px 1em;
}

/*左右ボックスのh3見出し設定*/
#sub h3,#side h3,#container h3 {
	font-size: 100%;
	background-color: #333333;	/*背景色*/
	text-align: center;	/*文字のセンタリング*/
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;	/*文字色*/
}



/*左ブロック
---------------------------------------------------------------------------*/
#sub {
	float: left;
}



/*右ブロック
---------------------------------------------------------------------------*/
#side {
	float: right;
}



/*左右のサブメニュー
---------------------------------------------------------------------------*/
.submenu {
	margin-bottom: 1px;
}

.submenu a {
	background-image: url(images/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	display: block;
	padding-right: 5px;
	padding-left: 10px;
	color: #000000;		/*文字色*/
	text-decoration: none;
	line-height: 40px;
	height: 40px;
	width: 163px;
}

.submenu a:hover {
	background-image: url(images/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #FFFFFF;		/*カーソルオーバー時の文字色*/
}



/*中央ブロック
---------------------------------------------------------------------------*/
#main {
	float: right;
	padding-right:12px;
	width: 703px;
}

#main h2 {
	font-size: 100%;
	background-image: url(images/h2bg.gif);	/*h2背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 10px;
	clear: both;
}

#main p {
	padding: 0.5em 10px 1em;	/*中央ブロックの段落タグの余白*/
}



/*中央ブロック内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #cccccc;	/*What's Newのフチのライン*/
	margin-bottom: 1em;
}

#main dl.new dt {
	font-weight: bold;	/*日付を太字にする設定。*/
	float: left;		/*日付を左よせする*/
}

#main dl.new dd {
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線*/
	padding-left: 8em;	/*日付が入る分のスペースを空ける*/
}



/*フッター（最下部のコピーライトなど）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 1px solid #bfbfbf;
	padding-top: 1em;
	padding-bottom: 1em;
}



/*トップページの「new nail」コーナー
---------------------------------------------------------------------------*/
#main .newitem p {
	height: 160px;	/*１個あたりのボックスの高さ*/
	width: 650px;	/*１個あたりのボックスの幅*/
	border: 1px solid #CCCCCC;	/*ボーダー設定*/
	float: left;	/*左よせしていく設定*/
	text-align: left;	/*センタリング設定*/
	background-image: url(images/newitem_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	display: inline;
}

#main .newitem {
	margin-top: 10px;
}

#main .newitem a img {
	padding: 5px;		/*画像のまわりの余白*/
	border: 1px solid #CCCCCC;	/*画像に入っているフチどり*/
}

#main .newitem a:hover img {
	border: 1px solid #999999;	/*カーソルオーバー時に画像のフチ色を変える設定*/
}



/*aboutページに準備した商品テーブル
---------------------------------------------------------------------------*/
#main .itemlist {
	border: 1px solid #CCCCCC;	/*１個あたりのボックスのボーダー設定*/
	padding: 5px;
	overflow: hidden;
	margin-bottom: 0.5em;
	width: 690px;	/*段落タグ（p）の横幅とサイズを合わせる設定です。この下二つのmarginも。*/
	margin-right: auto;
	margin-left: auto;
	float:left
}


#main .itemlist h3 {
	color: #FFFFFF;
	border-bottom: 1px solid #cccccc;
	border-left: 4px solid #CCCCCC;
	padding: 0px 0px 0px 5px;
	margin-bottom: 0.5em;
	font-size: 100%;
}

#main .itemlist p {
	padding: 0px;
}

#main .itemlist p, #main .itemlist h3 {
	margin-left: 120px;	/*画像の幅に合わせてここは変更する*/
}

#main .itemlist a img {
	padding: 5px;	/*写真と外線との余白*/
	border: 1px solid #CCCCCC;
}

#main .itemlist a:hover img {
	border: 1px solid #999999;
}

#main .itemlist div.img {
	float: left;
}


/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #ff476d;
}
.look {
	background-color: #f5f5f5;
}


/*画像リスト
---------------------------------------------------------------------------*/
div.pics {
	margin:4px;
}
ul.picl {
}
ul.picl li {
	float: left;
	line-height: 30px;
	margin-right: 1px;
	font-size: 12px;
	border: none;
}

ul.picl li a{
	border: none;
}
ul.picl li a img{
	border: none;
}

/*追加
---------------------------------------------------------------------------*/
.tag{
	padding-left:12px;
	padding-right:12px;
}
.pages{
	text-align:center;
	margin-top:40px;
}
select.bunrui{
    width:320px;
    padding:2px 10px;
}
table.list{
    width:650px;
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
    border:1px solid #dde;
}
table.list th{
    border:1px solid #dde;
}
table.list td{
    border:1px solid #dde;
    font-size:14px;
    padding: 8px 8px 12px 8px;
}

table.input{
    width:650px;
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
    border:1px solid #dde;
}
table.input td{
    border:1px solid #dde;
    font-size:12px;
    padding: 0px 4px 2px 4px;
}
table.input td.l{
    font-size:16px;
	width:210px;
}
table.input td.mr{
    color:#444;
    background-color:#fcc;
}
table.input div.sr{
    color:#f42;
	width:auto;
}
table.input span.l{
    float:left;
}
.e{
    clear:left;
}
table.update{
    width:650px;
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
}
table.update td{
    width:auto;
    padding: 4px 4px 2px 4px;
}
table.update td input{
    margin-left: auto;
    margin-right: auto;
    display:block;
}

table.kaiin {
    width: 500px;
    margin-left:auto;
    margin-right:auto;
}
table.kaiin td.left{
    width: 140px;
}
table.kaiin td.right{
    width: 360px;
}
/* HEAD */
div.clr{
    clear:both;
    line-height:1px;
}
/* LEFT */
div#map{
    width:346px;
    height:273px;
	background-image: url(images/japan_map_m.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align:left;
}
/*
div#map select {
    margin-left:40px;
    margin-top:60px;
    font-size:14px;
}
div#map select option{
	text-align:center;
}
*/
/* DEFAULT */
.lf{text-align:left;}
.ct{text-align:center;}
.rt{text-align:right;}
.b{font-weight:bold;}
.n{font-weight:normal;}
.ms{font-size:14px;}
.xs{font-size:12px;}
.xss{font-size:8px;}
.nm{font-size:16px;}
.sr{color:#f66;font-weight:bold;}
.frt{float:right;}
.flt{float:left;}
.fcl{clear:all;}
.cwt{color:#fff;}
.cbk{color:#000;}
.clm{color:lime;}
.cyl{color:#ffee80;}
.blk{display:block;}
a#name{
    color:#26c;
    font-size:20px;
    text-weight:bold;
    text-decoration:none;
}
a#name:hover{
    color:#f53;
}
a#blk{
    color:#ddf;
    background-color:#66d;
    font-size:12px;
}
a#blk:hover{
    color:#66d;
    background-color:#ddf;
}
a#subject{
    color:#eee;
}

div.page {
	clear:both;
}
div#command {
	padding:8px 4px;
}
.exp {
    margin-top:4px;
    padding:2px 4px;
    background-color:#eef;
    color:#400;
	border: 1px solid #dde;
}

div#search {
}

div#search .genre{
    background-color:#fff;
    margin:2px 0px;
}
div#search .genre a{
    font-size:15px;
    color:#68f;
}
div#search .bd2{
	border: solid 2px #eee;
}
.half {
    width:346px;
    background-color:#fff;
}
table.list {
	margin: 10px 0;
	border: 1px solid #fff;
}
table.list td{
	border: 1px solid #fff;
	width:300px;
	padding-left:30px;
}
table.list td ul{
	list-style-type: disc;
}
.kaisai select{
	margin:0px;
}
/* =======================================
	loopSlider
======================================= */

.loopslider {
	margin: 0 auto;
	width: 703px;
	height: 250px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.loopslider ul {
/*	width: 100%;*/
	height: 250px;
	float: left;
	display: inline;
	overflow: hidden;
}
.loopslider ul li {
	height: 250px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 2px;
}


.loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.loopslider ul {
	display: inline-block;
	overflow: hidden;
}
/* bottun */
ul.chiiki li{
	float:left;
	width:150px;
	height:38px;
    color:#fff;
	background:url("images/btn_off.png");
    position:relative;
}
ul.chiiki li a{
	display:block;
	text-align:center;
    vertical-align:middle;
	width:100%;
	height:100%;
	line-height:38px;
	font-weight:bold;
	color:#129;
	text-decoration:none;
}
ul.chiiki li a:hover{
    background-color:#CFDFB5;
	background:url("images/btn_on.png");
    color:#cdf;
}
ul.chiiki li ul.sub li ul.sub{
    position:absolute;
    left:150px;
    top:0;
    background-color:#36F;
}
ul.chiiki li ul.sub{
    display:none;
    z-index:1;
}
ul.chiiki:after{
    content:".";
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
}
/* IE7 対策 */
ul.chiiki {
    zoom:1;
}
*+html ul.chiiki li{
    display:inline;
    zoom:1;
}
*+html ul.chiiki li ul.sub{
    zoom:1;
    position:relative;
}
/* dialog */
div#dialog{
    visibility:none;
    margin:1px;
    border:3px ridge #44c;
    padding:2px;
    background-color:#120;
    color:#fcffff;
    font-size:16px;
    font-weight:bold;
}
div#dialog a.line {
    line-height:28px;
    display:block;
    text-align:center;
    background-color:#dec;
    margin:2px;
    font-size:20px;
    text-decoration:none;
    color:#136;
}
div#dialog a.line:hover {
    background-color:#f8fcff;
    color:#26f;
}
