@charset "UTF-8";

/* ---------------------------------------- 
 - reset
---------------------------------------- */
/*html, body, */
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,blockquote,th,td,form,fieldset,input,textarea,select{
	margin:0;
	padding:0;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}
strong,em,h1,h2,h3,h4,h5{
	font-weight:bold;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
caption,th{
	text-align:left;
}
ol,ul{
	list-style:none;
}
li{
	list-style:none outside;
	vertical-align:top;
}
fieldset,img{
	border:0;
}
select option{
	padding:0 5px;
}
form label{
	cursor:pointer;
}
a{
	outline:0;
	overflow:hidden;
}
body,input,select,textarea{
	color:#000;
	/*background-color:#fff;*/
	font-family: 'Verdana', 'Arial', '�q���M�m�p�S Pro W3', 'Hiragino Kaku Gothic Pro', '���C���I', Meiryo, Osaka, '�l�r �o�S�V�b�N', 'MS P Gothic', sans-serif;
	font-size:62.5%;
}
h1,h2,h3,h4,h5{
	font-size:1.4em;
	line-height:125%;
}
pre,blockquote,dt,dd,li{
	font-size:1em;
	line-height:145%;
}
p{
	font-size:1.2em;
	line-height:150%;
}
a,a[name]:hover{
	color:#000;
	text-decoration:none;
}
a:link,a:visited,a:hover,a:visited:hover{
	color:#09f;
	text-decoration:underline;
}

/**
 * clearfix 
 */

/* clearfix (Firefox)
------------------------------- */
.clearfix:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* WinIE7
------------------------------- */
.clearfix{
	display:inline-block;
}

/* WinIE6
------------------------------- */
/* Hides from IE-mac \*/
* html .clearfix{
	height:1px;
}

.clearfix{
	display:block;
}

/* ---------------------------------------- 
 - common
---------------------------------------- */
body{
	
}
#container{
	margin:0 auto;
	text-align:left;
	width:760px;
}
.trec {
	padding: 9px 0px 12px 0;
	width:760px;
	margin:0 auto;
}
.wrapper{
	width:760px;
	margin:0 auto;
}
a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* ---------------------------------------- 
 - main
---------------------------------------- */
#main{
	width:100%;
	text-align:center;
	margin-top:25px;
}
#main h1{
	padding:0 0 33px;
}
#main .link{
	padding:0 0 31px;
}
#main .txt{
	padding:0 0 18px;
}

/* ---------------------------------------- 
 - school
---------------------------------------- */
#school{
	width:100%;
	text-align:center;
}
#school h1{
	padding:0 0 50px;
}
#school h2{
	padding:0 0 45px;
}

/* ---------------------------------------- 
 - footer
---------------------------------------- */
#footer_wrap {
	width:760px;
	margin:0 auto;
}
#footer {
	width:100%;
	margin:10px auto;
	overflow:hidden;
	text-align:left;
}
#copy {
	float:left;
	width:300px;
	padding:10px 0;
	font-size:0.8em;
	text-align: left;
}
#address {
	float:right;
	width:175px;
	padding:10px 0 0;
}