@charset "utf-8"; 
/*****************************************************
------------------------------------------------------
	[ hisashi css ]
------------------------------------------------------
*****************************************************/

/*------------------------------------------------------
	[  Addition contents ] 
------------------------------------------------------*/
div.contener h2 { 
	color:#209D2F;
	border-bottom:1px solid #209D2F;
}

/*----------- title -----------------------*/
div.title { 
	background:url(../images/hisashi/parts/title_border.gif) left bottom repeat-x;
}
div.title h1 a,
div.title dt a { 
	width:82px;
	height:22px;
	background:url(../images/hisashi/parts/title_text.gif) no-repeat;
	display:block;
	overflow:hidden;
}
 

/*-----------  navi -----------------------*/

#submenu { width:428px; float:right; }
#submenu li { 
	width:47px; 
	height:47px; 
	margin-left:5px; 
	list-style-type:none;
	text-indent:-99999px;
	float:right;
}
#submenu li a { 
	width:47px; 
	height:47px; 
	float:right;
}
#submenu li.menu_01 a { background:url(../images/hisashi/parts/icon_list_s.gif) 0px 0px no-repeat; }
#submenu li.menu_01 a:hover,
#submenu li.menu_01_on a  { background:url(../images/hisashi/parts/icon_list_s.gif) 0px -53px no-repeat; }

#submenu li.menu_02 a { background:url(../images/hisashi/parts/icon_list_s.gif) -65px 0px no-repeat; }
#submenu li.menu_02 a:hover,
#submenu li.menu_02_on a  { background:url(../images/hisashi/parts/icon_list_s.gif) -65px -53px no-repeat; }

#submenu li.menu_03 a { background:url(../images/hisashi/parts/icon_list_s.gif) -130px 0px no-repeat; }
#submenu li.menu_03 a:hover,
#submenu li.menu_03_on a { background:url(../images/hisashi/parts/icon_list_s.gif) -130px -53px no-repeat; }

#submenu li.menu_04 a { background:url(../images/hisashi/parts/icon_list_s.gif) -195px 0px no-repeat; }
#submenu li.menu_04 a:hover,
#submenu li.menu_04_on a {  background:url(../images/hisashi/parts/icon_list_s.gif) -195px -53px no-repeat; }

#submenu li.menu_05 a { background:url(../images/hisashi/parts/icon_list_s.gif) -260px 0px no-repeat; }
#submenu li.menu_05 a:hover,
#submenu li.menu_05_on a { background:url(../images/hisashi/parts/icon_list_s.gif) -260px -53px no-repeat; }


/*----------- contents list (Addition hisashi) -----------------------*/

div.contents_list dt {
	border-bottom:2px solid #209D2F;
}
div.contents_list dt a {
	color:#209D2F;
}
div.contents_list li.list_01 h2 a {	background:url(../images/hisashi/parts/icon_list.gif) 0px -0px no-repeat; }
div.contents_list li.list_01 h2 a:hover { background:url(../images/hisashi/parts/icon_list.gif) -89px -0px no-repeat; }
div.contents_list li.list_02 h2 a {	background:url(../images/hisashi/parts/icon_list.gif) 0px -108px no-repeat; }
div.contents_list li.list_02 h2 a:hover { background:url(../images/hisashi/parts/icon_list.gif) -89px -108px no-repeat; }
div.contents_list li.list_03 h2 a {	background:url(../images/hisashi/parts/icon_list.gif) 0px -216px no-repeat; }
div.contents_list li.list_03 h2 a:hover { background: url(../images/hisashi/parts/icon_list.gif) -89px -216px no-repeat;}
div.contents_list li.list_04 h2 a {	background:url(../images/hisashi/parts/icon_list.gif) 0px -325px no-repeat; }
div.contents_list li.list_04 h2 a:hover { background:url(../images/hisashi/parts/icon_list.gif) -89px -325px no-repeat; }
div.contents_list li.list_05 h2 a {	background:url(../images/hisashi/parts/icon_list.gif) 0px -433px no-repeat; }
div.contents_list li.list_05 h2 a:hover { background:url(../images/hisashi/parts/icon_list.gif) -89px -433px no-repeat; }


/*----------- ordersystem form -----------------------*/

.hisashi_items td {
}

.hisashi_item {
	white-space:nowrap;
}

.hisashi_item label {
	width:100px;
	font-weight:bold;
	white-space:nowrap;
}

.hisashi_iteml {
	width:350px;
	/*float:left;*/
	text-align:left;
	white-space:nowrap;
}

.hisashi_itemr {
	width:350px;
	text-align:left;
	white-space:nowrap;
}

.clear {
	margin:8px 0;
	clear:both;
}

/*----------- sekourei -----------------------*/
div.example { 
	margin-bottom:15px;
	padding-bottom:20px;
	border-bottom:1px dashed #999999; 
}
div.example h3 { margin-bottom:0; }
div.example p { padding-bottom:0; }

/*------------------------------------------------------
	[ link form ] 
------------------------------------------------------*/
.pagenavi a.link_form {
	width:120px;
	height:18px;
	display:block;
	text-indent:-38000px;
	background:url(../images/hisashi/parts/link_form_hisashi.gif) 0px 0px no-repeat;
	float:right;
}
.pagenavi a.link_form:hover {
	background:url(../images/hisashi/parts/link_form_hisashi.gif) -166px 0px no-repeat;
}

