@charset "utf-8";
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}


body#home a#navi-home{

}
body#eng a#navi-eng {
	background-image: url(../images/homepage05.gif);
	color: #FFFFFF;
}
body#seco a#navi-seco {
	background-image: url(../images/homepage05.gif);
	color: #FFFFFF;
}
body#ter a#navi-ter {
	background-image: url(../images/homepage05.gif);
	color: #FFFFFF;
}
body#wor a#navi-wor {
	background-image: url(../images/homepage05.gif);
	color: #FFFFFF;
}
body#ins a#navi-ins {
	background-image: url(../images/homepage05.gif);
	color: #FFFFFF;
}
body#stay a#navi-stay {
	background-image: url(../images/homepage05.gif);
	color: #FFFFFF;
}
body#info a#navi-info {
	background-image: url(../images/homepage05.gif);
	color: #FFFFFF;
}
body#visa a#navi-visa {
	font-weight: bold;
	color:#333333;
}
body#suppo a#navi-suppo {
	font-weight: bold;
	color:#333333;
}
body#appl a#navi-appl {
	font-weight: bold;
	color:#333333;
}
/** HEADINGS */

h1 {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #5B5BFF;

}


h3 {
	margin-bottom: 10px;
	font-size: 14px;
	color: #E6590D;
}
h4 {
	margin-bottom: 10px;
	font-size: 13px;
	
}
/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",
"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	color: #666666;
}

p, ul, ol, dl {
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",
"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",sans-serif;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: justify;
	line-height: 160%;
	word-break: normal;
}


p.close {
	margin-top: 0px;
	margin-bottom: 0px;
}

.block{
	display:block;
}

.sml {
	font-size: 10px;
	color: #747474;
}

.bold {
	font-weight: bold;
	
}

.blue {
	color: #5B5BFF;

}

.green {
	color: #666600;
}

.red {

	color: #FF0000;

}
.map_left {
	clear:both;
	float: left;
	margin: 0px 20px 0px 0px;
}


.center {
	text-align: center;
}

.right {
	text-align: right;
}


.under {
	text-decoration:underline;
}

.height {
	line-height: 120%;
}

.pagetop {
	text-align:right;
	padding:10px 0px 0px 0px;
}

/** ----------------------LINKS---------- */

a {
	color: #E6590D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.openbook {
	margin-left: 4px;
	padding-left: 20px;
	background: url(../images/page.gif) no-repeat left center;
}

.more {
	margin-left: 4px;
	padding-left: 13px;
	background: url(../images/homepage09.gif) no-repeat left center;
}

.page {
	margin-left: 4px;
	padding-left: 20px;
	background: url(../images/page.gif) no-repeat left center;
}

.comment {
	margin-left: 4px;
	padding-left: 20px;
	background: url(../images/comment.gif) no-repeat left center;
}

.comment-line {
	padding-left: 20px;
	background: url(../images/comment.gif) no-repeat;
	background-position: 0 .3em;
	
}

.pdf {
	margin-left: 6px;
	padding-left: 20px;
	background: url(../images/pdf.gif) no-repeat left center;
}
.weather {
	margin-left: 4px;
	padding-left: 25px;
	background: url(../images/bottonWeather.gif) no-repeat left center;
}
.dollar {
	margin-left: 2px;
	padding: 26px 2px 26px 30px;
	background: url(../images/dollar.gif) no-repeat left center;
}

.uni {
	padding-left: 20px;
	background: url(../uni-care/unicare-images/navi.gif) no-repeat left center;
}

.search {
	margin-left: 10px;
	padding-left: 20px;
	background: url(../images/search.gif) no-repeat left center;
}

.megane {
	margin-left: 22px;
	padding: 25px;
	background: url(../images/megane.gif) no-repeat left center;
}

