/* CSS Document */
@charset:"Shift_JIS";
/*=====================================================================
CSS information

last-updated : 2011/07/28
file name	 : common.css
author		 : a.kitahara
style info	 : 福利共通使用CSS
	
+1:	全体
+2:	clearfixハック
+3:	
+4:	
+5:	
=====================================================================*/


/*----------------------------------------------------
+1:	全体
----------------------------------------------------*/

/*	主要ブラウザで常に縦スクロールバー表示	*/
html {
   overflow-y:scroll;
   height:100%;
   margin-bottom:1px;
}

/*	全体包括BOX用	*/
#wrapper_au {
	margin: 0px auto 10px;
	padding: 0px;
	width: 900px;
	line-height: 100%;
	color: #333333;
	text-align: justify;
	height: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	/*font-size: 62.5%;*/	/* 1em = 10px */
}

/*	リンクの点線を消去	*/
#wrapper_au a{
	outline: none;
}

/*	画像リンクのラインを消去	*/
#wrapper_au img {
	border: none;
	margin: 0px;
	padding: 0px;
}

#wrapper_au p {
	margin: 0px;
	padding: 0px;
	/*font-size: 1.2em;*/	/* 12px相当 */
}



/*----------------------------------------------------
+2:	clearfixハック
----------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
