@charset "utf-8";

/* html*/

html{
	overflow-y:scroll;
}

body{
	margin:0;
	padding:0;
	text-align:center;
	background:#EEE;
	font-size:75%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	color:#333;
	line-height:1.5;
}

h1,h2,h3,h4,h5,h6,p,div,strong,em,address,table,textarea,form{
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height:1.5;
}

img{
	border:none;
	vertical-align:bottom;
}

/*Link*/
a:link   {color:#36c; text-decoration:underline;}
a:visited{color:#36c; text-decoration:underline;}
a:hover  {color:#36c; text-decoration:underline;}
a:active {color:#36c; text-decoration:underline;}

/*container*/

h1{
	margin:3px 0 0 4px;
	padding:0;
	color:#333;
	font-size:80%;
}

#container{
	width:780px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background:url(../images/room/container_bg.jpg) repeat-y;
}

/*header*/

#header-logo{
	margin:5px 0 0 20px;
	float:left;
	display:inline;/*IE*/
}

#header-menu{
	margin:10px 20px 2px 0;
	float:right;
	display:inline;/*IE*/
}

#header-menu ul{
	margin:0 0 3px 0;
	padding:0;
	text-align:right;
}

#header-menu li{
	list-style-type:none;
	vertical-align:bottom;
	display:inline;
}

/*global【12/6訂正分】*/

#global{
	clear:both;
	padding:0;
	margin:0 auto;
	padding:0 0 10px 0;
}

#global-home{
	background:url(../images/room/global_bg.jpg) repeat-x bottom;
	clear:both;
	padding:0 0 10px 0;
	margin:10px 0;
	height:24px;
}

#global-home li{
	display:inline;
	list-style-type:none;
	padding:0;
	margin:0;
}

#global-home ul{
	margin:0;
	padding:0 0 0 25px;
	text-align:left;
}

#global-select{
	margin:0 15px 0 0;
	padding:0;
	text-align:right;
}

#global-select select,#global-select input {
	vertical-align:middle;
}

#global-select select {
	width:250px;
}

/*main*/

#main {
	width:550px;
	margin:0 0 0 20px;
	float:left;
	display:inline;/*IE*/
	text-align:left;
}

/* gotop */
#main p.gotop {
	clear:both;
	text-align:right;
	padding-bottom:10px;
}
#main p.gotop a {
	padding:3px 0 3px 18px;
	background:url(/images/room/arrow_upper_blue.gif) no-repeat left center;
	font-size:80%;
	color:#333;
	text-decoration:none;
}
#main p.gotop a:hover  {color:#666; text-decoration:underline;}
#main p.gotop a:active {color:#666; text-decoration:underline;}

/*footer*/

#footer {
	width:740px;
	margin:30px 0 10px 20px;
	clear:both;
	text-align:center;
}

#footer p#gotop {
	margin:10px 180px 10px 0;
	text-align:right;
}
#footer p#gotop a {
	padding:3px 0 3px 18px;
	background:url(/images/room/arrow_upper_blue.gif) no-repeat left center;
	font-size:80%;
}

#footer .left {border-left:1px solid #666;}

#footer ul {list-style-type:none;margin:0 0 10px 0;padding:0;}

#footer li {
	font-size:80%;
	display:inline;
	padding:0 5px;
	border-right:1px solid #666;
	text-align:center;
}

#footer address {
	padding:5px 0;
	font-size:80%;
	color:#FFF;
	background:#36c;
	text-align:center;
	
}

#footer a:link   {color:#333; text-decoration:none;}
#footer a:visited{color:#333; text-decoration:none;}
#footer a:hover  {color:#666; text-decoration:underline;}
#footer a:active {color:#666; text-decoration:underline;}

/* center-banner */
#footer div.center-banner {
	margin:0;
	padding:0;
	text-align:left;
}


/*menu*/

#menu{
	width:170px;
	margin:0 20px 0 0;
	float:right;
	display:inline;/* for ie6 */
}

#menu div{
	margin:0 0 10px 0;
}

/* menu-box */
div.menu-box {
	width:170px;
	margin:0 0 10px;
	padding:0;
}
div.menu-box h4 {
	margin:0;
}
div.menu-box ul {
	width:170px;
	margin:0;
	padding:0;
	list-style-type:none;
}
div.menu-box li {
	width:170px;
	margin:0;
	padding:0;
	border-bottom:1px dotted #ccc;
}
div.menu-box li.last {
	border-bottom:none;
}
div.menu-box li a {
	display:block;
	width:145px !important; /* モダンブラウザ向け */
	width:170px; /* IE 6以下 */
	margin:0;
	padding:5px 2px 6px 23px;
	background:url(/images/room/sidemenu_bg.gif) no-repeat 0 -5px;
	
}

