﻿@charset "utf-8";
/*-----------------reset--------------------*/
html, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike,  tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-family:inherit;
}
a, a:link, a:visited, a:hover, a:active{text-decoration:none}
table{border-collapse:separate; border-spacing:0;}
th, td {font-weight:normal;}
img, iframe {border:none; text-decoration:none;}
hr{margin:0; padding:0; border:0; color:#000; background-color:#000; height:1px;}

h1,h2,h3,h4{
	clear:both;
	}
img.ico{
	vertical-align:middle;
	}
/*-----------------body設定--------------------*/
body {
	background:#e7edf1;
	margin: 0;
	padding: 0;
	font-size:1em;
	line-height: 1.6;
	color:#313131;
	text-align:center;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
	* html body {font-family:"ＭＳ Ｐゴシック", sans-serif; font-size:90%;}/* for IE6 */
	*+html body {font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック"; font-size:90%;}/* for IE7 */
	html>/**/body {font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; font-size: 90%;}/* for IE8 */
	html:not(:target) body {font-size:0.9em; line-height:1.6; font-family:"Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Osaka, "メイリオ", sans-serif;}/* for modern browser not IE8(FF,safari,chrome,opera) */

/*-----------------リンク設定--------------------*/
a:link, a:visited {
	color: #0046AA;
	text-decoration:underline;
}
a:hover, a:active, a:focus {
	text-decoration:none;
}
a.ov img{
	display: inline-block;
	}
a.ov:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
/*-----------------その他設定--------------------*/

hr {
	border: 0;
	height: 1px;
	background: #999;
	background-image: -webkit-linear-gradient(left, #ddd, #999, #ddd);
	background-image: -moz-linear-gradient(left, #ddd, #999, #ddd);
	background-image: -ms-linear-gradient(left, #ddd, #999, #ddd);
	background-image: -o-linear-gradient(left, #ddd, #999, #ddd);
}

/*-----------------構造設定--------------------*/

#body_box{
	width:100%;
	background:url(../img/bg_body.png) repeat-x 0 0 #fff;
	}
#container {
	width:970px;
	clear:both;
	margin:0 auto 0 auto;
	padding:0;
	text-align:left;
}
#header{
	width:970px;
	height:94px;
	margin:0 auto;
	padding:0;
	text-align:left;
	position:relative;
	}
#header h1{
	margin:0;
	padding:0;
	width:246px;
	height:94px;
	float:left;
	}
#header .title_guideline{
	width:477px;
	float:right;
	margin:0;
	padding:0;
	}
#contents{
	min-height:400px;
	padding:20px 0;
	}
.ptop{
	clear:both;
	text-align:right;
	margin:0;
	padding:0;
	}
#footer{
	width:970px;
	margin:0 auto;
	text-align:left;
	font-size:0.9em;
	}
#copy{
	padding:10px 0;
	}

/*-----------------各種設定--------------------*/
