@charset "UTF-8";
@import url("box.css");


/*----------------------------------------------------------------*
タイプ：シンプル・red・右メニュー
メインカラー：#990000
*-----------------------------------------------------------------*/


body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	/*font-size: 80%;*/
	line-height: 1.8;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #eee;
    font-size:13px;
user-select: none; /* CSS3 */
-moz-user-select: none; /* Firefox */
-webkit-user-select: none; /* Safari、Chromeなど */
-ms-user-select: none; /* IE10かららしい */
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
p {
	padding-bottom: 0.5em;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}

a,a:hover{
	text-decoration:none;
	color:#000;
}

.Left{
	float:left;
}

.Right{
	float:right;
}

.clearLeft { 
	clear: left; 
}

.clearRight { 
	clear: right; 
}

.clearBoth { 
	clear: both; 
}

.img_box{
	border:1px solid #333;
	box-shadow:2px 2px 3px #999;
}


/*
------------------------------------------------------------------*/
#wrapper {
	background: #FFFFFF url(images/bg.gif) repeat-y center;
	width: 843px;
	margin-right: auto;
	margin-left: auto;
}


#container {
	text-align: left;
	width: 835px;
	margin-right: auto;
	margin-left: auto;
	background: url("images/contents_bg.gif") repeat-y;
}


/******  header内のタグの設定。
------------------------------------------------------------------*/

#header {
	background: #fff;
	/*min-height: 160px;*/
	position: relative;
}

.title {
	font-size: 24px;
	margin-left: 12px;
	font-family:"小塚ゴシック Pro H","Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック";

}

.title span{
	color:#990000;
	font-size: 28px;
	text-shadow:2px 2px 2px #999;
}


.logo{
	margin-top:10px;
}

.h_com{
	width:230px;
	border-left:4px solid #ddd;
	height:50px;
	padding:3px 4px;
	line-height:135%;
}

.tel {
	clear:right;
	margin-right:15px;
	color:#006699;
	font-weight:bold;
}

.catch {
	height:310px;
	border-top:1px solid #999;
	background:url(images/sample.png) bottom right no-repeat;
}

.catch h2{
	max-width:600px;
	margin:18px 5px 10px 25px;
	line-height:135%;
	font-size:18px;
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック";
	color:#000;
}

.catch h2 span{
	font-size:22px;
	color:green;
	text-shadow:1px 1px 1px #bbb;
}


.ch{
	font-size: 16px;
	margin-left:40px;
	background:url(images/check.png) center left no-repeat;
	padding-left: 30px;
}


.catch .center{
	width:520px;
	margin:0px 0px 0px 25px;
	text-shadow:1px 1px 1px #aaa;
	font-size:16px;
	font-family:"小塚ゴシック Pro H","Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック";
	color:#000;
}

.catch p{
	width:700px;
	margin:5px 0px 0px 25px;
	font-size:16px;
	line-height:145%;
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック";color:#000;
	text-shadow:none !important;
}

.catch p span{
	font-size:16px;
	color:#ff6600;
	text-shadow:1px 1px 1px #bbb;
	font-weight:bold;
}


.catch_s {
	background:url("images/catch_c.png") no-repeat;
	height:120px;
	border-top:1px solid #ddd;
}


.head_info{
	background:#990000;
	height:25px;
}

#header .head_info h1{
	font-size:12px;
	color:#fff;
	position: absolute;
	left: 20px;
	top: 5px;
	width: 530px;	
}

#header .head_menu{
	font-size:10px;
	display: inline;
	text-align: right;
	float: right;
	width: 220px;
	padding-left:30px;
	
}

ul.i_menu li {
	float: left;
	width: 6em;
	margin-right: 5px;
	padding: 2px;
	text-align: center;
}

ul.i_menu li a{
	color:#fff;
}

ul.i_menu li a:hover{
	color:#ffff00;
}

/**** 横メニューの設定　3段階の入れ子までOK
------------------------------------------------------------------*/
#menu li {
	display: inline;
	text-align: right;
}

