@charset "shift_jis";




body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(img/bg-new.jpg);
	background-repeat: repeat-y;
	background-color: #000;
	background-position: left;
}
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: #000000;
}

/*カーソルオーバー時のリンクカラー*/
a:hover {
	color: #A51A91;
	text-decoration: none;	/*下線を消す設定。残したままがいいならこの１行を削除。*/
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 951px;
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（ロゴなどが入っている最上段のボックス）
---------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 950px;
	background-image: url(img/);	/*ヘッダーの背景画像*/
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 120px;
	z-index: 0;
}

#header #top-logo {
	padding-top: 0px;
	position: absolute;
	left: 0px;
	top: 22px;
}

#header h1 {
	font-size: 10px;	/*h1タグの文字の大きさ*/
	font-weight: normal;
	position: absolute;
	top: 0px;	/*ヘッダーのボックスに対して上から0pxに位置に配置*/
	right: 0px;	/*ヘッダーのボックスに対して右から0pxに位置に配置*/
	width: 646px;
}



/*メインメニュー（ヘッダー下の横並びのメニュー）
---------------------------------------------------------------------------*/
#top-navi {
	height: 60px;
	width: 890px;
	background-image: url(img/top-nav.png);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 40px;
	text-align: center;
	font-size: 183%;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	letter-spacing:1px;
	z-index: 1;
	margin-top: -5px;
	margin-bottom: -5px;
	position: absolute;
	font-weight: bold;
}

ul#menu li {
	float: left;
	line-height: 50px;
	height: 50px;
	margin-right: 1px;
}

ul#menu a {
	color: #ffffff;		/*メニューの文字色*/
	text-decoration: none;
	display: inline;
	text-align: center;

}

ul#menu a:hover {
	color: #FFFFFF;	/*カーソルオーバー時の文字色*/
	text-decoration: underline;
}

ul#menu li.last {
	margin-right: 0;
}



/*３カラムを囲むボックス
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}



/*左・中央を囲むボックス
---------------------------------------------------------------------------*/
#wrap {
	width: 950px;
	float: left;
	padding-bottom: 10px;
	background-image: url(img/cont-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: -1;
	margin-top: 70px;
}



/*左サイドの共通設定
---------------------------------------------------------------------------*/
#sub {
	width: 245px;
	line-height: 1.6;		/*文字色*/
	background-image: url(img/);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 55px;
	height: 344px;
	font-size: 120%;
	background-position: right top;
}

/*左ボックスのp(段落タグ)の余白設定*/
#sub p {
	padding: 0.5em 5px 1em;
}

/*左ボックスのh3見出し設定*/
#sub h3 {
	font-size: 120%;
	text-align: left;	/*文字のセンタリング*/
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #0a1e32;	/*文字色*/
	background-image: url(img/side-h3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 8px;
	padding-left: 10px;
}



/*左ブロック
---------------------------------------------------------------------------*/
#sub {
	float: left;
}






/*左のサブメニュー
---------------------------------------------------------------------------*/
.submenu {
	margin-bottom: 1px;
}

.submenu a {
	display: block;
	padding-right: 5px;
	padding-left: 22px;
	color: #0a1e32;		/*文字色*/
	text-decoration: none;
	line-height: 36px;
	height: 35px;
	width: 150px;
}

.submenu a:hover {
	background-image: url(img/side-sub.png);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: left center;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #ffffff;		/*カーソルオーバー時の文字色*/
}



/*中央ブロック
---------------------------------------------------------------------------*/
#main {
	width: 650px;
	float: left;
}

#main h2 {
	font-size: 120%;
	background-image: url(img/main-h22.png);	/*h2背景画像*/
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 50px;
	clear: both;
	height: 40px;
	color: #003c56;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#main p {
	padding: 0.5em 10px 1em;	/*中央ブロックの段落タグの余白*/
}


#main-waku {
	width: 595px;
	background-image: url(img/main-bg.png);
	background-repeat: repeat;
	height: auto;
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
}


#main-waku2 {
	height: 60;
	width: 645px;
	background-image: url(img/main-bg2.png);
	background-repeat: repeat-x;
}


/*中央ブロック内の細かい設定
---------------------------------------------------------------------------*/
.shop {
	height: auto;
	width: 250px;
	float: left;
	margin-left: 20px;
}

#main table {
	width: 580px;
	border-collapse: separate;
	font-size: 110%;
}

.main-th {
	background-image: url(img/table-th.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: auto;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.main-th2 {
	height: auto;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}


.main-th3 {	/*リクルート内の表*/
	background-image: url(img/table-th.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: auto;
	padding: 5px;
	text-align: center;
}


.main-td {
	padding-left: 15px;
	line-height: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.main-td2 {
	line-height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 70px;
}


/*中央ブロック内の「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;	/*日付が入る分のスペースを空ける*/
}



/*フッター（下部のコピーライトなど）
---------------------------------------------------------------------------*/
#link {
	text-align: center;
	clear: both;
	height: auto;
	width: 638px;
	display: block;
	padding-top: 50px;
	letter-spacing:1px;
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	background-color: #0A1E32;
	height: 57px;
}

#footer p {
	text-align: right;
	width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}


/*トップページの「new nail」コーナー
---------------------------------------------------------------------------*/
#main .newitem p {
	height: 150px;	/*１個あたりのボックスの高さ*/
	width: 128px;	/*１個あたりのボックスの幅*/
	border: 1px solid #CCCCCC;	/*ボーダー設定*/
	float: left;	/*左よせしていく設定*/
	text-align: center;	/*センタリング設定*/
	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: 673px;	/*段落タグ（p）の横幅とサイズを合わせる設定です。この下二つのmarginも。*/
	margin-right: auto;
	margin-left: auto;
}

#main .itemlist h3 {
	color: #000000;
	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: #A51A91;
}
.look {
	background-color: #f5f5f5;
}

