@charset "utf-8";

/* リード企画　基本*/


/*==========================================
 ベーシック
===========================================*/

body {
  background-image:url(../index_img/back.jpg);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#4E2700;
  font-size:62.5%;
  line-height:200%; 
  text-align: left;
}


h2{
	font-size: 1.9em;
	letter-spacing:0.08em;
	padding :10px 0 40px;
	text-align:left;
	color:#946F4A;
}

.en-title{
	font-size: 0.6em;
	letter-spacing:0.1em;
	color:#CC9966;
	font-weight:lighter;
	vertical-align:middle;
}

h3{
  font-size: 1.2em;
  letter-spacing:0.06em;
  font-weight:normal;
  margin-top:10px;
  margin-bottom:25px;
}

a {
  color:#666;
  text-decoration:none;
}
a:hover {
  color:#00cccc;
  text-decoration:underline;
}

p {
 font-size: 1.4em;
 margin-bottom: 18px;
 text-align:left;
 line-height:180%;
}

.bold{
 font-weight:bold;
}

.f-large{
 font-size:larger;
}


.f-small{
 font-size:smaller;
}


.text-right{
 text-align:right;
}

.mgb20{
 margin-bottom: 20px;
}

.mgb30{
 margin-bottom: 30px;
}

.mgb40{
 margin-bottom: 40px;
}

.mgb50{
 margin-bottom: 50px;
}


.pdb20{
 padding-bottom: 20px;
}

.pdb30{
 padding-bottom: 30px;
}

.pdb40{
 padding-bottom: 40px;
}

.pdb50{
 padding-bottom: 50px;
}


/*==========================================
 コンテナ
===========================================*/

#container{
  width: 100%;
}


/*==========================================
 ヘッダー
===========================================*/
header {
  width: 100%;
  margin:25px auto 27px;
}

#logo-box{
  margin:0 auto;
  max-width:1000px;
  height:66px;
  overflow:hidden;
}

header #logo-box h1 {
  float:left;
  width: 205px;
  padding:0;
}


/*==========================================
 グローバルナビ
===========================================*/
#navi-space {
  width:795px;
  overflow:hidden;
}

nav ul {
  padding:13px 0 3px 56px;
  width:795px;
  height:50px;
  text-align:right;
  overflow:hidden;
}
nav ul li.last {
  float: left;
  height:50px;
  width: 122px;
  border-right: none;
}
nav ul li {
  float: left;
  height:50px;
  width: 122px;
  border-right: 1px solid #C19263;
}


/*==========================================
メインイメージ
===========================================*/

#main-img{
  clear:both;
  width:100%;
  height:410px;
  text-align:center;
}


#main-img img{
  clear:both;
  width:100%;
  height:auto;
  text-align:center;

 /* max-width:1500px;*/
}

.img-line{
  padding:15px 0;
  margin-bottom:35px;
  width: 100%;
  border: 1px solid #C19263;
}




/*==========================================
 コンテンツ 　全体
===========================================*/
#contents {
  margin:0 auto;
  width:1000px;
  height:auto;
  text-align:center;
  overflow:hidden;
}


/*==========================================
 コンテンツ　レフト
===========================================*/
aside{
  float:left;
  width:210px;
  margin-top:12px;
  margin-right:50px;
  text-align:left;
  overflow:hidden;
}

#top-company {
  width: 210px;
  margin: 15px 0 25px;
  height: auto;
  margin-right: -3px;
 }
 
#top-company p{
  margin: -1px 0 0;
 }

#top-company ul{
  margin-bottom: 12px;
 }
 
#top-company ul li{
  font-size: 1.2em;
  margin-left: 5px;
  letter-spacing:0.08em;
  line-height:140%;
 }


/*==========================================
 コンテンツ　ライト
===========================================*/
#right{
  float:right;
  width:740px;
  text-align:left;
  overflow:hidden;
}

h2.top{
  padding :12px 0px 10px ;
}

#intro{
  margin: 10px 0 15px;
}

#intro img{
  float:left;
  height:auto;
  margin: 0 15px 15px 0;
}

.next{
  float:right;
  padding: 10px 0px 20px 0px;
}


/* NEWS&FB*/

#info-space{
  clear:both;
  width:740px;
  margin-bottom:20px;
  overflow:hidden;
}

#news{
  float:left;
  width:477px;
  margin-right:25px;
}

#fb{
  width:235px;
  margin-top:30px;
  text-align:left;
  overflow:hidden;
}



/*==========================================
 ページトップ
===========================================*/

a#pagetop img {
  position:fixed;
  bottom:20px;
  right:15px;
}


/*==========================================
 フッター
===========================================*/
footer {
  clear:both;
  margin-top:20px;
  width: 100%;
  height: 55px;
  text-align:center;
  border-top: 1.5px solid #C19263;
  overflow:hidden;
}
  
footer p {
  padding: 20px 0;
  font-size: 0.6em;
  letter-spacing:0.2em;
  text-align:center;
}


