@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ sunrise-villa css ] [ page_homes.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 2009-02-2
	---------------------------------------------------------------------------------------------*/


/* ================================================

	h3

=================================================*/

/* h3 -------------*/
div#contentsArea div.section h3.noBg {
	background-image: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}


/* ================================================

	mainList

=================================================*/

div#contentsArea div.mainList {}
div#contentsArea div.mainList div.entrys {}
div#contentsArea div.mainList div.entrys h3.noBg {
	padding-left: 6px;
	padding-top: 20px;
	padding-bottom: 10px;
}

/* entry -------------*/
div#contentsArea div.mainList div.entry {
	border: 1px solid #CCC;
	background-color: #FFF;
	clear: both;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
}
div#contentsArea div.mainList div.entry p {
	display: block;
	float: left;
}
div#contentsArea div.mainList div.entry p.photo {
	height: 180px;
	width: 237px;
	margin: 10px;
}
*html div#contentsArea div.mainList div.entry p.photo {
	margin-left: 5px;
}
div#contentsArea div.mainList div.entry p.title1 {
	height: 15px;
	width: 300px;
	margin-top: 20px;
}
div#contentsArea div.mainList div.entry p.area {
	width: 211px;
	float: left;
	margin-top: 20px;
	text-align: right;
}
div#contentsArea div.mainList div.entry div.titleArea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	float: left;
	width: 511px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
}
div#contentsArea div.mainList div.entry p.title2 {}
div#contentsArea div.mainList div.entry p.entrylink {
	float: right;
	margin-top: 6px;
}
div#contentsArea div.mainList div.entry p.iconArea {
	width: 511px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-bottom-style: dotted;
	padding-bottom: 4px;
	padding-top: 4px;
}
div#contentsArea div.mainList div.entry p.iconArea span.icon {
	background-color: #FF9900;
	color: #FFF;
	margin-right: 2px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
}
div#contentsArea div.mainList div.entry p.text {
	width: 511px;
	margin-top: 5px;
}



/* ================================================

	homeCommon

=================================================*/

/* homeCommon -------------*/
div#contentsArea div.homeCommon {}

/* pageMenu -------------*/
div#contentsArea div.homeCommon div.pageMenu {
	background-image: url(../_img/homes/line_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
div#contentsArea div.homeCommon div.pageMenu a {
	background-color: #F4F4F4;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	margin-right: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #F4F4F4;
	border-left-color: #E5E5E5;
}
div#contentsArea div.homeCommon div.pageMenu a.op {
	background-image: url(../_img/homes/op_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #3EB400;
	padding-left: 30px;
}
div#contentsArea div.homeCommon div.pageMenu a.op:hover {}
div#contentsArea div.homeCommon div.pageMenu a.cl {
	background-color: #FFF;
	background-image: url(../_img/homes/cl_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
div#contentsArea div.homeCommon div.pageMenu a.cl:hover {
	color: #3DB305;
	background-image: url(../_img/homes/op_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

/* entrys -------------*/
div#contentsArea div.homeCommon div.entrys {
	background-color: #F4F4F4;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
}

div#contentsArea div.homeCommon div.sideMenu {
	width: 220px;
	float: left;
}
div#contentsArea div.homeCommon div.sideMenu ul {
	background-color: #EBEBEB;
	padding: 1px;
	margin-bottom: 10px;
}
div#contentsArea div.homeCommon div.sideMenu ul li {
	background-color: #FFF;
	padding: 1px;
	margin-bottom: 1px;
}
div#contentsArea div.homeCommon div.sideMenu ul li.last {
	margin-bottom: 0px;
}
div#contentsArea div.homeCommon div.sideMenu ul li a {
	background-image: url(../_img/common/home_bt_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 196px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
}
div#contentsArea div.homeCommon div.sideMenu ul li a:hover,
div#contentsArea div.homeCommon div.sideMenu ul li a.selected {
	background-image: url(../_img/common/home_bt_bg_f2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	text-decoration: none;
}
div#contentsArea div.homeCommon div.mainContents {
	float: right;
	width: 570px;
}
div#contentsArea div.homeCommon div.mainContents li.odd {}
div#contentsArea div.homeCommon div.mainContents li.even {}
div#contentsArea div.homeCommon div.subSection {
	width: 570px;
	overflow: hidden;
}
div#contentsArea div.homeCommon div.subSection h4 {
	font-weight: bold;
	color: #39B000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #39B000;
	border-right-color: #39B000;
	border-bottom-color: #39B000;
	border-left-color: #39B000;
}



/* ================================================

	homeIndex

=================================================*/

