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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
/*	outline: 0;*/
}

html {
	font-size: 14px;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	font-size: 16px;
	font-family: Arial,Helvetica,sans-serif;
	color: rgb(35,24,21);
	background: #fff;
	background-image: url(../img/kv/kv_b.jpg); background-position:top center; background-repeat:repeat-x;
	width:100%;
	line-height:150%;
}
#kv{background-image:url(../img/hed/kvframe.gif); background-repeat:no-repeat; background-position:top center;}
#contents{ width:1122px; margin:0 auto; }
.bxslider{ text-align:center; width:1006px;}
#contents .side{ float:left; width:280px; margin:0 auto; margin-top:20px;margin-left:50px;}
#contents .main{ float:right; width:780px; margin:0 auto; margin-top:20px;}
#footer{ width:100%; margin:0 auto; height:80px; background-color:rgb(240,247,233);}

a    { text-decoration:none; color:rgb(102,102,102); }
a:hover {text-decoration:none; color:rgb(104,184,46);}

img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
/*	border-collapse: separate;*/
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
/*\*/
	overflow: hidden;
/**/
}

option {
	padding-right: 10px;
}


/************************/
/*                      */
/*         汎用         */
/*                      */
/************************/

.reg { font-size:70%; vertical-align:top;line-height:1em; }

.hidden { overflow:hidden; }
.float  { float:left; }
.clear  { clear:both; }
.clear hr { display:none; } 

.center { text-align:center; }
.left   { text-align:left; }
.right  { text-align:right; }
.bottom  { text-align:bottom; }


.bold { font-weight:bold; }

.line_b_dotte { width:700px; height:40px; border-bottom:dotted 2px rgb(165,144,156); }
.line_b_dotte_mdl { width:464px; height:30px; border-bottom:dotted 2px rgb(165,144,156); }

.hai{
	line-height: 180%;
}
.br:before {
	content: "\A" ;
	white-space: pre ;
}

/****** 囲み文字 ******/

.red_box {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 3px #ff3333;
}
.red_box p {
    margin: 0; 
    padding: 0;
}

/****** 汎用font-size ******/

.fz8 { font-size:8px; }
.fz9 { font-size:9px; }
.fz10 { font-size:10px; }
.fz12 { font-size:12px; }
.fz13 { font-size:13px; }
.fz14 { font-size:14px; }
.fz16 { font-size:16px; }
.fz17 { font-size:17px; }
.fz18 { font-size:18px; }
.fz20 { font-size:20px; }
.fz24 { font-size:24px; }
.fz30 { font-size:30px; }
.fz40 { font-size:40px; }

/****** 汎用 font-color ******/
.brown{
	color: rgb(117,76,36);
}

.brown a{
	color: rgb(64,33,15);
}

.yellow{
	color: rgb(134,112,76);
}

.green{color:rgb(0,73,31);}
.blue{
	color: rgb(0,117,194);
}
.blue a{
	color: rgb(0,117,194);
}
.red{
	color: rgb(182,64,75);
}

