@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;
}

#wrap {
	width: 768px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid black;
	text-align: left;
	position: relative;
}



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

#header{
	width: 744px;
	padding: 20px 12px 18px 20px;
}

#header img{
	vertical-align:top;
}


#sitelogo{
	float: left;
}

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

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

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

#menu_info li a{
	display: block;
}

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

#menu{
	padding:0;
	margin:0;
	width: 100%;
	height:26px;
	overflow: hidden;
	background:#00428e;
}

#menu li{
	float:left;
}

.menu-list-f{
	margin:0;
	padding:0 0 0 64px;

}

.menu-list{
	margin:0 0 0 22px;
	padding:0 0 0 28px;
	background:url(../img/blog/common/menu_maru.gif);
	background-repeat:no-repeat;
	background-position:top left;
}


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

#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: 37px;
}

#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: 10px 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;
}

