﻿* {
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	font-family: "メイリオ";
	font-size: 13px;
	line-height: 1.5em;
	color: #000;
	background-image: url(images/body_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	background-image: url(images/header/header_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 107px;
	width: 1000px;
}
#header #logo {
	float: left;
	height: 60px;
	width: 250px;
}
#header #logo a {
	display: block;
	height: 60px;
	width: 250px;
}
h1 {
	width: 1000px;
	padding-top: 20px;
	padding-left: 36px;
	font-family: "メイリオ";
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
h2 {

}
h3 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	font-size:20px;
	margin:20px 0;
	text-align:center;
}
h3.normal {
	text-align:left;
}


#header #search_box {
	width: 180px;
	padding-left: 555px;
	text-align: left;
	height: 25px;
}
#header #right_menu {
	width:735px;
	float: right;
}#header #right_menu #link1 {
	float: left;
	height: 20px;
	width: 380px;
}
#header #right_menu #link1 ul {
	list-style-image: none;
	list-style-type: none;
}
#header #right_menu #link1 ul li {
	float: left;
	margin-left: 10px;
	font-size:12px;
}
* html #header #right_menu #link1 ul li {
	float: left;
	margin-left: 0px;
}

#header #right_menu #link1 ul li a {

	color:#333333;
	text-decoration:none;
}
#header #right_menu #link1 ul li a:hover {

	color:#649E0E;
	text-decoration:none;
}


#header #right_menu #toiawase {
	text-align: left;
	float: right;
	height: 20px;
	width: 200px;
}
#header #right_menu #cate {
	clear: both;
	height: 21px;
	width: 700px;
}
/* 通常ページのヘッダー
----------------------------------------------- */
#header2 {
	background-image: url(images/header/header_back2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 107px;
	width: 1000px;
}
#header2 #logo {
	float: left;
	height: 60px;
	width: 250px;
}
#header2 #logo a {
	display: block;
	height: 60px;
	width: 250px;
}
#header2 #search_box {
	width: 180px;
	padding-left: 555px;
	text-align: left;
	height: 25px;
}
#header2 #right_menu {
	width:735px;
	float: right;
}#header2 #right_menu #link1 {
	float: left;
	height: 20px;
	width: 380px;
}
#header2 #right_menu #link1 ul {
	list-style-image: none;
	list-style-type: none;
}
#header2 #right_menu #link1 ul li {
	float: left;
	margin-left: 10px;
	font-size:12px;
}
* html #header2 #right_menu #link1 ul li {
	float: left;
	margin-left: 0px;
}

#header2 #right_menu #link1 ul li a {

	color:#333333;
	text-decoration:none;
}
#header2 #right_menu #link1 ul li a:hover {

	color:#649E0E;
	text-decoration:none;
}


#header2 #right_menu #toiawase {
	text-align: left;
	float: right;
	height: 20px;
	width: 200px;
}
#header2 #right_menu #cate {
	clear: both;
	height: 21px;
	width: 700px;
}

/* 通常ページのヘッダー
----------------------------------------------- */
#wrapper {
	background-image: url(images/header/wrapper_back.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header #right_menu #cate ul {
	list-style-image: none;
	list-style-type: none;
}
#header #right_menu #cate ul li {
	float:left;
	margin-right:256px;
}
#wrapper #navi {
	background-image: url(images/header/navi_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 47px;
	width: 1000px;
	float: left;
}
#navi #link2 {
	width: 532px;
	margin-left: 265px;
	line-height: 47px;
	height: 47px;
	font-size: 12px;
	color: #FFF;
}
#wrapper #navi #link2 a {
	color: #FFF;
	text-decoration: none;
}
#wrapper #navi #link2 a:hover {
	color: #FF0;
	text-decoration: none;
}
/*通常ページのnavi
---------------------------------------*/
#wrapper #navi2 {
	background-image: url(images/navi_back2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	width: 1000px;
	float: left;
}
#navi2 #link2 {
	width: 532px;
	margin-left: 265px;
	line-height: 47px;
	height: 47px;
	font-size: 12px;
	color: #FFF;
}
#wrapper #navi2 #link2 a {
	color: #FFF;
	text-decoration: none;
}
#wrapper #navi2 #link2 a:hover {
	color: #FF0;
	text-decoration: none;
}
/*通常ページのnavi
---------------------------------------*/


#top_image {
	margin-top: 1px;
}
* html #top_image {
    margin-top: 0px;
}
#content {
	background-color: #FFF;
	width: 950px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 25px;
	overflow: hidden;
}
#content2 {
	background-color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

div.ecbox {
	float: left;
	text-align:left;
	height: 330px;
	width: 310px;
}
div.ecbox_1 {    
	padding-left: 10px;
}
div.ecbox img {
	float:right;
}
div.ecbox img.detail {
	text-align:right;
	clear:both;
	margin-top:20px;
}
div.ecbox2 {
	float: left;
	height: 300px;
	width: 280px;
	margin-right: 7px;
	margin-left: 7px;
}
div.ecbox3 {
	float: left;
	height: 300px;
	width: 260px;
	margin-right: 7px;
	margin-left: 7px;
}
.clear {
	clear: both;
}
#wrapper #content .akinai3 {
	clear: both;
	width: 940px;
	height:350px;
	margin-right: auto;
	margin-left: auto;
	border-bottom:1px dotted #333;
}
#wrapper #content .akinai {
	clear: both;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding:20px 0;
}
#wrapper #content .akinai2 {
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.akinai dl {
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #333;
	clear:both;
	overflow:hidden;
}
.akinai dt {
	float: left;
	width: 50px;
}
.akinai dd {
	text-align: left;
	float: right;
	width: 520px;
}
.akinai dt.voice {
	float: left;
	width: 110px;
}
.akinai dd.voice {
	text-align: left;
	float: right;
	width: 460px;
}


