@charset "utf-8";


/* reset
----------------------------------- */

* {
	margin:0px;
	padding:0px;
}

body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul, li,
form, input, select, textarea, fieldset, legend { 
	margin: 0; 
	padding: 0; 
}

h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul,
th { 
	font-weight: normal;
	font-style: normal; 
}

strong { 
	font-weight:normal; 
	font-style: normal; 
}

img {
	border: none;
}

ul {
list-style: none;
}

hr {
	display:none;
}


/* headline
----------------------------------- */
h1 {
}

h2 {
}

blockquote {
}




/* body
----------------------------------- */

body {
	margin:0;
	padding:0;
	background-color:#ffffff;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size:12px;
	color:#333;
	line-height:18px;
}

a       {color:#3300CC;text-decoration:none;}
a:link  {color:#3300CC;text-decoration:none;}
a:hover {color:#3300CC;text-decoration:underline;}

input, select, textarea { 
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	color:#333;
}



/* class
----------------------------------- */

.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
	height: 0px;
	visibility: hidden;
}

.r1 {
	float:right;
	border:1px solid #ccc;
	margin:0px 0px 10px 10px;
}

.r {
	float:right;
	margin:0px 0px 10px 10px;
}

.l1 {
	float:left;
	border:1px solid #ccc;
	margin:0px 10px 10px 0px;
}

.l {
	float:left;
	margin:0px 10px 10px 0px;
}


.red {
	color:#E20000;

}

.reds {
	color:#E20000;
	font-size:10px;

}

.redb {
	color:#E20000;
	font-weight:bold;

}

.red15 {
	color:#E20000;
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3" , "ＭＳ Ｐゴシック", Osaka;

}

.red18 {
	color:#E20000;
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W3" , "ＭＳ Ｐゴシック", Osaka;
}

.red18b {
	color:#E20000;
	font-size:18px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3" , "ＭＳ Ｐゴシック", Osaka;
}

.red20b {
	color:#E20000;
	font-size:20px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3" , "ＭＳ Ｐゴシック", Osaka;
}

.red24b {
	color:#E20000;
	font-size:24px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3" , "ＭＳ Ｐゴシック", Osaka;
}


.catch {
	color:#224F8C;
	font-size:24px;
	font-weight:bold;
	font-family:"ヒラギノ明朝 Pro W3" , "ヒラギノ角ゴ Pro W3" , "ＭＳ Ｐゴシック", Osaka;
	line-height:130%;
}
.bor {
border:1px solid #ccc;
}

.center {
text-align:center;
}



.green_b {
color:#108610;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3" , "ＭＳ Ｐゴシック", Osaka;
	font-size:14px;
}




/* oowaku
----------------------------------- */

#all {
	background: url(../img/bg_all.gif) repeat left top;
} 

#container {
	margin: 0 auto;
	width: 948px;
	background: url(../img/bg_container.png) repeat-y center top;
}

#container-in{
	margin: 0 auto;
	width: 940px;
}

/* head
----------------------------------- */

#head {
	width: 940px;
	height: 90px;
	background: url(../img/header.jpg) no-repeat left top;
	position: relative;
}

#head p.headline {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	line-height: 120%;
	font-size: 10px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	position: absolute;
	top: 0px;
	right: 15px;
}

#head h1{
	padding-top: 20px;
	padding-left: 34px;
	text-indent: -9999px;
}

#head h1 a {
	display: block;
	width: 230px;
	height: 60px;
	outline: none;
}

#head p.phonecall {
	text-indent: -9999px;
}
/* navi
----------------------------------- */

#navi {
	width: 940px;
	height: 42px;
	background: url(../img/navi_on.gif) no-repeat left top;
}

#navi ul {
	padding-left: 162px;
}

#navi ul li {
	float: left;
}

#navi ul li a{
	height: 47px;
	display: block;
	background: url(../img/navi.gif) no-repeat left top;
	text-indent: -9999px;
	outline: none;
}