/* homeIndex -------------*/
div#contentsArea div.homeIndex {}
/* summaryList -------------*/
div#contentsArea div.homeIndex ul.summaryList {
	margin-right: 10px;
	margin-left: 10px;
}
div#contentsArea div.homeIndex ul.summaryList li {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}
div#contentsArea div.homeIndex ul.summaryList li p {
	float: left;
}
div#contentsArea div.homeIndex ul.summaryList li p.title {
	float: left;
	width: 10em;
	margin-right: 1em;
}
div#contentsArea div.homeIndex ul.summaryList li p.text {
	width: auto;

}
div#contentsArea div.homeIndex ul.summaryList li p.main {
	color: #3FAF03;
	font-weight: bold;
}
div#contentsArea div.homeIndex ul.summaryList ul.sub {
	float: left;
	width: auto;
}
div#contentsArea div.homeIndex ul.summaryList ul.sub p.title {
		font-weight: bold;
}
div#contentsArea div.homeIndex ul.summaryList ul.sub a {
	color: #FD9A00;
	text-decoration: none;
	margin-right: 1em;
}
div#contentsArea div.homeIndex ul.summaryList ul.sub a:hover {
	color: #35B403;
}
div#contentsArea div.homeIndex ul.summaryList ul.sub li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
div#contentsArea div.homeIndex ul.faciList {} 
div#contentsArea div.homeIndex ul.faciList li,
div#contentsArea div.homePage1 ul.faciList li {
	width: 285px;
	float: left;
	margin-bottom: 20px;
}
*html div#contentsArea div.homeIndex ul.faciList li,
*html div#contentsArea div.homePage1 ul.faciList li {
	width: 284px;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}
div#contentsArea div.homeIndex ul.faciList li h4,
div#contentsArea div.homePage1 ul.faciList li h4 {
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
div#contentsArea div.homeIndex ul.faciList li img,
div#contentsArea div.homePage1 ul.faciList li img {
	margin-left: 7px;
}
div#contentsArea div.homeIndex div.homeChar {
}
div#contentsArea div.homeIndex div.homeChar h4 {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
div#contentsArea div.homeIndex div.homeChar ul {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
div#contentsArea div.homeIndex div.homeChar ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 2em;
}
div#contentsArea div.homeIndex div.homeChar div.cap {
	padding-top: 10px;
	padding-bottom: -10px;
	background-color: #F7F7F7;
	border: 1px solid #E1E1E1;
}
div#contentsArea div.homeIndex div.homeChar p {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}



/* ================================================

	homeSelector

=================================================*/

/* homeSelector -------------*/
div#contentsArea div.homeSelector {}
div#contentsArea div.homeSelector div.entrys {}
div#contentsArea div.homeSelector div#selecter {
	background-image: url(../_img/homes/selector_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 30px;
}
div#contentsArea div.homeSelector div#selecter h3 {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	height: 50px;
	line-height: 50px;
	width: 220px;
	color: #666;
}
div#contentsArea div.homeSelector div#selecter ul {
	background-color: #FFF;
	border: 1px solid #E5E5E5;
}
div#contentsArea div.homeSelector div#selecter div {
	width: 220px;
	height: 250px;
	float: left;
	margin-right: 29px;
}
div#contentsArea div.homeSelector div#selecter div ul {
	height: 200px;
	width: 220px;
	overflow: auto;
}
div#contentsArea div.homeSelector div#selecter div ul li {
	margin: 5px;
	padding: 0px;
	width: 190px;
}
div#contentsArea div.homeSelector div#selecter div ul li.selected {
		background-color: #D7EFCC;
}
div#contentsArea div.homeSelector div#selecter div ul li:hover {
	background-color: #D7EFCC;
}
div#contentsArea div.homeSelector div#selecter div ul li a {
	text-decoration: none;
	color: #39B000;
	font-weight: bold;
	display: block;
	padding: 5px;
}
div#contentsArea div.homeSelector div#selecter div ul li p {
	background-color: #FFF5E8;
	padding: 2px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #D28342;
}
div#contentsArea div.homeSelector div#selecter div#lines {}
div#contentsArea div.homeSelector div#selecter div#lines ul {}
div#contentsArea div.homeSelector div#selecter div#lines ul li {}
div#contentsArea div.homeSelector div#selecter div#stations {}
div#contentsArea div.homeSelector div#selecter div#stations ul {}
div#contentsArea div.homeSelector div#selecter div#stations ul li {}
div#contentsArea div.homeSelector div#selecter div#homes {
	width: 250px;
	margin: 0px;
}
div#contentsArea div.homeSelector div#selecter div#homes ul {
	width: 250px;
}
div#contentsArea div.homeSelector div#selecter div#homes ul li {
	width: 220px;
}
div#contentsArea div.homeSelector div#selecter div#homes ul li:hover {
	background-color: #FFE0B3;
}
div#contentsArea div.homeSelector div#selecter div#homes ul li a {
	color: #F90;
}

