@charset "utf-8";
/*基本設定-----------------*/
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img  {
	border:none;
	vertical-align: bottom;
	behavior: expression(IEPNGFIX.fix(this));
}
#outline {
	width:900px;
	margin: 0px auto 0px auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 170%;
	letter-spacing: 1px;
	text-align: justify;
	text-justify: inter-ideograph;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D1D1D1;
	border-left-color: #D1D1D1;
	background-color: #FFFFFF;
}
body  {
	text-align: center;
	color: #333333;
	background-image: url(/img/common/back_ground.gif);
}
body a {
	color: #0066CC;
	text-decoration: underline;
}
body a:hover {
	color: #990000;
}
/*ヘッダー（共通）-----------------*/
#header {
	background-image: url(/img/common/header/back_ground_header.jpg);
	height: 240px;
}
#header_print {
	display: none;

}
#logo {
	width: 600px;
	height: 55px;
	position: relative;
	left: 65px;
	top: 30px;
}
#exp {
	position: relative;
	left: 65px;
	top: 60px;
	width: 600px;
}
#exp h1,#exp p {
	font-size: 13px;
	color: #964925;
	font-weight: normal;
}
#main_search {
	position: relative;
	left: 65px;
	top: 65px;
	width: 600px;
	height: 68px;
}
#main_search li {
	float: left;
}
/*メイン-----------------*/
#pankuzu {
	font-size: 12px;
	width: 480px;
	margin: 25px 0px 0px 70px;
	float: left;
	display: inline;
}
#pankuzu a {
	font-size: 12px;
	float: left;
	display: block;
	margin: 0px 7px 0px 0px;
}
#pankuzu h1 {
	font-size: 12px;
	float: left;
	display: inline;
}
#g_menu {
	width: 280px;
	margin: 20px 60px 0px 0px;
	float: right;
	display: inline;
	height: 40px;
}
#g_menu li {
	float: left;
	display: inline;
	margin: 0px 0px 0px 5px;
}

#main {
	width: 780px;
	margin: 0px 0px 30px 60px;
}
/*フッター-----------------*/
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 900px;
	clear: both;
	height: 50px;
}
#footer_navi {
	float: left;
	letter-spacing: 0px;
	padding: 15px 0px 0px 60px;
}
#copyright {
	float: right;
	font-family: Arial;
	padding: 15px 60px 0px 0px;
}
/*その他（色）-----------------*/
.red {
	color: #CC0000;
}
.red_l {
	font-size: 16px;
	font-family: "メイリオ";
	color: #CC0000;
	font-weight: bold;
}
.blue_l {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #0066CC;
	font-weight: bold;
}
/*その他（文字サイズ）-----------------*/
.t14 {
	font-size: 14px;
}
.t15 {
	font-size: 15px;
}
.t16 {
	font-size: 16px;
}
.t17 {
	font-size: 17px;
}
.t18 {
	font-size: 18px;
}
/*区切り線-----------------*/
hr {
	display:none;
}
.line0 {
	height:0px;
	clear: both;
}
.line5 {
	height:5px;
	clear: both;
}
.line10 {
	height:10px;
	clear: both;
}
.line20 {
	height:20px;
	clear: both;
}
.line30 {
	height:30px;
	clear: both;
}
.line40 {
	height:40px;
	clear: both;
}
.line50 {
	height:50px;
	clear: both;
}
.line60 {
	height:60px;
	clear: both;
}
.line80 {
	height:80px;
	clear: both;
}
.line100 {
	height:100px;
	clear: both;
}
.line5_dot {
	height:5px;
	background-image: url(/img/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line10_dot {
	height:10px;
	background-image: url(/img/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line20_dot {
	height:20px;
	background-image: url(/img/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line30_dot {
	height:30px;
	background-image: url(/img/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line40_dot {
	height:40px;
	background-image: url(/img/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line50_dot {
	height:50px;
	background-image: url(/img/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line60_dot {
	height:60px;
	background-image: url(/img/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line80_dot {
	height:80px;
	background-image: url(/img/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line100_dot {
	height:100px;
	background-image: url(/img/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