.pen {
	margin-left: 10px;
	padding-left: 14px;
	background: url(../images/pen.gif) no-repeat left center;
}
.email {
	padding-left: 22px;
	background: url(../images/email.gif) no-repeat left center;
}
.tick {
	padding-left: 12px;
	background: url(../images/homepage16.gif) no-repeat left center;
	
}
.tick-line {
	padding-left: 12px;
	background: url(../images/homepage16.gif) no-repeat;
	background-repeat: no-repeat;
	background-position: 0 .4em;
}

.line {
	margin: 14px 0;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
}
.backcolor {
	padding: 2.5px;
	background-color: #F0F0F0;
	
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

/** IMAGE */
img {
	border: none;
}


img.top {
	float: top;
	margin: 0px 20px 0px 0px;
}


img.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 20px;
}



#relative {  
	position : relative; 
	left: 90px;
	margin: 20px;
}

img.border {
	border: 2px solid #F0F0F0;
}

img.list {
	border: 2px solid #F0F0F0;
	float: left;
	margin: 2px;
}
img.arrow {
	margin:0px 0px 0px 40px;
}


/** --------------------LIST----------------------- */


.listtick {
	margin-left: 0px;
	padding-left: 5px;
	list-style: none;
}

.listtick li {
	padding-left: 15px;
	background: url(../images/homepage16.gif) no-repeat;
	line-height: 170%;
	background-repeat: no-repeat;
	background-position: 0 .6em;
}
.listtick dt {
	padding-left: 15px;
	background: url(../images/homepage16.gif) no-repeat;
	line-height: 170%;
	background-repeat: no-repeat;
	background-position: 0 .6em;
}

dl.dtblue dt {
	text-indent: 0.5em;
	color: #5B5BFF;
	background-color: #F5F5F5;
	
	
}
dl.dblue dt {
	color: #5B5BFF;
}

dl.nospace dd {
	padding-left: 16px ;
	margin: 0px;
}


ul.decimal {
	list-style-type: decimal;
}
ul.disc {
	list-style-type: disc;
}
ul.square {
	list-style-type: square;
}
ul.none {
	list-style-type: none;
}
ul.nospace {
	padding: 4px;
	margin: 0px;
}


.commentL {
	float:left;
	width:150px;
	margin:2px;
	padding:2px;
	border:1px solid #747474;

}

.commentR {
	float:right;
	width:150px;
	margin:2px;
	padding:2px;
	border:1px solid #747474;
}

.floatL {
	float:left;

}

.floatR {
	float:right;
	
}

.LClear {
	clear: both ; 
	text-align: left ;

}

.RClear {
	clear: both ; 
	text-align: right ;

}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

/** MENU */

#submenu {
	width: 912px;
	height: 22px;
	margin: auto;
	font-size: 90%;
	
}

#submenu ul {
	text-align:right;
	margin: 0px;
	padding-top:4px;
	list-style: none;
	line-height: normal;
	
}

#submenu li {
	display:inline;
	padding-right: 6px;
	background-image:url(../images/separator.gif);
 	background-repeat:no-repeat;
	background-position:0px 5px; 
	padding-left:10px;
	
}

#submenu a {
	text-decoration: none;
	color: #727272;
}

#submenu a:hover, #submenu .active a {
	color: #727272;
	text-decoration:underline;
}

#menu {
	width: 912px;
	height: 30px;
	font-size: 90%;
	
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	float: left;
	width: 112px;
	height: 22px;
	margin: 0px 1px;
	padding: 6px 0px 0px 0px;
	background: url(../images/homepage04.gif) no-repeat left top;
	text-decoration: none;
	text-align: center;
	color: #727272;
}

#menu a:hover{
	background-image: url(../images/homepage05.gif);
	color: #FFFFFF;
}

/** PAGE */

#page {
	width: 912px;
	padding: 0px;
	background-color: #FFFFFF;
	
	
}

/** CONTENT */

#content {
	width: 675px;
	padding: 10px;
	background-color: #FFFFFF;
	
}

