﻿/*----------------------------------------------------------
   
-----------------------------------------------------------*/
@charset "utf-8";
/* setting
------------------------------------*/

body{
line-height: 150%;
font-size: 12px;
height:100%;
color: #111;
margin: 0;
padding: 0;
font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
background: url('../images/common/bg_page.jpg') center top repeat;
}

html{
height:100%;
}

a { outline: none; }

a:hover img,a:hover div{
opacity:0.7;
filter: alpha(opacity=70);
}

ul li{
list-style: none;
}
table, table td, table th{
border: 0;
}

* html #header img,
* html #footer img,
* html #outline,
.iepngfix{
behavior: expression(IEPNGFIX.fix(this));
}

.pre{
white-space: pre;
}
/* common
------------------------------------*/
input, textarea{
font-size: 12px;
}


/* Link Color
--------------------------------*/
a:link {/*未訪問のリンク*/
color:blue;
}
a:visited {/*訪問後のリンク*/
color:blue;
}
a:hover {/*マウスをのせたとき*/
color:red;
}
a:active {/*クリック中*/
color:red;
}

/* 
--------------------------------*/

dl{
margin-bottom: 5px;
}
dt{
}
dd{
margin: 0 0 10px 0;
}



/* main
------------------------------------*/

h2.common{
margin: 0 0 5px 5px;
background: url('/images/common/bg_h2.jpg') left top no-repeat;
padding: 10px 0 0 50px;
height: 26px;
color: #222222;
font-size: 14px;
}

h3.common{
margin-bottom: 5px;
border-bottom: 1px solid #cccccc;
border-left: 5px solid #FDB100;
color: #FDB100;
font-weight: bold;
padding: 3px;
padding-left: 10px;
font-size: 14px;
margin-top: 3px;
margin-left: 10px;
margin-bottom: 8px;
width: 95%;
}

h4.common{
font-size: 12px;
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
padding: 5px 0 5px 12px;
background: #FAF5ED;
margin-bottom: 10px;
margin-top: 10px;
color: #555555;
}
h5.common{
font-size: 12px;
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
padding: 5px 0 5px 12px;
background: #FAF5ED;
margin-bottom: 10px;
color: #555555;
}

ul.common{
margin: 0;
padding: 0;
}
ul.common li{
background: url('/images/common/bg_li.png') 2px 10px no-repeat;
padding: 0px 0 0 16px;
margin-bottom: 4px;
}




/* header
------------------------------------*/

#header{
width: 1000px;
margin: 0 auto;
position: relative;
height: 240px;
text-align: center;
}


#header #logo{
margin: 10px auto;
}



/* gnavi
------------------------------------*/
#gnavi{
position: relative;
top: 0px;
z-index: 3;
margin: 0 auto;
background: url('/images/common/bg_gn.jpg') center top repeat-x;
height: 82px;
}
#gnavi_inner{
width: 1000px;
margin: 0 auto;
padding-top: 15px;
}

#gnavi img{
float: left;
margin: 0 20px;
border: 0;
}
#gnavi #logo{
float: right;
margin: 0 20px;
border: 0;
position: relative;
top: -8px;
}
#gnavi a{
color: white;
text-decoration: none;
font-size: 13px;
vertical-align: middle;
}

/* content
------------------------------------*/

#content{
width: 1000px;
padding-top: 10px;
position: relative;
top: 0px;
margin: 0px auto 0;
clear: both;
background: url('../images/index/bg_content.png') center top repeat;
padding-bottom: 100px;
}

/* main
------------------------------------*/
#right_main{
width: 762px;
float:left;
margin-left: 18px;
}

/* side
------------------------------------*/
#side{
width: 190px;
margin-left: 10px;
float: left;
}


#side_menu ul{
margin: 5px 10px 10px 12px;
}

#subnavi{
border-left: 1px solid #e1dfd7;
border-right: 1px solid #e1dfd7;
border-bottom: 1px solid #e1dfd7;
margin-bottom: 10px;
margin-top: -20px;
padding-bottom: 5px;
}

#subnavi ul{
margin: 18px 0 0;
padding: 0;
}


#subnavi li{
margin: 5px 0 0 5px;
padding: 0 0 0 20px;
background: url('/images/common/side/li_subnavi.jpg') left 5px no-repeat;
}

#contact_box{
width: 190px;
height: 111px;
background: url('/images/common/side/bg_contact.jpg') center top no-repeat;
position: relative;
}
#contact_box img{
position: absolute;
top: 80px;
left: 10px;
}

/* footer
------------------------------------*/
#footer{
background: url('/images/common/bg_footer.jpg') bottom center repeat-x;
height: 295px;
}
#footer_outline{
width: 971px;
margin: 0 auto;
position: relative;
}

#footer #footer_menu{
position: absolute;
top: 30px;
left: -10px;
}
#footer #footer_menu li{
padding-top: 0;
float: left;
margin-left: 18px;
font-size: 11px;
color: #333;
}
#footer #footer_menu li a{
color: #333;
}

#copyright{
position: absolute;
top: 265px;
left: 244px;
}


/* table
-----------------*/
td,th{
border: 0 white;
}
table.common{
margin: 0 auto;
}

table.common th {
border: solid 1px #e3e2db;
background: #f3f2eb;
font-weight: bold;
padding:8px;
}
table.common td {
border: solid 1px #e3e2db;
background: #fdfdfa;
padding:8px;
}

