/*============================
licht-chill
reset.css 0603 matsumoto
============================*/

/*============================
font
============================*/

.f_red{
	color:#cc0000;
	font-weight:bold;
}

.f_red_l{
	color:#cc0000;
	font-weight:bold;
	font-size:14px;
}

.f_blue{
	color:#0e3ee8;
	font-weight:bold;
}
.f_green{
	color:#008109;
	font-weight:bold;
}
.f_gray_s{
	color:#555555;
	font-size:12px;
	letter-spacing: 2px;
	font-weight: normal;
}

#container dt.subtitle{
	background-image:url(../img/public/subtitle_loop.gif);
	background-repeat:repeat-y;
	padding:5px 0px 5px 15px;
	margin-top:15px;
	margin-bottom: -1px;
	font-size:14px;
	letter-spacing:1px;
	color: #444444;
}

#contents .active{
	width:208px;
	background-color:#d7f2ff;
	padding:8px 10px 8px 0px;
	margin-left: 1px;
}

#contents .unactive{
	width:208px;
	padding:8px 10px 8px 0px;
	margin-left: 1px;
}

dt.subtitle_end{
	font-size:0;
	margin:0;
	float:left;
}

.c_txt_box{
	width:510px;
	height:auto;
	margin-top:10px;
	font-size:12px;
	color:#555555;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	line-height:2em;
	font-weight:normal;
	margin-bottom: 50px;
	padding: 0px 15px;
	min-height: 350px;
}

.tbox_right{
	text-align:right;
	margin-top: 15px;
}

.img01{
	width:458px;
	height:auto;
	padding-top:15px;
	margin: 0 auto;
}
.image_right{
	float: right;
	margin: 5px 5px 10px 10px;
}

.right{
	text-align:right;
	padding-right: 4px;
}

.c_txt_box table{
	width:510px;
}

.c_txt_box .t_title{
	text-align:center;
	background-color: #CCCCCC;
}

.c_txt_box th{
	background-color:#d7f2ff;
	width:auto;
	text-align: right;
	padding-right: 5px;
	border-color:#666666;
	border:inset;
	border-width:1px;
}

.c_txt_box td{
	text-align: right;
	width: 135px;
	border-color:#666666;
	border:inset;
	border-width:1px;
	padding: 0px 5px;
}