div#menu ul {
   width:835px;
   margin:0 auto;
   padding:0;
}


div#menu li {
   float:left;
   font-size:92%;/* 12px相当 */
   text-align:center;
   list-style-type:none;
}

div#menu {
   width:100%;
   float:left;
   background:url("images/bg_menu.gif") 0 0 repeat-x;
   margin-bottom:15px;
}

div#menu li a{
   display:block;
   width:138px;
   color:#333;
   line-height:40px;
   border-right:1px solid #D8D8D8;
}

div#menu li.home a {
   border-left:1px solid #D8D8D8;
}

div#menu li a:hover {
   color:#0099ff;
   background:#fff url("images/bg_menu.gif") 0 -40px repeat-x;
   z-index:80;
}



/****** メイン（左側）のタグの設定
------------------------------------------------------------------*/

#main {
	float: left;
	width: 570px;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}

#main h2{
	margin-bottom:20px;
	padding:5px 0 0 25px;
	color:#006699;
	font-size:114% !important;/* 15px相当 */
	font-weight:bold !important;
	background:url("images/h2.png") 0 center no-repeat;
}

#main h3{
   margin-bottom:20px;
   padding:0 0 3px 10px;
   margin-left:20px;
   width: 320px;
   color:#0066CC;
   font-weight:normal !important;
	background:url("images/d_line.png") 0 bottom repeat-x;
}

#main h3 span{
	color:#FF6600;
	font-weight:bold;
	font-size: 88%;
	margin-right:10px;
}

#main h4{
	font-weight:bold;
	color:#0066CC;
	margin-left:20px;
	margin-bottom:8px !important;
}


#main h5{
   margin-bottom:20px;
   margin-left:20px;
   padding:0 0 0 10px;
   color:#0066FF;
   font-weight:normal !important;
   border-left:5px solid #990000;
}



#main p {
	padding-right: 8px;
	padding-left: 22px;
	text-indent:1em;
}

#main .more{
	text-align:right;
	font-size:11px;
	padding-top:20px;
	padding-right:20px;
	margin-bottom: 35px;
}



.more span{
	border:1px solid #444;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	background:#eee;
	padding:3px 5px;
}

.more a{
	color:#333 !important;
}

.more span a{
	color:#990000 !important;
}

#main a{
	color:#006699;
}

#main a:hover{
	color:#ff9900;
}

#main ul li{list-style-type:disc !important;}

#main ul .point{list-style-type:none !important;}


/*******リストの設定（基本はマークなし） 
------------------------------------------------------------------*/

.di { 
	list-style-type:disk !important;
	margin-left:14px;
}
.ds {
	list-style-type: decimal;
	margin-left:14px;
}

.dn { 
	list-style-type: none;
	margin-left:14px; 
}

.dq {list-style-type:square;}

.point{
	background:url("images/pointer.gif") 10px 5px no-repeat;
	padding-left:25px;
}


/*******更新情報などの設定 
------------------------------------------------------------------*/

.news dt,
.news dd {
	line-height: 1.5;
}

.news dt{
	margin-left:30px;
	padding:0px 10px 0px 6px;
	font-weight:bold;
	color:#000;
	border-left:3px solid #2e9800;
}

.news dd {
	margin: -1.7em 0 8px 0;
	padding: 2px 0 3px 10em;
}

.news dd span {
	display: block;
	padding: 0 0 0 20px;
}

.news dd span a { text-decoration: none;}



/*****　サブコンテンツ。（右側）
------------------------------------------------------------------*/
#sub {
	float: right;
	width: 229px;
	color: #E78A47;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: -7px;
}

div#sub .section{
   margin-top:10px;
   background:url("images/menu_body.png")  repeat-y;
   margin-bottom:0px;
}


div#sub .m_top {
	text-align:center;
   padding:5px 0 0 10px;;
   font-size:14px;
   font-weight:bold;
   color:#990000;
   border-bottom:1px solid #ccc;
   background:url("images/menu_top.png")  no-repeat;
}

