@charset "utf-8";

body,div,pre,p,blockquote, 
form,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6, 
embed,object { 
	margin: 0;
	padding: 0;
	vertical-align: baseline; 
	font-size: 100.01%;
}
body {
	color: #333333;
	background: #FFFFFF url(../img/common/all_bg.gif);
	font-family:  "ＭＳ Ｐゴシック","メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	line-height: 1.5;
	font-size: 80%;
}
img {
	border: 0;
}

address {
	font-style: normal;
}
.clear {
	clear: both;
}
.clear10 {
	clear: both;
	margin-bottom: 10px;
}
img.left{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
a {
	color: #4BA800;
	text-decoration: underline;
}
a:hover {
	color: #FF6633;
	text-decoration: none;
}
.txt10 {
	font-size: 88%;
	line-height: 1.4em;
}
.left10 {
	margin-left: 10px;
}
.top5 {
	margin-top: 0.5em;
}
.top_5 {
	margin-top: -5px;
}
.bottom0 {
	margin-bottom: 0px;
}
.bottom5 {
	margin-bottom: 0.5em;
}
.bottom1 {
	margin-bottom: 1em;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ==========================================================
layout
========================================================== */
#bg_image {
	background: url(../img/common/all_bg_in.jpg) repeat-x top;
}
#container {
	width: 790px;
	margin: 0px auto;
	margin-bottom: 3em;
}
#header {
	background: url(../img/common/header/head_bg.gif) repeat-x bottom;
	margin-bottom: 20px;
}
#header_in {
	width: 790px;
	margin: 0px auto;
	padding: 10px 0px 5px;
}
#contents {
	padding: 10px 20px;
	margin-bottom: 2em;
}
#footer {
	background: #FFFFFF;
}



/* ==========================================================
header
========================================================== */
#header #rogo {
	float: left;
	width: 293px;
	padding: 5px 0px;
}
#header div#head_navi {
	float: right;
	text-align: right;
}
#header h1 {
	font-weight: normal;
	font-size: 88%;
	min-height:40px;
	height:auto !important;
	height:40px;
}

/*
#header ul li a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
*/

/* ==========================================================
head_navi
========================================================== */
#head_navi {
	width: 490px;
}
#head_navi ul {
	list-style: none;
	text-align: right;
}
#head_navi ul li {
	display: inline;
	margin-left: 1em;
}

/* ==========================================================
global_navi
========================================================== */
#gloval_navi {
	text-align: center;
	width: 791px;
	margin: 0px auto;
}
#gloval_navi li {
	display: inline;
	list-style: none;
	float: left;
}
#gloval_navi li img {
	vertical-align: bottom;
}



/* ==========================================================
side_navi
========================================================== */

#side_navi ul {
	list-style: none;
}

#side_navi a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* ==========================================================
footer
========================================================== */
#footer #footer_navi {
	border-top: 2px solid #5EAD3D;
	background: #E3F3DC;
	padding: 0.7em 10px;
	margin-bottom: 0.7em;
}
#footer ul {
	width: 790px;
	margin: 0px auto;
}
#footer li {
	display: inline;
	margin-right: 0.6em;
	padding-right: 0.6em;
	border-right: 1px solid #333333;
	position: relative;
}
#footer li.under {
	margin-right: 0em;
	padding-right: 0em;
	border-right: 0px solid #333333;
}
#footer li a {
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
}

#footer li a:hover {
	text-decoration: underline;
}
#footer div#address_box {
	width: 790px;
	margin: 0px auto 0.5em;
	padding: 0.3em 0px;
	line-height: 1.3;
	font-size: 88%;
}
#footer div#address_box h3 {
	margin-bottom: 0.2em;
	font-size: 118%;
}
#footer div#address_box h3 span {
	font-weight: normal;
	font-size: 86%;
}

#footer #copyright {
	font-size: 88%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #5EAD3D;
	text-align: center;
	color: #FFFFFF;
	padding: 0.3em 0px;
}

/* ==========================================================
main
========================================================== */
#main_img {
	margin-bottom: 20px;
}
#main p {
	margin-bottom: 1em;

}
#main p.bottom0 {
	margin-bottom: 0em;
}
#main p#page_top {
	text-align: right;
	margin-top: 70px;
	margin-bottom: 0px;
}
#main .section {
	margin-bottom: 1.5em;
}



