@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------------------
   CSS ini
------------------------------------------------------------------------------*/

body,h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl,dt,dd,table, th, td, pre, blockquote, form, input, select, textarea, #wrap{
	font-weight: normal;
	margin: 0;
	padding:0;
} 
ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 120%;
	padding-left: 200px;
	font-weight: bold;
}


#wrap {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Georgia, "Times New Roman", Times, serif;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	font-size: 90%;
	line-height: 1.5;
/*	text-align:justify;*/
}
#contents {
	background-image: url(images/bg001-home.png);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#contents_aboutus {
	background-image: url(images/bg001-aboutus.png);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#contents_collection {
	background-image: url(images/bg001-collection.png);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#contents_media {
	background-image: url(images/bg001-media.png);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#contents_contactus {
	background-image: url(images/bg001-contactus.png);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#contents_news {
	background-image: url(images/bg001-news.png);
	background-repeat: repeat-y;
	margin-top: 10px;
}





#sentence {
	background-image: url(images/bg002-home.png);
	background-repeat: no-repeat;
}
#sentence_aboutus {
	background-image: url(images/bg002-aboutus.png);
	background-repeat: no-repeat;
	color: #58A6BC;
}
#sentence_collection {
	background-image: url(images/bg002-collection.png);
	background-repeat: no-repeat;
	color: #DC3721;
}
#sentence_media {
	background-image: url(images/bg002-media.png);
	background-repeat: no-repeat;
	color: #589F63;
}
#sentence_contactus {
	background-image: url(images/bg002-contactus.png);
	background-repeat: no-repeat;
	color: #F19ABD;
}
#sentence_news {
	background-image: url(images/bg002-news.png);
	background-repeat: no-repeat;
	color: #D3A167;
}


#footter {
	background-color: #FFFFFF;
	background-image: url(images/bg001-home.png);
	background-repeat: repeat-y;
	padding-left: 200px;
	margin-bottom: 10px;
}

#footter_aboutus {
	background-color: #FFFFFF;
	background-image: url(images/bg001-aboutus.png);
	background-repeat: repeat-y;
	padding-left: 200px;
	margin-bottom: 10px;
	color: #58A6BC;
}
#footter_collection {
	background-color: #FFFFFF;
	background-image: url(images/bg001-collection.png);
	background-repeat: repeat-y;
	padding-left: 200px;
	margin-bottom: 10px;
	color: #DC3721;
}
#footter_media {
	background-color: #FFFFFF;
	background-image: url(images/bg001-media.png);
	background-repeat: repeat-y;
	padding-left: 200px;
	margin-bottom: 10px;
	color: #589F63;
}
#footter_contactus {
	background-color: #FFFFFF;
	background-image: url(images/bg001-contactus.png);
	background-repeat: repeat-y;
	padding-left: 200px;
	margin-bottom: 10px;
	color: #F19ABD;
}
#footter_news {
	background-color: #FFFFFF;
	background-image: url(images/bg001-news.png);
	background-repeat: repeat-y;
	padding-left: 200px;
	margin-bottom: 10px;
	color: #D3A167;
}



#head {
	height: 140px;
	background-color: #FFFFFF;
}
#headinside {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sentence p {
	margin-left: 210px;
}
#sentence_aboutus p {
	margin-left: 210px;
	padding-right: 10px;
}
#sentence_collection p {
	margin-left: 210px;
	padding-right: 10px;
}
#sentence_media p {
	margin-left: 210px;
	padding-right: 10px;
}
#sentence_contactus p {
	margin-left: 210px;
	padding-right: 10px;
}
#sentence_news p {
	margin-left: 210px;
	padding-right: 10px;
}




#gmenu {
	height: 37px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	font-size: 90%;
}
#wrap_gmenu {
	background-color: #FFFFFF;
	background-image: url(images/menubg.png);
	background-repeat: repeat-x;
}

.top {
	background-color: #6E3342;
	color: #FFFFFF;
}
.top a {
	color: #FFFFFF;
}


.home {
	background-color: #6E3342;
	color: #6E3342;
}
.about_us {
	background-color: #58A6BC;
	color: #58A6BC;
}
.collection {
	background-color: #DC3721;
	color: #DC3721;
}
.contactus {
	background-color: #F19ABD;
	color: #F19ABD;
}
.media {
	background-color: #589F63;
	color: #589F63;
}
.news {
	background-color: #D3A167;
	color: #D3A167;
}




/*	menu	*/
ul.menu li{
	float:left;
	width:133px;
	height:37px;
	position:relative;
	background-image: url(images/menuback.png);
}

ul.menu li a{
	display:block;
	width:100%;
	height:100%;
	line-height:37px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
ul.menu li a:hover{
	/*background:url("img/menuback002.png");*/
	color: #333333;
}
ul.menu li ul.sub{
	position:absolute;
}
ul.menu{
	zoom:1;
}
ul.menu:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
#about_us_tae {
	width: 580px;
	padding-left: 210px;
	height: 435px;
}


