@charset "utf-8";

* {
	padding:0;
	margin:0px;
	outline:none;
}

html {
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

img {
	vertical-align:top;
	border:0;
}

h1, h2, h3, h4, li {
	font-size: 60%;
	line-height: 1.2;
}

li {
	list-style-type: none;
}

body {
	color: #333333;
	font-family: osaka, Arial, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	text-align: center;
	margin:0 auto;
}

* html #content div{
	/*\*/height: 1%;/*for WinIE*/
	display: inline-table;/*for MacIE*/
}

.clear {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */

.narrow {
	letter-spacing: -1px;
}



/*--- contentwrapper ----------------------------------------*/

div#wrap {
	text-align:left;
	width: 900px;
	margin: 20px auto 0;
}

/*--- headblock ----------------------------------------*/

div#header {
}

div#header #plaisiria {
	float: left;
	width: 239px;
	padding-bottom: 21px;
}

div#header #headbtns {
	float: right;
	width: 203px;
	text-align: right;
}
div#header #headbtns img{
	margin-bottom: 5px;
}


/*--- global navi ----------------------------------------*/

ul#gmenu {
	clear: both;
}

ul#gmenu li {
	float: left;
	width: auto;
}


/*--- content ------------------------------------------*/

div#content {
	clear: both;
}

div#content .headline {
}
div#content h2 img {
	margin: 25px 0px 0px 0px;
}


/*--- footer ------------------------------------------*/

div#footer {
	clear: both;
}

div#footer div#housenet {
	width: 525px;
	float: left;
	padding: 40px 0 6px 0;
}
div#footer div#callnum {
	width: 210px;
	float: right;
	text-align: right;
	padding: 32px 0 0 0;
}
div#footer div#relay {
	width: 130px;
	float: right;
	text-align: right;
	padding-top: 40px;
}

div#footer p#privacypolicy {
	padding: 4px 0 8px 12px;
	background:url(../imgs/marker.gif) 0 center no-repeat;
}

div#footer div#copyright {
	clear: both;
	background:#000;
	color: #fff;
	font-size:60%;
	text-align: center;
	padding: 5px 0 4px 0;
}

div#footer a:link,
div#footer a:visited {
	font-size: 67%;
	color: #333;
	text-decoration: none;
}
div#footer a:hover,
div#footer a:active {
	
	text-decoration: underline;
}


.pb_15 { padding-bottom:15px; }
.p_lr_10 { padding-left:10px; padding-right:10px; }









