@charset "UTF-8";
/* CSS Document */

/*▼▼▼▼▼▼▼▼全ページ共通指定部分ここから▼▼▼▼▼▼▼▼*/

/*ALL ドキュメント全体指定*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/*ALL リンク色指定*/
A:link {
	color: #343a58;
	text-decoration: none;
}
A:visited {
	color: #532d29;
	text-decoration: none;
}
A:active {
	color: #4E5C64;
	text-decoration: none;
}
A:hover {
	color: #34563c;
	text-decoration: none;
}
a img { border-width: 0; }

/*ALL 全体サイズ枠*/
#container {
	width: 760px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

/*ALL ↓ヘッダー部分ここから↓*/
#header {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 65px;
	width: 760px;
}
/*ALL ヘッダー部分ロゴ指定*/
#header .logo {
	margin: 0px;
	padding: 0px;
	height: 65px;
	width: 130px;
	float: left;
}

/*ALL ↓ヘッダーコンテンツボタン部分（ロールオーバー）ここから↓*/
#header .contents {
	margin: 0px;
	padding: 0px;
	height: 65px;
	width: 630px;
	float: left;
}
#header .contents ul {
	padding: 0px;
	float: left;
	height: 15px;
	margin-bottom: 5px;
	list-style-type: none;
	margin-top: 45px;
	margin-left: 0px;	
}
#header .contents li {
	float: left;
	height: 15px;
	width: 90px;
	display: inline;
	padding: 0px;
	list-style-type: none;
}
#header .contents li a {
	text-indent:0px;
	background-image: url(../images/top_menu7.gif);
	width: 90px;
	height: 15px;
	display: block;
	background-repeat: no-repeat;
	text-align: left;
}/*IE5を無視なら　overflow: hidden;　を追加*/
#header .contents li a span { 
	display:none; 
}/*IE5用指定　無視なら不要*/
a.concept{
    background-position:0px 0px;
}
a:hover.concept{
    background-position:0px -15px;
}
a.company{
    background-position:-90px 0px;
}
a:hover.company{
    background-position:-90px -15px;
}
a.collection{
    background-position:-180px 0px;
}
a:hover.collection{
    background-position:-180px -15px;
}
a.shop{
    background-position:-270px 0px;
}
a:hover.shop{
    background-position:-270px -15px;
}
a.recruit{
    background-position:-360px 0px;
}
a:hover.recruit{
    background-position:-360px -15px;
}
a.blog{
    background-position:-450px 0px;
}
a:hover.blog{
    background-position:-450px -15px;
}
a.contact{
    background-position:-540px 0px;
}
a:hover.contact{
    background-position:-540px -15px;
}
/*ALL ↑ヘッダーコンテンツボタン部分（ロールオーバー）ここまで↑*/
/*ALL ↑ヘッダー部分ここまで↑*/

/*ALL ↓フッター部分ここから↓*/
#footer {
	margin: 0px;
	height: 20px;
	width: 760px;
	text-align: center;
	padding-top: 5px;
	_padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #666666;
}
/*ALL ↑フッター部分ここまで↑*/

/*▲▲▲▲▲▲▲▲全ページ共通指定部分ここまで▲▲▲▲▲▲▲▲*/

/*▼▼▼▼▼▼▼▼TOPページのみの指定部分ここから▼▼▼▼▼▼▼▼*/

/*TOP Flash部分*/
#flash {
	margin: 0px;
	padding: 0px;
	height: 380px;
	width: 760px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

/*TOP ページ下部*/
#underspace {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 760px;
	height: 155px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

/* TOP ↓インフォメーション部分↓*/
#information {
	height: 135px;
	width: 350px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#infomation .info_title {
	height: 15px;
	width: 320px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#information iframe {
	padding: 0px;
	height: 120px;
	width: 330px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
}
#info_box {
	width: 280px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: 10px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	height: auto;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 130%;
}
#info_box .day {
	font-size: 10px;
	font-weight:none;
	color: #097F8E;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	line-height: 120%;
	margin-bottom: 5px;
	width: 280px;
	height: auto;
}
/*TOP ↑インフォメーション部分ここまで↑*/

