@charset"Shift_JIS";

/*---------------------------------------------------------
	
	JAOS高校生海外留学派遣支援金制度
	
-----------------------------------------------------------*/

/*---------------------------------------------------------
　ヘッダ
-----------------------------------------------------------*/

#banner{
	float:left;
	width:400px;
	margin:10px;
}

#contact{
	float:right;
	width:310px;
	margin:10px 5px;
	text-align:right;
}

/*---------------------------------------------------------
　ナビゲーション
-----------------------------------------------------------*/

#global-navi {
	clear:both;
	width:808px;
	height:40px;
	margin:0 auto;
	text-align:left;
}
#global-navi li {
	display:inline;
	line-height:100%;
	list-style:none;
	text-decoration:none;
	text-indent:-9999px;
}
#global-navi li a {
	display:block;
	width:135px;
	height:44px;
	float:left;
	text-decoration:none;
	background-image:url(../scholarship/images/navi.jpg);
	background-repeat:no-repeat;
}
#global-navi li a:hover {
	background-image:url(../scholarship/images/navi_.jpg);
}
#global-navi .now-outline #outline a,
#global-navi .now-outline #outline a:hover,
#global-navi .now-flow #flow a,
#global-navi .now-flow #flow a:hover,
#global-navi .now-apply #apply a,
#global-navi .now-apply #apply a:hover,
#global-navi .now-program #program a,
#global-navi .now-program #program a:hover,
#global-navi .now-qa #qa a,
#global-navi .now-qa #qa a:hover,
#global-navi .now-teacher #teacher a,
#global-navi .now-teacher #teacher a:hover{
	background-image:url(../scholarship/images/navi_.jpg);
}
#global-navi #outline a {
	background-position:0px 0;
}
#global-navi #flow a {
	background-position:-135px 0;
}
#global-navi #apply a {
	background-position:-270px 0;
}
#global-navi #program a {
	background-position:-405px 0;
}
#global-navi #qa a {
	background-position:-540px 0;
	width:134px;
}
#global-navi #teacher a {
	background-position:-675px 0;
	width:131px;
}

#global-navi-line {
	width:800px;
	height:5px;
	background:#AA3E36;
	margin:0 auto;
}
/*---------------------------------------------------------
　コンテンツ
-----------------------------------------------------------*/
#scholarship-box{
	width:720px;
	margin:0px auto;
	padding-top:30px;
	text-align:left;
}
#scholarship-box h2 {
	background:url(../images/pagetitle_bg.gif) #EDEDED;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	padding:8px 10px;
	margin-bottom:30px;
}
#scholarship-box h3 {
	color:#689322;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}
.note{
	font-size:10px;
	line-height:140%;
}
.download{
	margin-top:5px;
	margin-left:10px;
}

/*---------------------------------------------------------
　フッター
-----------------------------------------------------------*/
.pagetop{
	text-align:right;
	padding:5px 2px;
	font-size:10px;
	clear:both;
}
.pagetop a{
	color:#777;
	text-decoration:none;
}

/*---------------------------------------------------------
　ページ別
-----------------------------------------------------------*/

/*概要*/

#student{
	border:1px solid #ccc;
	padding:10px;
	margin:20px 0 40px 0;
}
#student h4{
	color:#444;
	font-size:12px;
	margin-bottom:5px;
}
#about-scholarship{
	margin:20px 0 10px 0;
	padding-top:20px;
	border-top:1px solid #ccc;
}

/*応募要項*/

.apply-box{
	margin-bottom:10px;
}
.apply-h{
	color:#689322;
	font-weight:bold;
}
.apply-t{
	margin:0 0 0 15px;
}
.apply-t-number{
	margin:0 0 0 35px;
	text-indent:-20px;
}

/*対象プログラム*/

.program-heading{
	background:#ccc;
	margin-bottom:10px;
}
.program-heading td{
	background:#fff;
	padding:3px 10px;
}

.program-box{
	border:1px solid #ccc;
}
.program-box-left{
	float:left;
	width:115px;
	color:#79A342;
	font-weight:bold;
	margin:5px 0 5px 5px;
}
.program-box-left-2{
	float:left;
	width:150px;
	color:#79A342;
	font-weight:bold;
	margin:5px 0 0 5px;
}
.program-box-right{
	float:right;
	width:598px;
}
.program-box-right-2{
	float:right;
	width:563px;
}
.program-table-1,
.program-table-1-narrow{
	background-color:#EFF9D7;
}
.program-table-2{
	background-color:#F5F5F5;
}
.program-table-1 th,
.program-table-2 th,
.program-table-1-narrow th{
	width:100px;
	padding:4px 10px;
	vertical-align:top;
	font-weight:normal;
	text-align:left;
}	
.program-table-1 td,
.program-table-2 td,
.program-table-1-narrow td{
	padding:4px 10px;
	border-bottom:1px dotted #bbb;
	vertical-align:top;
}

.type{
	width:190px;
}
.company{
	width:250px;
}

/*Q&A*/
#question-table{
	margin-bottom:30px;
	border:1px dotted #ccc;
	width:100%;
}
#question-table td{
	padding-left:5px;
	vertical-align:top;
}
#question-table p{
	margin-bottom:0.8em;
}
#question-table a{
	text-decoration:none;
	line-height:140%;
}
