@charaset "UTF-8";

* { margin:0; padding:0; }

BODY,TEXTAREA,INPUT,SELECT { font-family: メイリオ,'Hiragino Kaku Gothic Pro',sans-serif; }

IMG { border:0; }
LI { list-style-type:none; }

FORM { display:inline; }
INPUT,SELECT { font-size:14px; line-height:20px; }
INPUT[type="text"],INPUT[type="file"] { height:20px; }
INPUT[type="submit"] { height:24px; display:inline; margin:0; }
INPUT[type="checkbox"],[type="radio"] { height:20px; }
SELECT { height:24px; margin-top:1px; }

hr{
	display: none;
}

table{
	border-spacing: 0px;
}

body {
	background: #F7F2F5 url(../img/bg_main.gif) repeat-x;
	text-align: center;
	margin:0;
	padding:0;
}

#wrap {
	width: 768px;
	margin: 0 auto;
	background: #EDE6EA url(../img/bg_content.gif) repeat-y;
	text-align: left;
	position: relative;
}



/* ===================================
   ヘッダー */

#header {
	background: url(../img/bg_header.jpg) no-repeat;
}

#header:after {
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
}

h1 a{
	float:left;
	width: 381px;
	height:125px;
	display: block;
}



h1 a img{
	position: absolute;
}

#sub_title{
	height:80px;
	margin-right: 16px;
	font-size:13px;
	text-align: right;
	line-height: 80px;
	display: block;
}

/* ===================================
   サブメニュー */

#menu_info{
	display: block;
	position: absolute;
	right: 12px;
	top: 60px;
	width: 209;
}

#menu_info li{
	float:left;
	width: 104px;
	height: 14px;
	padding-left: 4px; 
}

#menu_info li a{
	display: block;
}

/* ===================================
   メインメニュー */

#menu{
	clear: both;
}

#menu_main{
	
	padding-top: 5px;
	padding-left: 2px;
	width: 766px;
	height: 45px;
}

#menu_main li{
	float: left;
	width: 104px;
	height: 40px;
	padding: 0 2px;
}

#menu_main li a{
	display: block;
}

#menu_main li a img{
	vertical-align: top;
	display: block;
}

/* ===================================
   コンテンツ */

#content{
	clear: both;
	margin-right: 6px;
	margin-top: 4px;
}

div.entry{
	/* 幅680pxのコンテンツエリア用 */
	width: 680px;
	margin: 0 41px;
}

div.entry-2{
	/* 幅685pxのコンテンツエリア用 */
	width: 685px;
	margin: 0 39px 0 38px;
}

/* ===================================
   コンタクト */

#contact {
	width: 734px;
	margin: 0 14px 0;
}

#contact:after {
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
}

#contact li {
	display: block;
	float:left;
}

#contact li a{
	display: block;
	height: 50px;
}

#contact li.contact_1{
	width: 247px;
}

#contact li.contact_2{
	width: 227px;
	margin: 0 16px 0 17px;
}

#contact li.contact_3{
	width: 227px;
}

#contact li img{
	vertical-align: top;
	display: block;
	padding: 0 0 10px;
}

/* ===================================
   会社情報 */

#company {
	clear: both;
	padding: 8px 14px;
	background-color: white;
	text-align: center;
	font-size: 0.55em;
}

#company img {
	margin: 0 auto 3px;
}

/* ===================================
   フッター*/

#footer {
	clear: both;
}
.copy{
	padding: 8px 0 14px 0;
	text-align: center;
	font-size: 0.7em;
	display: block;
}

/* ===================================
   検索ボタン*/

div#search{
	clear:both;
	text-align:center;
}

div#search h3{
	margin:0px;
	padding:10px 0 0 0;
	font-size:10pt;
}

div#search ul{
	width:690px;
	margin:0 auto;
	padding:4px 0 10px 0px;
}

div#search li{
	margin:4px;
	padding:0px;
	display:inline;
}

div#search li img{
	vertical-align: top;
}


/* ===================================
   追加*/

#sub-menu-back{
	padding-top:35px;
}

#b_zero{
		padding:5px 0 5px 0;
		margin:10px auto 10px auto;
		width:730px;
		background:#fff;
		text-align:center;
		clear:both;
	}

