@charset "UTF-8";
/* CSS Document */

/* 基本スタイル
-------------------------------------------------*/

body {
	font-size:100%;
	color:#000000;
	background-color:#FFFFFF;
}
	
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,p {
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

h1,h2,h3,h4,ul,li,p,address {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {
	border: 0;
	vertical-align: bottom;
}

a:link,
a:visited,
a:active {
	color: #FF6600;
	text-decoration: underline;
}

a:hover {
	color: #FFCC33;
}

.remarks {
	font-size: 70%;
	color: #CC0000;
	padding-bottom: 15px;
	padding-top: 8px;
}

.cl {
	clear:both;
	}
	
/* Wrapper
-------------------------------------------------*/

#wrapper {
	text-align:center;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}
	
/* header
-------------------------------------------------*/

#header {
	color: #E8E8E8;
	height: 50px;
}
#header h1 {
	font-size: 90%;
	line-height: 30px;
	font-weight: bold;
	color: #FF9900;
	text-align: left;
	text-indent: 1em;
}
#g_menu {
	height: 50px;
	width: 760px;
	margin-top: 10px;
	background-image: url(../image/gm_back.png);
	background-repeat: no-repeat;
}
#g_menu h2 {
	line-height: 50px;
	float: left;
	background-image: url(../image/gm_h2.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 60px;
	margin-top: 18px;
	margin-left: 50px;
}
#g_menu ul {
	list-style-type: none;
	display: block;
	text-align: right;
	height: 50px;
	padding-right: 10px;
}
#g_menu ul li {
	display: inline;
}
#g_menu img {
	margin-top: 10px;
}
#g_menu h2 em,
#g_menu ul li em {
	position: absolute;
	left: -9999px;
}
	#f_area {
		display: block;
	}
	
	#f_area-sp {
		display: none;
	}

@media screen and (max-width: 480px) {
	#f_area {
		display: none;
	}
	
	#f_area-sp {
		display: block;
	}
}

#news {
	float: left;
	width: 320px;
	margin-top: 15px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#news #n_txt {
	background-image: url(../image/n_txt.png);
	background-repeat: repeat-y;
	width: 320px;
	overflow: auto;
	background-position: left top;
	text-align: left;
}
#news #n_txt dl {
	padding-left: 25px;
}
#news #n_txt dt {
	font-size: 80%;
	color: #FF6600;
	font-weight: bold;
}
#news #n_txt dd {
	font-size: 70%;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
	color: #333333;
	padding-left: 8px;
	padding-right: 8px;
}
#news #bottom {
	background-image: url(../image/n_bottom.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 320px;
}
#news em {
	position: absolute;
	left: -9999px;
}
#e_time  {
	width: 270px;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	text-align: left;
}
#e_time em {
	position: absolute;
	left: -9999px;
}

#info .point {
	color: #F00;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 24px;
}

#a_map {
	width: 130px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#a_map h3 {
	background-color: #FF9900;
	font-size: 80%;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DA5700;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
}
#a_map p {
	font-size: 75%;
	line-height: 25px;
	text-align: right;
	margin-right: 5px;
}

.info02 {
	width: 60%;
	margin: 0 auto 36px;
}

.info02 h2 {
	background: #F00;
	color: #FFF;
	padding: 12px;
	border-radius: 8px;
	font-weight: bold;
}

.info02 h2 a{ 
	display: block;
	color: #FFF;
	text-decoration: none;
}

/* footer02
-------------------------------------------------*/
#footer02 {
	height: 20px;
	width: 760px;
	position: absolute;
	top: 5px;
	right: 6px;
}
#footer02 ul {
	font-size: 70%;
	line-height: 20px;
	color: #FF9900;
	text-align: right;
}
#footer02 ul li {
	list-style-position: inside;
	list-style-image: url(../image/mail.gif);
}
#footer02 a:link,
#footer02 a:visited,
#footer02 a:active {
	color: #FF6600;
	text-decoration: none;
}

#footer02 a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#footer02 p.note {
	font-size: 11px;
	text-align: right;
	color: #FF9900;
}
/* footer
-------------------------------------------------*/

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFBB88;
}
#footer address {
	font-size: 70%;
	line-height: 20px;
	color: #FFBB88;
}
