@charset "utf-8";

/*
==================================================

    CSS File Name - layout.css
    Last-updated: 2011-06-15

    +1: #container
    +2: #header
    +3: #globalNav
    +4: #mainBody
    +5: #mainContent
    +6: #subContent
    +7: #footer

==================================================
*/


/*--------------------------------------------------
    +1: #container
==================================================*/

div#container {
	text-align: left;
}

div#container h1 {
	margin-bottom: 30px;
	height: 168px;
	background: url(../images/bg_headline.gif) 0 0 repeat-x;
	text-align: center;
}

body.home div#container h1 {
	height: auto;
	background: none;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +2: #header
==================================================*/

div#header {
	width: 900px;
	margin: 0 auto;
	/zoom: 1;
}

div#header:after{
	content: '';
	display: block;
	clear: both;
}

div#header p.logo {
	display: inline;
	float: left;
	padding: 15px 0 20px 0;
}

div#header p.contact {
	display: inline;
	float: right;
	padding: 30px 0 20px 0;
}
div#header p.contact a:hover {filter: alpha(opacity=60); -moz-opacity:0.6; opacity:0.6;}

/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +3: #globalNav
==================================================*/

div#globalNav {
	clear: both;
	height: 45px;
	background: url(../images/bg_globalNav.gif) 0 0 repeat-x;
}

div#globalNav ul {
	width: 900px;
	margin: 0 auto;
}

div#globalNav ul li {
	display: inline;
	float: left;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +4: #mainBody
==================================================*/

div#mainBody {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 30px;
	/zoom: 1;
}

div#mainBody:after{
	content: '';
	display: block;
	clear: both;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +5: #mainContent
==================================================*/

div#mainContent {
	display: inline;
	float: right;
	width: 625px;
}

div#mainContent div.section {
	clear: both;
	margin-bottom: 30px;
}

div#mainContent div.section h2 {
	margin-bottom: 15px;
}

div#mainContent div.section h3 {
	padding: 10px 0 10px 0;
}

div#mainContent div.section h4 {
	padding: 10px 0 10px 0;
}

div#mainContent div.section p {
	padding-bottom: 10px;
}

div#mainContent div.section div#googleMap {
	width: 625px;
	height: 300px;
	margin-bottom: 10px;
}

div#mainContent div.section.news {
	padding: 20px 20px 10px 20px;
	border: 7px solid #cc0000;
}

div#mainContent div.section.news h2 {
	display: inline;
	float: left;
}

div#mainContent div.section.news dl {
	margin-left: 100px;
}

div#mainContent div.section.news dl dt {
	display: inline;
	float: left;
	width: 90px;
}

div#mainContent div.section.news dl dd {
	margin-bottom: 10px;
	padding: 0 0 10px 90px;
	border-bottom: 1px dotted #868686;
}

div#mainContent p.school_bnr {
	text-align:center;
	border-top:1px dotted #a6a6a6;
	padding:25px 0 0 0;
	margin:15px 0 25px 0;
}
div#mainContent p.school_bnr a:hover {
	filter: alpha(opacity=60); -moz-opacity:0.6; opacity:0.6;
}
    

body.news div#mainContent div.section {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #3e3e3e;
}

body.news div#mainContent div.section h2 {
	height: 41px;
	padding: 10px 0 0 15px;
	background: url(../../news/images/bg_headline.gif) 0 0 no-repeat;
	font-size: 1.15em;
	font-weight: bold;
}

body.news div#mainContent div.section h2 span {
	margin-right: 10px;
	font-size: 0.7em;
	font-weight: normal;
}

body.news div#mainContent div.section h2 a {
	color: #333;
}



/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +6: #subContent
==================================================*/

div#subContent {
	display: inline;
	float: left;
	width: 235px;
}

div#subContent p.greeting {
	margin-bottom:15px;
}

div#subContent ul.school {
	margin-bottom:20px;
}

div#subContent ul.school li.link {
	margin-bottom:7px;
}
div#subContent ul.school{
	background:transparent url(../images/btn_school_02.gif) repeat-y ;
}
div#subContent ul.school li a {
	padding:5px 23px; 
	margin:0 0 0 15px;
	font-weight:bold;
	background:transparent url(../images/btn_school_icon.gif) no-repeat 0 0.5em; 
	height:17px;
}
div#subContent ul.bannerNav li a:hover {filter: alpha(opacity=60); -moz-opacity:0.6; opacity:0.6;}

div#subContent div.salon {
	padding-bottom: 10px;
	background: url(../images/bg_salon.gif) 0 bottom no-repeat;
}

div#subContent div.salon p {
	padding: 10px 10px 0 10px;
}

div#subContent div.salon a {
	color: #333;
}

div#subContent ul#schoolNav {
	padding-bottom: 15px;
}

div#subContent ul#schoolNav li {
	margin-bottom: 15px;
	padding: 0 0 15px 5px;
	border-bottom: 1px dotted #3e3e3e;
}

div#subContent ul#schoolNav li ul li {
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	border-bottom: none;
}

div#subContent div.news {
	padding-bottom: 20px;
}

div#subContent div.news h2 {
	margin-bottom: 10px;
}

div#subContent div.news ul li {
	margin-bottom: 10px;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +7: #footer
==================================================*/

div#footer {
	clear: both;
	padding: 15px 0;
	background-color: #cc0000;
}

div#footer p.copyright {
	width: 900px;
	margin: 0 auto;
	color: #fff;
	text-align: right;
}
