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

/* リセット */
body,td,th {
	margin: 0;
	padding: 0;
	color: #5e5e5e;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height:1.6em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
}

strong {
	font-weight:bold;
	font-style:normal;
	color:#8f6475;
}
em {
	font-weight:bold;
	font-style:normal;
}
.noramal {
	font-weight:normal;
}
.s {
	font-size:11px;
}
.bold {
	font-weight:bold;
}

.center {
	text-align:center;
}
.text_right {
	text-align:right;
}
.text_left {
	text-align:left;
}
.photo_right {
	float:right;
}
#contents .section_04 .section_04_01{
	float:left;
}

a {
	color:#5e5e5e;
	text-decoration:underline;
}
a:hover {
	color:#6f8ab7;
	text-decoration:underline;
}
a img {
	border:none;
}

body {
	background-color:#FFF;
}

.clear {
	clear:both;
	font-size:0;
	line-height:0;
}

.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 */  

/* float背景のバグ処理 */
.clearfix {
	overflow:hidden;
}
/* float背景のバグ処理 IE */
* html .clearfix {
	zoom: 1;
}



/* 基本レイアウト */
body {
	background-image:url(../../image/top/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#f6ecc2;
}

#wrapper {
	width:963px;
	height:auto;
	margin: 0 auto;
}
#container {
	float:left;
	width:960px;
	height:auto;
	background-color:#FFF;
}
#header {
	position:relative;
	width: 960px;
	margin: 0 auto;
}
#contents {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding:0;
}
#footer {
	clear: both;
	width:960px;
	height:84px;
	background-image:url(../../image/top/footer_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
/* 以上基本レイアウト */


/*ヘッダー*/
#header h1 {
}
#header .entry_btn {
	position:absolute;
	left: 165px;
	top: 336px;
	width:310px;
	height:63px;
	overflow:hidden;
}
#header .student_btn {
	position:absolute;
	left: 475px;
	top: 336px;
	width:310px;
	height:63px;
	overflow:hidden;
}
#header .facebook_btn {
	position:absolute;
	left: 796px;
	top: 355px;
	width:29px;
	height:29px;
	overflow:hidden;
}
#header .google_btn {
	position:absolute;
	left: 837px;
	top: 355px;
	width:30px;
	height:30px;
	overflow:hidden;
	border-radius: 3px;
}

#header a.head_nav {
	display:block;
	width:310px;
	height:63px;
	background-position:left top;
	background-repeat:no-repeat;
}
#header .entry_btn a.head_nav{
	background-image:url(../../image/top/entry_btn.jpg);
}
#header .student_btn a.head_nav{
	background-image:url(../../image/top/student_btn.jpg);
}
#header a.head_nav:hover{
	background-position:left -63px;
}
#header a.head_nav:hover img{
	display:none;
}

/*/ヘッダー*/


/*グローバルメニュー*/
/*/グローバルメニュー*/



/*サイドメニュー*/
/*/サイドメニュー*/



/*フッター*/
#footer .logo {
	float:right;
	margin-top:29px;
	padding-right:133px;
}
#footer .nav {
	float:left;
	margin-top:50px;
	padding-left:22px;
	color:#FFF;
}
#footer .nav a {
	color:#FFF;
	text-decoration:underline;
}
#footer .nav a:hover {
	color:#ffff00;
	text-decoration:underline;
}
#footer .nav li {
	float:left;
	list-style:none;
}
/*/フッター*/


/*メイン*/
/*/メイン*/


/*totop*/
.totop {
}

.totop li {
}
