@charset "utf-8";
/* CSS Document */


* {
  padding: 0;
  margin: 0;
}

img {
	border: 0;
}


/* clearfix ---------------------------------------*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{	display:inline-block;}

/*hides from IE-mac \*/

* html .clearfix{height:1%;}
.clearfix {display:block;}

/*End hide from IE-mac*/


/* link ---------------------------------------*/

#sub_story a:link,
#sub_story a:visited {
	color:#00F;
	text-decoration:none;
}

#sub_story a:hover {
	color:#F60;
	text-decoration:underline;
}

a:link,
a:visited {
	color:#F60;
	text-decoration:none;
}

a:hover {
	color:#F30;
	text-decoration:underline;
}

#footer a:link,
#footer a:visited {
	color:#FFC;
	text-decoration:none;
}

#footer a:hover {
	color:#FC0;
	text-decoration:underline;
}


/* layout ---------------------------------------*/

body {
	padding: 0;
	margin: 0;
	background-color:#F30;
	color:#000000;
	text-align:center;
	font-size:14px;
	line-height:1.4em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#container {
  margin:0 auto;
  width:970px;
  height:auto;
  background-color:#F30;
  background:url(../images/bg_topimg.jpg) top no-repeat;
  text-align:left;
}

#header {
	margin:0 auto;
	padding:5px;
	width:960px;
	height:auto;
}

#contents {
  margin:10px 0 0 0;
  width:970px;
}

#main_content {
  width:720px;
  float:left;
}

#sidebar {
  width:240px;
  float:right;
}

#footer{
	clear:both;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	width:100%;
	height:120px;
	background:url(../images/bg_footer.gif) bottom repeat-x;
	text-align:center;
	color: #FFD630;
}
.footer_menu{
	font-size:11px;
	font-family: Verdana, helvetica, arial, sans-serif;
	line-height:1.8em;
}
.copyright{
	margin:5px;
	padding:0;
	width:auto;
	height:auto;
}


/* contents ---------------------------------------*/

/* text */

p{
  margin:0.5em 0 0 0;
}

h4 {
  margin:0 0 1em 0;
  font-size:14px;
}

h5 {
  margin:10px 0 5px 0;
  font-size:13px;
}

.bold{
  font-weight:bold;  
}

/* story */

.box1:after,
.box2:after,
.box3:after,
.box4:after,
.link_box:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.box1 {
  padding:10px 20px;
  width:670px;
  background-color:#FFFFEC;
  border-right:solid 5px #FC0;
  border-left:solid 5px #FC0;
}

.box1_img {
  width:320px;
  float:left;
  margin-bottom:10px;
}
.box1_text {
  width:330px;
  float:right;
}

.link_data {
  clear:both;
  margin:0 0 20px 0;
  text-align:right;
}

.gallery {
  text-align:left;
}
.gallery_margin {
  margin:0 10px 0 0;
}

#story {
  margin:0 0 10px 0;
  padding:0;
}

#sub_story {
  margin:10px 0 0 0;
  padding:0;
}

.box_top {
  margin:0;
}
.box_bottom {
  clear:both;
}

#instructor_profile,#hunayado_info,#onakama,#mini,#tackle {
  clear:both;
  margin:0 0 10px 0;
  font-size:12px;
  line-height:1.3em;
}

.sub_story_box {
  margin:0;
  padding:0 10px 10px 10px;
  width:690px;
  background-color:#FFFFEC;
  border-right:solid 5px #FC0;
  border-left:solid 5px #FC0;
}

.box2 {
  margin:0;
  padding:10px;
  width:670px;
}

.box2_img {
  width:310px;
  float:left;
}
.box2_img2 {
	width:155px;
	float:left;
}
.box2_text2 {
	color: #666;
}

.box2_text {
  width:345px;
  float:right;
}
.box2_img img{
  margin:0 5px 0 0;
}

.chokamore {
  text-align:right;
}

.box3 {
  margin:0;
  padding:10px;
  width:670px;
}
.box3_img {
  width:100%;
}
.box3_img img{
  margin:0 5px 0 0;
}


/* tackle ---------------------------------------*/

#tackle{
  padding:10px 0 0 0;
  width:690px;
}

