@charset "EUC-JP";

.type_guidebox{
	border:1px solid #333333;
	background-color:#F3F3F3;
	width: 658px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.type_guidebox:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .type_guidebox{
    height: 1em;
    overflow: visible;
}


.indextopbox {
	width: 680px;
	margin-bottom: 10px;
}
.indextopbox:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .indextopbox {
    height: 1em;
    overflow: visible;
}
.menubox {
	width: 680px;
	margin-bottom: 10px;
}
.menubox:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .menubox {
    height: 1em;
    overflow: visible;
}
/**/
.menubox .lbox {
	float: left;
	width: 450px;
}
.menubox .lbox:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .menubox .lbox {
    height: 1em;
    overflow: visible;
}
/**/
.menubox .lbox .minilbox {
	float: left;
	width: 220px;
}
.menubox .lbox .minirbox {
	float: right;
	width: 220px;
}
.menubox .rbox {
	float: right;
	width: 220px;
}


.typeinfobox {
	width: 680px;
	margin-bottom: 20px;
}
.typeinfobox:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .typeinfobox {
    height: 1em;
    overflow: visible;
}
/**/
.typeinfobox .lbox {
	float: left;
	width: 240px;
}
.typeinfobox .rbox {
	float: right;
	width: 420px;
}
.typeinfobox li {
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	list-style-position: outside;
	list-style-type: none;
}


.type_contents{
	background-image:url(../img/common/catetop.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:130px;
	padding:10px;
}
.contents_intro{
	font-size:11px;
	line-height:140%;
	color:#333333;
}