.wide #content {
	width: auto;
	padding: 10px;
}
#content_home {
	width: 290px;
	
}

#content_home2 {
	width: 290px;
	margin-left:30px;
}

.boxHome {
	padding: 10px;
	border: 2px #E3E3E3 solid;
	margin:10px 0px;
}

/** BOX STYLE T */

.boxT {
	padding-top: 14px;
	border-top: 1px ridge #F0F0F0;
}

.boxT h2{
	margin-bottom: 0px;
}

.boxT h3{
	font-size: 14px;
	margin: 10px 0px 10px 0px;
}


/** BOX STYLE A */


.boxA h3{
	font-size: 14px;
	margin: 10px 0px 10px 0px;
}


/** BOX STYLE B */


.boxB h3{
	font-size: 14px;
	margin: 10px 0px 10px 0px;
}

.boxB {
	padding-top: 10px;
	border-top: 1px dotted #CCCCCC;
	margin: 10px 0px 10px 0px;
}

/** BOX1 */

.box1 {

}
.box1 p {
	line-height: 170%;
}


/** BOX CAMPAIGN */

#boxCampaign {

}

#boxCampaign h2 {
	padding-top:4px;
	height: 19px;
	background: #5B5BFF;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top:0px;
	margin-bottom:5px;
	text-align: center;
}


#boxCampaign dl {
	list-style: none;
	
}

#boxCampaign dt {
	font-size:13px;
	color: #5B5BFF;
	text-indent:0.2em;
	font-weight: bold;
	
	
}

#boxCampaign dd {
	border:1px solid #CCCCCC;
	margin:0px 0px 8px 0px;
	padding:4px;
	font-size:93%;
	line-height:140%;
}


#boxCampaign a {
	padding: 0px 2px;
}

/** BOX FORM */

#boxForm h1{
	font-size: 18px;
	font-weight: bold;
	margin-bottom:20px;
	color: #333333;
	text-indent:1em;

}

#boxForm h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom:20px;
	color: #333333;
	text-indent:1em;
}

#boxForm h3{
	font-size: 14px;
	margin: 10px 0px 10px 0px;

}


#boxForm .indent{
	margin-bottom:20px;
	text-indent:4em;
}

#boxForm .blue{
	font-size: 1.1em;
	color:#0A3C62;
}

/** BOX SIDEBAR GREEN */

#boxGreen {
	color: #333333;
	background-color: #F0F0F0;
	font-weight: bold;
	padding-bottom: 2px;
	
}

#boxGreen ul {
	list-style-type: none;
}
#boxGreen li {
	list-style-type: none;
}

#boxGreen h2 {
	margin-top:0px;
	padding-top: 5px;
	height: 20px;
	background: #666600;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#boxGreen a, a:hover, a:visited{
	font-weight:normal;
}


/** BOX SIDEBAR BLUE */

#boxBlue {
	background-color: #F0F0F0;
	padding-bottom: 2px;
}

#boxBlue h2 {
	padding-top: 5px;
	height: 20px;
	background: #5B5BFF;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#boxBlue h3 {
	margin-bottom: 15px;
	color: #68A921;
}
#boxBlue ul {
		list-style-type: none;
}

#boxBlue li {
	list-style-type: none;
}

#boxLast {
	padding-top: 20px;
	
}

/** SIDEBAR */
ul.anchor {
	margin-top: 0px;
	
	
}

ul.anchor li{
	list-style-type: none;
	line-height: 140%;
	
}
ul.anchor a{
	font-weight:normal;
	color: #333333;
}


#sidebar {
	margin-top:20px;
	width: 205px;
}
 
#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}
  

#sidebar ul{
	margin: 6px;
	padding-left:6px;
	
	
	
}
#sidebar li{
	
}


#sidebar_home {
	width: 272px;
	margin-top:10px;
	
}



/** TABLE -------------------------TABLE---*/

table.bkcolor{ 
	background-color: #F0F0F0;
	border-style:ridge;
}


