@charset "UTF-8";
/*reset style*/
*{
 margin : 0;
 padding : 0;
}

 /*clear*/
div.clearing{
 clear :both;
}
#container{
 width : 1000px;
 margin : 5px auto;
 background-color : #fff;
}
#header{
 width : 950px;
 margin : auto;
 background-color : #fff;
}
#contents{
 width : 950px;
 margin : 0 auto;
 background-color : #fff;
}
#footer{
 width : 950px;
 margin : 0 auto;
 background-color : #fff;
}
ul, li {
 list-style-type : none;
 margin : 0;
 padding : 0;
}
img{
 border : none;
}
a {
  text-decoration: none;
}
#header li{
 float : left;
}
#languages {
/*background-color: #f2efe9;*/
  width: 120px;
  float : right;
  height: 15px;
  margin: 0 auto;
}
#languages li a {
/* border-right: 1px solid;*/
 display: block;
 margin: 0px 0px 0px 0px;
 padding-left : 10px;
 color : #333;
 font-size: 13px;
 font-weight: bold;
 font-family : "Baskerville old face","Times New Roman",serif;
}
h1{
  /*font-family: "Baskerville old face","Times New Roman",serif;*/
  
}
.mainlogo{
	font-weight: normal;
	font-size: 44px;
	font-family : "Baskerville old face","Times New Roman",serif;
	font-size-adjust: 0.46;
	text-transform: none;
	vertical-align : top;
	color : #333;
	/*line-height : 12px;*/
}
div.box1{
width : 950px;
}
#header #logo1{
	float : left;
	/*background-color : #cc6699;*/
}
#header #logo2{
	float : right;
	margin-top : 6px;
	/*background-color : #336699;*/
}
.sublogo{
	font-weight: 200;
	font-size : 33px;
	font-family : "MS-PMincho";
	color : #333;
}
html>/**/body .sublogo{
 font-size: 33px;
 font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 color : #333;
 } /* for ie8 */ 
#line1{
	width : 950px;
	height : 11px;
	background-color : #aa841c;
}
/* main navi */
#main-nav{
 height : 40px;
 margin-bottom : 10px;
 margin-top : 10px;
 /*background-color : #5f8f87;*/
 background-color : #f2f1ec;
 /*background-image : url(../images/main-navbg.jpg);*/
 border-top-style : solid;
 border-bottom-style : solid;
 border-top-width : 1px;
 border-bottom-width : 1px;
 border-color : #aa841c;
 font-family : "Baskerville old face","Times New Roman",serif;
 }
#main-nav-buttons{
 padding-top : 0px;
 margin-left : 0px;
}
#main-nav-buttons a {
  font-size: 20px;
}
#main-nav-buttons li{
  float : left;
  font-size : 24px;
  border-right-width : 1px;
  border-right-style : dotted;
  border-right-color : #666;
  margin-right : 0px;
  padding-right : 15px;
}
#main-nav-buttons li.last{
 border-right: none;
}
#main-nav-buttons li a{
  color : #313131;
}
#main-nav-buttons li a:hover{
 /*background-color : #5c1d52;*/
 color : #fff;
}
#nav-home{
	width : 2em;
	height : 1.7em;
	line-height : 40px;
	padding-left : 15px;
}
#nav-home:hover{
	color : #fff;
	background-color : #5c1d52;
}
#nav-concept{
	width : 3em;
	height : 1.7em;
	line-height : 40px;
	padding-left : 15px;
}
#nav-concept:hover{
	color : #fff;
	background-color : #5c1d52;
}
#nav-news{
	width : 2em;
	height : 1.7em;
	line-height : 40px;
	padding-left : 15px;
}
#nav-news:hover{
	color : #fff;
	background-color : #5c1d52;
}
#nav-JScreen{
	width : 5.5em;
	height : 1.7em;
	line-height : 40px;
	padding-left : 15px;
}
#nav-JScreen:hover{
	color : #fff;
	background-color : #5c1d52;
}
#nav-goodskyoto{
	width : 6.3em;
	height : 1.7em;
	line-height : 40px;
	padding-left : 15px;
}
#nav-goodskyoto:hover{
	color : #fff;
	background-color : #5c1d52;
}
#nav-samples{
	width : 6em;
	height : 1.7em;
	line-height : 40px;
	padding-left : 18px;
}
#nav-samples:hover{
	color : #fff;
	background-color : #5c1d52;
}
#nav-blog{
	width : 1.9em;
	height : 1.7em;
	line-height : 40px;
	padding-left : 20px;
}
#nav-blog:hover{
	color : #fff;
	background-color : #5c1d52;
}
#nav-cart{
	width : 2em;
	height : 1.7em;
	line-height : 40px;
	padding-left : 18px;
}
#nav-cart:hover{
	color : #fff;
	background-color : #5c1d52;
}

/*footer*/
#nav-contact{
	width : 2.7em;
	height : 1.7em;
	line-height : 40px;
	padding-left : 20px;
}
#nav-contact:hover{
	color : #fff;
	background-color : #5c1d52;
}
#nav-links{
	width : 2em;
	height : 1.7em;
	line-height : 40px;
	padding-left : 20px;
}
#nav-links:hover{
	color : #fff;
	background-color : #5c1d52;
}

/*credits*/
span.credits{
 display : block;
 font-size: 12px;
 font-family : "Baskerville old face","Times New Roman",serif;
 text-align : right;
}