div.menu-box li a:hover,
div.menu-box li a.current {
	background-position:-170px -5px;
}

div.menu-box li a:link,
div.menu-box li a:active,
div.menu-box li a:hover,
div.menu-box li a:visited {
	color:#333;
	text-decoration:none;
}

div#menu-center p {
	padding:5px 0 3px 5px;
	background-color:#e8eefa;
}

div#menu-mobile {
	width:170px;
	background-color:#fff;
}
div#menu-mobile p {
	padding:5px 0 5px 5px;
	border-width:0 1px 1px 1px;
	border-color:#36c;
	border-style:solid;
}

div#menu-banners p {
	margin-bottom:5px;
}

/* #menu-center li{border:1px solid #FFCC00;}
#menu-center li a{
	background:#FFF url(../images/room/menu_icon01.gif) no-repeat left center;
	padding-left:15px;
}
#menu-center li a:hover{
	background:#FDEEBA url(../images/room/menu_icon01.gif) no-repeat left center;
	text-decoration:none;
}

#menu-center .on a{
	background:#FDEEBA url(../images/room/menu_icon01.gif) no-repeat left center;
	text-decoration:none;
}

#menu-center p{margin:0 5px 5px 5px;}
#menu-support li{border:1px solid #CCC;}
#menu-support li a{
	background:#FFF url(../images/room/menu_icon02.gif) no-repeat left center;
	padding:3px 3px 3px 15px;
}
#menu-support li a:hover{
	background:#FDEEBA url(../images/room/menu_icon02.gif) no-repeat left center;
	text-decoration:none;
}

#menu-support .on a{
	background:#FDEEBA url(../images/room/menu_icon02.gif) no-repeat left center;
	text-decoration:none;
}

#menu #order{} */


/*bt RollOver Start*/

#order{
	background:url(../images/room/center_reservation_on.jpg) no-repeat;
}

#menu #order a{display:block;}
#menu #order a:hover {background-color:transparent;}
#menu #order a:hover img{visibility:hidden;}






/* titles
----------------------------------------------------------------------------- */
#page-title{
	margin:0 0 20px 0;
	padding:6px 20px;
	border:1px solid #CCC;
	font-size:18px;
	font-weight:bold;
	background:url(../images/room/title_bg01.jpg) no-repeat left top;
}
/* page-ttl */
h2.page-ttl {
	margin:0 0 12px;
	padding:0;
	font-size:120%;
	font-weight:bold;
	
}

/* sttl */
h3.sttl {
	height:32px;
	padding-left:10px;
	margin-bottom:10px;
	background:url(/images/room/main_sttl_bg.gif) no-repeat top left;
	line-height:32px;
	font-size:130%;
	font-weight:bold;
}

/* sttl-icon */
h3.sttl-icon {
	margin-bottom:10px;
	font-size:130%;
	color:#36c;
	font-weight:bold;
}
h3.sttl-icon img {
	vertical-align:middle;
	margin-right:6px;
}


/* pttl */
h4.pttl {
	margin-bottom:5px;
	padding-left:6px;
	border-left:5px solid #36c;
	font-size:120%;
	font-weight:bold;
}
.pttl-img {
	margin-bottom:10px;
}
/* pttl-icon */
h4.pttl-icon {
	margin-bottom:5px;
	font-size:120%;
	font-weight:bold;
}
h4.pttl-icon img {
	vertical-align:middle;
	margin-right:3px;
}


/* pttl-s-1 */
.pttl-s-1 {
	margin-bottom:3px;
	color:#36c;
	font-weight:bold;
	font-size:100%;
}
.pttl-s-1 img.middle {
	margin:0 6px 3px 0;
	vertical-align:middle;
}



.sub-title01{
	margin:0 0 10px 0;
	padding:3px 10px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:2px solid #13007D;
	font-size:14px;
	font-weight:bold;
	color:#333;
	background:#F2F2F2 url(../images/room/sub_title_bg01.jpg) no-repeat left top;
}


/* .sub-title02{
	margin:0 0 10px 0;
	padding:10px 50px;
	font-size:14px;
	font-weight:bold;
	color:#13007D;
	background:url(../images/room/sub_title_bg02.gif) no-repeat left center;
} */

.sub-title03{
	margin:10px;
	padding:3px 5px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #999;
	border-left:5px solid #13007D;
}