/*TOP 英文アウトライン部分*/
#outline {
	float: left;
	height: 135px;
	width: 390px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*▲▲▲▲▲▲▲▲TOPページのみの指定部分ここまで▲▲▲▲▲▲▲▲*/

/*TOP以外 コンテンツ枠*/
#main {
	margin: 0px;
	padding: 0px;
	width: 760px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	text-align: left;
	height: auto;
}

/*▼▼▼▼▼▼▼▼conceptページのみの指定部分ここから▼▼▼▼▼▼▼▼*/

/*concept ↓コンセプト部分ここから↓*/
#concept {
	margin: 0px;
	padding: 0px;
	height: 860px;
	width: 760px;
	text-align: left;
}
/*concept コンセプトイメージ写真部分h1*/
.concept_title {
	height: 400px;
	width: 720px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/*concept 韓国語切替*/
.concept_korea {
	height: 100x;
	width: 720px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/*concept コンセプト文章部分（画像）*/
.concept_text {
	float: left;
	width: 440px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/*concept コンセプト写真部分外枠*/
.concept_photo {
	float: right;
	height: 400px;
	width: 250px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*concept コンセプト写真個別スペース指定*/
.concept_photo p {
	padding: 0px;
	height: 194px;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/*concept プロフィール背景枠角丸上部*/
#profile_top {
	background-image: url(../concept/images/profile_back_01.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 760px;
	float: left;
}
/*concept プロフィール可変枠部分*/
#profile_middle {
	background-image: url(../concept/images/profile_back_02.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: auto;
	float: left;
}
/*concept プロフィール背景枠角丸下部*/
#profile_under {
	background-image: url(../concept/images/profile_back_03.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 760px;
	clear: both;
}
/*concept プロフィール写真部分枠*/
#profile_photo {
	float: left;
	width: 230px;
	text-align: right;
	height: auto;
	padding: 0px;
	margin: 0px;
}
/*concept プロフィール文章　タイトル部分*/
#profile_textbox_title {
	float: right;
	width: 460px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 50px;
}
/*concept プロフィール　文章部分*/
#profile_textbox {
	float: right;
	width: 420px;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 12px;
	line-height: 175%;
	color: #666666;
	height: auto;
	text-align: left;
	padding-top: 0px;
	padding-right: 65px;
	padding-bottom: 10px;
	padding-left:15px;
	margin: 0px;
}

/*▲▲▲▲▲▲▲▲conceptページのみの指定部分ここまで▲▲▲▲▲▲▲▲*/

/*▼▼▼▼▼▼▼▼companyページのみの指定部分ここから▼▼▼▼▼▼▼▼*/
/*company コンセプトイメージ写真部分h1*/
.company_header {
	height: 300px;
	width: 720px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/*company 会社概要写真枠*/
#company_photo {
	float: left;
	height: auto;
	width: 300px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/*company 会社概要写真個別指定　下マージン*/
#company_photo img {
	width: 300px;
	padding: 0px;
	height: 430px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
/*company 会社概要本文枠*/
#company_profile {
	padding: 0px;
	float: right;
	width: 400px;
	height: auto;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}
/*company 会社概要タイトル（株式会社ナップパーム）*/
.company_title {
	padding: 0px;
	width: 395px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 5px;
}
/*company 会社概要見出し文字指定*/
.company_text_title {
	font-family: "Times New Roman", Times, serif, "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 13px;
	padding: 0px;
	width: 340px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	color: #666666;
	}
/*company 会社概要住所部分指定*/
.company01 {
	font-family: "Times New Roman", Times, serif, "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 12px;
	padding: 0px;
	width: 340px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top:00px;
	color: #666666;
	line-height: 150%;
}
/*company 会社概要内容部分指定*/
.company02 {
	font-family: "Times New Roman", Times, serif, "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 12px;
	padding: 0px;
	height: auto;
	width: 340px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-top: 0px;
	color: #666666;
}
/*company 会社概要内容部分指定　左項目*/
.company02  dt {
	clear: both;
	float: left;
	width: 130px;
	margin-bottom: 5px;
	color: #666666;
}
/*company 会社概要内容部分指定　右項目*/
.company02  dd {
	margin-bottom: 5px;
	color: #666666;
}
/*company 会社概要沿革指定*/
.company03 {
	font-family: "Times New Roman", Times, serif, "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 12px;
	padding: 0px;
	height: auto;
	width: 340px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 60px;
	color: #666666;
}
/*company 会社概要沿革指定　左項目*/
.company03  dt {
	clear: both;
	float: left;
	width: 130px;
	margin-bottom: 5px;
	color: #666666;
}
/*company 会社概要沿革指定　右項目*/
.company03  dd {
	margin-bottom: 5px;
	color: #666666;
}

/*▲▲▲▲▲▲▲▲companyページのみの指定部分ここまで▲▲▲▲▲▲▲▲*/

/*▼▼▼▼▼▼▼▼shopページのみの指定部分ここから▼▼▼▼▼▼▼▼*/
/*shop コンセプトイメージ写真部分h1*/
.shop_header {
	height: retail store;
	width: 720px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/*shop 本文タイトル画像用枠*/
#shop_title {
	height: auto;
	width: 680px;
	float: left;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
}
/*shop 求人共通タイトル枠指定*/
.shop_bar {
	padding: 0px;
	height: 25px;
	width: 680px;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-left: 0px;
}
/*shop　企画・営業タイトル部分指定*/
.shop_tittle {
	padding: 0px;
	height: 25px;
	width: 340px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif, "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 15px;
	padding: 0px;
	height: auto;
	width: 340px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #666666;
}

/*shop 求人枠指定*/
#shop_box {
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: auto;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	width: 680px;
}
#shop_text_box {
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 380px;
}
/*shop 情報部分*/
.shop_text {
	font-family: "Times New Roman", Times, serif, "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 12px;
	padding: 0px;
	height: auto;
	width: 340px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-top: 0px;
	color: #666666;
}
/*shop 求人内容部分指定　左項目*/
.shop_text  dt {
	clear: both;
	float: left;
	width: 340px;
	margin-bottom: 5px;
	color: #666666;
}
/*shop 求人内容部分指定　右項目*/
.shop_text  dd {
	margin-bottom: 5px;
	color: #666666;
}
/*shop 会社概要写真枠*/
#shop_photo {
	padding: 0px;
	float: left;
	width: 280px;
	height: 180px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
}
/*▲▲▲▲▲▲▲▲recruitページのみの指定部分ここまで▲▲▲▲▲▲▲▲*/


