@charset "UTF-8";

/* ------------------------------------- 
 *	ブラウザスタイルの初期化
 * ------------------------------------- */

*{
margin:0px;
padding:0px;
font-family: Arial, "Osaka", "ＭＳ Ｐゴシック", sans-serif;
/* font-family: Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif; */

}
	
/* -------------------------------------
 * 全体の背景色
 * ------------------------------------- */
body {
background-image: url(../../common/image/back.gif);
background-repeat:repeat-y;
background-position:top center;
background-color: #E3E3E3;
 }
 
/* safariハック */
/* safariは背景画像と背景色を設定 */
html[xmlns*=""] body:last-child body{
background-color: #E3E3E3;
background-image: url(../../common/image/back2.gif);
background-repeat:repeat-y;
background-position:top center;
 }	

/* ------------------------------------- 
 *	画像 (img)
 * ------------------------------------- */
img{
border: 0;
}

/* ------------------------------------- 
 *	文字
 * ------------------------------------- */
.style1{
font-size:10px;
letter-spacing:3px;
}

.caption{
margin-top:3px;
font-size:10px;
line-height:1.5em;
letter-spacing:0px;
text-align:center;
}

/* ------------------------------------- 
 *	container
 * ------------------------------------- */
#container{
width:806px;
margin-left:auto;
margin-right:auto;
/*background-color:#0099FF;*/
}

/* ------------------------------------- 
 *	コンテンツ　全体
 * ------------------------------------- */
#contents{
float:right;
margin-right:10px;
}

/* IE6用ハック,safariハック→フッターもハックすること　footer.css参照 */

/* IE6用ハック */
*html #contents{
float:right;
margin-right:5px;
}

/* safariハック */
html[xmlns*=""] body:last-child #contents{
float:right;
margin-right:5px;
}