/*============================
licht-chill
reset.css 0603 matsumoto
============================*/

/*============================
font
============================*/

.f_red{
	color:#cc0000;
	font-weight:bold;
}

.f_red_n{
	color:#cc0000;
}

.f_red_l{
	color:#cc0000;
	font-weight:bold;
	font-size:14px;
}

.f_red_s{
	color:#cc0000;
	font-size:10px;
}

.f_blue{
	color:#0e3ee8;
	font-weight:bold;
}

.f_d_blue_l{
	color:#507BC5;
	font-weight:bold;
	font-size:14px;
}

.f_green{
	color:#008109;
	font-weight:bold;
}
.f_gray_s{
	color:#333333;
	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;
	height: 100%;
}

#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;
}

#contents .sub_active{
	width:198px;
	background-color:#FFE8D0;
	padding:5px 10px 5px 10px;
	margin-left: 1px;
}

#contents .sub_unactive{
	width:198px;
	padding:5px 10px 5px 10px;
	margin-left: 1px;
}

dt.subtitle_end{
	font-size:0;
	margin:0;
	float:left;
}

/*============================
text_box
============================*/
.c_txt_box{
	width:510px;
	height:auto;
	margin-top:10px;
	font-size:12px;
	color:#333333;
	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: 0px;
	padding: 0px 15px;
	min-height: 350px;
	display:inline-block;
}
.c_txt_box:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*------------------------------
txt_plurals
------------------------------*/
.c_txt_box_plurals{
	width:510px;
	height:auto;
	margin-top:10px;
	font-size:12px;
	color:#333333;
	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: 0px;
	padding: 0px 15px;
	display:inline-block;
}
.c_txt_box_plurals:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*------------------------------
txt_welfare
------------------------------*/
.c_txt_box_welfare{
	width:510px;
	height:auto;
	margin-top:10px;
	font-size:12px;
	color:#333333;
	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: 0px;
	padding: 0px 15px;
	display:inline-block;
}
.c_txt_box_welfare:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.c_txt_box_min{
	width:auto;
	height:auto;
	margin:20px 0px;
	min-height: 70px;
}

.c_txt_box_border{
	width:auto;
	height:auto;
	padding:5px;
	border:#CCCCCC;
	border-style:solid;
	border-width:thin;
}

.tbox_right{
	text-align:right;
	margin-top: 15px;
}

/*------------------------------
txt_reqruit
------------------------------*/
.c_txt_box_req{
	width:510px;
	height:auto;
	margin-top:10px;
	font-size:12px;
	color:#333333;
	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: 0px;
	padding: 0px 15px;
	display:inline-block;
}
.c_txt_box_req:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*============================
text_box_form
============================*/
.c_txt_box_form{
	width:510px;
	height:auto;
	margin-top:10px;
	font-size:12px;
	color:#333333;
	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: 0px;
	padding: 0px 15px;
	min-height: 350px;
	display:inline-block;
}
.c_txt_box_form:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/*============================
img
============================*/

.img01{
	width:458px;
	height:auto;
	padding-top:15px;
	margin: 0 auto;
}
.image_left{
	float: left;
	margin-right: 10px;
}

.image_right{
	float: right;
	margin: 5px 5px 10px 10px;
}

.right{
	text-align:right;
	padding-right: 4px;
}

/*============================
list
============================*/

.c_txt_box dl{
	width:auto;
	height:auto;
	background-color: #D2FFC4;
	display: block;
	float: left;
	margin-bottom: 2px;
	color:#444444;
}

.c_txt_box dt{
	width:120px;
	height:auto;
	float: left;
	text-align:center;
	line-height:1.3em;
	font-weight:bold;
	padding: 5px 0;
	display: block;
}
.c_txt_box dt.attention{
	width:510px;
	height:auto;
	background-color:#CCCCCC;
	text-align:center;
	font-weight:bold;
}

.c_txt_box dd{
	width:380px;
	height:auto;
	line-height:1.3em;
	float: left;
	padding: 5px 0px 5px 10px;
	background-color: #FFFFFF;
}

.c_txt_box ul{
	width:250px;
	float:left;
}


/*============================
list2_history
============================*/
.history{
	width:auto;
	height:auto;
	background-color: #FFFFFF;
	display:inline-block;
	padding: 1px;
}
.history:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.history dl{
	width:auto;
	height:auto;
	background-color: #D2FFC4;
	display: block;
	float: left;
	color:#444444;
}