table.common { 
border-collapse: collapse;
width:98%;
margin: 5px auto;
}
table.common thead th, table.common thead th{
font-weight: bold;
color: #163399;
border-top: #e3e3e3 1px dotted;
}
table.common tbody tr:nth-child(1) th {
border-top: #FFAD00 4px solid;
}
table.common tbody tr:nth-child(odd) th {
background: #e4e4e3;
border-bottom: #e3e3e3 1px dotted;
font-size: 11px;
}
table.common tbody tr:nth-child(even) th {
background: #f1f1f0;
border-bottom: #e3e3e3 1px dotted;
font-size: 11px;
}

table.common tbody tr:nth-child(1) td {
border-top: #FFD200 4px solid;
}
table.common tbody tr:nth-child(odd) td {
background: #f8f8f8;
border-bottom: #e3e3e3 1px dotted;
}
table.common tbody tr:nth-child(even) td {
background: white;
border-bottom: #e3e3e3 1px dotted;
}

/* width
-----------------*/

.w50px{
width: 50px;
}
.w100px{
width: 100px;
}
.w170px{
width: 170px;
}
.w200px{
width: 200px;
}
.w225px{
width: 225px;
}
.w230px{
width: 230px;
}
.w270px{
width: 270px;
}
.w300px{
width: 300px;
}
.w330px{
width: 330px;
}
.w380px{
width: 380px;
}
.w400px{
width: 400px;
}
.w500px{
width: 500px;
}
.w600px{
width: 600px;
}

.w10per{
width: 10%;
}
.w20per{
width: 20%;
}
.w25per{
width: 25%;
}
.w30per{
width: 30%;
}
.w33per{
width: 33%;
}
.w40per{
width: 40%;
}
.w50per{
width: 50%;
}
.w75per{
width: 75%;
}
.w100per{
width: 100%;
}


.center{
text-align: center;
margin: 0 auto;
}
span.red{
color: #aa1133;
}
span.pink{
color: #ff336d;
}
span.lightblue{
color: #4c9dde;
}

.no_border{
border: 0 white;
}

p{
padding: 2px 10px 2px;
margin: 3px 0;
}



.textalign_center{
text-align: center;
}
.textalign_right{
text-align: right;
}
.textalign_left{
text-align: left;
}

img.photo{
padding: 3px;
background: #ffffff;
border: 1px solid #cccccc;
}

p.clear{
clear: both;
height: 10px;
}
div.clear{
clear: both;
height: 0px;
padding: 0;
margin: 0;
}
.clear{
clear: both;
}

strong{
font-weight: normal;
}

.small{
font-size: 10px;
}
.big{
font-size: 14px;
}
.fs_14{
font-size: 14px;
}
.fs_16{
font-size: 16px;
}
.fs_18{
font-size: 18px;
}
.fs_20{
font-size: 20px;
}
.fs_22{
font-size: 22px;
}
.fs_24{
font-size: 24px;
}

.border{
border: 1px solid #dddddd;
}

.float_left{
float: left;
}
.float_right{
float: right;
}



.notice{
color: #ff7255;
font-size: 10px;
}

.top_10{
position: relative; top: 10px;
}

.mb_5{
margin-bottom: 5px;
}
.mb_10{
margin-bottom: 10px;
}
.mb_20{
margin-bottom: 20px;
}
.mb_30{
margin-bottom: 30px;
}
.ml_10{
margin-left: 10px;
}
.ml_20{
margin-left: 20px;
}
.ml_30{
margin-left: 30px;
}
.mr_10{
margin-right: 10px;
}
.mr_20{
margin-right: 20px;
}
.mr_30{
margin-right: 30px;
}
.mb_10{
margin-bottom: 10px;
}
.mt_5{
margin-top: 5px;
}
.mt_10{
margin-top: 10px;
}
.mt_15{
margin-top: 15px;
}
.mt_20{
margin-top: 15px;
}
.ps_10{
padding: 0 10px;
}
.ps_15{
padding: 0 15px;
}
.ps_20{
padding: 0 20px;
}
.ps_30{
padding: 0 30px;
}
.pl_10{
padding-left: 10px;
}
.pl_15{
padding-left: 15px;
}
.pl_20{
padding-left: 20px;
}
.pl_30{
padding-left: 30px;
}
.pr_10{
padding-right: 10px;
}
.pr_15{
padding-right: 15px;
}
.pr_20{
padding-right: 20px;
}
.pr_30{
padding-right: 30px;
}
.lh_30{
line-height: 30px;
}

#info_area{
width: 450px;
height: 155px;
position: relative;
background: url(/images/common/bg_info.png) center top no-repeat;
}
#ameblo{
position: relative;
top: 123px;
left: 130px;
}

p.indent {
  text-indent:-1.0em;
  padding-left:2.0em;
}

table.dormitory td{
padding: 0;
text-align: center;
}

button.common {
    margin-top: 10px;
    border-radius: 5px;		/* CSS3草案 */
    -webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 5px;	/* Firefox用 */
    background: -moz-linear-gradient(top,#80CCE6,#80CCE6 5%,#09C 5%,#069 95%,#069 95%,#00293D);
    background: -webkit-gradient(linear, left top, left bottom, from(#80CCE6), color-stop(0.05,#80CCE6), color-stop(0.05,#09C), color-stop(0.95,#069), color-stop(0.95,#00293D), to(#00293D));
    border: 1px solid #DDD;
    color: #FFF;
    min-width: 100px;
    padding: 20px 50px;
    cursor: pointer;
}
a:hover button.common{
opacity:0.7;
filter: alpha(opacity=70);
}