@charset "utf-8";

/*-------------------------------------------
 top
---------------------------------------------*/

#top img{
	width:100%;
	height:100%;
	margin:0 0 15px 0;
	padding:0;
}

#top_wrap p{
	margin:0 auto;
	text-align:center;
	font-size:95%;
	color:#fff;
	line-height:170%;
}


/*-------------------------------------------
 menu
---------------------------------------------*/
#title h1{
	background:url(../img/logo_noon.png) no-repeat;
	text-indent:-9000px;
	height:150px;
	margin:18px;
}

#menu li {
  float: left;
  text-align:right;
}

#menu li a {
  width : 100%;
  padding: 0 30px 0 0;
  line-height: 2.5;
  text-decoration: none;
}

.fixed{
  position: fixed;
  top: 0px;
  left: 0px
  z-index: 9999;
}



/*-------------------------------------------
 im_ex
---------------------------------------------*/

#im_ex{
	width:800px;
	margin-bottom:100px;
}

#im_ex h2{
	background:url(../img/title_im_ex.png);
	width:800px;
	height:52px;
	margin:100px 0 50px 0;
}

#im_ex h3{
	color:#916840;
	line-height:250%;
	padding-left:8px;
	border-left:5px solid;
	border-bottom:1px solid;
	margin-bottom:15px;
	letter-spacing:0.1em;
	font-weight:bold;
}

#im_ex .subtitle{
	font-size:88%;
}

#im_ex_copy p{
	text-align:center;
	margin-bottom:50px;
}


/*-------------------------------------------
 im_ex_text
---------------------------------------------*/

.text_left p{
	width:360px;
	margin-bottom:15px;
}

/*-------------------------------------------
 about_im
---------------------------------------------*/

#about_im img{
	margin:30px 0 0 425px;
}


/*-------------------------------------------
 about_ex
---------------------------------------------*/

#about_ex h3{
	margin-top:30px;
}