/* ================================================

	footerMenu

=================================================*/

/* footerMenu -------------*/
div#contentsArea div.mainContents div.footerMenu {
	height: 2em;
	text-align: center;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#contentsArea div.mainContents div.footerMenu ul {}
div#contentsArea div.mainContents div.footerMenu ul li {
	display: inline;
}
div#contentsArea div.mainContents div.footerMenu ul li a {
	color: #FF9801;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
div#contentsArea div.mainContents div.footerMenu ul li a:hover {
	color: #39B000;
}

div#contentsArea .infoBt {
	text-align: center;
	margin-top: 40px;
}



/* ================================================

	homeGmap

=================================================*/

/* homeGmap -------------*/
div#contentsArea div.homeGmap {}
div#contentsArea div.homeGmap div#map {
	height: 500px;
	width: 790px;
	background-color: #FFF;
}
div#contentsArea div.homeGmap div.entrys {
	padding: 10px;
}





/* ================================================

	homepage1

=================================================*/

/* homePage1 -------------*/
div#contentsArea div.homePage1 {}
div#contentsArea div.homePage1 ul.faciList li p.text {
	width: 270px;
	margin-left: 10px;
}




/* ================================================

	homepage2

=================================================*/

/* homePage2 -------------*/
div#contentsArea div.homePage2 {}
div#contentsArea div.homePage2 table.eRoomTable {
	border: 1px solid #9CD77F;
}
div#contentsArea div.homePage2 table.eRoomTable th {
	background-image: url(../_img/homes/th_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
div#contentsArea div.homePage2 table.eRoomTable td {
	font-weight: bold;
	color: #47B713;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-right-style: dotted;
}





/* ================================================

	homepage3

=================================================*/

/* homePage3 -------------*/
div#contentsArea div.homePage3 {}
div#contentsArea div.homePage3 div.leftArea {
	float: left;
	width: 313px;
}
div#contentsArea div.homePage3 div.leftArea div.cap {
	background-color: #F3F3F3;
	padding: 5px;
	margin-top: 5px;
}
div#contentsArea div.homePage3 div.rightArea {
	float: right;
	width: 237px;
}
div#contentsArea div.homePage3 div#map {
	height: 400px;
	width: 570px;
}



/* ================================================

	homepage4

=================================================*/

/* homePage4 -------------*/
div#contentsArea div.homePage4 {}
div#contentsArea div.homePage4 p.update {
	text-align: right;
}
div#contentsArea div.homePage4 h4 {
	margin-bottom: 20px;
}
div#contentsArea div.homePage4 h5 {
	margin-bottom: 5px;
}
div#contentsArea div.homePage4 table {
	border: 1px solid #9CD77F;
	margin-bottom: 10px;
}
div#contentsArea div.homePage4 table th {
	background-image: url(../_img/homes/th_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding-right: 5px;
	padding-left: 5px;
}
div#contentsArea div.homePage4 table td {
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-right-style: dotted;
}
div#contentsArea div.homePage4 table td strong {
	color: #39B000;
}






div#contentsArea div.mainList div.entrys:after,
div#contentsArea div.mainList div.entry:after,
div#contentsArea div.homeCommon:after,
div#contentsArea div.homeIndex ul.summaryList li:after,
div#contentsArea div.homeCommon div.subSection:after,
div#contentsArea div.homeSelector div#selecter:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
div#contentsArea div.mainList div.entrys,
div#contentsArea div.mainList div.entry,
div#contentsArea div.homeCommon,
div#contentsArea div.homeIndex ul.summaryList li,
div#contentsArea div.homeCommon div.subSection,
div#contentsArea div.homeSelector div#selecter{
display: inline-table;
min-height: 1%;
}
/* Hides from IE-mac */
* html div#contentsArea div.mainList div.entrys,
* html div#contentsArea div.mainList div.entry,
* html div#contentsArea div.homeCommon,
* html div#contentsArea div.homeIndex ul.summaryList li,
* html div#contentsArea div.homeCommon div.subSection,
* html div#contentsArea div.homeSelector div#selecter{
height: 1%;
}
div#contentsArea div.mainList div.entrys,
div#contentsArea div.mainList div.entry,
div#contentsArea div.homeCommon,
div#contentsArea div.homeIndex ul.summaryList li,
div#contentsArea div.homeCommon div.subSection,
div#contentsArea div.homeSelector div#selecter{
display: block;
}
/* End hide from IE-mac */
