/*スタイル初期化
---------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/*基本スタイルここから
---------------------------------------------------------*/
body{
	/*	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
--*/
	color: #FFF;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	text-decoration: none;
	padding: 0px;
	background-color: #111;
	letter-spacing: 0.05em;
}

/*IE以外にフォントサイズを上書き
-----------------------------------*/
html>body{
	font-size: 90%;
}

a:link, a:visited{
	color: #FFE;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{
	width: 86px;
	text-indent: -9999px;
	margin: 15px 68px 0 80px;
	float: left;
}

h2{
	font-size: 10px;
	text-indent: -9999px;
	line-height: 0px;
}

h3{
	font-size: 10px;
	text-indent: -9999px;
	line-height: 10px;
}

h4{
	font-size: 15px;
	font-weight: normal;
}

h5{
	margin: 0px;
	padding-left:20px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	background-image: url(medical/img/mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.eng{font-size: 14px; font-family: Times New Roman;}

#content ul {
	margin:3px 5px;
}

#content li{
	margin-left: 15px;
	padding: 0px;
}

p{margin-bottom: 15px;}

.f_color01{color: #ac7e7a;}

.point{color: #fadbc6;}

.bm60{margin-bottom: 60px;}

/*micro clearfix
---------------------------------------------------------*/
.cf:before,.cf:after{
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*コンテナー
---------------------------------------------------------*/
#container{
	width: 100%;
	font-size: 13px;
	line-height: 24px;
	text-align: left;
}

.important{
	color: #F00;
}

img{border:none;}

/*ヘッドエリア
---------------------------------------------------------*/
#headArea{
	width: 100%;
	height: 170px;
	background: url(../img/bg_nav.png) bottom repeat-x #222;
	margin: 0;
	padding: 0;
}

#header{
	width: 960px;
	margin: 0 auto;
}

/*logo
---------------------------------------------------------*/
.logo{
	width: 86px;
	height: 136px;
	background: url(../img/logo_s.png) no-repeat;
	display: block;
}

/*メニューエリア
---------------------------------------------------------*/
#menuArea{
	width: 706px;
	height: 70px;
	margin: 100px 20px 0 0;
	float: left;
}

ul#global_nav{
	width: 706px;
	height: 70px;
}

#global_nav li{display:inline;}


#global_nav li a {
	display: block;
	float:left;
	text-indent:-9999px;
	height: 70px;
	text-decoration:none;
	outline: none;
} 

/*	オフ	*/
#menu01 a{width:115px;background:url(../img/global_nav.png) 0 0 no-repeat;}
#menu02 a{width:139px;background:url(../img/global_nav.png) -115px 0 no-repeat;}
#menu03 a{width:168px;background:url(../img/global_nav.png) -254px 0 no-repeat;}
#menu04 a{width:143px;background:url(../img/global_nav.png) -422px 0 no-repeat;}
#menu05 a{width:141px;background:url(../img/global_nav.png) -565px 0 no-repeat;}

/*	オン	*/
#menu01 a:hover,#menu01 a.on{background-position: 0 -70px;}
#menu02 a:hover,#menu02 a.on{background-position: -115px -70px;}
#menu03 a:hover,#menu03 a.on{background-position: -254px -70px;}
#menu04 a:hover,#menu04 a.on{background-position: -422px -70px;}
#menu05 a:hover,#menu05 a.on{background-position: -565px -70px;}


ul#cate_nav{
	width: 960px;
	height: 554px;
}

#cate_nav li{display:inline;}


#cate_nav li a {
	display: block;
	text-indent:-9999px;
	width:960px;
	height: 275px;
	margin-top: 2px;
	text-decoration:none;
} 

/*	オフ	*/
#nav_produce a{background:url(../img/nav_produce.jpg) 0 0 no-repeat;}
#nav_production a{background:url(../img/nav_production.jpg) 0 0 no-repeat;}

/*	オン	*/
#nav_produce a:hover,#nav_produce a.on{background-position: 0 -275px;}
#nav_production a:hover,#nav_production a.on{background-position: 0 -275px;}