/* about us tae */
#about_us_tae li {
	float: left;
	width: 145px;
	height: 145px;
}
.tae_1	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus.png);
	background-repeat: no-repeat;
}
.tae_1:hover	{
	background-image: url(images/aboutus.png);
	background-position: 0px -435px;
}
.tae_2	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus.png);
	background-repeat: no-repeat;
	background-position: -145px 0px;
}
.tae_2:hover	{
	background-image: url(images/aboutus.png);
	background-position: -145px -435px;
}
.tae_3	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus.png);
	background-repeat: no-repeat;
	background-position: -290px 0px;
}
.tae_3:hover	{
	background-image: url(images/aboutus.png);
	background-position: -290px -435px;
}
.tae_4	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus.png);
	background-repeat: no-repeat;
	background-position: -435px -0px;
}
.tae_4:hover	{
	background-image: url(images/aboutus.png);
	background-position: -435px -435px;
}
.tae_5	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus.png);
	background-repeat: no-repeat;
	background-position: -0px -145px;
}
.tae_5:hover	{
	background-image: url(images/aboutus.png);
	background-position: -0px -580px;
}
.tae_6	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus.png);
	background-repeat: no-repeat;
	background-position: -145px -145px;
}
.tae_6:hover	{
	background-image: url(images/aboutus.png);
	background-position: -145px -580px;
}
.tae_7	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus.png);
	background-repeat: no-repeat;
	background-position: -290px -145px;
}
.tae_7:hover	{
	background-image: url(images/aboutus.png);
	background-position: -290px -580px;
}
.tae_8	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus.png);
	background-repeat: no-repeat;
	background-position: -435px -145px;
}
.tae_8:hover	{
	background-image: url(images/aboutus.png);
	background-position: -435px -580px;
}
.tae_9	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus.png);
	background-repeat: no-repeat;
	background-position: 0px -290px;
}
.tae_9:hover	{
	background-image: url(images/aboutus.png);
	background-position: 0px -725px;
}
.tae_10	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus.png);
	background-repeat: no-repeat;
	background-position: -145px -290px;
}
.tae_10:hover	{
	background-image: url(images/aboutus.png);
	background-position: -145px -725px;
}
.tae_11	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus.png);
	background-repeat: no-repeat;
	background-position: -290px -290px;
}
.tae_11:hover	{
	background-image: url(images/aboutus.png);
	background-position: -290px -725px;
}
.tae_12	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus.png);
	background-repeat: no-repeat;
	background-position: -435px -290px;
}
.tae_12:hover	{
	background-image: url(images/aboutus.png);
	background-position: -435px -725px;
}
/* 日本語about ut */
.tae_1_jp	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus_jp.png);
	background-repeat: no-repeat;
}
.tae_1_jp:hover	{
	background-image: url(images/aboutus_jp.png);
	background-position: 0px -435px;
}
.tae_2_jp	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus_jp.png);
	background-repeat: no-repeat;
	background-position: -145px 0px;
}
.tae_2_jp:hover	{
	background-image: url(images/aboutus_jp.png);
	background-position: -145px -435px;
}
.tae_3_jp	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus_jp.png);
	background-repeat: no-repeat;
	background-position: -290px 0px;
}
.tae_3_jp:hover	{
	background-image: url(images/aboutus_jp.png);
	background-position: -290px -435px;
}
.tae_4_jp	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus_jp.png);
	background-repeat: no-repeat;
	background-position: -435px -0px;
}
.tae_4_jp:hover	{
	background-image: url(images/aboutus_jp.png);
	background-position: -435px -435px;
}
.tae_5_jp	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus_jp.png);
	background-repeat: no-repeat;
	background-position: -0px -145px;
}
.tae_5_jp:hover	{
	background-image: url(images/aboutus_jp.png);
	background-position: -0px -580px;
}
.tae_6_jp	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus_jp.png);
	background-repeat: no-repeat;
	background-position: -145px -145px;
}
.tae_6_jp:hover	{
	background-image: url(images/aboutus_jp.png);
	background-position: -145px -580px;
}
.tae_7_jp	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus_jp.png);
	background-repeat: no-repeat;
	background-position: -290px -145px;
}
.tae_7_jp:hover	{
	background-image: url(images/aboutus_jp.png);
	background-position: -290px -580px;
}
.tae_8_jp	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus_jp.png);
	background-repeat: no-repeat;
	background-position: -435px -145px;
}
.tae_8_jp:hover	{
	background-image: url(images/aboutus_jp.png);
	background-position: -435px -580px;
}
.tae_9_jp	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus_jp.png);
	background-repeat: no-repeat;
	background-position: 0px -290px;
}
.tae_9_jp:hover	{
	background-image: url(images/aboutus_jp.png);
	background-position: 0px -725px;
}
.tae_10_jp	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus_jp.png);
	background-repeat: no-repeat;
	background-position: -145px -290px;
}
.tae_10_jp:hover	{
	background-image: url(images/aboutus_jp.png);
	background-position: -145px -725px;
}
.tae_11_jp	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus_jp.png);
	background-repeat: no-repeat;
	background-position: -290px -290px;
}
.tae_11_jp:hover	{
	background-image: url(images/aboutus_jp.png);
	background-position: -290px -725px;
}
.tae_12_jp	{
	text-decoration:none;
	display:block;
	width: 145px;
	height: 145px;
	background-image: url(images/aboutus_jp.png);
	background-repeat: no-repeat;
	background-position: -435px -290px;
}
.tae_12_jp:hover	{
	background-image: url(images/aboutus_jp.png);
	background-position: -435px -725px;
}
.orange {
	color: #FF6633;
}
#wrap_goods {
	width: 580px;
	margin-left: 210px;
}
#wrap_goods  p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 90%;
}
#wrap_goods h2 {
	font-size: 100%;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 20px;
}

.goods {
	float: left;
	width: 290px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #DC3721;
	padding-top: 10px;
}
.clearboth {
	clear: both;
}