.white{
	color: rgb(255,255,255);
}
.orange{color: rgb(232,56,13);}
.enji{color: rgb(101,24,60);}
.black{ color:#000000;}

/****** 汎用margin ******/
.mgt-16 { margin-top:-16px; }
.mgt-30 { margin-top:-30px; }
.mgt-32 { margin-top:-32px; }
.mgt3 { margin-top:3px; }
.mgt5 { margin-top:5px; }
.mgt7 { margin-top:7px; }
.mgt8 { margin-top:8px; }
.mgt10 {
	margin-top: 10px;
}
.mgt20 { margin-top:20px; }
.mgt30 { margin-top:30px; }
.mgt40 { margin-top:40px; }
.mgt50 { margin-top:50px; }
.mgt60 { margin-top:60px; }
.mgt80 { margin-top:80px; }
.mgt100 { margin-top:100px; }
.mgt150 { margin-top:150px; }

.mgl05 { margin-left:5px; }
.mgl10 { margin-left:10px; }
.mgl15 { margin-left:15px; }
.mgl20 { margin-left:20px; }
.mgl25 { margin-left:25px; }
.mgl30 { margin-left:30px; }
.mgl40 { margin-left:40px; }
.mgl50 { margin-left:50px; }
.mgl60 { margin-left:60px; }
.mgl70 { margin-left:70px; }
.mgl80 { margin-left:80px; }
.mgl90 { margin-left:90px; }
.mgl93 { margin-left:93px; }
.mgl100 { margin-left:100px; }
.mgl105 { margin-left:105px; }
.mgl110 { margin-left:110px; }
.mgl200 { margin-left:200px; }
.mgl250 { margin-left:250px; }
.mgl350 { margin-left:350px; }

.mgr05 { margin-right:5px; }
.mgr10 { margin-right:10px; }
.mgr20 { margin-right:20px; }
.mgr30 { margin-right:30px; }
.mgr40 { margin-right:40px; }
.mgr60 { margin-right:60px; }
.mgr70 { margin-right:70px; }
.mgr80 { margin-right:80px; }

.mgb10 { margin-bottom:10px; }
.mgb20 { margin-bottom:20px; }
.mgb30 { margin-bottom:30px; }
.mgb40 { margin-bottom:40px; }
.mgb80 { margin-bottom:80px; }
.mgb100 { margin-bottom:100px; }

.m20{ margin:20px;}

/****** 画像透過50% ******/

a img.alpha_05 { background:none!important; }
a:hover img.alpha_05{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background:none!important;
	}

/****** 画像透過60% ******/

a img.alpha_06 { background:none!important; }
a:hover img.alpha_06{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
	}

/****** 画像透過80% ******/

a img.alpha_08 { background:none!important; }
a:hover img.alpha_08{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:none!important;
	}
	

/************************/
/*                      */
/*  　　ヘッダー　　    */
/*                      */
/************************/	

.header{width:1122px; margin:0 auto; margin-top:20px;}
.header h1{ color:rgb(184,28,34); font-size:10px; margin-top:40px; margin-left:15px; line-height:130%;}
.header h2{color:rgb(47,33,36); font-size:10px; text-align:center; line-height:150%;margin-top:20px;}
.header_left{ float:left; width:815px;}
.header_left_l{
	float:left;
	width:350px;
}
.header_left_r{ float:right; width:455px;}
.header_right{ float:right; background-image:url(../img/hed/tel.png); background-repeat:no-repeat; background-position:left top; width:250px; height:102px; color:rgb(64,34,15); font-size:26px; font-weight:bold;}

/************************/
/*                      */
/*  　　サイドバー　    */
/*                      */
/************************/	

.side_tit{ background-image:url(../img/side/tit_01.gif); background-position:left top; background-repeat:no-repeat; width:240px; height:30px; color:rgb(255,255,255); font-size:16px; text-align:center; padding-top:5px; font-weight:bold; margin-top:0 auto;}
.side_tit_02{ background-image:url(../img/side/tit_02.gif); background-position:left top; background-repeat:no-repeat; width:240px; height:30px; color:rgb(255,255,255); font-size:16px; text-align:center; padding-top:5px; font-weight:bold; margin-top:0 auto;}

.side_box{border: 1px solid rgb(116,137,48); text-align:left; width:240px; margin-left:8px;}

.side_menu{ background-image:url(../img/side/sbu_menu_b.jpg); background-repeat:no-repeat; background-position:top center; width:240px; height:503px;}

/************************/
/*                      */
/*  　　フッター　　    */
/*                      */
/************************/

.footer{width:1122px; margin:0 auto;}

.footer p{ color:rgb(89,87,87); font-size:15px; text-align:center; margin:20px 0 0 20px;}

/************************/
/*                      */
/*  　  　  TOP   　    */
/*                      */
/************************/

.top_inf_01{ background-image:url(../img/home/aisatsu_b_02.png); background-repeat:no-repeat; background-position:top center; width:700px; height:650px;}
.top_inf_box{
	border: 3px solid rgb(230,0,32);
	text-align:center;
	width:690px;
	font-size:16px;
	color:rgb(230,0,32);
}

.top_inf_02{ background-image:url(../img/home/info_02_02_txt.gif); background-repeat:no-repeat; background-position:top left; width:520px; height:320px; margin-top:30px; padding:50px 80px 0 100px;}
.top_inf_03{ background-image:url(../img/home/info_04_b.gif); background-repeat:no-repeat; background-position:top right; width:710px; height:285px; text-align:left;}

.top_inf_04{ background-image:url(../img/home/new_b.png); background-repeat:no-repeat; background-position:top left; width:630px; height:528px; margin-top:30px; padding:50px 0 0 70px;}