﻿/*****************************************/
/* このcssファイルを使っているプログラム             */
/*                                       */
/* /apply/readme.asp                     */
/*                                       */
/* このcssファイルをインポートしているcssファイル      */
/*                                       */
/* /apply/application.css                */
/* /apply/confirm.css                    */
/* /apply/thank.css                      */
/*                                       */
/*****************************************/

/* Common Styles for Application Forms */
body{
	background-image:url(/images/apply/bg.gif)
}
#header{
	margin-bottom:0	
}
#main{
	margin-top:0;
	font-size:12px;
}

#main div {
/*	font-size: 12px;
	line-height: 18px;*/
}

/* ---------------------------
HEADER  
----------------------------*/
#logo{
	margin:12px 0 0 25px;
}

#ApplicationFormTitle {
	clear: both;
	display:block;
	height: 34px;
	background-image: url(/images/apply/header-navi_bg_l.jpg);
/*	padding: 7px 0 7px 15px;*/
	margin: 0 30px;
}


/* ------------------------- ICONS  */
.starImg{
	width:8px;
	height:7px;
	margin-right:3px;
}
.helpImg{
	width:12px;
	height:12px;
/*	margin-left:1px;*/
	vertical-align:-1px;
	cursor:pointer;
	display:none;
}


/* ---------------------------
	SCHOOL INFORMATION AREA 
----------------------------*/

/*-- School Beige Box  --*/
.schoolBox{
	clear: both;
	margin: 8px 30px 10px 30px;
	background-color:#FBF9E3;
/*	padding: 15px; */
	border: 1px #CCC solid;
	color: #333;
	font-size: 0.85em;
}
/*-- Left Side Image  --*/
/*#schoolimage {display: box; float:left; margin-right: 15px; }*/
#schoolimage {display: box; float:left; margin:15px; }

/*-- Right Area   --*/
#schoolWrap {
	float:left;
	width: auto;
	height: 90px;
	border-left: 5px solid #CCC;
	padding-left: 10px;
	margin:15px 0px;
}
/*-- School Beige Box  --*/
.schoolBox_app{
	clear: both;
	margin: 10px 30px 10px 30px;
	background-color:#FBF9E3;
	padding: 15px;
	border: 1px #CCC solid;
	color: #333;
/*	font-size: 0.85em;*/
}
/*-- Left Side Image  --*/
#schoolimage_app {display: box; float:left; margin-right: 15px; height:75px; width:96px;}

/*-- Right Area   --*/
#schoolWrap_app {
	float:left;
	width: auto;
	height: 75px;
	border-left: 5px solid #CCC;
	padding-left: 10px;
}
#schoolName {
	font-size: 22px !important;
	font-weight: bold;
	color: #036;
	margin-bottom: 2px;
}
#schoolNameLang{
	color:#3C3CFF;
	margin-bottom: 5px;
}
#schoolNameLang_app{
	color:#3C3CFF;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 2px dotted #CCC;
}
#schoolNameSub{
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 2px dotted #CCC;	
}
#schoolNameSub_app{
	margin-bottom: 5px;
}
#schoolNameCourse {
	color:#f60;
	font-size:16px !important;
	font-weight:bold;
}
#schoolNameCourse span {
	font-size: 0.8em;
}
/* */

#TopMessageBox {
/*	margin:15px 30px 0 30px; */
	margin:0 30px 0 30px; 
	padding: 10px 15px 15px 15px; 
	border: 3px solid #0282C5; 
	font-size:15px !important; 
	line-height: 150% !important;}
	
#TopMessageTxt {
	font-size:21px;
	font-weight:bold; 
	color:#0282C5}

/* ---------------------------
	 SECTION LAYOUT
----------------------------*/
.sectionTitle{
	position:relative;
	clear: both;
	display:block;
	height: auto;
	font-size:18px !important;
	padding: 3px 15px;
	margin: 0 30px;
	background-image: url(/images/apply/section-title_bg.jpg);
	border-left: 2px #90C5D8 solid;
	border-right: 2px #90C5D8 solid;
	border-top: 2px #90C5D8 solid;
	border-bottom: 1px #90C5D8 dotted;
	font-weight: bold;
	color: #0083C3;
}
.sectionItems{
	position:relative;
	clear: both;
	margin: 0 30px 10px 30px;
	padding: 15px 15px 0 15px;
	border-left: 2px #90C5D8 solid;
	border-right: 2px #90C5D8 solid;
	border-bottom: 2px #90C5D8 solid;
	color: #333;
	font-size: 0.85em;
}

/* ---------------------------
	NEXT BUTTON 
----------------------------*/

#nextlinkBox {
	text-align:center;
	display:block;
	padding: 3px;
	width: 370px;
	margin: 30px auto;
	border: 1px solid #CCC;}
	
#nextlink a{
	display:block;
	padding: 10px;
	background-image:url(/images/apply/btn_next_blue.png);
	background-repeat:repeat-x;
	color: #FFF;
	font-size:18px;
	font-weight: bold;
	text-decoration:none;
}
#nextlink a:hover {
	background-position:0 -70px;
	text-decoration: underline;
}

#nextlink2 a{
	display:block;
	padding: 10px;
	background-image:url(/images/apply/btn_next_orange.png);
	background-repeat:repeat-x;
	color: #FFF;
	font-size:18px;
	font-weight: bold;
	text-decoration:none;
}
#nextlink2 a:hover {
	background-position:0 -70px;
	text-decoration: underline;
}
#nextlink a img, #nextlink2 a img{
	margin-left:5px;
}
