@charset "utf-8";
/*-----------------------Reset-----------------------*/

h1, h2, h3, h4, h5, h6, table, p, ul, li, dl, dt {margin: 0; padding: 0; font-size: 100%; list-style-type: none; float:none;}
table,tr,td,th{border-collapse: collapse; font-weight: normal;}
img {border: none; margin: 0; padding: 0;}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;} /* Hides from IE-mac \*/ * html .clearfix {height: 1%;}
.clearfix {display: block;} /* End hide from IE-mac */


body { -webkit-text-stroke:1px transparent; } @media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}


/**************************************************************
    Gloval Elements
**************************************************************/

	
body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
body#collection_top {
	background-color: #000;
	background-image: url(../img/bg_black.gif);
	background-repeat: repeat-y;
	}
body#collection {
	background-color: #FFF;
	background-image: url(../img/bg_black.gif);
	background-repeat: repeat-y;
	}

img {
	margin: 0px;
	padding: 0px;
	border-style: none;
	}
	
p {
	font-size: 12px !important;
	font-size: 13px ;
	line-height: 170%;
	color: #5A5A5A;
	padding-bottom: 20px;
}

a {
	text-decoration: none;
	color: #333;
	}
a:hover {
	text-decoration: none;
	color: #8A673D;
	}
a:active {
	text-decoration: none;
	color: #666;
	}
.clear {
	clear: both;
	}
	

/**************************************************************
    Layout Parts
**************************************************************/
#bg {
	/*width: 100%;*/
	height: auto;
	position: fixed;
	}
#bg img {
	width: auto;
	height: 880px;
	margin:0;
	bottom: 0px;
	padding-bottom: 0;
	padding-left: 0;
	}
#wrap {
	width:100%;
	overflow:hidden;
	left: 0px;
	top: 3px;
	position: absolute;
	z-index: 10;
	}
	
#left {
	float:left;
	width:260px;
	height: 100%;
	position: relative;
	}
#collection #left {
	background-color:#000;
	}
#right {
	width:100%;
	float:right;
	margin-right:-310px;
	overflow:hidden;
	}
#content {
	height: 520px;
	width: 650px;
	margin-top: 80px;
	background-color: rgba(255,255,255,0.9) !important;
	background-color: #FFF;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9; /* for Netscape, Firefox1.5 Ealier */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
#contentTop {
	height: 520px;
	width: 650px;
	margin-top: 140px;
	}
#contentTop  h1{
	font-family: Didot, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 40px;
	font-weight: lighter;
	color: #FFF;
	letter-spacing: 0.08em;
	}
#logo {
	height: 190px;
	width: 260px;
	}
#nav {
	margin-top: 60px;
	z-index: 10;
	height: 20px;
	width: 100%;
	filter:alpha(opacity=70);/* for IE */
	background-color: rgba(255,255,255,0.4) !important; 
	background-color: #B0B0B0;
	-moz-opacity: 0.4; /* for Netscape, Firefox1.5 Ealier */
	}

#footer {
	width: 250px;
	font-size: 11px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: right;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	

	
/**************************************************************
    Navi Area Elements
**************************************************************/
	
#nav ul {
	height: 20px;
	width: 720px;
	margin: 0px;
	padding: 0px;
	}
#nav ul li {
	float: left;
}
#nav ul li a{
	color: #FFF;
	text-align: center;
	height: 20px;
	width: 162px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	border-right: 1px dotted #E6E6E6;
	}
#nav ul li a:hover{
	color: #FFF;
	background-color: rgba(102,102,102,0.5) !important; 
	background-color: #666;
	filter:alpha(opacity=90);
	-moz-opacity: 0.5; /* for Netscape, Firefox1.5 Ealier */	}
/*	
#about #nav .about > a {
    pointer-events: none;
    cursor: default;
	color: #FFF;
	background-color: rgba(102,102,102,0.5) !important; 
	background-color: #666;
	-moz-opacity: 0.5; /* for Netscape, Firefox1.5 Ealier */	/*}
}
*/

/*****************************************************/
/*                        BG                         */
/*****************************************************/
.bg_top {
	background-repeat: no-repeat;
	width: 100%;
}
.bg_agout {
}
.bg_news {
}
.bg_contact {
}


/******************************************************
   Grobal Item
*******************************************************/

#contArea {
	width: 520px;
	margin-left: 50px;
}

h1.pageTitle{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #FFF;
	background-color: #000;
	height: 20px;
	margin-top: 0px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: normal;
	padding: 0px;
}
#about h1.pageTitle{
	width: 6em;
	}
#company h1.pageTitle{
	width: 9.5em;
	}
#origin h1.pageTitle{
	width: 15em;
	}
#news h1.pageTitle{
	width: 6em;
	}
#collection h1.pageTitle{
	width: 12em;
	}
#contact h1.pageTitle{
	width: 8em;
	}
#contArea h2{
	padding-bottom: 2px;
	border-bottom: 1px dotted #999;
	margin-bottom: 6px;
}

#contArea h3{
	font-size: 15px;
	color: #666;
	margin-bottom: 4px;
}