.history dl.attention{
	width:auto;
	height:auto;
	background-color: #FFDFFF;
	display: block;
	float: left;
	color:#444444;
}

.history dt{
	width:80px;
	height:auto;
	float: left;
	text-align:left;
	line-height:1.3em;
	font-weight:normal;
	padding: 5px;
	display: block;
}

.history dd{
	width:407px;
	height:auto;
	line-height:1.3em;
	float: left;
	padding: 5px 0px 5px 10px;
	background-color: #FFFFFF;
}

/*============================
list3_plurals
============================*/

.c_txt_box_plurals dl{
	width:auto;
	height:auto;
	display: block;
	float: right;
	color:#444444;
}

.c_txt_box_plurals dl.attention{
	width:auto;
	height:auto;
	background-color: #FFDFFF;
	display: block;
	float: left;
	color:#444444;
}

.c_txt_box_plurals dt{
	width:300px;
	height:auto;
	float: left;
	text-align:left;
	line-height:1.3em;
	font-weight:normal;
	display: block;
}

.c_txt_box_plurals dd{
	width:195px;
	height:auto;
	line-height:1.3em;
	float: left;
	padding: 5px 0px 5px 10px;
}


/*============================
list4_welfare
============================*/

.c_txt_box_welfare dl{
	width:auto;
	height:auto;
	display: block;
	float: left;
	color:#444444;
	margin: 15px 0px;
}


.c_txt_box_welfare dt{
	width:auto;
	height:auto;
	float: left;
	display: block;
}

.c_txt_box_welfare dt.attention{
	width:510px;
	height:auto;
	display: block;
	color:#444444;
	font-weight: bold;
}

.c_txt_box_welfare dd{
	width:280px;
	height:auto;
	line-height:1.3em;
	float: left;
}

.c_txt_box_welfare .210{
	width:210px;
	height:auto;
	line-height:1.3em;
	float: left;
}

.c_txt_box_welfare dd p{
	width:auto;
	height:auto;
	display: block;
	padding: 5px;
}

/*============================
list5_req
============================*/

.c_txt_box_req dl{
	width:auto;
	height:auto;
	display: block;
	float: left;
	color:#444444;
	margin-bottom: 1px;
	background-color: #FFB5B5;
	
}

.c_txt_box_req dt.attention{
	width:500px;
	height:auto;
	background-color: #CCCCCC;
	display: block;
	float: left;
	color:#444444;
	text-align: center;
}

.c_txt_box_req dt.white{
	width:500px;
	height:auto;
	background-color: #FFFFFF;
	display: block;
	float: left;
	color:#444444;
	text-align: center;
}

.c_txt_box_req dt{
	width:110px;
	height:auto;
	float: left;
	text-align:left;
	line-height:1.3em;
	font-weight:normal;
	display: block;
	padding: 5px;
}

.c_txt_box_req dd{
	width:380px;
	height:auto;
	line-height:1.3em;
	float: left;
	padding: 5px 0px 5px 10px;
	background-color: #FFFFFF;
}

/*============================
form_css
============================*/

.c_txt_box_form dl{
	width:510px;
	height:auto;
	float: left;
	color:#444444;
	margin-bottom: 1px;
	
}

.c_txt_box_form dt{
	width:110px;
	height:12px;
	float: left;
	text-align:left;
	line-height:1.3em;
	font-weight:normal;
	display: block;
	padding: 6px 5px 6px 25px;
	background-color: #FFB5B5;
}


.title{
	width:510px;
	height:16px;
	float: left;
	text-align:left;
	line-height:1.3em;
	font-weight:normal;
	display: block;
	padding: 2px;
	border-bottom:inset;
	border-color:#666666;
	border-width:1px;
	letter-spacing: 2px;
	color: #444444;
	margin: 10px 0px 2px 0px;
}

.c_txt_box_form dd{
	width:350px;
	height:12px;
	float:left;
	line-height:1em;
	padding: 0px 0px 0px 5px;
	margin: 2px 0px 0px 1px;
}

.c_txt_box_form dd input{
	padding:0px;
	height:16px;
	width: 200px;
}

input.button{
	width:110px;
	float:left;
	margin:0px 10px;
}

div.end{
	padding:0px;
	height:auto;
	width: 400px;
	margin: 0 auto 15px auto;
	text-align: center;
	letter-spacing: 1px;
	min-height: 320px;
}