#navi ul li.navi01 a { width: 155px; background-position:-162px 0px;}
#navi ul li.navi02 a { width: 155px; background-position:-317px 0px;}
#navi ul li.navi03 a { width: 155px; background-position:-472px 0px;}
#navi ul li.navi04 a { width: 155px; background-position:-627px 0px;}
#navi ul li.navi05 a { width: 155px; background-position:-782px 0px;}

#navi ul li a:hover{ background:0;}

/* main 
----------------------------------- */

#main {
	padding: 10px 15px 55px;
	width: 910px;
}

/*topkey 
----------------------------------- */

#topkey {
	margin-bottom: 15px;
}

/* side
----------------------------------- */

#side {
	width: 220px;
	float: left;
	padding-top: 4px;
	padding-bottom: 45px;
	background-color: #f39b3d;
}

#side h2 {
	text-align: center;
	margin-bottom: 9px;
}

#side-in {
	margin: 0 auto;
	width: 204px;
}

#side-in ul {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

#side-in ul li {
	padding-bottom: 3px;
}

#side-in ul li a{
	display: block;
	padding: 7px 0px 7px 35px;
	background: url(../img/side_listbg.gif) no-repeat left top;
	color: #666;
}

#side-in ul.sidelistin {
	margin-left: 30px;
	margin-bottom: 0px;
}
	
#side-in ul.sidelistin li a{
	display: block;
	padding: 5px 0px 5px 26px;
	background: url(../img/side_arw02.gif) no-repeat 15px;
	color: #FFFFFF;
}

#side #sieadd {
	padding: 20px;
	background-color: #fdf1e5;
}

#side #sieadd dt {
	font-weight: bold;
}

#side #sieadd dd {
	font-size: 11px;
}

/* contents
----------------------------------- */

#contents {
	width: 680px;
	float: right;
	position:relative;
}
#contents #business {
	width: 667px;
	padding-left: 13px;
	padding-bottom: 33px;
}

#contents #business h3 {
	margin-bottom: 13px;
}

#contents #business p {
	padding: 5px;
}

#contents #business #bus01,
#contents #business #bus02,
#contents #business #bus03,
#contents #business #bus04 {
	padding-right: 14px;
	margin-bottom:10px;
	width: 318px;
	height: 180px;
	float: left;
	position: relative;
	}

#contents #business #bus01 {	background: url(../img/top_bg01.gif) no-repeat left bottom;}
#contents #business #bus02 {	background: url(../img/top_bg02.gif) no-repeat left bottom;}
#contents #business #bus03 {	background: url(../img/top_bg03.gif) no-repeat left bottom;}
#contents #business #bus04 {	background: url(../img/top_bg04.gif) no-repeat left bottom;}

#contents #business	a.detailbtn {
	position: absolute;
	right: 23px;
	bottom: 10px;
}

#contents #business #bus05 {
	clear: left;
	width: 650px;
	padding:10px 0px;
	background: url(../img/line_top.gif) repeat-x left bottom;
	position: relative;
}

#contents #business #bus05 h3 {
	float: left;
	margin-right: 13px;
}

#contents #business #bus05 p {
	float: left;
	width: 410px;
	padding: 0px;
}

#contents #business #bus05 a.detailbtn05 {
	position: absolute;
	right: 9px;
	bottom: 15px;
}



#greeting h2{
	clear: both;
	width: 658px;
	height: 40px;
	padding-left: 20px;
	margin-bottom: 15px;
	background: url(../img/top_topicbg.gif) no-repeat left top;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
}

#greeting p {
	padding-top: 10px;
	padding-left: 27px;
	padding-bottom: 45px;
	width: 385px;
	float: left;
}

#greeting img {
	width: 260px;
	float:right;
}

#news {
	font-size: 14px;
}

#news h2{
	clear: both;
	width: 658px;
	height: 40px;
	padding-left: 20px;
	margin-bottom: 15px;
	background: url(../img/top_topicbg.gif) no-repeat left top;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
}

#news dl {
	margin: 0 15px;
}