#center-reservation{
	margin:20px 0;
	clear:both;
}

/* #main dd{
	margin-bottom:10px;
} */







/* common parts
----------------------------------------------------------------------------- */
/* div.info-wrap */
div.info-wrap {
	width:530px;
	margin:0 0 10px;
	padding:10px 10px 0;
	background:#fff4e3;
}
div.section-box-l div.info-wrap p,
div.section-box-l div.info-wrap ul,
div.section-box-l div.info-wrap ol,
div.section-box-m div.info-wrap p,
div.section-box-m div.info-wrap ul,
div.section-box-m div.info-wrap ol {
	padding-bottom:10px;
	margin-bottom:0;
}


/* section-box */
div.section-box {
	width:550px;
	padding:0 0 20px;
	margin:0;
}
div.section-box h3 {
	height:32px;
	padding-left:10px;
	margin-bottom:5px;
	background:url(/images/room/main_sttl_bg.gif) no-repeat top left;
	line-height:32px;
	font-size:120%;
	font-weight:bold;
}
div.section-box p.target {
    text-align:center;
}
/* section-box-l */
div.section-box-l {
	padding:0 0 30px;
	margin:0;
}
div.section-box-l p {
	margin-bottom:10px;
}
div.section-box-l ul {
	margin:0 0 10px;
	padding:0 0 0 20px;
}
div.section-box-l ol {
	margin:0 0 10px;
	padding:0 0 0 20px;
}
/* section-photo-01 */
p.section-photo-01 {padding-bottom:0;margin-bottom:0;}
p.section-photo-01 img {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}


/* photo-fr */
div.photo-fr{
	float:right;
}
div.photo-fr ul{
	list-style-type:none;
	margin:0;
}
div.photo-fr li{
	margin-bottom:10px;
}

/* gray-box */
.gray-box{
    border:1px solid #ccc;
    padding:10px;
    margin-bottom:10px;
}

p.f-strong{
    color:#FF0000;
    font-weight:bold;
    margin-left:5px;
}





/* section-photo-02 */
p.section-photo-02 {padding-bottom:0;margin-bottom:0;}
p.section-photo-02 img {
	float:right;
	margin-left:10px;
	padding-bottom:10px;
}
/* section-box-m */
div.section-box-m {
	padding:0 0 20px;
	margin:0;
}
div.section-box-m p {
	margin-bottom:10px;
}

/* section-box-s */
div.section-box-s {
	padding:0 0 15px;
	margin:0;
}
div.section-box-s p {
	margin-bottom:10px;
}

/*  */

/* section-dl-01 */
dl.section-dl-01 {
	margin:0;
	padding:0;
}
dl.section-dl-01 dt {
	color:#36c;
	margin:0;
	padding:0;
        margin-bottom:3px;
	font-weight:bold;
}
dl.section-dl-01 dd {
	margin:0 0 15px;
	padding:0;
	
}
dl.section-dl-01 dd.f-center{
    text-align:center;
}
dl.section-dl-01 dd.no-last {
	margin-bottom:0;
}

dl.section-dl-01 dd dt {
	font-weight:normal;
	color:#333;
	float:left;
	width:3em;
}
dl.section-dl-01 dd dd {
	margin-left:3em;
	margin-bottom:0;
}

table.table-03{
	width:100%;
	border-collapse:collapse;
        margin-bottom:5px;
}
table.table-03 th,
table.table-03 td{
	border:1px solid #ccc;
        padding:5px;
}
table.table-03 th{
	background-color:#E2F1FE;
	color:#333;
}
table.table-03 td.day{
    width:40%;
}


/* section-dl-02 */
dl.section-dl-02 {
	margin:0 0 15px;
	padding:0;
	border-bottom: 1px dotted #ccc;
}
dl.section-dl-02 dt {
	width:12.5em;
	margin:0;
	padding:0;
	color:#36c;
	font-weight:bold;
	
	float:left;
	clear:left;
	margin:0;
	padding:.5em 0;
	border-top:1px dotted #ccc;

}
dl.section-dl-02 dd {
	/* margin:-1.5em 0 .5em;
	padding:0 .8em .5em 13.5em; */
	/* background:url(/images/room/line_dl_w550.gif) no-repeat bottom left; */
	
	border-top:1px dotted #ccc;
	margin:0 0 0 12.5em;
	padding:.5em 0;
}
dl.section-dl-02 dd dl {
	margin:0 0 10px;
	border-bottom:none;
}
dl.section-dl-02 dd dt {
	width:auto;
	margin:0;
	padding:0;
	float:none;
	clear:none;
	border:none;
	color:#333;
}
dl.section-dl-02 dd dd {
	border:none;
	margin:0;
	padding:0 0 5px;
}