#contArea h4{
}

#footer_logo {
	height: 110px;
	width: 260px;
	text-align: right;
	}
#footer {
	text-align: right;
	}
#footer ul{
	height: 13px;
	width: 180px;
	margin-left: 70px;
	margin-bottom: 5px;
	}
#footer li{
	float: left;
	}
#footer li a{
	display: block;
	height: 13px;
	width: 20px;
	padding: 0px;
	margin-left: 10px;
	}
#footer li a:hover{
	}



/*****************************************************
  News
******************************************************/
#news dl {
	}
#news dl dt {
	font-size: 12px;
	line-height: 150%;
	color: #5A5A5A;
	float: left;
	width: 100px;
	margin-bottom: 30px;
	display: block;
	border-top: 1px dotted #999;
	padding-top: 4px;
	}
	
#news dl dd {
	font-size: 12px;
	line-height: 150%;
	color: #5A5A5A;
	margin-left: 105px;
	display: block;
	margin-bottom: 30px;
	border-top: 1px dotted #666;
	padding-top: 4px;
	}

/*****************************************************
  collection
******************************************************/

#collection #left {
	background-color: #000;
}

#collection #nav {
	background-color: #B0B0B0 !important;
	}
#side_menu {
	height: 350px;
	width: 177px;
	margin-left: 83px;
	}
#left #side_menu h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
	color: #EFEFEF;
	text-align: center;
	height: 21px;
	width: 177px;
	background-color: #ADADAD;
	letter-spacing: 0.15em;
	margin-bottom: 25px;
}
#left #side_menu ul li {
	display: block;
	padding: 0px;
	height: 90px;
	width: 177px;
	margin-bottom: 20px;
	}
#left #side_menu ul li.cup_m a {
	background-image: url(../img/menu_cup_m.jpg);
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
	height: 90px;
	width: 177px;
	margin-bottom: 20px;
	text-indent:-5555px;
	}
#left #side_menu ul li.cup_m a:hover {
	background-image: url(../img/menu_cup_m_f2.jpg);
	}
#left #side_menu ul li.cup_s a {
	background-image: url(../img/menu_cup_s.jpg);
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
	height: 90px;
	width: 177px;
	margin-bottom: 20px;
	text-indent:-5555px;
	}
#left #side_menu ul li.cup_s a:hover{
	background-image: url(../img/menu_cup_s_f2.jpg);
	}
	
#collection #content {
	width: 650px;
	margin-top: 80px;
	height: 650px;
	}
#collection #products {
	margin-right: auto;
	margin-left: auto;
	width: 530px;
	margin-top: 20px;
	}
#collection #products #products_image {
	width: 530px;
	margin-bottom: 45px;
	}
#collection #products #products_image ul{
	}
#collection #products #products_image ul li{
	}
#collection #products #products_image ul li h3{
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #666;
	margin-bottom: 0px;
	margin-left: 90px;
	margin-top: 18px;
	}
#collection #products #products_image ul li h3 span{
	font-size: 12px;
	color: #666;
	padding-left: 2px;
	font-weight: normal;
	}
#collection #products #products_image ul li h3 span span{
	font-size: 11px;
	color: #666;
	padding-left: 0px;
	font-weight: normal;
	letter-spacing: 0.06em;
	}
#collection #products #products_image ul li p{
	}
#collection #products #products_tumb {
	width: 520px;
	overflow: hidden;
	margin-left: 10px;
	}
#collection #products #products_tumb ul {
	width: 530px;
	overflow: hidden;
	}
#collection #products #products_tumb ul li{
	display: inline;
	float: left;
	height: 64px;
	width: 74px;
	margin-right: 13px;
	margin-bottom: 18px;
	}
	




/*****************************************************
  About
******************************************************/

#about #linkArea {
	padding-top: 18px;
	border-top: 1px dotted #999;
	margin-top: 18px;
}
#about #linkArea ul{
	height: 31px;
}
#about #linkArea li{
	float: left;
}
#about #linkArea li.origin a{
	background-image: url(../img/title_orgin_.gif);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 230px;
	margin-right: 80px;
	padding-left: 8px;
	border-left: 1px dotted #999;
	text-indent: -5555px;
	background-position: left center;
	overflow: hidden;
}
#about #linkArea li.origin a:hover{
	background-image: url(../img/title_orgin_f2.gif);
}
#about #linkArea li.company a{
	background-image: url(../img/title_company.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -5555px;
	display: block;
	height: 31px;
	width: 100px;
	border-left: 1px dotted #999;
	overflow: hidden;
}
#about #linkArea li.company a:hover{
	background-image: url(../img/title_company_f2.gif);
}

/* Company
******************************************************/
#company h2 {
	font-size: 12px;
	margin-bottom: 15px;
	padding-bottom: 2px;
	color: #5A5A5A;
	}
#company dl {
	}
#company dl dt {
	font-size: 12px;
	line-height: 170%;
	color: #5A5A5A;
	float: left;
	width: 100px;
	margin-bottom: 10px;
	display: block;
	}