/*イメージエリア
---------------------------------------------------------*/
#imageArea{
	width: 100%;
	background: #000;
	margin: 2px 0 0;
}

	#imageArea #image{
		width: 960px;
		margin: 0 auto;
	}


/*mainArea
---------------------------------------------------------*/
#mainArea{
	width: 960px;
	margin: 0 auto;
	padding: 0 40px 40px;
}

.f_right{float: right;}
.f_left{float: left;}

.clear_f{clear: both;}


/*main----------------------------*/
#main{
	width: 630px;
	padding: 60px 40px 0 0;
	float: left;
}

.sb_title{
	width: 500px;
	height: 48px;
	margin-bottom: 40px;
	text-indent:-9999px;
}

.main_wide{
	width: 960px;
	padding: 60px 0 0 0;
	clear: both;
}

.page-top{
	width: 120px;
	height: 25px;
	background: url(../img/page-top.png) no-repeat;
	margin-left: auto;
	clear: both;
	display: block;
	text-indent:-9999px;
}

.more-see{
	width: 120px;
	height: 25px;
	background: url(../img/more-see.png) no-repeat;
	margin-left: auto;
	clear: both;
	display: block;
	text-indent:-9999px;
}

.b_fashion{
	width: 240px;
	height: 50px;
	background: url(../img/button_fashion.png) no-repeat;
	margin-left: auto;
	margin-bottom: 20px;
	clear: both;
	display: block;
	text-indent:-9999px;
}
a.b_fashion:hover{background-position: 0 -50px;}

.m_bottom{margin-bottom: 80px;}


/*side----------------------------*/
#side{
	font-size: 12px;
	width: 290px;
	padding: 60px 0 0 0;
	float: left;
}

.s_contents{
	width: 224px;
	padding: 30px 32px 20px;
	border: 1px solid #333;
}

	#side .sb_title{
		width: 220px;
		height: 25px;
		margin-bottom: 30px;
	}
	
.link-other{
	background: url(../img/link-other.png) no-repeat;
	height: 10px;
	width: 69px;
	margin: 0 0 40px auto;
	clear: both;
	display: block;
}

ul#home_info li{
	list-style-type: none;
	border-bottom: 2px dotted #FFF;
	padding: 20px 0;
}

a.banner{
	width: 220px;
}

a.banner img{
	margin: 0 auto 5px;
}



/*results
---------------------------------------------------------*/
/*main------------------------------*/
#main_wide h3.sb_title#results{
	
}

dl#results{
	clear: both;
}

	dl#results dt{width: 48px; padding: 0 75px 0 37px; float: left; clear: both;}
		dl#results dt#accessory, dl#results dt#dog_clothes{clear: none;}

		dl#results dt#original h3{height: 482px;background: url(../production/results/img/title_original.png) no-repeat;}
		dl#results dt#dress h3{height: 320px;background: url(../production/results/img/title_dress.png) no-repeat;}
		dl#results dt#apparel h3{height: 482px;background: url(../production/results/img/title_apparel.png) no-repeat;}
		dl#results dt#toddler h3{height: 482px;background: url(../production/results/img/title_toddler.png) no-repeat;}
		dl#results dt#accessory h3{height: 482px;background: url(../production/results/img/title_accessory.png) no-repeat;}
		dl#results dt#custom_shoes h3{height: 482px;background: url(../production/results/img/title_custom_shoes.png) no-repeat;}
		dl#results dt#dog_clothes h3{height: 482px;background: url(../production/results/img/title_dog_clothes.png) no-repeat;}
		dl#results dt#costumes h3{height: 320px;background: url(../production/results/img/title_costumes.png) no-repeat;}
		dl#results dt#other h3{height: 320px;background: url(../production/results/img/title_other.png) no-repeat;}
	
	dl#results dd{width: 800px; float: left;}
		dl#results dd#d_toddler, dl#results dd#d_accessory{width: 320px;}
		dl#results dd#d_custom_shoes{width: 372px;}
		dl#results dd#d_dog_clothes{width: 268px;}
		dl#results dd#d_other{width: 780px; padding-left: 20px;}
	
			dl#results dd#d_other li{margin-bottom: 20px;}
	
	dl#results .page-top{margin-top: 40px; margin-bottom: 40px;}