/* dl.section-dl-02 dd.w-img {
	background-image:url(/images/room/line_dl_w325.gif);
} */
dl.section-dl-02 dd h5 {
	font-weight:bold;
}

/* section-half-01 */
div.section-half-01 {
	width:270px;
	float:left;
	padding-bottom:10px;
}
div.section-half-02 {
	width:270px;
	float:right;
	padding-bottom:10px;
}








/* TOP
----------------------------------------------------------------------------- */
/* cover-area */
div#cover-area{
	margin:0 0 10px;
}


/* recommend-link */
div#recommend-link ul {
	margin:0;
	padding:0;
	
}
div#recommend-link ul li {
	display:inline;
	
}
div#recommend-link ul li#link-right {padding-left:10px;}


/* house-recommend */
div#house-recommend {
	
}
div#house-recommend div.house-box-wrap-02{
      clear:both;
	
}
div#house-recommend div.house-box-left {
	width:270px;
	float:left;
	padding:0 0 10px;
}
div#house-recommend div.house-box-right {
	width:270px;
	float:right;
	padding:0 0 10px;
}

div#house-recommend dl{
    	width: 270px;
	margin:0px;
}
div#house-recommend dl dt{
 	padding:8px;
	border-bottom: solid 1px #36c;
 	border-left: solid 5px #36c;
	line-height: 10px;
        position:relative;
}
div#house-recommend dl dt span.name{
	padding:0;
        margin:0;
        font-weight:bold;
}

div#house-recommend dl dt span.detail{
	text-decoration: none;
	margin:0;
	padding: 0px;
	width: 48px;
        position:absolute;
        top:1px;
        right:0px; 
}
div#house-recommend dl dd {
	clear:both;        
	width: 270px;
	margin: 0px 0px 0px 0px;
        padding:0;
}
div#house-recommend dl dd p {
	margin: 5px 0 0 0;
	padding: 0;
        font-size:100%;
}
/* PHOTO */
div#house-recommend dl dd p input {
	margin: 0 5px 5px 0;
	float: left;
}
div#house-recommend dl dd p img{
	margin: 0 5px 5px 0;
	float: left;
}
div#house-recommend dl dd p span.because{
    float:right;
    width:160px;
}
div#house-recommend dl dd.list{
        background:#e8eef9;
        margin:5px 0 0 0;     
} 
div#house-recommend dl dd ul {
	margin:5px 0 0 0;      
	padding:5px 5px 5px 20px;
	clear: both;
}
.top-list dl dd ul li {
	padding:0;
        margin:0;
	list-style-type:disc;
}

div#house-recommend p#house-more {
	text-align:right;
	padding:5px 0 0;
}

/* information */
#information{
	margin:10px 0 0 0;
	padding:0;
	clear:both;
	border:5px solid #86A4E2;
	background:url(../images/room/cover_bg.jpg) no-repeat left bottom;
}

#information-center{
	margin:10px 0 0 0;
	padding:0;
	clear:both;
	border:5px solid #86A4E2;
	background:url(../images/room/cover_bg_2.jpg) no-repeat left bottom;
}

#information-hiro{
	margin:10px 0 0 0;
	padding:0;
	clear:both;
	border:5px solid #86A4E2;
}

#information h3,#information-center h3,#information-hiro h3{
	clear:both;
}

#information .body,#information-hiro .body{
	padding:5px 10px 10px 10px;
}

#information ul,#information-center ul,#information-hiro ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

/*bt RollOver Start*/

#information li,#information-center li{
	margin:0;
	padding:0;
	float:left;
}

#information li a,#information-center li a{display:block;}
#information li a:hover,#information-center li a:hover {background-color:transparent;}
#information a:hover img,#information-center a:hover img{visibility:hidden;}



/* center_schedule
----------------------------------------------------------------------------- */
/* schedule */
div.schedule {
	margin-bottom:15px;
}

/* datatable-01 */
table.datatable-01 {
	width:100%;
	border-collapse:collapse;
	margin:0;
}
table.datatable-01 th,
table.datatable-01 td {
	border-bottom:1px dotted #ccc;
	padding:3px 5px 3px 0;
}
table.datatable-01 th {
	color:#36c;
	font-weight:normal;
	width:180px;
	text-align:left;
}

