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

body{
	background-color:#CFCFCF;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/*段組み*/

#box{
	width:930px;
	height:950px;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #336600;
	margin: auto;
	background-color: #FFFFFF;
}

#top{
	width:930px;
	height:220px;
}

#logo{
	width:200px;
	height:220px;
	float:left;
}

#menu{
	width:730px;
	height:220px;
	float:left;
	background-image: url(img_h_repo/top.jpg);
}

#left{
	width:200px;
	height:730px;
	margin-right:25px;
	float:left;
	background-repeat:no-repeat;
	background-image: url(img_h_repo/left.jpg);
	background-color: #336600;
}

#left_info{
	height:250px;
	width:150px;
	margin-left: 26px;
	margin-top: 30px;
}


#right{
	width:700px;
	height:710px;
	float:left;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbbbbb;
}

#box01{
	width:695px;
	background-image:url(img_h_repo/box01.jpg);
	background-repeat: no-repeat;
	height: 230px;
	margin-bottom: 20px;
	padding-top: 20px;
}


#box01_top{
	width:650px;
	height:40px;
	margin-left: 21px;
}

#box01_photo{
	height:132px;
	width:650px;
	margin-bottom: 5px;
	margin-left: 21px;
}

#text01{
	width:196px;
	height:30px;
	margin-left:21px;
	margin-right:22px;
	float:left;
	display:inline;
}

#text02{
	width:196px;
	height:30px;
	margin-right:22px;
	float:left;
}

#text03{
	width:196px;
	height:30px;
	float:left;
}

#box02{
	height:335px;
	width:700px;
	background-image:url(img_h_repo/box02.jpg);
	margin-bottom: 20px;
	padding-top: 60px;
	background-repeat: no-repeat;

}

#box02_text{
	height:47px;
	width:610px;
	margin-left:40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;
	}


#box02_photo{
	width:640px;
	height:206px;
	margin-left:30px;
	margin-top: 30px;
}

/*左ボックスの文字設定*/


.name{
	font-size:13px;
	color:#336600;
	font-weight: bold;
}

.name_kana{
	font-size:10px;
	color:#336600;
	font-weight: bold;
}

.text{
	font-size:10px;
	color:#000000;
	line-height: 1.5em;
}

/*ボックス０１（ハチ北リポート文字設定）*/

.place{
	font-size:13px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	color: #333333;
}

.date{
font-size:11px;
color:#333333;
font-weight:bold;}


.name_box01{
	font-size:11px;
	color:#336600;
	font-weight: bold;
}

.text_box01{
font-size:10px;
color:#4D4D4D;
font-weight:bold;}



/*ボックス０２の文字設定（大会リポート）*/


.text_box02{
	font-size:11px;
	color:#333333;
	line-height: 1.4em;
}


/*画像設定*/


.blog_btn{
	margin-left:15px;
}

.www{
	margin-top:420px;
}

/*ハチ北写真の位置設定*/

.photo_left{
	float:left;
	margin-right:21px;
}


.photo_center{
	margin-right: 21px;
}

/*大会写真（ＢＯＸ０２）の写真の位置設定*/

.img_box02{
	margin-right:6px;
}


/*フッターメニュー*/

ul{
	text-align:right;
	background-color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin-right:20px;

}

li{
	display: inline;

}


li a:link {
	color: #686868;
	text-decoration: none;
}

li a:visited {
	color: #686868;
	text-decoration: none;
}
li a:hover {
	color: #2C2C2C;
	text-decoration: none;
}
li a:active {
	color:#686868;
	text-decoration: none;
}


 

