/*全体*/

#main_contents {
	width:760px;
	margin:0px 0px 0px 20px;
	padding:0px;
	font-size:small;
}


#left_contents {
	width:550px;
	margin:0px;
	padding:0px;
	float:left;
}

#right_contents
{
/*	width:187px;
	margin:0px;
	padding:0px;
	float:right;
*/
}

ul.a_navi {margin:0px; padding:0px;}
ul.a_navi li {float:left; list-style:none;margin:0 5px 5px 0;}

/* タイトル */

h2.ttl_page {
	display:block;
	margin:0px 0px 10px 0px;
	padding:5px;
	background-color:#cccccc;
	font-weight:bold;
	font-size:15px;
}

h3.ttl_ctgry {
	display:block;
	margin:10px 0px 5px 0px;
	padding:3px 5px;
	border-width:0px 0px 1px 5px;
	border-color:#003399;
	border-style:solid;
	font-size:small;
	background-color:#dcdcdc;
	font-weight:bold;
}


/* リスト */


.box_option {
	width:719px;
	border-width:1px 1px 0px 0px;
	border-style:solid;
	border-color:#cccccc;
	margin:0px 0px 10px 0px;
	padding:0px;
}

.box_option th {
	border-width:0px 0px 1px 1px;
	border-style:solid;
	border-color:#cccccc;
	background-color:#eeeeee;
	padding:3px 2px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
.box_option td {
	border-width:0px 0px 1px 1px;
	border-style:solid;
	border-color:#cccccc;
	padding:10px;
	vertical-align:top;
}

.box_option td.img {
	width:110px;
	text-align:center;
	vertical-align:middle;
}

.box_option td.mdl {
	width:100px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	font-size:15px;
}

.box_option td.dtl {
	text-align:left;
	vertical-align:top;
}

ul.detail {
	width:330px;
	margin:0px;
	padding:0px;
	}

ul.detail li {
	width:310px;
	list-style-type:none;
	list-style-image:none;
	background-image:url("../images/ico_arrow_rs.gif");
	background-repeat:no-repeat;
	background-position:3px 15px;
	padding:10px 0px 10px 10px;
}

ul.detail li.nolink {
	width:310px;
	list-style-type:none;
	list-style-image:none;
	background-image:url("../images/ico_square_b.gif");
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding:10px 0px 10px 13px;
}


.left_nolink {
	width:20%;
	float:left;
}

.right_nolink {
	width:80%;
	float:right;
}

.right_nolink table {
	border:0px;
}

.right_nolink td {
	text-align:left;
	vertical-align:top;
	border:0px;
	padding:4px 7px 3px 7px;
	background-color:#dcdcdc;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:50%;
}

.right_nolink td.blank {
	background-color:#ffffff;
}

/*上ナビゲーションバー*/

ul.navi_option {
	display:block;
	width:548px;
	height:30px;
	margin:0px 1px 10px 1px;
	padding:0px;
	}

ul.navi_option li {
	display:block;
	width:132px;
	height:30px;
	margin:0px 4px 0px 0px;
	padding:0px;
	float:left;
	border:1px solid #cccccc;
	font-size:10pt;
	}

ul.navi_option a {
	display:block;
	width:122px;
	height:11px;
	margin:2px 5px;
	padding:7px 0px 3px 0px;
	text-align:center;
	text-decoration:none;
	border-bottom:2px solid #8da0b6;
	background-color:#eeeeee;
}


ul.navi_option a:hover {
	border-bottom:2px solid #f7b977;
	background-color:#ffffcc;
}

/* ページトップ */
.box_ptop {
	width:710px;
	margin:0px;
	padding:0px;
}
.box_ptop td{
	width:705px;
	margin:0px;
	padding:0px 5px 0px 0px;
	text-align:right;
}
.box_ptop4 {
	width:710px;
	_width:705px;
	margin:0px;
	padding:0px;
}
.box_ptop4 td{
	width:705px;
	_width:700px;
	margin:0px;
	padding:0px 5px 0px 0px;
	text-align:right;
}

/* Acrobat */

.box_adobe {
	width:548px;
	margin:0px 1px;
	padding:0px;
	border:1px solid #cccccc;
}

.box_adobe td {
	color=#666666;
	padding:5px;
}

/* コメント */

.box_cmt {
	margin:0px;
	padding:0px;
	}

.box_cmt td{
	padding:3px;
	vertical-align:top;
	text-align:left;
	line-height:1.5em;
	}

.txt_tndent{text-indent:-1.7em; padding:10px 0 10px 2em;}

.come_box{ clear:both;margin:10px 0; padding:1em 0 1em 1em; /padding:1em 0 2em 1em; border:1px #cccccc solid;}
.come_p{float:left; font-weight:bold; width:6em; display:block; margin-left:2em;}
.come_m{float:left; display:block;}

/* clearfix */
.clrFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; }
* html .clrFix { height: 1%; }
.clrFix { zoom: 100%; min-height: 1%; }