#news dt {
	padding: 10px 45px 10px 0px;
	width: 80px;
	clear: left;
	float: left;
	color: #448d2d;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-weight: bold;
	background: url(../img/arw_news.gif) no-repeat;
	background-position: 100px;
}

#news dd {
	padding: 10px 0px 10px;
	background: url(../img/line_con.gif) repeat-x left bottom;
}

/* footer
----------------------------------- */

#footer {
	clear: both;
	height: 103px;
	border-top: #f39b3d solid 2px;
	padding-top: 15px;
	padding-left: 60px;
}

#footer dt {
	font-weight: bold;
}

#footer dd {	
	font-size: 11px;
}




/* add 2011-06-09
----------------------------------- */



/* ----------------
	table
---------------- */


.table01{
	font-size:12px;
	background:#ccc;
	margin:10px 20px 20px 20px;

}

.table01 th {
	background-color:#f6f6f6;
	text-align:left;
	padding-left:20px;
	border:1px #fff solid;

}

.table01 td {
	padding:5px;
	background-color:#fff;
	text-align:left;

}

.table02{
	font-size:12px;
	background:#ccc;
}

.table02 th {
	background-color:#f6f6f6;
	text-align:left;
	padding:10px;
	border:1px #fff solid;
}

.table02 td {
	padding:10px;
	background-color:#fff;
	text-align:left;
}

.table03{
	font-size:12px;
	background:#ccc;
}

.table03 th {
	background-color:#f6f6f6;
	text-align:left;
	padding:5px;
	border:1px #fff solid;
}

.table03 td {
	padding:5px;
	background-color:#fff;
	text-align:left;
}

.table04{
	font-size:12px;
	background:#ccc;
}

.table04 th {
	background-color:#f6f6f6;
	text-align:left;
	padding:5px;
	border:1px #fff solid;
}

.table04 td {
	padding:5px;
	background-color:#fff;
	text-align:center;
}


/* contact
----------------------------------- */

.form {
	font-size:12px;
	background:#ccc;
	margin:20px;

}

.form th {
	background-color:#f6f6f6;
	text-align:left;
	padding-left:20px;
	border:1px #fff solid;

}

.form td {
	padding:10px;
	background-color:#fff;
	text-align:left;
}

#submit {
	margin:10px;
}

/* contents
----------------------------------- */

#contents h2{
	clear: both;
	width: 658px;
	height: 40px;
	padding-left: 20px;
	margin-bottom: 15px;
	background: url(../img/top_topicbg.gif) no-repeat left top;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
}


#contents p {
text-align:left;
padding:5px 20px;
}









/*    ここから追加
----------------------------------- */



#contents h3.type01 {
background:url(../img/bg_h3.jpg) no-repeat;
height:30px;
margin:10px 0 0 10px;
text-align:left;
padding:8px 0 8px 0;
	font-size:13px;
	font-weight:bold;
	clear:both;
	color:#555;
	text-indent:25px;
	letter-spacing:2px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}



#contents h3.type02 {
background:url(../img/bg_h302.jpg) no-repeat;
height:30px;
margin:10px 0 0 16px;
text-align:left;
padding:9px 0 8px 0;
	font-size:13px;
	font-weight:bold;
	clear:both;
	color:#555;
	text-indent:25px;
	letter-spacing:2px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}


#contents h4 {
background:url(../img/bg_h4.jpg) no-repeat;
height:21px;
margin:10px 0 0 10px;
text-align:left;
padding:17px 0 8px 0;
	font-size:12px;
	font-weight:bold;
	clear:both;
	color:#555;
	text-indent:25px;
	letter-spacing:2px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}




ul.list01 li {
background:url(../img/list.jpg) no-repeat;
background-position:0px 2px;
text-indent:20px;
margin-left:20px;
}

ul.list02 li {
background:url(../img/list02.jpg) no-repeat;
background-position:5px 4px;
text-indent:20px;
margin-left:20px;
}

ul.list03 li {
background:url(../img/list03.jpg) no-repeat;
background-position:2px 3px;
text-indent:20px;
margin-left:20px;
}
















































