@charset utf-8;
/*+++++++++++++++++++++++++++++++++*/
/*HIT HOT SERVICE Web Site Section.CSS   Ver.*/
/*+++++++++++++++++++++++++++++++++*/

/*=======================*/
/*Page Contents*/
/*=======================*/

.sample_class {
	}
/*=======================*/
/*Head Line Settings*/
/*=======================*/
h1 {
	color: #1e4c00;
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	background-image: url(../../img/parts/h1_bg.gif);
	background-repeat: repeat-y;
	background-position: 5px 0;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 27px;
	border-top: 1px solid #1e4c00;
	border-bottom: 1px solid #1e4c00;
	display: block;
	}
/*for H2 or H3 txtGreen*/
.hx_type_mid {
	color: #3c9b22;
	font-size: 85%;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 1em;
	}

.h2_long {
	font-size: 85%;
	font-weight: bold;
	line-height: 120%;
	background-image: url(../../img/parts/h2_bg_long.gif);
	background-repeat: no-repeat;
	clear: both;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 25px;
	border-bottom: 2px solid #3c9b22;
	display: block;
	}
.h2_short {
	font-size: 85%;
	font-weight: bold;
	line-height: 120%;
	background-image: url(../../img/parts/h2_bg.gif);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 25px;
	clear: both;
	border-bottom: 2px solid #3c9b22;
	}
.h2_short_nonpad {
	font-size: 85%;
	font-weight: bold;
	line-height: 120%;
	background-image: url(../../img/parts/h2_bg.gif);
	background-repeat: no-repeat;
	display: block;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 25px;
	clear: both;
	border-bottom: 2px solid #3c9b22;
	}

/*=======================*/
/*Paragraph & Font Settings*/
/*=======================*/
.p_basic {
	font-size: 85%;
	line-height: 140%;
	margin: 0 0 1em;
	padding-top: 0;
	}
.p_minipad {
	font-size: 85%;
	line-height: 140%;
	margin: 0 0 12px;
	padding-top: 0;
	}

.p_caption {
	font-size: 85%;
	line-height: 140%;
	margin: 0 0 1em;
	padding-top: 5px;
	}
.p_link_right {
	font-size: 85%;
	line-height: 120%;
	text-align: right;
	margin-bottom: 1em;
	}

.font_red {
	color: red;
	}
.font_or {
	color: #ff4e00;
	}

.font_small {
	font-size: 12px;
	}

.font_xsmall {
	font-size: 10px;
	}
.new_item {
	color: #ff4e00;
	font-size: 12px;
	}

/*=======================*/
/*Parts & Tables*/
/*=======================*/
.form_input_login {
	width: 215px;
	height: 16px;
	border: solid 1px #9c9c9c;
	}

.login_table {
	width: 100%;
	margin-bottom: 15px;
	}

.form_label {
	font-size: 85%;
	line-height: 120%;
	vertical-align: middle;
	width: 6em;
	display: table-cell;
	white-space: nowrap;
	}

.form_field {
	font-size: 85%;
	line-height: 120%;
	padding-top: 3px;
	padding-bottom: 3px;
	display: table-cell;
	}

.basic_table {
	width: 100%;
	margin-bottom: 15px;
	border-top: 2px solid #9c9c9c;
	border-left: 2px solid #9c9c9c;
	}

.basic_table2 {
	width: 350px;
	margin-bottom: 15px;
	border-top: 2px solid #9c9c9c;
	border-left: 2px solid #9c9c9c;
	}

.basic_table3 {
	margin-bottom: 15px;
	border-top: 2px solid #9c9c9c;
	border-left: 2px solid #9c9c9c;
	}

.basic_th {
	font-size: 75%;
	font-weight: normal;
	line-height: 120%;
	background-color: #e5f1e1;
	text-align: center;
	padding: 3px 2px;
	border-right: 2px solid #9c9c9c;
	border-bottom: 2px solid #9c9c9c;
	white-space: nowrap;
	}

.basic_td_gr {
	font-size: 75%;
	font-weight: normal;
	line-height: 120%;
	background-color: #f1f1f1;
	padding: 3px 2px;
	border-right: 2px solid #9c9c9c;
	border-bottom: 2px solid #9c9c9c;
	}

.basic_td_wh {
	font-size: 75%;
	font-weight: normal;
	line-height: 120%;
	padding: 3px 2px;
	border-right: 2px solid #9c9c9c;
	border-bottom: 2px solid #9c9c9c;
	}
/*List Style for Table*/
td ul {
	margin-left: 12px;
	list-style-image: url(../../img/parts/list_main.gif);
	}

td ol {
	margin-left: 12px;
	list-style-type: decimal;
	}

td li {
	padding-bottom: 3px;
	}
/*List Style Green*/
.ul_gr {
	font-size: 85%;
	line-height: 120%;
	margin-bottom: 1em;
	margin-left: 35px;
	list-style-image: url(../../img/parts/list_shikaku_green.gif);
	}

.li_gr {
	padding-bottom: 5px;
	}
/*Common Class for Clear*/
.inner_fl {
	}
/*Float Clear == Thanks for positioniseverything.net*/
.inner_fl:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .inner_fl { display: inline-block; }
/* hide ie mac \*/
* html .inner_fl { height: 1%; }
.inner_fl { display: block; }
/* */
.clear
{
 clear: both;
 overflow: hidden;
 width: 1px;
 height: 1px;
 margin: 0 -1px -1px 0;
 border: 0;
 padding: 0;
 font-size: 0;
 line-height: 0;
}
/*++++TOP PAGE ITEMS++++*/
/*News*/
#news_box {
	font-size: 16px;
	padding-bottom: 12px;
	padding-left: 20px;
	}
#news_box dl {
	font-size: 85%;
	line-height: 120%;
	display: block;
	}

#news_box dt {
	background-color: #f5f5f5;
	text-align: center;
	width: 90px;
	float: left;
	padding-bottom: 2px;
	display: block;
	}

#news_box dd {
	width: 440px;
	float: left;
	margin-left: 5px;
	padding-bottom: 2px;
	display: block;
	}
/*Sub column layout*/
#top_column {
	font-size: 16px;
	display: block;
	}

.top_column_left {
	width: 267px;
	overflow: hidden;
	float: left;
	}

.top_column_right {
	width: 267px;
	float: right;
	overflow: hidden;
	}
/*President*/
.president {
	background-color: #cae4c3;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.president_left {
	text-align: right;
	width: 75px;
	float: left;
	display: block;
	}

.president_right {
	width: 185px;
	float: right;
	display: block;
	}

.pre_name {
	font-size: 75%;
	line-height: 120%;
	margin-bottom: 5px;
	}

.pre_wh {
	font-size: 75%;
	line-height: 120%;
	background-color: white;
	margin-right: 5px;
	padding: 3px;
	}

.blog_inport {
	background-color: #eff7ed;
	clear: both;
	margin-bottom: 15px;
	padding: 6px;
	display: block;
	}

.blog_inport dl {
	font-size: 85%;
	line-height: 140%;
	margin-bottom: 12px;
	}

.blog_inport dt {
	
	}

.blog_inport dd {
	margin-bottom: 5px;
	}

