/* common */
* {
        margin:0;
        padding:0;
	font-size:100%;
}
a:link,
a:visited {
        color:#2585C6;
        text-decoration:underline;
}
a:hover,
a:active {
        color:#FF9933;
}
a img {
        border:none;
}
html {
	height:100%;
	font-size:62.5%;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.4em;
        color:rgba(0,0,0,0.9); // 文字色
        letter-spacing:0.1em;
	line-height:2em;
	background:rgba(245,255,245,1); // 背景に画像を使用する場合 url(../img/bg.png) repeat-x;
	height:100%;
}
#wrap {
	width:1078px;
	//height:100%;
	margin:0 auto;
	border-left:1px solid rgba(0,0,0,0.1);
	border-right:1px solid rgba(0,0,0,0.1);
}
div.fclear {
	clear:both;
}
.text_center {
	text-align:center;
}
.text_right {
	text-align:right;
}
p {
	margin:0 20px 20px 20px;
	line-height:200%;
	font-weight:bold;
}
.bold {
	font-weight:bold;
}
.underline {
	text-decoration:underline;
}
.red {
	color:red;
}
.font_large {
	font-size:1.8rem;
}
.gray_border {
	border:1px solid rgba(0,0,0,0.3);
}
h2 {
	background:url(../img/h2_bg.png) no-repeat;
	font-size:2.4rem;
	padding:10px 0 0 10px;
	margin:10px 0 20px 0;
}
h3 {
	background:url(../img/h3_bg.png) no-repeat;
	font-size:1.8rem;
	padding:3px 0 0 30px;
	margin:10px 0 20px 0;
}
h4 {
	background:url(../img/h4_point.png) no-repeat;
	background-position: 0px 2px;
	text-decoration:underline;
	padding:0 0 0 25px;
}
h4.qa {
	background:none;
	text-decoration:none;
	padding:0;
	margin:0 20px 20px 20px;
}
h4.works {
	background:none;
	text-decoration:none;
	padding:0;
}
h5 {
	background:rgba(205,224,200,1);
	border-left:3px double rgba(0,0,0,0.8);
	border-bottom:1px solid rgba(0,0,0,0.5);
	margin:10px 0 10px 0;
	padding:2px 0 0 5px;
}
h5.no_border {
	border:none;
}
h6 {
}
hr.dashed {
	margin:20px 0 20px 0;
	border:1px dashed rgba(0,0,0,0.3);
}
div.to_pagetop {
	width:800px;
	text-align:right;
	font-size:0.9rem;
	margin:10px 20px 10px 0;
}
.w50 {
	width:50px;
}
.w100 {
	width:100px;
}
.w150 {
	width:150px;
}
.w200 {
	width:200px;
}
.w250 {
	width:250px;
}
.w300 {
	width:300px;
}
.w350 {
	width:350px;
}
.w400 {
	width:400px;
}
/* header */
#header {
	width:100%;
	height:100px;
	padding:20px 0 0 20px;
}
#header_logo{
	float:left;
	width:640px;
}
#header_info {
	float:left;
	margin:20px 0px 0px 60px;
	width:300px;
}
#header_info img {
	width:300px;
	height:80px;
	border:1px solid rgba(0,0,0,0.3);
	border-radius:10px 10px 10px 10px;
}
#header_menu {
	margin:5px 0 50px 0;
}
#header_menu li {
	float:left;
	list-style-type:none;
	width:266px;
	font-size:1.7rem;
	text-align:center;
	background: linear-gradient(rgba(0,201,255,0.3), rgba(146,254,157,0.3));
	border: solid 1px rgba(0,0,0,0.3);
	padding:4px 0 0 0;
}

/* right parts */
#right {
	float:right;
	width:248px;
}
div.right_block {
}
div.right_banner dl {
	text-align:center;
}
div.right_banner dl dt {
	margin:10px 0 0 0;
}

/* contents */
#contents {
	float:left;
	width:830px;
}
div.center_image {
	width:100%;
	text-align:center;
}
img.face_image {
	border:solid 1px rgba(0,0,0,0.5);
	border-radius:20px;
}
div.gyomu_icon {
	text-align:center;
}
div.gyomu_icon li {
	list-style-type:none;
	float:left;
	width:400px;
	border:solid 1px rgba(0,0,0,0.3);
	border-radius:10px;
	margin:10px 6px 10px 6px;
	padding:5px 0 5px 0;
}
div.attention {
	width:820px;
	text-align:center;
	font-size:1.6rem;
	color:red;
	background: linear-gradient(rgba(0,201,255,0.3), rgba(146,254,157,0.3));
	border:solid 1px rgba(0,0,0,0.3);
	border-radius:20px;
	padding:20px 0 0 0;
	margin:10px 0 10px 0;
}
div.qa_question {
	background: linear-gradient(rgba(255,201,0,0.1), rgba(146,254,157,0.3));
	float:left;
}
div.qa_answer {
	background: linear-gradient(rgba(0,201,255,0.1), rgba(146,254,157,0.3));
	float:left;
}
div.qa_left {
	float:left;
	width:200px;
	text-align:center;
}
div.qa_right {
	float:left;
	width:620px;
}
div.google_map {
	text-align:center;
        margin:0 0 20px 0;
}
table.gyomu {
	width:760px;
	margin:0 40px 30px 40px;
	border:1px solid rgba(180,180,180,1);
	border-collapse: collapse;
}
table.gyomu td {
	padding:0 10px 0 10px;
	border:1px dashed rgba(180,180,180,1);
}
table.gyomu th {
	border:1px dashed rgba(180,180,180,1);
	background:rgba(255,220,220,1);
}
div.web_jisseki {
	float:left;
	width:800px;
	border:dashed 1px rgba(0,0,0,0.3);
	padding:10px 5px 10px 5px;
	margin:10px 0 10px 0;
}
div.web_jisseki_left {
	float:left;
	width:350px;
	text-align:center;
}
div.web_jisseki_right {
	float:left;
	width:450px;
	margin:auto 0;
}
table.contact {
	width:760px;
	margin:0 40px 30px 40px;
	border:1px solid rgba(180,180,180,1);
	border-collapse: collapse;
}
table.contact td {
	padding:0 10px 0 10px;
	border:1px dashed rgba(180,180,180,1);
}
table.contact th {
	border:1px dashed rgba(180,180,180,1);
	background:rgba(255,220,220,1);
}
input.contact_text {
	width:400px;
}
textarea {
	margin:5px 0 5px 0;
	width:400px;
}
div.button {
	width:100%;
	text-align:center;
}
input.contact_button {
	width:100px;
}
/* footer */
#footer {
	width:100%;
	height:60px;
	text-align:center;
}