/*▼▼▼▼▼▼▼▼shopページのみの指定部分ここから▼▼▼▼▼▼▼▼*/
/*ALL 全体サイズ枠*/
#map_container {
	width: 720px;
	height: 650px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-image: url(../shop/images/map-back.jpg);
}

/*shop 求人枠指定*/
#shop-map_box {
	float: left;
	width: 480px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 360px;
	padding-top: 0px;
	padding-right: 120px;
	padding-bottom: 0px;
	padding-left: 120px;
}

/*shop 情報部分*/
#shop-map_text {
	float: left;
	width: 480px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 120px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif, "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 12px;
	color: #666666;
}

.shop_map {
	padding: 0px;
	height: 25px;
	width: 340px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif, "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 15px;
	padding: 0px;
	height: auto;
	width: 340px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #666666;
}

/*▲▲▲▲▲▲▲▲recruitページのみの指定部分ここまで▲▲▲▲▲▲▲▲*/

/*▼▼▼▼▼▼▼▼recruitページのみの指定部分ここから▼▼▼▼▼▼▼▼*/
/*recruit コンセプトイメージ写真部分h1*/
.recruit_header {
	height: 300px;
	width: 720px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/*recruit リクルート本文タイトル画像用枠*/
#recruit_title {
	height: auto;
	width: 680px;
	float: left;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
}
/*recruit 求人共通タイトル枠指定*/
.recruit_bar {
	padding: 0px;
	height: 25px;
	width: 680px;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-left: 0px;
}
/*recruit　企画・営業タイトル部分指定*/
.recruit_stuff {
	padding: 0px;
	height: 25px;
	width: 340px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif, "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 15px;
	padding: 0px;
	height: auto;
	width: 340px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #666666;
}