div#sub .m_top a{
	color:green;
}


div#sub .m_btm{
   background:url("images/menu_btm.png")  no-repeat;
   margin-top:0px;
}


div#sub ul {
   margin:5px 0 0 8px;
   padding:0;
}



div#sub li {
   padding:5px 0 5px 0;
   font-size:12px;/* 12px相当 */
   line-height:1.4;
   list-style:none;
   border-bottom:1px dotted #ccc;
   background:url("images/bg_dotline.gif") 0 100% repeat-x;
}

div#sub li a {
	display:block;
	padding-left:12px;
	border-left:3px solid #2e9800;
	color:#007c7c;
}

div#sub li a:hover {
	display:block;
	padding-left:12px;
	border-left:3px solid #FF5000;
	color:#006699;

}

div#sub ul ul li a {
	display:block;
	padding-left:12px;
	border-left:3px solid #006699;
	color:#006699 !important;
}
	
div#sub ul ul li a:hover {
   display:block;
   padding-left:12px;
	border-left:3px solid #FF0000;
   color:#FF0000 !important;
}


div#sub ul ul ul li a {
	display:block;
	padding-left:12px;
	border-left:3px solid #0098ae;
	color:#006699 !important;
}
	
div#sub ul ul ul li a:hover {
   display:block;
   padding-left:12px;
   border-left:3px solid #FF0000;
   color:#FF0000 !important;
}


/******     サイドお問合せフォーム
------------------------------------------------------------------*/

.side_form{
	border:1px solid #990000;
	width:225px;
	background:#FFF7E4;
	border-radius:8px; 
	-moz-border-radius:8px; 
	-webkit-border-radius:8px;
}

.side_form .f_title{
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック";color:#000;
	text-align: center;
	font-weight:bold;
	font-size:16px;
	color:#990000;
	margin: 5px 0;
	text-shadow:1px 1px 1px #bbb;
}

.side_form p{
	margin-top: 8px;
	margin-bottom: 8px;
	padding:0 10px;
	color:#444;
}

.side_form #tocontact{
	font-size:90%;
}

.side_form #tocontact a{
	color:#111;
}

/******     side plan guide
------------------------------------------------------------------*/

.side_plan{
	width:225px;
	border: 1px solid #444;
	/*border-radius:6px; 
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;*/
	/*padding:0 0 6px 0;*/
	margin-bottom:6px;
	background:#eee;
	box-shadow:1px 1px 1px #888;
}

.side_plan .name{
	font-size:18px;
	text-align:center;
	font-weight:bold;
	width:100%;
	padding:6px 0;
	color:green;
	text-shadow:1px 1px 1px #999;
}

.side_plan .name span{font-size:14px;color:#333 !important;}

.side_plan .plice{
	font-size:14px;
	text-align:center;
	color:red;
	font-weight:bold;
}

.side_plan .mid_c{
	font-size:14px;
	padding:4px;
	margin:0 6px;
	border:1px solid #888;
	background:#fff;
	color:#007c7c;
	line-height:140%;
}



.side_plan .detail{
	font-size:11px;
	text-align:center;
	margin:8px 0 0 0;
	padding-bottom:10px;
}

.side_plan .detail span{
	border:1px solid #ff8800;
	padding:1px 5px;
	background: #ff9900;
	border-radius:6px; 
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
	box-shadow:1px 1px 1px #333;
}


.side_plan #toplan{
	margin-top:5px !important;

}



.side_plan a{
	color:#fff !important;
}


.side_plan a:hover{
	color:#ddd !important;
}


/****** 	TABLE
------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

table tr th{
	border:1px solid #555;
	background:#f4f4f4;
	text-align:center;
	padding:4px;
}
table tr td{
	border:1px solid #555;
	padding:4px;
}

div#mail table tr th{
	text-align:center;
	padding:4px;
	border:none !important;
	background:#f4f4f4;

}
div#mail table tr td{
	padding:4px;
	border:none !important;	
}


/*******    横並び
------------------------------------------------------------------*/
.twins{
	width:540px;
	margin:0 auto;
}

