/* CSS Document */

/*boxshizuoka-CSS BASSIC STYLE*/


 /**********

halppage-head
 
 **********/
	
#helppage-title
    {
	width:702px;
	height:42px;
	margin:0;
	padding:0;
	background:url(../help_images/help_top.gif) no-repeat 0 0    ;
	}
#helppage-title h2
    {
	text-indent:-9000px;
	}
	
.helppage-menu
    {
	width:672px;/*672px→702px→672px*/
	margin:0 0 10px 0;
	padding:10px 15px;
	font-size:100%;
	line-height:1.8;
	background:url(../help_images/menu_back.gif) repeat-x    ;
	}	
 	
.help-box
    {
	width:702px;
	margin:0;
	padding:20px 0;
	}
	
.help-setumei_image
    {
	width:325px;
	margin:0;
	padding:0;
	float:left;
	}
	
.help-setumei_inner
    {
	width:359px;
	margin:0;
	padding:0;
	float:right;
	}
		
.help-setumei_text
    {
	width:343px;
	margin:0 0 10px 0;
	padding:7px;
	border:solid 1px #F90;
	}
	
.help-setumei_text_left
    {
	width:22px;
	margin:0;
	padding:0 5px 0 0;
	float:left;
	}	
	
.help-setumei_text_right
    {
	width:316px;
	margin:0;
	padding:0;
	font-size:95%;
	line-height:1.8;
	float:left;
	}
	
/*** clear for float area ***/

.clear
	{
	clear:both;
	height:1px;
	font-size:1px;
	}
	
/*** clear for float area（clearfix hac）***/

.clearfix:after
	{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfix
	{
	display:inline-block;
	}

/*IE-MAC \*/
* html .clearfix { height:1%;}
.clearfix {display:block;}
/*End IE-MAC*/



/*** hide from browser ***/

.alt
	{
	position:absolute;
	top:-9000px;
	left:-9000px;
	display:inline;
	}

.idt
	{
	text-indent:-9000px;
	}