/* datatable-02 */
table.datatable-02 {
	width:100%;
	margin:0;
	border-collapse:collapse;
	border-bottom:1px dotted #ccc;
}
table.datatable-02 th,
table.datatable-02 td {
	border-bottom:1px dotted #ccc;
	padding:3px 5px 3px 0;
}
table.datatable-02 th {
	color:#36c;
	font-weight:normal;
	width:180px;
	text-align:left;
}






#recommend{
	margin:20px 0 0 0;
}

#recommend-inner{
	margin:10px 0 0 0;
	border-left:1px dotted #999;
}

#recommend .box{
	width:180px;
	margin:0;
	border-right:1px dotted #999;
	float:left;
}

#recommend .box p{
	margin:10px;
}

.sumai-link-r p,.sumai-link-l p{
	font-weight:bold;
	margin:0;
	padding:0;
}

.sumai-link-l{
	width:80px;
	float:left;
	margin:0;
	padding:0;
}

.sumai-link-r{
	width:180px;
	float:right;
}

#site-link{
	width:550px;
	margin:20px 0 0 0;
	padding:0;
	clear:both;
}

#site-link-l{
	float:left;
	margin:10px 10px 0 0;
	width:270px;
	display:inline;/*IE*/
}

#site-link-r{
	float:right;
	margin:10px 0 0 0;
	width:270px;
	display:inline;/*IE*/
}

/* table
----------------------------------------------------------------------------- */
/* table-01 */
table.table-01 {
	width:100%;
	border:1px solid #ccc;
	border-collapse:collapse;
	margin:0 0 10px;
}
table.table-01 th,
table.table-01 td {
	padding:5px;
	border:1px solid #ccc;
}
table.table-01 th {
	background-color:#36c;
	color:#fff;
	text-align:center;
}
table.table-01 td {
	
}
table.table-01 tr.odd td {
	background-color:#e8eefa;
}

/* table-02 */
table.table-02 {
	width:100%;
	border:1px solid #ccc;
	border-collapse:collapse;
	margin:0 0 10px;
}
table.table-02 th,
table.table-02 td {
	padding:5px;
	border:1px solid #ccc;
}
table.table-02 th {
	background-color:#36c;
	color:#fff;
	text-align:center;
}
table.table-02 td {
	
}



/* 汎用table */
.table01{margin:0 0 10px 0;}
.table01 table{width:100%;}

.table01 td{padding:5px;}
.table01 th{
	padding:5px;
	font-weight:normal;
	background:#E2F1FE;
	text-align:left;
	border:1px solid #CCC;
}

.table01 td{
	border:1px solid #CCC;
	padding:5px;
}

.table01 th span{
	background:#FF3300;
	color:#FFF;
	padding:2px 3px;
}

.table01 th.no-style{
    font-weight:bold;
    border:0;
    background-color:#fff;
}


/* table border */
.border-gray th{border:1px solid #CCC;}
.border-gray td{border:1px solid #CCC;}
.collapse table{border-collapse:collapse;}


/*table 交互背景色*/
.tbl {   
   width:100%;   
   border:1px solid #CCC;   
   border-collapse: collapse;   
}   
.tbl td, .tbl th{
	text-align:left;
	border:1px solid #CCC;
	padding:5px;
}   
.tbl th {   
   background: #E2F1FE;   
}   
.tbl .on {   
   background: #EFEFEF;   
}   
.tbl .off {   
   background: #FFF;   
}   


/*  point (about_room_2)
----------------------------------------------------------------------------- */
/* page-nav */
div.page-nav {
	width:550px;
	margin-bottom:30px;
}
div.page-nav p {
	margin-bottom:10px;
}
div.page-nav ol {
	list-style-type:none;
	margin:0;
	padding:0;
}
div.page-nav ol li {
	margin-bottom:3px;
}
div.page-nav ol li a {
	background:url(/images/room/list_01.gif) no-repeat top left;
	padding-left:16px;
}
div.page-nav ol li a:hover,
div.page-nav ol li a:visited {
	background-image:url(/images/room/list_02.gif);
}


/* area-rank-01、area-rank-02 */
div.area-rank-01,
div.area-rank-02 {
	width:270px;
	float:left;
	margin:0;
	padding:0;
}
div.area-rank-02 {
	float:right;
}


/*目次*/

.mokuji{
	width:550px;
	margin:0 0 10px 0;
	padding:5px 20px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background:url(../images/room/mokuji_title.jpg) no-repeat;
}

.ul-mokuji.ul-mokuji02{
	margin:10px 10px 0 10px;
	padding:0 10px;
	}/*12/11に追加*/
	
.ul-mokuji li{
	margin:5px 0 0 0;
	padding:1px 3px 1px 20px;
	border:1px solid #B0D8FB;
	list-style:none;
	background:url(../images/room/mokuji_icon.jpg) no-repeat left;
}

.ul-mokuji02 li{
	margin:5px 0 0 0;
	padding:1px 3px 1px 20px;
	border:1px solid #B0D8FB;
	list-style:none;
	background:url(../images/room/mokuji_icon02.jpg) no-repeat left;
}/*12/11に追加*/


#map-title{
	background-color:#FFF;
	text-align:left;
}

#map-title h2{
	margin:0 0 20px 0;
	padding:6px 20px;
	border:1px solid #CCC;
	text-align:left;
	color:#13007D;
	font-size:18px;
	font-weight:bold;
	background:url(../images/room/u-information/map_title_bg.jpg) repeat-x top;
}

