@charset "utf-8";
/* CSS Document */

/* 全体共通 */

*{
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-family:"ＭＳ Ｐゴシック", MS PGothic,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, sans-serif;
	list-style-type: none;
}

img{
	border: none;
	vertical-align: sub;
}

/* 大枠設定 */
body{
	font-size: medium;
	background-image: url(../images/back.jpg);
}
#wrapper{
	color: #000;
	width: 1000px;
	height: 480px;	
	margin: 50px auto 0 auto;
	text-align: left;
	background-color: #ff6;
}
#wrapper2{
	color: #000;
	width: 1000px;
	height: 480px;	
	margin: 50px auto 0 auto;
	text-align: left;
	background-color: #fff;
}
#top_box{
	width: 1000px;
	height: 218px;
	background-image: url(../images/top_box.jpg);
}
#bottom_box{
	width: 1000px;
	height: 218px;
	background-image: url(../images/bottom_box.jpg);	
}
#header{
	width: 1000px;
	height: 50px;
	background-color: #00c;	
	margin: 3px 0px;
}

/* テーブル設定 */

th{
	width: 125px;
	height: 70px;
}
td{
	width: 125px;
	height: 70px;
}

a img {
	border:none;
	text-decoration: none;
}
table {
	width: 1000px;
	height: 210px;
}


/* バナー設定 */
.buner{
	width: 120px;
	height: 60px;
	margin: 5px 0px 5px 5px;	
}
.buner_2{
	width: 120px;
	height: 60px;
	margin: 5px 0px 5px 5px;	
}
.buner_3{
	width: 120px;
	height: 45px;
	margin: auto 0px auto 5px;	
}
.setumei{
	width:110px;
	height: 50px;
	margin: 5px 5px 5px 0px;
	background-color: #FFF;	
	font-size: 12px;
	padding: 5px;
	text-align: center;
}
.setumei2{
	width: 110px;
	height: 30px;
	margin: 5px 5px 5px 0px;
	background-color: #FFF;	
	font-size: 18px;
	padding: 15px 5px;
	text-align: center;
	font-weight: bold;
	color: #F00;
}

/* 文字設定 */
h1{
	color: #00C;
	text-align: center;
	text-decoration: underline;
}
.bun{
	text-align: center;
	margin: 10px 30px;
	font-size:24px;	
}
.aka{
	color: #F00;	
}
.aka_2{
	color: #F00;
	font-weight: bold;	
}
.ao{
	color: #00c;	
}
.modoru{
	font-size: 16px;	
}
br{
	line-height: 1.3em;	
}
.up{
	text-align: right;
	font-size: 12px;
	color: #333;
}
/* リンク設定 */
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #00C;
	text-decoration: underline;	
}