img#work{margin: 10px 10px;}

dl#list-works dd img{
	margin-bottom: 10px;
}

	dl#list-works dd #renew img{
		margin-right: 20px;
		float:left;
	}

/*nav------------------------------*/
ul#results_nav{
	width:960px;
	margin: 6px 0 50px;
}

ul#results_nav li{display:inline;}

/*	オフ	*/
ul#results_nav li a {
	color: #fff;
	display: block;
	margin: 0 3px;
	padding: 4px 19px 3px;
	float:left;
	text-decoration:none;
	outline: none;
	background-color: #999;
} 

/*	オン	*/
ul#results_nav li a:hover, ul#results_nav li a.on{
	background-color: #555;
} 


/*PRODUCTION
---------------------------------------------------------*/
/*main------------------------------*/
#main h3.sb_title#works{
	background-image:url(../production/img/main_title01.png);
}

dl#list-works{}
		
	dl#list-works dt{
		padding: 12px 0 10px 15px;
		border-left: 5px solid #333;
	}

	dl#list-works dd{
		margin-bottom: 20px;
		padding: 5px 0 20px 20px;
		border-bottom: 1px dotted #999;
	}
		dl#list-works dd img{margin-top: 15px;}
	
		dl#list-works ul{margin-left: 20px;}
			dl#list-works li{
				margin-bottom: 3px;
				list-style: square;
			}
		
dl#list-works dd img{
	margin-bottom: 10px;
}

	dl#list-works dd #other img{
		margin-right: 20px;
		float:left;
	}

/*side------------------------------*/
#side #info h3.sb_title{
	background: url(../production/img/side_title01.png) no-repeat left;
}

#info img{
	margin: 10px 0 30px;
}

.s_contents dt{
	color: #c7bd83;
	margin-bottom: 20px;
}

.s_contents dd{
	border-bottom: 1px dotted #999;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.s_contents dd:last-child{
	border:none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*COMPANY
---------------------------------------------------------*/
/*main------------------------------*/
#main h3.sb_title#company{
	background-image:url(../company/img/main_title01.png);
}
		
#main h3.sb_title#select-shop{
	background-image:url(../company/img/main_title02.png);
}
		
.shop{
	width: 630px;
}

	.shop dt{
		font-weight: normal;
		width: 155px;
		margin-bottom: 7px;
		padding: 12px 15px;
		float: left;
		clear: both;
	}
	.shop dd{
		width: 414px;
		margin-left: 181px;
		margin-bottom: 7px;
		padding: 12px 15px;
		border-left: 1px solid #333;
	}
		.shop dd ul{
			margin-left: 20px;
		}

.main_wide h3.sb_title#history{
	background-image: url(../company/img/main_title03.png);
}
		
dl#list_history{padding-top: 15px; border-top: 1px solid #333;}

	#list_history dt{
		width: 135px;
		background: url(../company/img/arrow.png) no-repeat left center;
		margin-left: 20px;
		padding-left: 15px;
		float: left;
		clear: both;
	}

	#list_history dd{
		margin: 0 0 15px;
		padding: 0 20px 15px 170px;
		border-bottom: 1px solid #333;
	}

	#list_history dd.photo img{
		float: left;
		margin: 2px 10px 15px 0;
	}

	#list_history ol{margin-left: 30px;}
		#list_history li{margin-bottom: 8px;}

/*side------------------------------*/
#side h3.sb_title#profile{background-image:url(../company/img/side_title01.png);}

#prof{
	width: 140px;
	margin: 0 auto 25px;
	text-align: center;
}

	#prof img{
		margin-bottom: 10px;
	}

/*フッター
---------------------------------------------------------*/
#footArea{
	width: 100%;
	clear: both;
	background-color: #222;
	overflow: hidden;
}

#footer{
	width: 880px;
	margin: 0 auto;
	padding: 60px 40px;
	font-size: 12px;
	line-height: 14px;
	color: #666;
	background: url(../img/copyright.png) no-repeat right center;
}

#footer a{color: #f9e9e6;}


/*非表示クラス
---------------------------------------------------------*/
.skipLinks {display: none;}

/********************* 以上 **********************/