#bt-map-area{text-align:left;}

#bt-map-area img{
	margin:10px;
}




/* 大学周辺
----------------------------------------------------------------------------- */
/* map01 */
table#map01 {
	width:550px;
	text-align:center;
	margin:0 0 10px 0;
}

/* map-table */
div#map-table {
	padding-bottom:15px;
}
div#map-table table {
	width:550px;
	margin:0 0 10px;
	border-collapse:collapse;
}
div#map-table table th,
div#map-table table td {
	padding:5px;
	border:1px solid #ccc;
}
div#map-table td {
	vertical-align:top;
}
div#map-table th {
	width:50%;
	vertical-align:middle;
	text-align:left;
	font-weight:normal;
	background:#e8eefa;
	color:#36c;
}
div#map-table img {
	margin:0 10px 0 0;
	vertical-align:middle;
}
div#map-table ul {
	margin:10px 0 0 0;
	padding:0;
	list-style-type:none;

}
div#map-table li {
	margin:0;
	padding:0px;
}



/* about_room_4
----------------------------------------------------------------------------- */
/* section-check-wrap */
div.section-check-wrap {
	width:180px;
	float:left;
	
}
div.section-check-wrap ul {
	margin:0 0 0 1.7em;
	padding:0;
}


/* about_room_54 (howmach)
----------------------------------------------------------------------------- */
/* table.cost-01 */
table.cost-01,
table.cost-02 {
	width:270px;
	margin:0 0 10px;
	border-collapse:collapse;
	border:1px solid #ccc;
}
table.cost-01 th,
table.cost-01 td,
table.cost-02 th,
table.cost-02 td {
	border:1px solid #ccc;
	padding:2px 4px;
}
table.cost-01 th,
table.cost-02 th {
	background:#eee;
	font-weight:normal;
	text-align:left;
	width:50%;
}
table.cost-01 th.tbl-ttl,
table.cost-02 th.tbl-ttl {
	width:15%;
	color:#fff;
	text-align:center;
}
table.cost-01 th.tbl-ttl {background:#f05b71;}
table.cost-02 th.tbl-ttl {background:#36c;}
table.cost-01 td,
table.cost-02 td {
	text-align:right;
	width:35%;
}
/*2008.10.31*/
table.cost-01 th.tbl-ttl02,
table.cost-02 th.tbl-ttl02 {
	width:10%;
	color:#fff;
	text-align:center;
}
table.cost-01 th.tbl-ttl02 {background:#f05b71;}
table.cost-02 th.tbl-ttl02 {background:#36c;}
table.cost-01 td,
table.cost-02 td {
	text-align:right;
	width:35%;
}
/*end*/

table.cost-01 td.cost-total,
table.cost-02 td.cost-total {
	font-weight:bold;
	font-size:140%;
}
table.cost-01 td.cost-total {color:#f05b71;}
table.cost-02 td.cost-total {color:#36c;}


/* p.mg-graph */
div.section-box-m p.mg-graph {
	margin-bottom:16px;
}

/* table.lifecost-01 */
table.lifecost-01,
table.lifecost-02 {
	width:270px;
	margin-bottom:0;
	border-collapse:collapse;
	border:1px solid #ccc;
}
table.lifecost-01 th,
table.lifecost-02 th,
table.lifecost-01 td,
table.lifecost-02 td {
	padding:2px 4px;
	border:1px solid #ccc;
}
table.lifecost-01 th,
table.lifecost-02 th {
	width:60%;
	color:#fff;
	text-align:left;
}
table.lifecost-01 th {background:#36c;}
table.lifecost-02 th {background:#f05b71;}
table.lifecost-01 td,
table.lifecost-02 td {
	width:40%;
	text-align:right;
}





#map-btarea{
	text-align:center;
}

#map-btarea input{margin:10px;}

.info-map{
	margin:10px 0 0 0;
	border:2px solid #456FDA;
	padding:5px;
	clear:both;
}

.info-map img{margin:0 10px 0 0;display:inline;}

.info-map a{
	font-size:12px;
	font-weight:bold;
}
	
.note03{margin:10px auto 10px 70px;}


/* 来場予約申込み時の表示 */

#order-check{
	margin-bottom:10px;
}

#order-check-member{
	border:1px solid #CCC;
	float:left;
	height:135px;
}

#order-check-nomember{
	border:1px solid #CCC;
	float:right;
	height:135px;
}

#order-check-member h3,#order-check-nomember h3{
	margin:2px;
}

#order-check .mail{
	width:150px;
}

#order-check .pass{
	width:80px;
}

/* 会員規約 */

#rule-box-title{
	margin:30px 0 0 0;
	background:#F05502;
	padding:5px 10px;
	color:#FFF;
	font-weight:bold;
	text-align:left;
}