table.half caption{
	font-weight: bold;
	caption-side: top;

}


table.half {
    width: 50%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.half th {
    padding: 4px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F0F0F0;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    white-space: normal; 
}
table.half td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: normal;
	line-height: 120%;
}


table.full caption{
	font-weight: bold;
	caption-side: top;

}

table.full {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	
}

table.full th {
    padding: 4px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F0F0F0;
    font-weight: bold;
    text-align: left;
    white-space: normal; 
}
table.full td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: normal;
	line-height: 120%;
	vertical-align:top;
}



table.calculator {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
	background-color: #F0F0F0;
	
}

table.calculator th {
    padding: 5px 10px;
    border: #FFFFFF solid;
    border-width: 1px 0 1px 1px;
    font-weight: bold;
    text-align: left;
    white-space: normal; 
}
table.calculator td {
    padding: 5px 10px;
    border: 1px #FFFFFF solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: normal;
	line-height: 120%;
}




table.schoollist caption{
	font-weight: bold;
	caption-side: top;

}

table.schoollist {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.schoollist th {
    padding: 4px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F0F0F0;
    font-weight: bold;
    text-align: left;
    white-space: normal; 
}
table.schoollist td {
    padding: 4px 6px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: normal;
}

table.fess caption{
	font-weight: bold;
	caption-side: top;

}

table.fees {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.fees th {
    padding: 4px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    text-align: center;
    white-space: normal; 
}
table.fees td {
    padding: 4px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: normal;
}

table.schoolsch {
    width: 100%;
    border: 1px #CCCCCC solid;
    border-collapse: collapse;
    border-spacing: 0;

}

table.schoolsch th {
    padding: 5px;
	background: #F5F5F5;
	font-weight: bold;
	text-align: center;
    white-space: normal; 
}

table.schoolsch td {
    padding: 5px 6px 4px 6px;
	background: #FFFFFF;
    text-align: left;
    white-space: normal;
}




/** TABLE FORM */


form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}


table.form {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.form th {
    padding: 4px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    text-align: center;
    white-space: normal; 
}
table.form td {
    padding: 6px 8px 6px 8px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: normal;
	line-height: 120%;
}

table.form ul {
	list-style-type: decimal;
}


table.noborder {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table.noborder th {
    padding: 3px 3px 3px 4px;
    background: #F5F5F5;
    font-weight: bold;
    text-align: left;
    white-space: normal; 
}
table.noborder td {
    padding: 2px 2px 2px 4px;
    text-align: left;
    white-space: normal;
}
table.accommo {
    width: 70%;
    border-collapse: collapse;
    border-spacing: 0;
}

table.accommo th {
    font-weight: bold;
	font-size: 13px;
	color: #5397C7;
    text-align: center;
    padding:10px 0px;
}
table.accommo td {
    text-align: left;
    white-space: normal;
	
}
table.accommo caption {
	font-weight: bold;
	font-size: 14px;
	color: #5397C7;
	margin:10px;
   
}
table.accommo img {
	margin:4px;
   
}


.col_narrow {width: 8%;
}
.col {width: 35%;
}
.col0 {width: 10%;
}
.col1 {width: 15%;
}
.col2 {width: 20%;
}	
.col3 {width: 30%;
}
.col4 {width: 40%;
}
.col5 {width: 50%;
}



/** FOOTER */

#footer {
	width: 912px;
	height: 84px;
	margin: 0px auto;
	padding-top: 4px;
	background-color: #F0F0F0;
	border:1px solid #D6D6D6;

}

#footer a {
	color: #E6590D;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer p {
	margin:4px;
	text-align: center;
	line-height: normal;
	font-size:90%;
	
}

#footer_navi {
	
}

#footer_navi ul {
	margin: 0px;
	text-align: center;
	line-height: normal;
	
}

#footer_navi li {
	display: inline;
	padding-right: 20px;
	
}