.single{
	width: 520px;
	padding:0 10px 10px 10px;
	border:1px solid #888;
	box-shadow:2px 2px 2px #999;
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
}



.twins span{
	margin:8px 12px;
}

.twin_left{
	width:252px;
	margin:5px 0;
	padding:6px;
	border:1px solid #888;
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	float:left;
	clear:left;
	min-height: 160px;
}

.twin_left2{
	width:252px;
	margin:5px 0;
	padding:6px;
	border:1px solid #888;
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	float:left;
	clear:left;
}


.twin_right{
	width:252px;
	margin:5px 0;
	padding:6px;
	border:1px solid #888;
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	float:right;
	clear:right;
	min-height: 160px;
}

.twin_right2{
	width:252px;
	margin:5px 0;
	padding:6px;
	border:1px solid #888;
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	float:right;
	clear:right;
}


.twins .name{
	background:none !important;
	/*font-weight: bold !important;*/
	color:#006699 !important;
	text-shadow:1px 1px 1px #999;
	padding:10px 0 !important;
	text-align:center;
	font-size: 18px;
}

.twins .plan_dis{
	padding:0 10px;
}

.twins .plice{
	color:#ff6600;
	font-size: 20px;
	text-align:center;
	font-weight: bold;
	font-family:"Impact","Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック";
	text-shadow:1px 1px 1px #999;
}


.twins .deitail{
	font-size:90%;
	text-align:center;
}

.twins .deitail a{
	color:#444 !important;
}

.twin_left span{color:green;font-weight:bold;}
.twin_right span{color:green;font-weight:bold;}

/*******    FLOW
------------------------------------------------------------------*/
.flow{
	padding:10px;
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	border:1px solid #555;
	background:#FFF7E7;
}

