@charset"euc-jp";


/* ---------------------------------------------------------
　デフォルトリセット
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, map
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.5;
	border: none;
	list-style-type: none;
}

/* ---------------------------------------------------------
　テキストリンク
--------------------------------------------------------- */
a:link    { color: #0066FF; text-decoration: none; }
a:visited { color: #0066FF; text-decoration: none; }
a:hover   { color: #E74077; text-decoration: underline; }
a:active  { color: #E74077; text-decoration: underline; }

/* ---------------------------------------------------------
　floatクリア
--------------------------------------------------------- */
span.clear {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}


/* ---------------------------------------------------------
　画像
--------------------------------------------------------- */
img.rollover {
}


img.Lm{
	margin-left:0.5em;
	margin-bottom:0.5em;
	clear:both;
}

img.Rm{
	margin-right:0.5em;
	margin-bottom:0.5em;
	clear:both;

}


/* ---------------------------------------------------------
　画像ぴこっとなるやつ
--------------------------------------------------------- */

a.btn:hover{position:relative;top:1px;left:1px;}
a.btn:hover img{filter: alpha(opacity=80);}

a.btn2:hover img{filter: alpha(opacity=80);}

/* ---------------------------------------------------------
　レイアウトベース
--------------------------------------------------------- */
body {
	margin:0px;
	padding:0px;
	text-align: center;
	background-color:#FFFFFF;
	font-size:12px;
}


#wrapper {
	width:900px;
	margin:0 auto;
	text-align:left;
}

/* ---------------------------------------------------------
　header
--------------------------------------------------------- */
#header {
	width:900px;
}


/* ---------------------------------------------------------
　main
--------------------------------------------------------- */

#main {
	margin-top:20px;
}

.glay {
	background:#EAEAEA;
	width:200px;
}

/* ---------------------------------------------------------
　secondary
--------------------------------------------------------- */

#secondary {
	width:205px;
	float:left;
}
#email, #pass {
	margin:5px 0;
	width:120px;
}

.s_title {
	font-weight:bold;
	color:#FFFFFF;
	width:197px;
	height:22px;
	padding:23px 0 0 5px;
}

.t01 { background:url(../img/s_title01.gif) 0 0 no-repeat;}
.t02 { background:url(../img/s_title02.gif) 0 0 no-repeat;}
.t03 { background:url(../img/s_title03.gif) 0 0 no-repeat;}

/* ---------------------------------------------------------
　primary
--------------------------------------------------------- */

#primary {
	width:675px;
	float:right;
}

#primary p{
margin:1em;
}



#right_content {
	float:right;
	width:200px;
}

.price_box {
	background:#6699FF;
	padding:10px;
	margin-bottom:20px;
}

.price_text {
	background:#3366FF;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 5px;
}

.p_detail {
	background:url(../img/arrow03.gif) 0 6px no-repeat;
	margin:5px 0 8px 15px;
	padding-left:18px;
}

.p_detail a { color:#FFFFFF; text-decoration:underline;}

#detail_adv{
border-top:1px solid #dddddd;
width:90%;
margin:1em auto;
}

#detail_adv li{
border-bottom:1px solid #dddddd;
padding:3px;
font-weight:bold;
}

.osusume_box { width:192px; border:#DDDDDD 1px solid;}
#primary p.osusume_p { padding:3px 0 0 0; margin:0; color:white;}
.bg_osusume { width:192px; background:url(/common/img/bg_osusume.jpg) 0 0 no-repeat;}



* html #primary .over {
	white-space:normal;
	overflow:hidden;
	}

.new_info {
	border:#DDDDDD solid 2px;
	width:188px;
	height:190px;
	overflow-y:scroll;
	padding:5px;
	margin-bottom:10px;
}

#secondary .new_info p {
	margin-bottom:15px;
}



/* ---------------------------------------------------------
　footer
--------------------------------------------------------- */

#footer {
	border-top:4px solid #709FFF;
	margin-top:20px;
	text-align:right;
	padding:10px;
	
}

/* ---------------------------------------------------------
　ul ol li dl dd dt
--------------------------------------------------------- */
ul.menu {
	clear:both;
	text-align:center;
	width:900px;
	height:33px;
	background:url(../img/bg_menu.gif) 0 0 repeat-x;
}

ul.menu li {
	display:inline;
}

ul.s_list01 {
	margin:10px 0;
}

ul.s_list01 li {
	font-size:10px;
	background:url(../img/arrow01.gif) 0 5px no-repeat;
	padding-left:12px;
}


ul.s_list02 {
	padding:10px 0;
}

ul.s_list02 li {
	background:url(../img/arrow02.gif) 0 8px no-repeat;
	padding-left:13px;
	margin-left:5px;
}

ul.s_list02 li a {
	line-height:2.0;
	color:#000000;
	text-decoration:underline;
}

ul.s_list03 {
	margin:10px 0 10px 10px;
}

ul.s_list03 li {
	font-size:10px;
	line-height:2.0;
}



ul.side_sub_list {}

ul.side_sub_list li {
	width:95px;
	float:left;
	line-height:1.9;
	font-size:10px;
}


/* ---------------------------------------------------------
　table th tr td
--------------------------------------------------------- */

.lined_table{
	border-top:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.5em;
	margin:10px auto 20px auto;
}

table.lined_table tr td, table.lined_table tr th{
	border-bottom:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.5em;

}

table.lined_table tr th{
	color:#AAAAAA;
	font-weight:normal;
}

.lined_table2{
	border-top:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.5em;
	margin:10px auto 20px auto;
	width:550px;
}

table.lined_table2 tr td, table.lined_table2 tr th{
	border-bottom:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.5em;

}

table.lined_table2 tr th{
	color:#333333;
	background-color:#EEF7FF;
	text-align:center
}


/* ---------------------------------------------------------
　既存
--------------------------------------------------------- */

#info{
	float:left;
	margin-right:10px;
}

#info dl {
	border: 1px solid #dddddd;
	border-top: none;
	width: 400px;
	background: #eeeeee;
}

#info dt, #info dd {
	padding: 3px;
}

#info dt {
	border-top: 1px solid #dddddd;
	clear: left;
	float: left;
	width: 80px;
}

#info dd {
	margin-left: 80px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background: #fff;
}

.line{
	background:#eeeeee;
	color:#666666;
	font-weight:bold;
	padding:5px;
	margin:10px 0 5px 0;
}

#list_bukken #bukken td, #list_bukken #bukken th{
	padding:3px;
}

#box_search{
	width:186px;
	margin:10px 0 5px 0;
	line-height:2em;
}

#box_search #txt_free_word{
	width:100%;
}

#box_search #txt_submit{
	background:#545b5f;
	color:#ffffff;
	width:30%;
	margin-left:30px;
	float:right;
	border:1px solid #dddddd;
}


#search .line{
	background:#eeeeee;
	color:#666666;
	font-weight:bold;
	padding:5px;
	margin:10px 0 5px 0;
}

#aisatu {
	background-image:url(http://www.lastarhouse.co.jp/images/8_back.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:588px;
}

.list dl {
	color:#000000;
	height:20px;
	line-height:20px;
	margin:0px;
	padding:0px;
	width:100%;
}

.list dt {
	background-image:url(http://www.lastarhouse.co.jp/link/images/navi1.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	float:left;
	padding-left:30px;
	width:20%;
}