.photo1 {
	float: left;

	padding-left: 12px;
}
.comment1 {
	width: 560px;
	padding-right: 28px;
	float: right;

	line-height: 2.0em;
}
.comment2 {
	float: left;
	width: 576px;
}
.comment2 ul {
	list-style:none;	
}
.comment2 ul li {
	line-height: 16px;
	background-image: url(images/top/news_list.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-left:50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.comment3 {
	float: left;
	width: 600px;
	margin-left:90px;
}
.comment3 ul {
	list-style:none;	
}
.comment3 ul li {
	line-height: 15px;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

.comment3-2 {
	float: left;
	width: 700px;
	margin-left:90px;
}
.comment3-3 {
	float: left;
	width: 650px;
	margin-left:90px;
}
.comment4 {
	width: 700px;
	margin-left: 40px;
}
.comment5 {
	float: left;
	width: 600px;
	margin-left:90px;
}
.right_menu {
	float: right;
	width: 332px;
	padding-top: 50px;
	text-align: center;
}
.right_menu2 {
	float: right;
	width: 250px;
	text-align:left;
	margin-right:50px;
}
.right_menu2 ul {
	width:230px;
	background-image: url(images/profile1/bg_img.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 20px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	list-style:none;
}
.right_menu2 ul li a {
	color:#000;
	text-decoration:none;
}
.right_menu2 ul li a:hover {
	color:#ff0000;
	text-decoration:none;
}
.right_menu2-1 {
	float: right;
	width: 225px;
	text-align:left;
	margin-right:50px;
}
.right_menu2-1 a {
	color:#000;
	text-decoration:none;
}
.right_menu2-1 a:hover {
	color:#ff0000;
	text-decoration:none;
}
.right_menu2-200 {
	float: right;
	width: 200px;
	text-align:left;
	margin-right:50px;
}
.right_menu230 {
	float: right;
	width: 230px;
	text-align:left;
	margin-right:65px;
}
.right_menu img {
	margin-bottom: 3px;
}


#wrapper #content .akinai .comment1 h3 {
	margin-bottom: 30px;
}


.style1 {
	font-size: 12px;
	font-weight: bold;
}
.style2 {
	color: #990000;
	font-weight: bold;
}
.style4 {font-size: 11px}
.style7 {font-size: 11px; font-weight: bold; }
.style8 {font-size: 12px}
.style10 {
	font-size: 10px;
	line-height: normal;
}
.style9 {
	font-size: 9px;
	line-height: normal;
}
#wrapper #footer {
	background-image: url(images/footer/footer_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 350px;
	clear:both;
}
#footer #footer_menu {
	padding: 30px 50px 20px 60px;
}
#footer ul li  {
	list-style-position: inside;	
}
#footer ul li a {
	color:#000;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#F00;
	text-decoration:none;
}
#footer a {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	color:#F00;
	text-decoration:none;
}
#footer #footer_menu .footer_menu1 {
	float: left;
	text-align:left;
	width: 280px;
	padding-left: 0px;
}
#footer #footer_menu .footer_menu2 {
	float: left;
	text-align:left;
	width: 240px;
}
#footer #footer_menu .footer_menu3 {
	float: left;
	text-align:left;
	width: 130px;
}
#footer #footer_menu .footer_menu4 {
	text-align:left;
	float: right;
	width: 200px;
}
.right_menu3 {
	float: right;
	width: 200px;
}
#content3 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.dot_content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-bottom:20px;
	border-bottom:1px dotted #333;
}
.non_content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-bottom:20px;
}
.mb20 {
	margin-bottom:20px;
	clear:both;
}
.f0f0 {
	background-color:#f0f0f0;
	padding:10px;
	overflow:hidden;
}
.jigyo {
	float:left;
	width:175px;
	margin-right:5px;
}


ul.gaiyou2 li {
	list-style:none;
	background:url(images/mark.gif) no-repeat left top;
	border-style:none;
	padding-left:14px;
	margin:0;
}
hr.ft5 {
	height: 5px;
	width: 900px;
	border-style:none;
	color:#666;
	background-color:#666;
}
.mes3 {
	width:600px;
	padding:15px;
	background:#ededed;
	border:solid 1px #cccccc;
	font-size:12px;
}
div.mes3 dt {
	font-weight:bold;
}
div.mes3 dd {
	font-weight:normal;
	padding-left:50px;
	font-size:12px;
}
div.bline {
	width:645px;
	padding:0 0 10px 0;
	border-bottom:1px solid #2da2bf;
	clear:both;
	overflow:hidden;
}
div.noline {
	width:645px;
	padding:0 0 10px 0;
	clear:both;
	overflow:hidden;
}

div.bline .box1 {
	width:225px;
	float:left;
	
}
div.bline .box2 {
	width:192px;
	float:left;
}
div.bline .box3 {
	width:225px;
	float:left;

}
div.bline .y5 {
	padding:5px;
	border-style:none;
}
div.noline .left {
	float:left;
	width:300px;
	overflow:hidden;
}
div.noline .right {
	float:right;
	width:345px;
}
.l_box {
	float:left;
	width:150px;
}
.r_box {
	float:right;
	width:150px;
}
.r_box200 {
	float:right;
	width:195px;
}
img.mb20 {
	margin-bottom:20px;
}
img.mb5 {
	margin-bottom:5px;
}