/* base.css */

@import "cnt.css";

*{
	margin:0;
	padding:0;
	list-style-type:none;
	font-weight:normal;
	text-decoration:none;
	font-size:100%;
	font-style:normal;
	line-height:1.65;
}

body{
	text-align:center;
	font-size:80%;
	color:#000;
	background-color:#FFE8EB;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
}

img{
	border-style:none;
	vertical-align:bottom;
}

* html img{
	border-style:none;
	vertical-align:middle;
}

.container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.container {display: inline-table;}
/* Hides from IE-mac \*/
* html .container {height: 1%;}
*+html .container {min-height: 1%;}
.container {display: block;}
/* End hide from IE-mac */


#box{
	width:786px;
	margin:0px auto;
	text-align:left;
	background:url(../img/common/background.jpg) repeat-y;
	padding-left:3px;
}


p#autochangepg{
	width:786px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	font-size:75%;
	color:#aaa;
	background-color:#FFE8EB;
}

p.pankuzu{
	text-align:right;
	font-size:80%;
}

.centering{
	text-align:center;
}

p.righting{
	text-align:right;
}

a.underline{
	text-decoration:underline;
}

.bold{
	font-weight:bold;
}

/*main*/

#main{
	padding-top:5px;
}

/*header*/

#header{
	background:url(../img/common/header_back.jpg) no-repeat;
	width:781px;
	height:75px;
	position:relative;
}



#header h1{
	position:absolute;
	left:29px;
	top:18px;
}


#header p.inq{
	position:absolute;
	left:434px;
	top:12px;
}

#header p.tel{
	position:absolute;
	left:611px;
	top:38px;
}





/*leftpana*/

#leftpane{
	padding-left:5px;
	width:190px;
	float:left;
	display:inline;
}


#leftpane p{
	margin-bottom:10px;
}

#leftpane dl{
	margin-bottom:10px;
}

#leftpane dl dt{
	margin:0px;
}

#leftpane dd{
	margin:0px;
	padding:0px;
}

* html #leftpane dd{
	margin-top:-1px;
}

#leftpane dl dd.first{
	border-top:1px solid #69030B;
	width:180px;
}


#leftpane dl dd.last{
	border-bottom:1px solid #69030B;
	width:180px;
}

#leftpane div.other{
	background:url(../img/common/othermenu_top.gif) no-repeat left top;
	padding-top:5px;
}

#leftpane ul{
	margin-bottom:10px;
}

#leftpane div.other ul li{
	margin-bottom:10px;
}

#leftpane div.other ul{
	background:url(../img/common/othermenu_bottom.gif) no-repeat left bottom;
	padding:10px 0px;
}

#leftpane div.other ul li.one{
	background:url(../img/common/mark01.gif) no-repeat 0 2px;
	padding-left:15px;
	margin-bottom:15px;
	margin-left:10px;
}


*+html #leftpane div.other ul li.one{
	background:url(../img/common/mark01.gif) no-repeat 0 6px;
	padding-left:15px;
	margin-bottom:15px;
	margin-left:10px;
}


#leftpane div.other ul li.keitai{

	text-align:center;
	font-size:75%;
	padding-left:0px;
	margin-left:-10px;
}


#leftpane div.other ul li.keitai span{

	text-align:left;
}

#leftpane div.other p.titling{
	font-weight:bold;
	margin-left:20px;
}

#leftpane div.other dl{
	margin-left:15px;
}

#leftpane div.other dt{
	float:left;	
	clear:left;
	font-weight:bold;
	width:60px;
	font-size:90%;
}

#leftpane div.other dd{
	font-size:90%;
	width:100px;
	float:left;
}


/*footer*/

#footer{
	background:#FFD7DC url(../img/common/footer_back.jpg) no-repeat left top;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
	width:780px;
	padding-top:5px;
	text-align:center;
}


#footer ul li{
	display:inline;
	font-size:75%;
}


#footer address{
	text-align:center;
}



/* -------------------------------------
--- print -- */
@media print{

html>/**/body div#cnt.top object{
	display:none;
}

html>/**/body div#cnt.top p.dammy{
	display:block;
}
}


iframe{
	width:560px;
	height:150px;
	border:1px solid #FFD0D0;
}



