/* CSS Document */
@charset:"Shift_JIS";
/*=====================================================================
CSS information

last-updated : 2011/11/09
file name	 : moving.css
author		 : a.kitahara
style info	 : 引越し用
	
+1:	clearfixハック
+2:	全体
+3:	ヘッダー
+4:	メイン
+5:	特集大
+6:	特集小
+7:	ページTOPへ
=====================================================================*/

/*----------------------------------------------------
+1:	clearfixハック
----------------------------------------------------*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*----------------------------------------------------
+2:	全体
----------------------------------------------------*/
#main p{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 160%;
	color:#333333;
	text-align: justify;
}

#main a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 160%;
	color:#333333;
	text-align: justify;
}

#main img{
	border: 0;
	margin: 0px;
	padding: 0px;
}

/*================================
画像透過によるホバー効果
================================*/
#main a:hover img {
	opacity: 0.7;
	filter: alpha (opacity=70);/* for IE */
	margin: 0px;
	padding: 0px;
}


/*----------------------------------------------------
+3:	ヘッダー
----------------------------------------------------*/
#header {
	margin: 0;
	height: auto;
}


/*----------------------------------------------------
+4:	メイン
----------------------------------------------------*/
#main {
	width: 770px;
}

#main .mainBox {

}
