/* リセット
---------------------------------------------------- */body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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;
	font-weight:normal;
}

li{
	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;
	font-variant:normal;
}

br{
	letter-spacing: normal;
}

/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,textarea,select{
	*font-size:100%;
}


/* ページ全体
---------------------------------------------------- */
html{
	background-color:#ffffff;
	color: #333333;
	letter-spacing: 0.05em;
}

div {  
	display: inline-block;  
}

div:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}

body{
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3",Osaka,Arial, Helvetica, sans-serif;
	text-align: center;
	line-height:1.5em;
	font-size:90%;
	background-image: url(../images/bg_students.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

a {
	color: #3366cc;
	text-decoration:none;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

.clearfix {  
	display: inline-block;  
}

.clearfix:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}

.clear{
	clear:both;
}

.none{
	margin:0;
	padding:0;
	border: none;
}

h1 {
	margin-top: 15px;
	position: absolute;
}

#wrapper {
	width: 900px;
	margin:0 auto;
	text-align: left;
}


/* ヘッダー
---------------------------------------------------- */
#header {
	width: 900px;
	height: 120px;
	text-align: left;
	clear: both;
	line-height:0;
}

#header #info{
	float:right;
	margin-top:30px;
}


/* フッタ
---------------------------------------------------- */
#global_footer {
	width: 100%;
	margin:40px auto 10px;
	text-align: center;
	background-image: url(../images/bg_btm_menu.gif);
	background-repeat: repeat-x;
	background-position: center 8px;
	clear:both;
}
	
#global_footer #footer_inner{
	width:900px;
	text-align:left;
	font-size:90%;
	padding-top:65px;
}

#global_footer a {
	color: #333333;
}

address{
	color:#666666;
	margin-top:7px;
}

.copyright{
	color:#999999;
	font-family: Arial, Helvetica;
}

#global_footer ul#btm_contact{
	float:right;
	width:275px;
	text-align:right;
	margin-top:10px;
}

#global_footer ul#btm_contact li{
	margin:2px 0 0 7px;
	padding:0;
	float:left;
}



/* コンテンツ
---------------------------------------------------- */
#contents h2{
	margin-bottom:25px;
	font-size:120%;
	font-weight:bold;
}

#contents {
	width: 900px;
	padding:0;
	margin-top:20px;
}

#column_left {
	width:640px;
	float:left;
}

#column_left li{
	line-height: 0;
	margin-bottom:5px;
}

#column_right {
	width:230px;
	float:right;
}

ul#SubMenu {
	margin-bottom:10px;
	padding-bottom:10px;
	background-image: url(../images/bg_right_menu.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

ul#SubMenu li{
	height:40px;
	display:block;
	margin:0 0 1px 8px;
}


/* 募集要項
---------------------------------------------------- */
#admission{
	width:640px;
	float:left;
}

#admission h3{
	margin-bottom:7px;
	font-size:110%;
	line-height:1em;
	font-weight:bold;
	padding: 5px 0 4px 14px;
	background-image: url(../images/bg_h3_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#admission h4{
	margin-bottom:5px;
	padding:0;
	display:inline;
}

ul#AdminMenu li{
	float:left;
	width:189px;
	height:35px;
	display:block;
	border: 1px solid #cccccc;
	margin:2px;
	padding:15px 0 0 15px;
	background-image: url(../images/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 5px 20px;
}

#admission div{
	margin-left:5px;
	width:630px;
}

#admission th{
	padding:5px;
	border: 1px solid #cccccc;
	background-color:#eeeeee;
	white-space:nowrap;
	text-align:center;
	background-image: url(../images/bg_gray01.gif);
	text-align:right;
}

#admission th.headGray{
	padding:5px;
	border: 1px solid #cccccc;
	background-color:#dddddd;
	white-space:nowrap;
	background-image: url(../images/bg_gray02.gif);
}

#admission td{
	padding:5px;
	border: 1px solid #cccccc;
}

#admission ol li{
	padding-left:2em;
	text-indent:-2em;
}

#admission dt{
	margin-bottom:5px;
	padding:0;
	font-weight:bold;
}

#admission dd{
	padding-left:2em;
	margin-bottom:15px;
}

#admission strong{
	font-weight:bold;
}


