@charset "shift_jis";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url(../import.css);


/* CSS Document topics */

.sub-title {
width:624px;
height:100%;
border-left:5px solid #F56B00;
border-bottom:1px solid #F56B00;
padding:5px 0 5px 11px;
font-weight:bold;
margin-top:10px;
margin-bottom:15px;
line-height:160%;
color:#F56B00;
}
.box01 {
padding:0 15px 0 15px;
}

/*----------category------------*/
/*
#textbox dl {
line-height:160%;
}
#textbox dt {
	font-weight: bold;
	padding-top: 10px;
	padding-left: 8px;
  }
#textbox dd{
	padding-top: 2px;
	padding-bottom: 10px;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
  }
*/

#textbox ul{
line-height:160%;
margin-top:30px;
}	
#textbox li{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image:url(../../images/common/point02.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
}