/*recruit 求人枠指定*/
#recruit_box {
	float: left;
	width: 380px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
/*recruit 情報部分*/
.recruit_text {
	font-family: "Times New Roman", Times, serif, "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 12px;
	padding: 0px;
	height: auto;
	width: 340px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-top: 0px;
	color: #666666;
}
/*recruit 求人内容部分指定　左項目*/
.recruit_text  dt {
	clear: both;
	float: left;
	width: 80px;
	margin-bottom: 5px;
	color: #666666;
}
/*recruit 求人内容部分指定　右項目*/
.recruit_text  dd {
	margin-bottom: 5px;
	color: #666666;
}
/*recruit 会社概要写真枠*/
#recruit_photo {
	padding: 0px;
	float: right;
	width: 320px;
	height: 280px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	background-image: url(../recruit/images/AEON_kamiotai.gif);
	background-repeat: no-repeat;
}
/*▲▲▲▲▲▲▲▲recruitページのみの指定部分ここまで▲▲▲▲▲▲▲▲*/

/*▼▼▼▼▼▼▼▼contactページのみの指定部分ここから▼▼▼▼▼▼▼▼*/
/*contact コンセプトイメージ写真部分h1*/
.contact_header {
	height: 300px;
	width: 720px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/*contact コンタクトタイトル画像枠指定*/
#contact_title {
	height: auto;
	width: 680px;
	float: left;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
}
/*contact 求人共通タイトル枠指定*/
.contact_bar {
	padding: 0px;
	height: 25px;
	width: 680px;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-left: 0px;
}
/*contact 電話案内枠指定*/
#contact_tel {
	height: auto;
	width: 680px;
	float: left;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
/*contact 電話案内番号太字部分指定*/
#contact_tel p {
	font-family: Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: 16px;
	color: #666666;
	padding: 0px;
	height: 16px;
	width: 680px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/*contact 電話案内番号通常文字指定*/
