@charset"euc-jp";


/* ---------------------------------------------------------
　デフォルトリセット
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, map, strong
{
	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);
}


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


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

/* ---------------------------------------------------------
　header
--------------------------------------------------------- */
#header {
	width:814px;
	background:url(../img2/bg_header.jpg) 0 0 no-repeat;
	height:102px;
	margin-top:15px;
}

#search_box {
	width:135px;
	margin-top:2px;
}

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

#main {	background:url(../img2/bg_body.jpg) 0 0 repeat-y;}

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

#left_content {
	width:170px;
	float:left;
	padding-top:10px;
	text-align:center;
}


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

#right_content {
	width:170px;
	float:right;
	padding-top:10px;
	text-align:center;
}

#right_content img {
	vertical-align:bottom;
}

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

#primary {
	width:450px;
	float:left;
	padding:10px 0 0 0;
	margin:0 0 0 12px;
}

#primary p{
	margin:1em;
}

#primary li{
	margin-left:1em;
}

.new_info {
	border:1px solid #C0C0C0;
	background-color:#F5F5E7;
	width:100%;
	height:115px;
	margin-bottom:15px;
}

.new_info li{
margin:1em 1em 2em 1em;
}




.ichiran_text { background:url(../img/arrow01.gif) 0 5px no-repeat; padding:0 0 0 10px}


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

#footer {
	margin-top:15px;
	border-top:3px solid #0066FF;
	padding:0 0 0 10px;
	text-align:right;
	background-color:#FFFFFF;
	clear:both;
	vertical-align:bottom;

}

/* ---------------------------------------------------------
　ul ol li dl dd dt
--------------------------------------------------------- */
ul.menu {
	width:814px;
	height:31px;
	background:url(../img/bg_top_menu.jpg) 0 0  repeat-y;
	margin-top:5px;
	text-align:center;
}

ul.menu li {display:inline; margin:0; padding:0;}
ul.menu li a img { margin:0 10px 0 9px; padding:0; vertical-align:bottom;}

/* --------------------------------------------------- */


ul.repo_list {
	width:162px;
	margin:0 auto;
	border-left:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
	background:#FFFFFF;
	text-align:left;
}

ul.repo_list li {
	background:url(../img2/bg_repo.jpg) 0 7px no-repeat;
	padding:5px 5px 0 20px;
	margin-left:5px;
}

/* --------------------------------------------------- */

ul#right_list01 {
	width:164px;
	margin:0 auto;
	background:#FFFFFF;
	text-align:left;
}

ul#right_list01 li {
	background:url(../img2/border.jpg) center bottom no-repeat;
	padding:10px 10px 10px 10px;
}



/* --------------------------------------------------- */

ul#right_list02 {
	border-left:solid 3px #999999;
	border-right:solid 3px #999999;
	border-bottom:solid 3px #999999;
	background:#FFFFFF;
	text-align:left;
}

ul#right_list02 li {
	padding:5px 0 5px 15px;
	border-bottom:1px dotted #666666;
	margin:0px;
}



/* --------------------------------------------------- */

ul#right_list03 {
	border-left:solid 3px #FF3366;
	border-right:solid 3px #FF3366;
	border-bottom:solid 3px #FF3366;
	background:#FFFFFF;
	text-align:left;
}

ul#right_list03 li {
	padding:5px 0 5px 15px;
	border-bottom:1px dotted #666666;
	margin:0px;
}


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

.menu {
	clear:both;
	height:35px;
	width:855px;
	background:url(../img/bg_menu.jpg) 0 0 repeat-x;
}

table.menu tr td{
	padding:1px 0 0 0;
	margin:0px;
	vertical-align:top;
	text-align:center
}

/* --------------------------------------------------- */

.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;
	
}


/* --------------------------------------------------- */

.lined_table3{
	border:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.5em;
	width:99%;
	font-size:10px;
}

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

}

table.lined_table3 tr th{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#386193;
	text-align:center;
}

/* --------------------------------------------------- */


table.osusume_table tr td{
	font-size:10px;
	color:505050;
	border-bottom:#505050 dotted 1px;
	padding:1px;
}


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

#info{
	margin-left:10px;
}

#info table {
	border: 1px solid #dddddd;
	border-collapse:collapse;
}

#info th, #info td {
	padding: 3px 3px 3px 5px;
}

#info th {
	border:1px solid #dddddd;
	background: #eeeeee;
	padding-left: 10px;
}

#info td {
	border:1px solid #dddddd;
	background: #ffffff;
}

.line{
	background:#eeeeee;
	color:#555555;
	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%;
}



#benefit{
background:#FFFFCC;
} 

#benefit th{
background:#ffeab3;
color:#ff6600;
font-weight:bold;
padding:2px;
}
#benefit td{
padding:2px;
}


/* ---------------------------------------------------------
　トリプルBOX
--------------------------------------------------------- */

#primary .tpb_box01{
	width:160px;
	padding:0 40px;
	float:left;
}
#primary .tpb_box02{
	width:160px;
	float:left;
}
