@charset "SHIFT_JIS";

/* common setting (ver 2.0)
==================================================*/

	/* scroll
	------------------------------------------------*/
	/*html{overflow-y:scroll;}*/

	/* css reset
	------------------------------------------------*/
	body, div, p,
	h1, h2, h3, h4, h5, h6,
	dl, dt, dd, ul, ol, li,
	table, caption,th, td,
	form, fieldset, input, textarea, select,
	pre, address, blockquote,
	embed, object{margin:0px;padding:0px;}

	
	/* font family
	------------------------------------------------*/
	body, form textarea{
		font:13px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	/* font size
	------------------------------------------------*/
	/*universal class > font size > ftMedium*/
	h1, h2, h3, h4, h5, h6,
	p, dt, dd, li, table,
	form, fieldset, input, textarea,
	pre, address, blockquote{ font-size:100%; line-height:1.4;}
	

	/* tags base setting
	------------------------------------------------*/
		/*body*/
		body{
			background:#ffffff;
			text-align:center;
			color:#333333;
		}

	
		/*h*/
		h1, h2, h3,	h4, h5, h6{font-weight:bold;}
		
		/*p*/
		p{font-weight:normal;}

		/*em || strong*/
		em, strong{font-style:normal;font-weight:bold;}
		
		/*ul || ol*/
		ul, ol{line-height:0px;}
		ul    {list-style:none;}
		li    {display:list-item;}
		li img{vertical-align:bottom;}
		
		/*dl*/
		dl{line-height:0px;}
		dt img, dd img{vertical-align:bottom;}
		
		/*table*/
		table{
			border-collapse:separate;
			border-spacing:0px;
			empty-cells:show;
		}
		caption, th {  
			text-align:left;  
		} 
		
		/*img*/
		img{border:0px;}
		
		/*form*/
		form {font-weight:normal;}
		/*
		input{line-height:1em;}
		input, select{padding:1px;}
		input, label {vertical-align:middle;}
		textarea     {padding:2px 2px 2px 5px;}
		*/
		
		/*a*/
		a         {cursor:pointer;text-decoration:none;}
		a:link    {color:#665501;}
		a:visited {color:#665501;text-decoration:none;}
		a:hover   {color:#665501;text-decoration:underline;}
		a:active,
		a:focus   {color:#665501;text-decoration:underline;}



/* universal class (ver 2.0)
==================================================*/
	
	/* font size
	------------------------------------------------*/
	/*common setting > font size > ftMedium*/
	.ftSmallx , table.ftSmallx  th, table.ftSmallx  td {font-size:77% !important; line-height:1.5 !important;}
	.ftSmall  , table.ftSmall   th, table.ftSmall   td {font-size:85% !important; line-height:1.5 !important;}
	.ftMedium , table.ftMedium  th, table.ftMedium  td {font-size:93% !important; line-height:1.5 !important;}
	.ftLarge  , table.ftLarge   th, table.ftLarge   td {font-size:108% !important; line-height:1.5 !important;}
	.ftLargex , table.ftLargex  th, table.ftLargex  td {font-size:123.1% !important; line-height:1.5 !important;}
	.ftLargexx, table.ftLargexx th, table.ftLargexx td {font-size:138.5% !important; line-height:1.5 !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;}

	/* clearfix
	------------------------------------------------*/
	.cf:before, .cf:after {content: " ";display: table;}
	.cf:after {clear: both;}
	
	/* textHide
	------------------------------------------------*/
	.tHide{
		display:block;
		overflow:hidden;
		text-indent:110%;
		white-space: nowrap;
		background:transparent no-repeat 0 0;
	}
	
	/* text align
	------------------------------------------------*/
	.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;}


	/* vertical align
	------------------------------------------------*/
	.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;}


	/* 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;}