#company dl dd {
	font-size: 12px;
	line-height: 170%;
	color: #5A5A5A;
	margin-left: 110px;
	display: block;
	margin-bottom: 10px;
	}
	
	
/* Origin
*****************************************************/

#origin #contArea {
	width: 540px;
	margin-left: 50px;
	}
#pane2 {
	width: 540px;
	overflow-y:auto;
	height: 420px;
	padding-right: 15px;
	}
#origin h4 {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	}
#origin h4 span{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding-left: 0px;
	}
#origin p.toptext {
	padding-bottom: 12px;
	border-bottom: 1px dotted #666;
	margin-bottom: 20px;
	}
#origin p {
	margin-bottom: -8px;
	}


/*****************************************************
  Contact
******************************************************/

#contact h2 {
	font-size: 12px;
	margin-bottom: 15px;
	padding-bottom: 2px;
	color: #5A5A5A;
	}

#contact #content {
	height: auto;
	margin-bottom: 25px;
	}
#contact #contArea{
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
	}
#contact #content.thanks{
	height: 520px;
	}

.telhl {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "sans-serif", Osaka;
	font-size: 7.5pt;
	line-height: 170%;
	color: #666666;
	margin: 8px 0 0 0;
	padding: 0;
	}

.telno {
	font-family: "Century Gothic", "Helvetica";
	font-size: 10pt;
	line-height: 150%;
	color: #333333;
	font-weight: bold;
	letter-spacing: 0.12em;
	margin: 0px;
}

#formarea {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "sans-serif", Osaka;
	font-size: 8.1pt;
	line-height: 150%;
	padding: 0;
	border: 0px solid #CCCCCC;
	margin-bottom: 45px;
}

form action {
	margin: 0;
	padding: 0px;
	}
	
.inputarea input {
	width: 72%;
	background-color: #FAFAFA;
	border: 1px solid #CCCCCC;
	margin-bottom: 13px;
}
.inputarea input:focus {
	background-color: #FFF;
	border: 1px solid #B9B9B9;
	}
.inputarea {
	margin-left: 12em;
	}
.formcoment {
	margin-left: 12em;
	margin-bottom: 8px;
	wight: 100px;
}
textarea {
	width: 95%;
	height: 100px;
	background-color: #FAFAFA;
	border: 1px solid #CCCCCC;
}
.formcoment textarea:focus {
	background-color: #FFF;
	border: 1px solid #B9B9B9;
	}

input.button {
	margin-right: 8px;
	width: 60px;
	background-color: #666;
	font-size: 7.5pt;
	color: #FFFFFF;
	border-top: 1px solid #E1E1E1;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #E1E1E1;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: ponter;
	display: block;
	float: left;
}

.button a:hover{
	background-color: #669933;
	border-top: 1px solid #D9ECFF;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	border-left: 1px solid #CCFFFF;
	cursor: ponter;

}

.lavel {
	width: 11em;
	float: left;


	padding:: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 11px;
	margin: 0px 9px 6px 0px;
	line-height: 120%;
	padding-top: 4px;
}

.radio_bt {
	margin-left: 11.5em;
	margin-bottom: 2.2em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 11px;
	}
.radio_box {
	width: 1.5em;
	}

/*
.inputarea {
	margin-left: 11em;
	margin-bottom: 6px;
}
*/



/********************************************************************
   ニュース
********************************************************************/

#news_title {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	}

#index_news {
	background-color: #F7F5DF;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	height: 250px;
	width: 250px;
	overflow: auto;
	}

.index_newsbox {
	width: 220px;
	padding: 0px 3px ;
	}
.index_newsdate {
	font-size: 8pt;
	line-height: 100%;
	font-weight: bold;
	color: #999999;
	margin: 4px 0px 6px 0px;
	padding-bottom: 1px;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #CCCCCC;
	}
.index_newsbox h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "sans-serif", Osaka;
	font-size: 9pt;
	line-height: 110%;
	color: #003366;
	margin-top: 0px;
	margin-bottom: 3px;
	}
.index_newsbox p {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "sans-serif", Osaka;
	font-size: 9pt;
	line-height: 170%;
	color: #333333;
	letter-spacing: 0.5pt;
	}


/********************************************************************
    ニューステキスト
********************************************************************/

.newsbox {
	margin: 0px 0px 35px 0px ;
	}

h1.newstitle {
	font-style: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "sans-serif", Osaka;
	font-size: 11.5pt;
	padding-left: 0px;
	margin: 4px 0px 10px 0px;
	color: #8AAD2E;
	}

.newsdate {
	font-style: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "sans-serif", Osaka;
	font-size: 8.6pt;
	padding: 0px 0px 2px;
	font-weight: bold;
	color: #999999;
	letter-spacing: 1pt;
	border-bottom: 1px dashed #999999;
	}

p.newstext {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "sans-serif", Osaka;
	line-height: 170%;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 12px;
	letter-spacing: 0.5pt;
	font-size: 9pt;
	}

p.newsimages {
	padding: 7px 0px 0px 0px;
	margin: 0px;
	}

p.newstext img {
	float:left;
	margin: 0px 8px 0px 0px;
	}


	