#contact_tel span {
	font-family: "Times New Roman", Times, serif, "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 12px;
	line-height: 130%;
	color: #666666;
}
/*contact メール案内枠指定*/
#contact_mail {
	height: auto;
	width: 680px;
	margin-top: 10px;
	float: left;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 60px;
	padding-left: 40px;
}
/*contact メール案内番号通常文字指定*/
#contact_mail span {
	font-family: "Times New Roman", Times, serif, "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 12px;
	line-height: 130%;
	color: #666666;
}
/*contact 電話メール共通タイトル枠指定*/
.contact_bar {
	padding: 0px;
	height: 25px;
	width: 680px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 0px;
}
/*contact メールボタン部分指定*/
.contact_mailbotton {
	padding: 0px;
	height: 25px;
	width: 680px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*▲▲▲▲▲▲▲▲contactページのみの指定部分ここまで▲▲▲▲▲▲▲▲*/

/*▼▼▼▼▼▼▼▼collectionページのみの指定部分ここから▼▼▼▼▼▼▼▼*/

/*collection コンセプトイメージ写真部分h1*/
.collection_header {
	height: 300px;
	width: 720px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/*collection コレクション枠指定*/
#collection_tittle {
	height: auto;
	width: 760px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
/*collection 新作コレクションタイトル画像指定*/
.collection_bar {
	padding: 0px;
	height: 25px;
	width: 660px;
	margin-bottom: 30px;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 50px;
	padding-right: 50px;
}

.past_collection {
	padding: 0px;
	height: 21px;
	width: 710px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

#collection_page_top {
	height: auto;
	width: 760px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#collection_page_bottom {
	height: auto;
	width: 760px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
/*collection ページ枠指定*/
.collection_page_text {
	height: 15px;
	width: 660px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #555555;
}
/*collection 新作コレクションボタン画像指定*/
.collection_botton {
	padding: 0px;
	height: 25px;
	width: 710px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 50px;
	padding-right: 0px;
	padding-bottom: 5px;
}
/*collection 説明文章文字指定*/
.collection_text {
	height: auto;
	width: 700px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif, "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 12px;
	line-height: 130%;
	color: #666666;
	padding-left: 60px;
	padding-bottom: 50px;
}

/*▲▲▲▲▲▲▲▲collectionページのみの指定部分ここまで▲▲▲▲▲▲▲▲*/

/*▼▼▼▼▼▼▼▼CATALOGページのみの指定部分ここから▼▼▼▼▼▼▼▼*/
#catalog {
	height: auto;
	width: 660px;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
*html body #catalog {/*IE6ハック*/
	height: auto;
	width: 760px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}


/*catalog 各BOX指定BOLO*/
#catalog .chic_box {
	height: 120px;
	width: 170px;
	float: left;
	background-color: #FFFAEB;
	padding: 0px;
	background-image: url(../dealer/images/chic_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
}
#catalog .chic_box_clear {
	height: 120px;
	width: 170px;
	float: left;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(../dealer/images/chic_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
}
#catalog .chic_box dl {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 170px;
}
/*catalog 各BOX数字CHIC*/
#catalog .chic_box dt {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 90px;
	height: 120px;
}
/*catalog 各BOX管理ナンバーCHIC*/
#catalog .chic_box dd {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 80px;
}
#catalog .chic_box font {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #343A58;
	text-align: center;
	padding-left: 5px;
}
/*catalog 写真CHIC*/
#catalog .chic_box img {
	vertical-align: bottom;
}

/*catalog 各BOX指定BOLO-SOLO*/
#catalog .solo_box {
	height: 120px;
	width: 170px;
	float: left;
	background-color: #4E5C64;
	padding: 0px;
	background-image: url(../dealer/images/solo_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
}
#catalog .solo_box_clear {
	height: 120px;
	width: 170px;
	float: left;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(../dealer/images/solo_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
}
#catalog .solo_box dl {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 170px;
}
/*catalog 各BOX数字CHIC*/
#catalog .solo_box dt {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 90px;
	height: 120px;
}
/*catalog 各BOX管理ナンバーCHIC*/
#catalog .solo_box dd {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 80px;
}
#catalog .solo_box font {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 5px;
}
/*catalog 写真CHIC*/
#catalog .solo_box img {
	vertical-align: bottom;
}



/*▲▲▲▲▲▲▲▲CATALOGページのみの指定部分ここまで▲▲▲▲▲▲▲▲*/

/*▼▼▼▼▼▼▼▼SPECfページのみの指定部分ここから▼▼▼▼▼▼▼▼*/
/*spec ページ全体枠指定*/
#spec_container {
	padding: 0px;
	height: 530px;
	width: 575px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*spec ヘッダ部分背景画像指定*/
