@charset "utf-8";

/*---------------------タグ----------------------*/

body {
	text-align:center;
	margin:0px auto 0px auto;
	font-size:0.75em;
	line-height:1.3em;
	font-family:"ＭＳ Ｐゴシック", sans-serif, "メイリオ", "ヒラギノ角ゴ Pro W3";
	color:#444444;
	background:#FFFFFF url(../img/common/bg.gif) repeat-x scroll 0 0;
}



h1 {
	width:100%;
	font-size:1em;
	font-weight:normal;
	line-height:1em;
	margin:10px 0px 0px 10px;
	float:left;
}

h2.title_bg {
	width: 734px;
	height: 31px;
	background: url(../img/common/title_bg.png) no-repeat;
	font-family : YuMincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	padding: 19px 0 0 28px;
}

h3 {
	margin:0px;
	font-size:1.2em;
}

img {
	border:0px;
	
}

p {
	margin:0px;
}

a {
	color:#3399FF;
}

/*---------------------ページ基本----------------------*/
#base {
	width:840px;
	height:100%;
	margin:0px auto 0px auto;
	text-align:left;
}



/*---------------------ヘッダー----------------------*/
#header {
	width:800px;
	float:left;
	padding:2px 20px 0px 20px;
	background:#FFFFFF url(../img/common/head_bg.gif) no-repeat scroll 0 0;
}

#logo {
	float:left;
	margin:10px 0px 0px 10px;
}

#logo2 {
	float: right;
	margin: 15px 31px 0 0;
}

#menu {
	width:800px;
	padding:0px;
	margin:7px 0px 0px 0px;
	float:left;
	border-bottom:3px solid #00BB3D;
	list-style-type:none;
}

#menu li {
	float:left;
}

#menu li a{
	width:160px;
	height:38px;
	display:block;
	text-indent:-9999px;
}

#menu1 {
	background-image:url(../img/common/menu_1_u.gif);
}
#menu1:hover {
	background-image:url(../img/common/menu_1_d.gif);
}

#menu2 {
	background-image:url(../img/common/menu_2_u.gif);
}
#menu2:hover {
	background-image:url(../img/common/menu_2_d.gif);
}

#menu3 {
	background-image:url(../img/common/menu_3_u.gif);
}
#menu3:hover {
	background-image:url(../img/common/menu_3_d.gif);
}

#menu4 {
	background-image:url(../img/common/menu_4_u.gif);
}
#menu4:hover {
	background-image:url(../img/common/menu_4_d.gif);
}

#menu5 {
	background-image:url(../img/common/menu_5_u.gif);
}
#menu5:hover {
	background-image:url(../img/common/menu_5_d.gif);
}


#main_visual {
	width:100%;
	height:325px;
	float:left;
	background-color:#CCCCCC;
}

* html #main_visual {
	margin-top:-16px;
}



/*---------------------メインコンテンツ----------------------*/
#main_content {
	width:764px;
	padding:8px 38px 12px 38px;
	float:left;
	background:#FFFFFF url(../img/common/main_bg.gif) repeat-y scroll 10px 0px;
}



/*---------------------フッター----------------------*/
#footer {
	width:100%;
	float:left;
	height:25px;
	background:#CCCCCC url(../img/common/footer_bg.gif) no-repeat scroll center 0;
	text-align:center;
	color:#FFFFFF;
}

#footer p {
	width:760px;
	margin:6px auto; 
	text-align:right;
	float:none;
}

#footer p a {
	float: left;
	color: #ffffff;
}

/*---------------------下層ページ----------------------*/

#main_box{
	 width:760px;
	 margin:20px 0px 20px 80px
}

#sub_title{
	margin-top:10px;
	margin-left:15px;
	margin-bottom:10px;
}

.sub_box{
	width:720px;
	float:left;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:5px;
}


.sub_text{
	 font-size:13px;
	 margin-left:10px;
}

.contents_box {
	width:754px;
	margin:8px 0px 8px 4px;
}

.photo_border {
	padding:3px;
	float:left;
	border:1px solid #DDDDDD;
}


/*---------------------その他----------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.ta_c {
	text-align:center;
}

.mb16 {
	margin-bottom:16px;
}

.mb32 {
	margin-bottom:32px;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.catch {
	margin:32px 0px 24px 0px;
}

.twb {
	font-weight:bold;
}

.red_note {
	font-size:0.8em;
	color:#CC0000;
}

.normal_font {
	font-size:0.8em;
	font-weight:normal;
}

#back_to_home {
	width:100%;
	margin:8px 0px;
	float:left;
	text-align:right;
}

