@charset "shift_jis";

/*--------------------------------------
#▼　メインカラム幅の絶対基準値
--------------------------------------*/

#main_width {
width: 1000px;
}

/*--------------------------------------
#▼　メインカラム幅の二次調整値
--------------------------------------*/

#all {
width:100%;
}

/*--------------------------------------
#▼　ボディ幅の相対値
--------------------------------------*/

html,body{
margin: 0px;
width: 100%;
overflow-x: auto;
}

/*--------------------------------------
#▼　タイトルバック1の背景画繰返
--------------------------------------*/

#head_img {
width:100%;
height: 400px;
background-image: url("img/bg_check.gif");
background-repeat: repeat;
}

/*--------------------------------------
#▼　タイトルバック2の背景画繰返
--------------------------------------*/

#line_img {
width:100%;
height: 20px;
background-image: url("img/line.png");
background-repeat: repeat;
}

/*--------------------------------------
#▼　タイトルイメージの設定
--------------------------------------*/

#title_img {
background-image: url("img/title.gif");
width: 1000px;
height: 350px;
}

/*--------------------------------------
#▼　カウンターイメージの設定
--------------------------------------*/

.counter {
position: relative;
top:20px;
left: 350px;
}

/*--------------------------------------
#▼　カウンターイメージの設定
--------------------------------------*/

#line {
	height: 20px;
	background-repeat: repeat-x;
	width: 100%;
	clear: none;
	background-image: url(img/line.png);
}

#title {
	height: 350px;
	width: 100%;
	background-image: url(img/title.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#title .count {
	width: 100%;
	margin-top: 25px;
	margin-left: 700px;
}

.osirase {
	color: #FF3333;
	font-size: 24px;
	text-align: center;
}
