@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. file import　　！！！インポートファイルは一番初めに記述のこと！！！
　01. 基本
　02. トップページ（index.html）


******************************************************************************* */



/* ==

　00. file import

=============================================================================== */
@import url("/jutaku/shohin/xevo/css/style.css"); /* xevo共通CSS（/jutaku/shohin/xevo/css/) */


/* ==

　01. 基本

=============================================================================== */
.main .contents .lnavTop{ margin-bottom:20px; }


/*
.section .main p.bnr{ margin-bottom:0; }
.section .main p.bnr img{ margin-bottom:5px; }

.main ul.catalog{ margin-bottom:20px; clear:both; }
.main ul.catalog li{
	margin-right:20px;
	float:left;
}
.main ul.catalog li a{
	padding-left:12px;
	background:url(/common/images/renew2009/arrow_blank03.gif) left 3px no-repeat;
	font-size:90%;
	line-height:1.2;
}
*/

.main .list_outline dl.merit{ width:310px; }



/* バナー
------------------------------------------------------------------------------- */
.main div.bnr{
	width:730px;
	min-height:1%;
	margin:0 0 10px;
	padding:0;
	clear:both;
}
.main div.bnr:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0; 
	visibility:hidden;
}
.main div.bnr p{ float:left; }
.main div.bnr p a:link, .main div.bnr p a:visited{ border:1px solid #d9d9d9; display:block; }
.main div.bnr p a:hover, .main div.bnr p a:active{ border:1px solid #f60; }
.main div.bnr p.bnr_tenji{ width:355px; padding-bottom:20px; float: }
.main div.bnr p.bnr_bunjo{ width:355px; padding-bottom:20px; float:right; }



/* ==

　02. トップページ（index.html）

=============================================================================== */
.main .lead_index{ padding:10px 0 20px; line-height:1.5; }
.lead_index p.img{ width:305px; padding:10px 0 0; text-align:right; float:right; }
.lead_index .txt{ width:405px; float:left; clear:none; }
.lead_index .txt img{ margin-bottom:10px; }

.section .main .info h3{
	margin-bottom:0;
	padding-bottom:0;
	background:url(/common/images/renew2009/bk_h2.gif) left top no-repeat;
	border-bottom:none;
	line-height:1.2;
	color:#333;
}
* html .section .main .info h3{ height:1%; }



.main .list_outline dl.merit{ width:252px; }