#order-rule-box{
	width:550px;
	height:200px;
	text-align:left;
	border:1px solid #CCC;
	overflow:auto;
}

#order-rule-box-inner{
	margin:10px;
}

#order-rule-box-title{
	margin:30px 0 0 0;
	background:#F05502;
	padding:5px 10px;
	color:#FFF;
	font-weight:bold;
	text-align:left;
}

/*大学生活ハウマッチ（共通分）*/

#sumai01{
	width:250px;
	margin:0 10px 10px 10px;
}

#sumai02,#sumai03{
	width:530px;
	margin:0 10px 10px 10px;
}

#sumai03{
	width:530px;
	margin:0 10px 10px 10px;
}

#sumai04{
	width:300px;
	margin:0 10px 10px 0;
}

#sumai05{
	width:530px;
	margin:0 10px 10px 0;
}

#sumai03 table{width:100%;}
#sumai03 th{padding:3px;text-align:center;font-weight:normal;}
#sumai03 td{padding:3px;}

/*アクセス*/

.u-access{
	width:510px;
	margin:10px;
}

.u-access ul{list-style-type:none;margin:0 0 10px 0;padding:0;}

.u-access li{
	display:inline;
	padding:5px 0;
	text-align:left;
}

.u-access-l{
	width:240px;
	margin:0 10px 0 20px;
	float:left;
	display:inline;
}

.u-access-r{
	width:240px;
	margin:0;
	float:right;
	display:inline;
}

/*共通*/
#pan{
	text-align:left;
	font-size:80%;
	margin-bottom:10px;
	padding:2px 5px;
	border-bottom:3px double #CCC;
}

.form-attention{
	background:#FF0000;
	color:#FFF;
	padding:2px 3px;
	font-size:80%;
}

.ime-active{ime-mode:active;}
.ime-inactive{ime-mode:inactive;}

.ol01{margin:0 40px;padding:0;}

.ol01 li{
	margin:0 0 3px 0;
	padding:0;
}
/*2008.10.31追加*/
.ol02 li{
        margin-left:2px;
        padding:0;
}

/*end*/

.ul-dnone{list-style:none;}

.dl01{margin:10px;padding:0;}

.dl01 dt{
	color:#669900;
	border-bottom:3px double #999;
	font-weight:bold;
	font-size:120%;
	padding:5px;
}

.dl01 dd{
	margin:10px;
	padding:0;
}

.dl02{margin:10px;padding:0;}

.dl02 dt{
	color:#669900;
	font-weight:bold;
	padding:5px;
}

.dl02dd{
	margin:10px 0;
	padding:0;
}

.dl03{margin:10px;padding:0;}

.dl03 dt{
	color:#FF9900;
	border-bottom:3px double #999;
	font-weight:bold;
	font-size:120%;
	padding:5px;
}

.dl03 dd{
	margin:10px;
	padding:0;
}

/*アドバイザー*/

.adviser{
	color:#FF9900;
	border-bottom:3px double #999;
	font-weight:bold;
	font-size:120%;
	padding:5px;
}


/* 汎用デザイン */
.note{margin:10px;}
.note02{margin:0 0 0 10px;}
.note-tb{margin:10px 0;}
.note-lr{margin:0 10px;}
.contents-m{margin:30px 0 0 0;}
.clear{clear:both;}
.l-box{margin:0 0 30px 0;}
.pa5{padding:5px;}

