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

/* reset /////////////////////////////////////////*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
}
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym { border:0; } 
hr {display:none;}
/* /reset /////////////////////////////////////////*/

body {

	background:url(../../img/bg.jpg) repeat-x #FFFFFF;
	color:#666666;
	margin:0;
	padding:0;
	font-size: 77%;
	line-height:1.5em;
	letter-spacing:0.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka";
	text-align:center;
}

html>/**/body {font-size:12px;}

* + html body {letter-spacing:normal;}

br{letter-spacing:normal;}
#layout {
	width:950px;
	margin:0 auto;
	border:solid #CCCCCC 1px;
	}

#header {
	background:url(../../img/header.gif) no-repeat;
	width:950px;
	height:304px;
	margin:0 auto;
	position:relative;
	text-indent:-9999px;
}

#header h1{
	position: absolute;
	width: 650px;
	height: 144px;
	top: 83px;
	left: 294px;
	}
	
	

	
#header .dragon a{
	width: 214px;
	height: 35px;
	top: 3px;
	left: 737px;
	position: absolute;
}
	


#contents {
	clear:both;
	width:918px;
	margin:0 auto;
}

#contents p{
	width:855px;
	margin:30px auto 0;

	
}

#contents #jump{
	width:855px;
	margin:0 auto 40px;
	padding:20px 0 20px 0;
	text-align:left;
	border-bottom:2px dashed #000;
}

#contents dl{
	clear:both;
	width:830px;
	margin:0 auto 40px;	
}

#contents dl dt,
#contents dl dd{
	float:left;
}

#contents dl dd.duo{
	width:265px;
	background:url(../../img/sra.gif) no-repeat right;	
}

#contents dl dd.duo a{
	width:244px;
	height:38px;
	display:block;
	background:url(../../img/duo.gif) no-repeat;
	text-indent:-9999px;
}

#contents dl dd.duo a:hover{
	background:url(../../img/duo_over.gif) no-repeat;
}

#contents dl dd.crest{
	width:155px;
	background:url(../../img/sra.gif) no-repeat right;	
}

#contents dl dd.crest a{
	width:129px;
	height:42px;
	display:block;
	background:url(../../img/crest.gif) no-repeat;
	text-indent:-9999px;
}

#contents dl dd.crest a:hover{
	background:url(../../img/crest_over.gif) no-repeat;
}


#contents dl dd.nest{
	width:145px;
}

#contents dl dd.nest a{
	width:129px;
	height:42px;
	display:block;
	background:url(../../img/nest.gif) no-repeat;
	text-indent:-9999px;
}

#contents dl dd.nest a:hover{
	background:url(../../img/nest_over.gif) no-repeat;
}




#contents dl dt{
	margin-right:20px;
}


#contents .join a{
	width:783px;
	height:92px;
	background:url(../../img/join.gif) no-repeat;
	display:block;
	margin:0 auto 40px;
	text-indent:-9999px;
}

#contents .join a:hover{
	background:url(../../img/join_over.gif) no-repeat;
}

#contents #photo{
	text-align:center;
	padding:10px 0 10px 0;
}


#contents ul{
	width:397px;
}

#contents ul li{
	float:left;
	margin:0 10px 0 0;
}

#contents ul li.last{
	margin:0 0 0 0;
}

#contents #timetable{
	text-align:center;
	padding:30px 0 30px 0;
	border-top:2px dashed #000;
}



	
#footer{
	clear:both;
	width:100%;
	height:107px;
}
	
#footer address{
	height:100px;
	background:url(../../img/copy.gif) no-repeat center;
	text-indent:-9999px;
	margin:0 auto;
}


object,
a:focus {
	outline:none;
}


img { border: none; }

.leftbox {
	float: left;
	margin-right:10px;
}
.rightbox {
	float: right;
	margin-left:10px;
}
.textRight {text-align:right;}

/* ///////////////////////////////////////////////////
	clearfix
////////////////////////////////////////////////////*/

/* クリアフィックス*/
.cleafix:after{
   content:".";
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
}

.cleafix{
   display:inline-block;
   min-height:1%;  /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
*html .cleafix{height: 1%;}
.cleafix{display: block;}
/* for ie5,6*/
