@charset "shift_jis";

* {
	margin:0;
	padding:0;
}
html {
	width:100%;
}
body {
	width:100%;
	background-color:#eae7d6;
	color:#333333;
	font-family:"‚l‚r‚o ƒSƒVƒbƒN", "ƒqƒ‰ƒMƒm ƒSƒVƒbƒN", "Osaka";
	font-size:75%;
	line-height:165%;
	padding:20px 0;
}
img {
	border:none;
}
a {
	color:#b40000;
}
a:hover {
	color:#c86464;
}


/* padding margin */
.pb20 {
	padding-bottom:20px;
}
.pb15 {
	padding-bottom:15px;
}
.pb10 {
	padding-bottom:10px;
}
.pt65 {
	padding-top:65px;
}
.pt55 {
	padding-top:55px;
}
.pt52 {
	padding-top:52px;
}
.pt20{
	padding-top:20px;
}
.pt10 {
	padding-top:10px;
}

/* box */
#box {
	width:900px;
	min-height:0px;
	overflow:hidden;
}
#box:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/* \*/
*html #box {
	height:1px;
	overflow:visible;
}
#box {
	display:block;
}

/* bg */
#topbg {
	background-image:url(../images/index_bg.gif);
	background-repeat:repeat-x;
}
#listbg {
	background-image:url(../images/list_bg.gif);
	background-repeat:repeat-x;
}


/* container */
#container {
	width:900px;
	margin:0 auto;
}

/* index */
#leftcontets {
	width:425px;
	float:left;
}
#rightcontents {
	width:425px;
	float:left;
	padding-left:50px;
}
#dial {
	width:425px;
	height:60px;
	background-image:url(../images/index_freebg.gif);
	background-repeat:no-repeat;
}
.diala{
	width:155px;
	padding:3px 0 10px 270px;
	text-align:right;
}
.dialb{
	width:140px;
	padding:5px 0 0 285px;
	text-align:right;
}

/* list */
#list01 {
	width:900px;
	height:130px;
	background-image:url(../images/list_con01.gif);
	background-repeat:no-repeat;
}
#list02 {
	width:900px;
	height:130px;
	background-image:url(../images/list_con02.gif);
	background-repeat:no-repeat;
}
#list03 {
	width:900px;
	height:130px;
	background-image:url(../images/list_con03.gif);
	background-repeat:no-repeat;
}
#list04 {
	width:900px;
	height:215px;
	background-image:url(../images/list_con04.gif);
	background-repeat:no-repeat;
}
#list05 {
	width:900px;
	height:195px;
	background-image:url(../images/list_con05.gif);
	background-repeat:no-repeat;
}
#list06 {
	width:900px;
	height:195px;
	background-image:url(../images/list_con06.gif);
	background-repeat:no-repeat;
}
#list07 {
	width:900px;
	height:90px;
	background-image:url(../images/list_con07.gif);
	background-repeat:no-repeat;
}
.type {
	width:150px;
	float:left;
	text-align:center;
	padding-left:100px;
}
.flat {
	width:100px;
	float:left;
	text-align:center;
	padding-left:250px;
}
.detail {
	width:90px;
	float:left;
	padding:20px 5px 0 5px;
}
.flata {
	width:102px;
	float:left;
	padding:10px 0 0 340px;
}
.flatb {
	width:102px;
	float:left;
	padding:10px 0 0 120px;
}
.pribtn {
	width:120px;
	float:left;
	padding:50px 0 0 40px;
}

/* footr */
#ft {
	width:900px;
	padding:50px 0 0 0;
}