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

*{margin: 0; padding: 0}
html{font-size: 0.78em;}
body{
	background: url(images/head1.png) repeat-x;
	line-height: 1.5;
	color: #333333;
}
a{color: #0066FF; text-decoration: none}
a:hover{color: #FF0099; text-decoration: underline;}
dd{margin-left: 20px}

h1{font-size: 1em; font-weight: normal;}
table{width: 100%;}
img{border: none;}
ul{margin-left: 20px;}

#wrap{
	width: 805px;
	margin: 10px auto;
}
#header{
	background: url(images/head0.png) no-repeat;
	height: 50px;
	font-size: 1em;
	margin-left: 10px;
}
#menu_box{
	line-height: 1;
	width: 200px;
	float: left;
	margin-right: 5px;
	
}

#navi_box{
	font-size: 0.9em;
	text-align: center;
	margin: 20px 0 5px;
}

#bread{
	margin-left: 10px;
}

#copyright{
	border-top: 1px #FF6600 solid;
	padding-top: 8px;
	font-size: 0.85em;
	color: #FF6600;
	text-align: center;
}

#left_info_box{
	margin-top: 10px;
	line-height: 1.5;
}
#contents_right{
	width: 596px;
	float: left;
}
.contents_body{
	margin: 20px;
	border-bottom: 1px #CCCCCC dotted;
	padding-bottom: 10px;
	line-height: 2;
}

/* トップページ */
#top_left{
	width: 540px;
	float: left;
}
#top_right{
	width: 228px;
	float: right;
}
#news_box,#dialy_box{margin: 10px;}
#news_box dt{color: #CC0000; }
#staff_box{margin: 0 10px 15px 30px;}
#adrs_side{margin: 0 0 10px 20px}

/* トップページ ここまで*/

/* 会社概要 */
table.gaiyo_box{line-height: 1.3em;}
table.gaiyo_box td{vertical-align: top; padding: 0 0 15px 15px}
table.gaiyo_box td.tit{vertical-align: top; padding-left: 0; text-align: right;}
img.ban{margin-bottom: 15px;}
/* 会社概要 ここまで*/

/* 業務内容 */
table#cost-helper{
	background: #6666FF;
	border: 3px solid #9999cc;
}
table#cost-helper th,td{background: #ffffff;}
table#cost-helper th{width: 50%;}
table#cost-helper td{padding: 3px 8px;}
table#cost-helper td.title{
	width: 80px;
	text-align: center;
}
table#cost-helper td.cost{
	width: 40px;
	text-align: center;
}

table#cost-day{
	background: #6666FF;
	border: 3px solid #9999cc;
}
table#cost-day th,td{background: #ffffff;}
table#cost-day td{padding: 3px 8px;}
table#cost-day td.gaku{padding-right: 20px; text-align: right;}
table#cost-day td.futan{padding-right: 60px; text-align: right;}
/* 業務内容 ここまで */

/* 関連事業 */
h2.related_title{
	background: #F08200;
	color: #FFFFFF;
	font-size: 1.1em;
}
#contents_related{
	padding-left: 100px;
}

/* サイトポリシー */
ul.policy{
	margin: 0 30px;
	border-top: 1px #c0c0c0 solid;
	list-style: none;
}
ul.policy li{
	border-bottom: 1px #c0c0c0 solid;
	padding: 0 10px;
}

/* サイトポリシー ここまで*/

/* リンク集 */
dl.link{}
dl.link dt{font-size: 1.2em;}

/* リンク集ここまで */


/* 問い合わせフォーム */
.ask {line-height: 1.3;}
.ask td{padding: 0 5px;}
.ask td.title{border-right: 3px #FF33CC solid;}

/* 問い合わせフォーム ここまで*/

/* Global Setting */
.sidebox_in{
	margin: 0 3px 15px
}
.box_loop{background: url(images/r_box_r3_c1.png) repeat-y; margin: 0;}
.box_loop_in{padding: 0 14px;}
.box_loop_in2{padding: 0 10px;}
.mini_brown{color: #CC3300; font-size: 0.9em;}
.clr_line{
	clear: both;
	visibility: hidden;
	margin-bottom: 10px;
}
.font-orange{color: #FF6600;}
.alignright{float: right; }
.alignleft{float: left; }
.img_align_r{float: right; margin: 0 0 5px 10px;}
.big_txt01{color: #6666FF; font-weight: bolder; font-size: 1.2em;}
.big_txt02{color: #009933; font-weight: bolder; font-size: 1.1em;}
.normal-red{color: #FF3300;}
