@charset "utf-8";
        
/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	height: 100%;
	width: 100%;
}
body, 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;
	font-weight: normal;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
strong {
}
* + html body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", arial, helvetica, clean, sans-serif;
}

/*----------------------------------------------------
	clearfix
----------------------------------------------------*/
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
    display: inline-table;
}
/*hides from IE-mac
*html .clearfix {
    height: 1%;
}*/
.clearfix {
	display: block;
	clear: both;
}
/*end hide from IE-mac */

/*----------------------------------------------------
	Link
----------------------------------------------------*/
a:link {
	text-decoration: none;
	color: #00F;
	outline: 0
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*----------------------------------------------------
 Style Info:     スタイルの基本設定
-----------------------------------------------------*/
html {
	height: 100%;
	width: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", arial, helvetica, clean, sans-serif;
	color: #FFFFFF;
}
body {
	height: 100%;
	width: 100%;
	background-color: #000000;
	background-image: url(../img/photo_body-_back2.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
h1 {
	font-size: 119%;
}
h2 {
	font-size: 113%;
	font-weight: bold;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 94%;
}
h4, h5, h6 {
	font-size: 88%;
}
p, li, td, th, dd, dt {
	font-size: 82%;
	text-align: justify;
}
li {
	list-style-type: none;
}

/*----------------------------------------------------

-----------------------------------------------------*/
#wrapper {
	height: 100% !important;
	height: 100%;
	width: 100%;
}
h1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 10px;
	height: 48px;
	padding-left: 18px;
}
h2 {
	font-size: 113%;
	margin-top: 15px;
	margin-left: 20px;
}
h3 {
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 3px;
	font-size: 94%;
	font-weight: bold;
}

#public {
	float: left;
	height: auto;
	width: 400px;
	margin-left: 20px;
	margin-top: 20px;
}
#student {
	width: 400px;
	margin-left: 20px;
	float: left;
	height: auto;
	margin-top: 20px;
}
.boxLength {
	height: 128px;
	width: 400px;
	margin-bottom: 15px;
}
.boxSide {
	height: 98px;
	width: 400px;
	margin-bottom: 15px;
}
.boxLength  .pic     {
	border: 4px solid #FFFFFF;
	height: 120px;
	width: 80px;
	float: left;
}
.boxSide .pic    {
	height: 90px;
	width: 120px;
	border: 4px solid #FFFFFF;
	float: left;
}
.boxLength ul {
	width: 305px;
	margin-left: 7px;
	float: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
.boxSide ul {
	width: 265px;
	margin-left: 7px;
	float: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
li.prize {
	font-weight: bold;
}
li {
	margin-top: 5px;
	margin-left: 5px;
	color: #CCC;
}


#footer {
	padding-bottom: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	background-color: #000000;
}
.FooterP a {
	float: left;
	margin-right: 20px;
	color: #00CCFF;
	margin-left: 20px;
}
.mail a {
	color: #00CCFF;
}
.FooterP a:hover {
	color: #FFFF00;
}
.mail a:hover {
	color: #FFFF00;
}
address  {
	text-align: left;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 20px;
}