.float-l{float:left;}
.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}
.top{vertical-align:top;}
.middle{vertical-align:middle;}

/* font styles */
.f-small{font-size:80%;}
.f-large{font-size:120%;}
.f-gray{color:#666;}
.f-green{color:#669900;}
.f-orange{color:#FF9900;}
.f-red{color:#FF0000;}
.f-blue{color:#456FDA;}
.f-blue02{color:#36c;}
.f-bold{font-weight:bold;}
.float-l{float:left;}
.float-r{float:right;}
.bbd{border-bottom:1px dotted #999;}
.w150{width:150px;}
.w350{width:350px;}
.w180{width:180px;}
.w310{width:310px;}
.bg-pink{background:#FDF2E1;}
.bg-orange{background:#fff4e3;}
.b-gray{border:1px solid #CCC;}
.li-deco-no{list-style-type:none;}

.uldeco01 ul{
	list-style-type:none;
	margin:3px 0;
	padding:0;
}
.uldeco01 li{
	list-style-type:none;
	margin:0;
	padding:0 0 0 20px;
	background:url(/images/room/uldeco01.jpg) no-repeat left center;;
}
/* リンク */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html div {height: 1%;}
/* End hide from IE-mac */

div{
	zoom:100%;
}

/*エラー表示用*/

.errorExplanation{
	margin:5px 0 10px 0;
	border:1px solid #FF0000;
	padding:0;
	font-size:90%;
}

.errorExplanation h4{
	margin:0;
	padding:5px;
	background:#FF0000;
	color: #FFF;
	font-weight:bold;
}

.errorExplanation p{
	margin:5px;
}

.errorExplanation ul {
	margin:0 0 5px 25px;
}

.errorExplanation li {
	margin:0;
	padding:0;
}

.fieldWithErrors{
	display:inline;
}


/*【タイトルタグ装飾分】*/

.decoration01{
	background:#7CCF29;
	padding:8px 0 9px 15px;
	margin:10px 0;
	color:#FFF;
	font-size:100%;
	font-weight:bold;
}
.decoration01 strong{font-weight:bold;}
.decoration01 em{font-weight:bold;}

.decoration02{
	background:url(../images/fresh/title_request03.gif) no-repeat;
	padding:8px 0 9px 15px;
	margin:10px 0 0 0;
	color:#FFF;
	font-size:100%;
	font-weight:bold;
}

.decoration03{
	background:url(../images/fresh/title_left.jpg) no-repeat left;
	border:1px solid #7CCF29;
	padding:6px 12px;
	margin:0 0 10px 0;
	font-weight:bold;
}

.decoration03 strong{font-weight:bold;}

.decoration03 em{font-weight:bold;}

.decoration04{
	background:url(../images/fresh/h5_icon.gif) no-repeat left;
	border-bottom:1px dotted #7CCF29;
	padding:6px 16px;
	margin:0 0 10px 0;
	font-weight:bold;
}

.table01{margin:0 0 10px 0;}
.table01 table{width:100%;}
.table01 th{padding:5px;font-weight:normal;}
.table01 td{padding:5px;}

.main-title{
	background:url(../images/main_title_bg.jpg) repeat-x;
	border:1px solid #CCC;
	padding:20px 16px;
	margin:0 0 10px 0;
	font-size:16px;
	font-weight:bold;
}

.button-area{
	text-align:center;
	margin:20px 0;
}

* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }

.iepngfix {
	background:url(../images/pin03.png) no-repeat;
}
.datepicker_button {
  background:                url(../images/select_date.gif) no-repeat;
  width:                     20px;
  height:                    20px;
  cursor:                    pointer;
}

/* 2009.03.13 ADD house_close */
#menu{
	width:170px;
	margin:0 30px 0 0;
	float:right;
	display:inline;/*IE*/
}

#menu ul{
	margin:0;
	padding:0;
}

#menu li{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu-link{
	border:1px solid #CCC;
	margin:10px 0;
	text-align:left;
}
#menu-link a:link   {color:#333; text-decoration:none;}
#menu-link a:visited{color:#333; text-decoration:none;}
#menu-link a:hover  {color:#666; text-decoration:none;}
#menu-link a:active {color:#666; text-decoration:none;}

#menu-link ul{
	padding:0;
	margin:5px;
}
#menu-link li{
	background:url(../images/footer_icon.gif) no-repeat left center;
	padding:0 0 0 15px;
	margin:0;
	list-style-type:none;
}
/* 2009.03.13 ADD house_close end */

