﻿/*5カラム用CSS*/
body{
	/*全体レイアウト*/
	width:100%;
	min-width:320px;
	max-width:400px;
	height:100%;
	/*中央寄せ*/
	margin:0 auto;
	padding:0;
	/*IE用*/
	text-align:center;
	font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", monospace;
	font-size: 12px;
	line-height: 16px;
	background-image:url("../img/bg_line.gif");
}
img { border:none;}



/*トップ画像クロスフェード*/
#viewer {
	margin: 0 auto;
	width: 800px;
	height: 550px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

#viewer a {
	margin-top: 6px;
	top: 0;
	center: 0;
	display: block;
}