.tackletable_left{
  width:260px;
  float:left;
}
.tackletable_right{
  width:380px;
  float:right;
}

#tackle table {
	background-color:#F90;
	color:#000000;
	font-size:12px;
}
#tackle th {
	background-color:#FFDF80;
	padding:1px 5px;
	text-align:left;
	font-weight:bold;
}
#tackle td {
  background-color:#FFFFFF;
  padding:1px 5px;
}

/* backnumber page---------------------------------------*/

#backnumber_box{
  clear:both;
  padding:5px 10px;
  width:690px;
  background-color:#FFFFEC;
  border-right:solid 5px #FC0;
  border-left:solid 5px #FC0;
}

.backnumber_box_img{
  width:160px;
  float:left;
}
.backnumber_box_text{
  width:510px;
  float:right;
}

#backnumber_box h3{
  margin:0 0 10px 0;
  font-size:14px;	
  font-weight:bold;
}

.backnumber_date{
	margin:0 0 10px 0;
	font-size:12px;
	line-height:1.3em;
	color:#666;
}

.backnumber_more{
	font-size:12px;
	color:#666;
	text-align:right;
}

.link_data2{
  margin:20px 0 0 0;
  text-align:center;
}

/*backnumber.js*/
.backnumber_year{
	margin:0 10px;
	padding:0;
	text-align:left;
	color:#000;
}

.backnumber_year a{
	margin:0;
	padding:0 10px;
	color:#F30;
	text-decoration:none;
}

.backnumber_year a:hover{
	margin:0;
	padding:0 10px;
	color:#930;
	text-decoration:none;
}


/* sidebar ---------------------------------------*/

#link_tsurisute,#link_program,#link_choka {
  margin:0 0 10px 0;
  font-size:12px;
  line-height:1.3em
}

.link_box {
  margin:0;
  padding:10px 8px 0 8px;
  width:220px;
  background-color:#FFDEAC;
  border-right:solid 2px #FFF;
  border-left:solid 2px #FFF;
}

.box4 {
  margin:0 0 8px 0;
  width:220px;
}
.box4_img {
  width:60px;
  float:left;
}
.box4_text {
  width:150px;
  float:right;
}



/* navi ---------------------------------------*/

#navi {
  margin:250px 0 0 0;
}

#navi ul {   

} 

#navi li {
  display:inline;
  list-style-type:none;
}

#navi li a {
  text-indent: -9999px;
  text-decoration: none;
  margin:0 5px;
  width: 184px;
  height: 40px;
  float:left;
}

.navi04 {
  text-indent: -9999px;
  text-decoration: none;
  margin:0 5px;
  width: 184px;
  height: 40px;
  float:left;
  background:url(../images/navi04_03.gif) no-repeat;
}

.navi01 a { background:url(../images/navi01_01.gif) no-repeat; }
.navi02 a { background:url(../images/navi02_01.gif) no-repeat; }
.navi03 a { background:url(../images/navi03_01.gif) no-repeat; }
.navi04 a { background:url(../images/navi04_03.gif) no-repeat; }
.navi05 a { background:url(../images/navi05_01.gif) no-repeat; }

.navi01 a:hover { background:url(../images/navi01_02.gif) no-repeat; }
.navi02 a:hover { background:url(../images/navi02_02.gif) no-repeat; }
.navi03 a:hover { background:url(../images/navi03_02.gif) no-repeat; }
.navi04 a:hover { background:url(../images/navi04_02.gif) no-repeat; }
.navi05 a:hover { background:url(../images/navi05_02.gif) no-repeat; }



/* evevt ---------------------------------------*/

#evevt_text{
  padding:10px 0 0 20px;
  width:670px;
}

#moushikomi{
  margin:15px 0;
  padding:0;
  text-align:center;
}

#event_form{
  
}

#event_form table {
	background-color:#F90;
	color:#000;
	font-size:13px;
}
#event_form th {
	background-color:#FFDF80;
	padding:5px 8px;
	text-align:left;
	font-weight:bold;
}
#event_form td {
  background-color:#FFFFFF;
  padding:1px 5px;
}

.button_submit{
  margin:10px 20px;
}

