@charset "Shift_JIS";
/* Common CSS */


/*---------------------------

レイアウト

----------------------------*/

div#layout {
width: 802px;
float: left;
border: 1px solid #CCCCCC;
background: url(../img/main_image_index.jpg) #FFFFFF no-repeat top left;
}


/*タイトル---------------------------------*/
/*-----------------------------------------*/

h2#title {
width: 170px;
height: 62px;
background: url(../img/title03.gif) no-repeat;
margin-top: 32px;
margin-bottom: 22px;
text-indent: -2000px;
float: left;
}





/*サブナビゲーション-----------------------*/
/*-----------------------------------------*/

div#subNavigation {
width: 480px;
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
margin-bottom: 15px;
}

div#subNavigation ul {
list-style: none;
margin-left: 25px;
}

div#subNavigation ul li.btnLeft {
width: 125px;
height: 30px;
float: left;
text-indent: -2000px;
}

div#subNavigation ul li.btnCenter,
div#subNavigation ul li.btnRight {
width: 150px;
height: 30px;
float: left;
text-indent: -2000px;
}

div#subNavigation ul li a {
height: 30px;
display: block;
text-decoration: none;
}

div#subNavigation ul li a.subBtn01 {
width: 125px;
background: url(../img/btn01.gif) no-repeat;
}

div#subNavigation ul li a.subBtn02 {
width: 150px;
background: url(../img/btn02.gif) no-repeat;
}

div#subNavigation ul li a.subBtn03 {
width: 150px;
background: url(../img/btn03.gif) no-repeat;
}

div#subNavigation ul li a:hover { background-position: 0px -29px;}

div#subNavigation ul li a.subBtn01on {
background: url(../img/btn01.gif) no-repeat;
background-position: 0px -29px;
}
div#subNavigation ul li a.subBtn02on {
background: url(../img/btn02.gif) no-repeat;
background-position: 0px -29px;
}
div#subNavigation ul li a.subBtn03on {
background: url(../img/btn03.gif) no-repeat;
background-position: 0px -29px;
}



/*ボディー部分-----------------------------*/
/*-----------------------------------------*/


div#business {
width: 480px;
padding-bottom: 20px;
border-bottom: 1px solid #CCCCCC;
}

div#business h3#subtitle01 {
display: block;
height: 22px;
margin-bottom: 10px;
text-indent: -2000px;
border-left: 5px solid #FF9900;
background: url(../img/subtitle01.gif) no-repeat #f3f3f3;
}

div#business h4 {
display: block;
height: 17px;
margin-bottom: 10px;
text-indent: -2000px;
}

div#business h4.subtitle02 { background: url(../img/subtitle02.gif) no-repeat;}
div#business h4.subtitle03 { background: url(../img/subtitle03.gif) no-repeat;}
div#business h4.subtitle04 { background: url(../img/subtitle04.gif) no-repeat;}

div#business dl {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

div#business dt {
	margin-bottom: 10px;
}

img.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}