.flow p{color:#0066CC;font-weight:bold;}

.flow_cld{
	padding:6px;
	margin:6px;
	border:1px solid #555;
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
}

.flow_cld span{font-weight:bold;color:blue;}



/*******    横NAVI（プラン下）
------------------------------------------------------------------*/

.yokonavi{
	text-align:center;
	font-size: 13px;
	margin:5px;
}

.yokonavi span{
	padding: 3px 4px;
	background:#ddd;
	border:1px solid #333;
   	border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	margin:1px;
}

.yokonavi a{
	color:#444 !important;text-shadow:1px 1px 1px #bbb;
}
.yokonavi a:hover{
	color:#FF6600 !important;text-shadow:1px 1px 1px #bbb;
}


/*******    横NAVI（一般）
------------------------------------------------------------------*/

.yokonavi2{
	text-align:center;
	font-size: 13px;
	margin:5px;
}

.yokonavi2 span{
	padding: 3px 4px;
	background:#990000;
	border:1px solid #990000;
   	border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	margin:1px;
}

.yokonavi2 a{
	color:#fff !important;/*text-shadow:1px 1px 1px #bbb;*/
}
.yokonavi2 a:hover{
	color:#ddd !important;/*text-shadow:1px 1px 1px #bbb;*/
}


/*******     Question
------------------------------------------------------------------*/
.ques_logo{
	width:80px;
	border:1px solid #555;
	background:#FFEDD4;
	color:#990000;
	text-shadow:1px 1px 1px #bbb;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	float:left;
}

.ques_tion{
	border:1px solid #888;
	width:430px;
	float:right;
	padding:8px;
	border-radius:6px; 
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
}


.ans_logo{
	width:80px;
	border:1px solid #555;
	background:#EBFFD5;
	color:#006699;
	text-shadow:1px 1px 1px #bbb;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	float:left;
}

.ans_wer{
	border:1px dotted #333;
	width:430px;
	float:right;
	padding:8px;
	border-radius:6px; 
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
}



/*******     font-color
------------------------------------------------------------------*/
.col_red{color:#FF5000;}
.col_blue{color:#006699;}
.col_green{color:green;}
.col_black{color:#333;}

/*******     font-size
------------------------------------------------------------------*/
.f120{font-size:120%;}
.f11{font-size:110%;}
.f90{font-size:90%;}
.f82{font-size:82%;}
.f78{font-size:78%;}

.bold{font-weight:bold;}

/*******   *印の調整
------------------------------------------------------------------*/
.kome{text-indent: -2em;padding-left: 2em;}
.kome1{text-indent: -1em;padding-left: 1em;}
.kome2{text-indent: -7em;padding-left: 7em;}


/*******    グラデーション
------------------------------------------------------------------*/
.gra_green{
	background: -moz-linear-gradient(top, #cec, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#cec), to(#EEE));
}
.gra_blue{
	background: -moz-linear-gradient(top, #cee, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#cee), to(#EEE));
}
.gra_yellow{
	background: -moz-linear-gradient(top, #EF9, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#EF9), to(#EEE));
}
.gra_orange{
	background: -moz-linear-gradient(top, #EA3, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#EA3), to(#EEE));
}

.gra_red{
	background: -moz-linear-gradient(top, #f71, #fd0);
	background: -webkit-gradient(linear, left top, left bottom, from(#f71), to(#fd0));
}

.gra_white{
	background: -moz-linear-gradient(top, #efd, #efc);
	background: -webkit-gradient(linear, left top, left bottom, from(#efd), to(#efc));
}

.gra_gray{
	background: -moz-linear-gradient(top, #eee, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
}



/*******	background
------------------------------------------------------------------*/
.bg_yellow{background:#ffcc66;}
.bg_green{background:#2e9800;}
.bg_blue{background:#006699;}
.bg_red{background:#680000;}
.bg_gray{background:#777;}
.bg_th{background:#ddd;}
.bg_white{background:#fff;}

.bg_grn{background:#EFFFF1;}
.bg_grn2{background:#CCCC99;}
.bg_ble{background:#EFFFFF;}
.bg_ylw{background:#FFFFDE;}
.bg_org{background:#FFCC66;}

.bg_l_green{background:#EBFFD5;}
.bg_l_red{background:#FFE8D9;}
.bg_l_blue{background:#E1E8FF;}
.bg_l_orange{background:#FFEDD4;}

.bg_th{background:#eee;}



/*******	border
------------------------------------------------------------------*/
.bor_5{border:1px solid #555;}


/*******	margin  /  padding
------------------------------------------------------------------*/
.b5{margin-bottom:5px;}
.b10{margin-bottom:10px;}
.b20{margin-bottom:20px;}
.b40{margin-bottom:40px;}
.b60{margin-bottom:60px;}
.b100{margin-bottom:100px;}

.pad5{padding:5px;}
.pad10{padding:10px;}
.pad20{margin-left:20px;}
.pad40{margin-left:40px;}
.pad60{margin-left:60px;}
.pad80{margin-left:80px;}
.pad100{margin-left:100px;}

.pt50{padding-top:50px;}
.pt100{padding-top:100px;}
.pt150{padding-top:150px;}
.pt200{padding-top:200px;}
.pt250{padding-top:250px;}


/*******	centering
------------------------------------------------------------------*/
.ctr{text-align:center;}
.lf{text-align:left;}
.rt{text-align:right;}


/*****TOPICS部分。
------------------------------------------------------------------*/
ul#topics {
	padding: 0px 12px 20px 8px;
}
#topics li {
	border-bottom: 1px dotted #CCCCCC;
	text-indent: -1em;
	padding-left: 1em;
}

/****** plan
------------------------------------------------------------------*/

#plan{
	background:url("images/box435_bg3.png") no-repeat;
	height:170px;
	padding:15px 10px 0px 15px;
}

#plan_l{
	padding:15px 10px 0px 15px;
	border:1px solid #333;
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	box-shadow:2px 2px 3px #888;
}

#plan_l a{
	color:blue;
}

div#plan_l h3 {
	font-weight:bold !important;
	font-size: 20px;
	color:#333;
	text-shadow:1px 1px 1px #999;
	width:90% !important;
	background: none !important;
	border-bottom:1px dotted #006666;
	
}


div#plan_l h3 span{
	font-weight:bold;
	color:#FF6633;
}

div#plan_l ul {margin:25px;width:500px;}

div#plan .list .menu{
	background:#E5FCF4;
	width:420px;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	border-right:1px solid #777;
	border-bottom:1px solid #777;
	list-style-type:none !important;
	margin-top:1px;
	margin-left:0px !important;
	padding:2px 5px 2px 15px;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}

div#plan .list .menu a{color:blue;}
div#plan .list .menu a:hover{color:green;}
div#plan .list .menu a span{color:red;font-size:12px;}


div#plan .list{margin-left:0px !important;margin-top:30px;}


#plan h1{
	font-size:24px;
}
#plan p{
	font-size:13px;color:#006699;padding:6px 10px 0px 10px;height:50px;margin-bottom:0px !important;
}

#plan .price{font-family:"ヒラギノ角ゴ Pro W3","メイリオ","Hiragino Kaku Gothic Pro",HiraKakuPro-W3, Meiryo,"MS P ゴシック";color:#3366CC;;margin-left:15px;text-align:left;font-size:15px;font-weight:bold;text-align:right;margin-right:10px;}
#plan .price span{font-family:"ヒラギノ角ゴ Pro W3","メイリオ","Hiragino Kaku Gothic Pro",HiraKakuPro-W3, Meiryo,"MS P ゴシック";color:#FF6600;font-size:24px;font-weight:bold;}
#plan .price span span{font-size:18px !important;}




/****** guide
------------------------------------------------------------------*/
.i_banner{
	height:135px;
	padding:12px 15px 10px 20px;
	background:url("images/irai_banner3.png") no-repeat;
}

div#main .i_banner h3{
	color:#444;
	padding-left:10px;
	font-size:14px;
	font-weight:normal;
	width:370px;
	background:none !important;
}

.i_com{
	margin-left:100px !important;
	margin-bottom:15px;
	margin-top:10px;
}

#guide{
	background:url("images/guide.png") no-repeat;
	padding:40px 125px 50px 35px;
	height:150px;
	font-size:16px;
	color:red;
	font-weight:bold;
	line-height:1.2em;
}
#guide p{
	font-size:13px;
	color:#444;
	text-indent:0em !important;
	margin-top:0px;
	font-weight:normal;
	padding:0 30px 0 10px !important;
}

#guide a{
	color:blue;
}


/****************** to contact 
------------------------------------------------------------------*/

div#tocontact {
   margin:10px;
   text-align:center;
}

div#tocontact span{
   /*border-top:1px solid #aaa;
   border-left:1px solid #aaa;*/
   border-right:1px solid #777;
   border-bottom:1px solid #555;
   padding:5px 10px;
   /*background:#FF9933;*/
   	border-radius:6px; 
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
}


/****************** link 
------------------------------------------------------------------*/
.outlink {
	min-height:44px;
	margin-top:38px;
	padding-left:315px;
	font-size:19px;
	color:#fff;
	/*margin-left:315px;*/	
}

.outlink a{
	color:#fff;
}


/********   事務所案内
------------------------------------------------------------------*/

.j_tel{background: url("images/j_tel.jpg") center left no-repeat !important;}


.j_fax{background: url(images/j_fax.jpg) center left no-repeat !important;}


.j_mail{background: url(images/j_mail.jpg) center left no-repeat !important;}



/******  Mail form
------------------------------------------------------------------*/

#form{color:#fff !important;font-size:6px;text-align:right;margin-top:50px;}
#form a{color:#fff !important;}



/******フッター部分の設定（コピーライトなど）
------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 835px;
	text-align: center;
	/*background: #999999 url(images/footer.gif) no-repeat bottom;*/
	background:#990000;
	height: 60px;
	padding-top: 10px;
	color: #FFFFFF;
}

#footer a{
	color:#fff;
}


/*clearfix（※ここは変更しないで下さい）
------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */
