@charset "utf-8";

/*---基本---*/

#bg {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 300px;
	background-color: #FFDEAD;
x	background-color: #0080FF;
x	background-color: #9EABF5;
x	background-image: url(../images/bg_body.png);
x	background-repeat: repeat-x;
}


#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 30px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
#header {
X	height: 70px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
x	padding-bottom: 10px;
}


/*---タイトルロゴ---*/

#header h1 {
	height: 70px;
	width: 240px;
	/*--- background-color: #C33; ---*/
	text-indent: -9999px;
	background-image: url(../images/logo.png);
	float: left;
X	margin-right: 445px;
}
#header h1 a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
}


/*--- いつものホームページはコチラ ---*/

.reform_official {
	float: right;
x	margin-top: 20px;
}


.reform_official2 {
	float: left;
	margin-top: 4px;
	margin-left: 10px;
}

/*---　タイトルとページリンク　---*/

#select {
	width: 900px;
	height: 597px;
	background-image: url(../images/bg-pic.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
}

#select .title {
	width: 612px;
	padding-left: 239px;
	padding-top: 25px;
}

#select .page_link {
	margin-top: 45px;
}

#select .page_link .page_link_box1 {
	float: left;
	height: 400px;
	width: 231px;
	padding-left: 219px;
}

#select .page_link .page_link_box2 {
	float: left;
	height: 400px;
	width: 420px;
	padding-left: 30px;
}
