@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;
	outline: none;
}

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

a{
	border: none;	
}

/* 大枠設定 */
body{
	font-size: medium;
	background-color:#F6F;
	background-image:url(../images/araiguma.jpg) ;

}
#wrapper{
	color: #000;
	width: 1000px;
	height: 480px;	
	margin: 50px auto 0 auto;
	text-align: left;
	background-color: #F93;
}
#wrapper2{
	color: #000;
	width: 1000px;
	height: 480px;	
	margin: 50px auto 0 auto;
	text-align: left;
	background-color: #F6F;
}
#wrapper3{
	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_box2.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;
}

/* テーブル設定 */

table {
	width: 1000px;
	height: 210px;
}
th{
	width: 125px;
	height: 70px;
}
td{
	width: 125px;
	height: 70px;
}

a img {
	border:none;
	text-decoration: none;
}



/* バナー設定 */
.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;	
}
.buner_bun{
	width: 120px;
	height: 60px;
	margin: 5px 0px 5px 5px;	
}
.buner_bun a{
	background-image: url(../images/okurukotoba.jpg);
	display: block;
	width: 120px;
	height: 60px;
}
.buner_bun a:hover{
	background-image: url(../images/okurukotoba_on.jpg);
	display: block;
	width: 120px;
	height: 60px;
}
.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;
}
.setumei3{
	width: 110px;
	height: 30px;
	margin: 5px 5px 5px 0px;
	background-color: #FFF;	
	font-size: 15px;
	padding: 15px 5px;
	text-align: center;
	font-weight: bold;
	color: #000;
}
.setumei4{
	width:110px;
	height: 50px;
	margin: 5px 5px 5px 0px;
	background-color: #FFF;	
	font-size: 10px;
	padding: 5px;
	text-align: center;
}

/* 文字設定 */
h1{
	color: #0F0;
	text-align: center;
	text-decoration: underline;
}
.bun{
	text-align: center;
	margin: 10px 30px;
	font-size:24px;	
}
.bun2{
	text-align: center;
	margin: 10px 30px;
	font-size:20px;	
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.syou{
	font-size: 8px; 	
}

.aka{
	color: #F00;	
}
.aka_2{
	color: #F00;
	font-weight: bold;	
}
.aka_3{
	color: #F00;
	font-weight: bold;
	font-size: 15px;	
}
.ao{
	color: #00c;	
}
.modoru{
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: 5px;
	font-size: 16px;	
}
br{
	line-height: 1.3em;	
}
.up{
	text-align: right;
	font-size: 12px;
	color: #333;
	padding-right: 10px;
}
.midashi{
	color: #00F;
	text-align: center;
	text-decoration: underline;
}
.futoji{
	font-weight: bold;	
}
/* リンク設定 */
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #00C;
	text-decoration: underline;	
}
