@charset "UTF-8";
@import url("../share/base.css");

/* ----------------------------------
目次
・format style　基本構造
・wrapper style　ワラッパ
・header style　ヘッダ
・navi style　ナビ
・title-img style　タイトル
・content style　コンテンツ
・main style　メイン
・sidebar style　サイドバー
・footer style フッター(footer01-and-footer02)
----------------------------------*/


/* navi style
----------------------------------*/

#navi01 a{background-position:-0px -30px;}
#navi02 a{background-position:-168px 0px;}
#navi03 a{background-position:-336px 0px;}
#navi04 a{background-position:-504px 0px;}
#navi05 a{background-position:-672px 0px;}


#navi01 a:hover{background-position:-0px -30px;}
#navi02 a:hover{background-position:-168px -30px;}
#navi03 a:hover{background-position:-336px -30px;}
#navi04 a:hover{background-position:-504px -30px;}
#navi05 a:hover{background-position:-672px -30px;}


/* main style
----------------------------------*/
#main h3 img{
	margin-top: 10px;
}


/* -- start nyu-point --*/
#main h3.bottom-0{
	margin-bottom: 0px;
}

#main table#sponsor{
border: 1px solid #006BB3;
width:558px;
}

#main table#sponsor td.sp-banner{
	padding: 10px 20px;
	width: 159px;
	border-bottom: 1px dotted #006BB3;
}

#main table#sponsor td.sp-link{
	padding: 10px 20px;
	width: 319px;
	border-bottom: 1px dotted #006BB3;
}

#main table#keihin{
	border: 1px solid #006BB3;
	width:558px;
	margin-bottom: 30px;
}

#main table#keihin td{
	padding:5px;
	border-bottom: 1px dotted #006BB3;
}
/* -- end nyu-point --*/



/* -- start table intro --*/
#main table#intro{
width: 558px;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
}

#main table#intro td{
	padding: 7px;
}
/* -- end table intro --*/




/* -- start nyu-flow --*/

#main .flow-box01{
	width: 558px;
	border: 1px solid #006BB3;
	margin-top: 15px;
	margin-bottom: 15px;
}

#main .flow-box01 h4,#main .flow-box02 h4{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#main .flow-box01 p,#main .flow-box02 p{
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#main img#flow-arrow{
margin-left:265px;
}
#main table#flow{
	margin-top: 20px;
	margin-bottom: 20px;
}

#main table#flow td{
	width:240px;
	height:50px;
	background-color: #FFFFFF;
	padding:10px;
	border: 10px solid #98DCFF;
}
/* -- end nyu-flow --*/


/* -- start nyu-cost --*/
#main table#cost{
	width:558px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#main table#cost th,#main table#cost td{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#main table#cost th.blue01{
	background-color: #009FE8;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left-color: #FFFFFF;
}

#main table#cost th.blue02{
	background-color: #006BB3;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#main table#cost td.l-blue{
	background-color: #EDF7FF;
}

#main table#cost td{
	border-right: 1px solid #666666;
}

#main table#cost td.no-solid{
	border-right-style: none;
}
/* -- end nyu-cost --*/


/* sidebar style
----------------------------------*/

/* ----- s-navi style -----*/

#s-navi ul{
height:210px;
/*list-style:none;
width:200px;*/
}
 
#s-navi li,#s-navi li a{
	background-image: url(images/s-navi-nyu.jpg);
	/*text-indent:-9999px;
	display:block;
	width:200px;
	height:30px;
	overflow: hidden;*/
}



