/* CSS Document */

/*サイドメニュー*/

.side_menu01{
background-image:url(../images/06_sidebtn01.gif);
background-repeat:no-repeat;
width:200px;
height:31px;
}

.side_menu01_here{
background-image:url(../images/06_sidebtn01_act.gif);
background-repeat:no-repeat;
width:200px;
height:31px;
}

.side_menu01 a:hover{
background-image:url(../images/06_sidebtn01_over.gif);
background-repeat:no-repeat;
width:200px;
height:31px;
}

.side_menu02{
background-image:url(../images/06_sidebtn02.gif);
background-repeat:no-repeat;
width:200px;
height:31px;
}

.side_menu02_here{
background-image:url(../images/06_sidebtn02_act.gif);
background-repeat:no-repeat;
width:200px;
height:31px;
}

.side_menu02 a:hover{
background-image:url(../images/06_sidebtn02_over.gif);
background-repeat:no-repeat;
width:200px;
height:31px;
}

.side_menu03{
background-image:url(../images/06_sidebtn03.gif);
background-repeat:no-repeat;
width:200px;
height:31px;
}

.side_menu03_here{
background-image:url(../images/06_sidebtn03_act.gif);
background-repeat:no-repeat;
width:200px;
height:31px;
}

.side_menu03 a:hover{
background-image:url(../images/06_sidebtn03_over.gif);
background-repeat:no-repeat;
width:200px;
height:31px;
}

.side_menu04{
background-image:url(../images/06_sidebtn04.gif);
background-repeat:no-repeat;
width:200px;
height:31px;
}

.side_menu04_here{
background-image:url(../images/06_sidebtn04_act.gif);
background-repeat:no-repeat;
width:200px;
height:31px;
}

.side_menu04 a:hover{
background-image:url(../images/06_sidebtn04_over.gif);
background-repeat:no-repeat;
width:200px;
height:31px;
}

.side_menu05{
background-image:url(../images/06_sidebtn05.gif);
background-repeat:no-repeat;
width:200px;
height:31px;
}

.side_menu05_here{
background-image:url(../images/06_sidebtn05_act.gif);
background-repeat:no-repeat;
width:200px;
height:31px;
}

.side_menu05 a:hover{
background-image:url(../images/06_sidebtn05_over.gif);
background-repeat:no-repeat;
width:200px;
height:31px;
}


/*コンテンツ*/

#mainTextBox{
width:560px;
/*position:relative;*/
}

#mainTextBox01{
width:200px;
padding:5px;
margin-right:10px;
background-color:#EBEBEB;
border:1px solid #CCCCCC;
line-height:140%;
float:left;
}

#mainTextBox02{
width:210px;
padding-bottom:40px;
float:left;
}

#mainTextBox03{
width:100px;
padding:5px;
background-color:#EBEBEB;
border:1px solid #CCCCCC;
line-height:140%;
float:right;
}

.greenBox{
width:505px;
padding:15px;
margin-bottom:1.5em;
border:1px solid #008800;
}

.greenBox ol{
margin:0px 0px 0px 25px;
padding:0;
}

.greenBox dl{
margin:0;
padding:0;
}

.greenBox dt{
float:left;
font-weight:bold;
}

.greenBox dd{
margin-left:8em;:
}


#floatBox{
width:535px;
}

#floatBox p{
width:auto;
}

.floatImage{
float:right;
padding:5px;
background-color:#EBEBEB;
border:1px solid #CCCCCC;
line-height:140%;
float:right;
margin:0px 0px 15px 15px;
}

#mainBox img {vertical-align:top;}
* html #mainBox img {vertical-align:top;}

#container #contentsBox #mainBox .J14 img {
	vertical-align: baseline;
}

/* 写真の位置みぎ */
img.ph_right{
	float:right;
	border:0px none;
	margin-left:10px;
	margin-right:0;
	margin-top:0px;
	margin-bottom:10px;
}

