@charset "Shift_JIS";


/* Common Setting (ver 1.5)
==================================================*/

	/* css reset
	------------------------------------------------*/
	body,div,p,
	h1,h2,h3,h4,h5,h6,
	dl,dt,dd,ul,ol,li,
	form,input,textarea,
	table,th,td,embed,object{margin:0px;padding:0px;}
	
	h1,h2,h3,h4,h5,h6,em,strong{font-weight:bold;}
	p,form  {font-weight:normal;}
	dl,ul,ol{font-size:0px;line-height:0px;}
	ul      {list-style:none;}
	dl img,dd img,
	ul img  {vertical-align:bottom;}
	img     {border:0px;}
	
	/* body
	------------------------------------------------*/
	body{
		color:#000000;
		text-align:center;
		background:#ffffff;
	}
	
	/* font family
	------------------------------------------------*/
	body,form textarea{
		font-family: "MS P Gothic", "‚l‚r ‚oƒSƒVƒbƒN", "Osaka|“™•", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	}
	
	/* font size
	------------------------------------------------*/
	caption,th,td,
	h1,h2,h3,h4,h5,h6,
	p,form,
	li,dt,dd{font-size:small;line-height:1.4em;}
	
	/* link
	------------------------------------------------*/
	a         {text-decoration:underline;}
	a:link    {color:#0000ff;}
	a:visited {color:#9933cc;}
	a:hover   {color:#ff0000; text-decoration:none;} 
	a:active,
	a:focus   {color:#0000ff;}

/* accessible navigation
==================================================*/
.accessibleNavi{
	height:1px;
	width:1px;
	overflow:hidden;
	position:absolute;
	right:0px;
	top:0px;
	z-index:999;
	}
.accessibleNavi p{padding:0px; margin:0px;}
#contentHeadBtm {clear:both;font-size:1px;line-height:0px;height:1px;width:1px;}


/* Universal Class (ver 1.5)
==================================================*/
	
	/* font size (with table)
	------------------------------------------------*/
	.ftSmallx , table.ftSmallx  th, table.ftSmallx  td {font-size:xx-small !important; line-height:1.5em !important;}
	.ftSmall  , table.ftSmall   th, table.ftSmall   td {font-size:x-small  !important; line-height:1.5em !important;}
	.ftMedium , table.ftMedium  th, table.ftMedium  td {font-size:small    !important; line-height:1.6em !important;}
	.ftLarge  , table.ftLarge   th, table.ftLarge   td {font-size:medium   !important; line-height:1.6em !important;}
	.ftLargex , table.ftLargex  th, table.ftLargex  td {font-size:large    !important; line-height:1.6em !important;}
	.ftLargexx, table.ftLargexx th, table.ftLargexx td {font-size:x-large  !important; line-height:1.6em !important;}

	/* align (with table)
	------------------------------------------------*/
	.txtAlignL, table.txtAlignL th, table.txtAlignL td {text-align:left   !important;}
	.txtAlignC, table.txtAlignC th, table.txtAlignC td {text-align:center !important;}
	.txtAlignR, table.txtAlignR th, table.txtAlignR td {text-align:right  !important;}
	
	/* image float
	------------------------------------------------*/
	.imageLeft  {float:left;  margin:0px 15px 15px 0px;}
	.imageRight {float:right; margin:0px 0px 15px 15px;}
	
	/* valign (table)
	------------------------------------------------*/
	.vAlignT, table.vAlignT th, table.vAlignT td {vertical-align:top    !important;}
	.vAlignM, table.vAlignM th, table.vAlignM td {vertical-align:middle !important;}
	.vAlignB, table.vAlignB th, table.vAlignB td {vertical-align:bottom !important;}

	/* float clear
	------------------------------------------------*/
	br.clearFloat,
	img.clearFloat {clear:both;height:1px;}
	div.clearFloat {clear:both;font-size:1px;line-height:0px;height:1px;width:1px;}
	
	/* margin set
	------------------------------------------------*/
		/*reset*/
		.margReset {margin:0px !important;}
		/*0px*/
		.margT00 {margin-top   :0px !important;}
		.margR00 {margin-right :0px !important;}
		.margB00 {margin-bottom:0px !important;}
		.margL00 {margin-left  :0px !important;}
		/*5px*/
		.margT05 {margin-top   :5px !important;}
		.margR05 {margin-right :5px !important;}
		.margB05 {margin-bottom:5px !important;}
		.margL05 {margin-left  :5px !important;}
		/*10px*/
		.margT10 {margin-top   :10px !important;}
		.margR10 {margin-right :10px !important;}
		.margB10 {margin-bottom:10px !important;}
		.margL10 {margin-left  :10px !important;}
		/*15px*/
		.margT15 {margin-top   :15px !important;}
		.margR15 {margin-right :15px !important;}
		.margB15 {margin-bottom:15px !important;}
		.margL15 {margin-left  :15px !important;}
		/*20px*/
		.margT20 {margin-top   :20px !important;}
		.margR20 {margin-right :20px !important;}
		.margB20 {margin-bottom:20px !important;}
		.margL20 {margin-left  :20px !important;}
		/*25px*/
		.margT25 {margin-top   :25px !important;}
		.margR25 {margin-right :25px !important;}
		.margB25 {margin-bottom:25px !important;}
		.margL25 {margin-left  :25px !important;}
		/*30px*/
		.margT30 {margin-top   :30px !important;}
		.margR30 {margin-right :30px !important;}
		.margB30 {margin-bottom:30px !important;}
		.margL30 {margin-left  :30px !important;}