#spec_headerback_chic {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 60px;
	width: 575px;
	background-image: url(../collection/images/head.gif);
}
#spec_headerback_solo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 60px;
	width: 575px;
	background-image: url(../collection/images/head-s.gif);
}
/*spec ヘッダ部分指定*/
#spec_header {
	padding: 0px;
	height: 60px;
	width: 575px;
	margin: 0px;
	float: left;
}
/*spec ヘッダ部分ロゴh1*/
#spec_header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 60px;
	width: 140px;
}
/*spec ヘッダ部分ロゴh2*/
#spec_header h2 {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 60px;
	width: 250px;
}
/*spec 写真表示部分指定*/
#spec_photo {
	background-color: #CCCCCC;
	height: 365px;
	width: 265px;
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
/*spec IE用写真下スペース削除*/
#spec_photo img {
	vertical-align: bottom;
}
/*spec スペック表部分テーブル指定*/
#spec_container table {
	padding: 0px;
	height: 365px;
	width: 280px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: right;
	text-align: left;
}
#spec_container th {
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #B0B4DA;
	border-bottom-color: #999999;
	width: 80px;
}
#spec_container td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	padding-left: 10px;
	color: #666666;
}
/*spec サイズ3種枠幅*/
#spec_spec .sizetitle {
	width: 70px;
}
/*spec ボタン表示部分指定*/
#spec_button {
	padding: 0px;
	clear: both;
	height: 85px;
	width: 575px;
	text-align: left;
	background-color: #CCCCCC;
	font-family: sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	font-weight: bold;
}
/*spec Front Back部分指定*/
#spec_button  div {
	padding: 0px;
	width: 555px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	float: left;
}
/*spec 色変更ボタン指定*/
#spec_button ol {
	padding: 0px;
	width: 545px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#spec_button li {
	display: inline;
	margin-right: 5px;
}
/*spec 色名称文字指定*/
#spec_button   .smallb {
	font-family: sans-serif;
	font-size: 9px;
	font-weight: bold;
}
/*spec 注意書き文字指定*/
#smalltext {
	font-family: sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	float: right;
	height: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}
/*spec 色名称■部分色指定*/
#spec_button .white {
	color: #FFFFFF;
}
#spec_button .gray {
	color: #999999;
}
#spec_button .beige {
	color: #FFF8C0;
}
#spec_button .green {
	color: #009900;
}
#spec_button .moss_green {
	color: #4C8851;
}
#spec_button .blue {
	color: #1A4899;
}
#spec_button .blue_gray {
	color: #6FAFCC;
}
#spec_button .black {
	color: #000000;
}
#spec_button .camel {
	color: #fee085;
}
#spec_button .blue_green {
	color: #279091;
}
#spec_button .dark-green {
	color: #333300;
}
#spec_button .khaki {
	color: #5e6a5e;
}
#spec_button .brown {
	color: #89675D;
}
#spec_button .navy {
	color: #003366;
}
#spec_button .yellow_green {
	color: #d4ffa6;
}
#spec_button .orange {
	color: #d06845;
}
#spec_button .dark_beige {
	color: #c6b089;
}
#spec_button .lavender {
	color: #a088ba;
}
#spec_button .purple {
	color: #3A3463;
}
#spec_button .dark-purple {
	color: #5c539d;
}
#spec_button .mocha {
	color: #cbbea5;
}
#spec_button .charcoal_glay {
	color: #564a41;
}
#spec_button .charcoal {
	color: #564a41;
}
#spec_button .mustard {
	color: #f0e05d;
}
#spec_button .pink {
	color: #cf6876;
}
#spec_button .baby_pink {
	color: #CF9FA2;
}
#spec_button .olive {
	color: #a0c096;
}
#spec_button .indigo {
	color: #416b9b;
}
#spec_button .g_beige {
	color: #89983B;
}
#spec_button .natural {
	color: #ECE6BC;
}
#spec_button .d_red {
	color: #be0039;
}
#spec_button .orange {
	color: #d06845;
}
#spec_button .yellow {
	color: #ffff00;
}
#spec_button .oatmeal {
	color: #ECE295;
}
#spec_button .sax {
	color: #7BAD77;
}
#spec_button .red {
	color: #993300;
}
#spec_button .mint green {
	color: #A3D5CF;
}
#spec_button .lime_green {
	color: #99FF99;
}
#spec_button .smoky_pink {
	color: #C89C94;
}
#spec_button .smoky_blue {
	color: #86C6D4;
}

/*▲▲▲▲▲▲▲▲SPECページのみの指定部分ここまで▲▲▲▲▲▲▲▲*/

