@charset "utf-8";

@import url(common.css);
@import url(fontsize.css);
@import url(lightWindow.css);


/*++++++++++ main ++++++++++*/
#main{
	margin-top:10px;
	}

#index-contents-box{
	text-align:left;
	}

#index-contents-box h1{
	width:520px;
	height:140px;
	margin:15px 0 0 10px;
	background:url(../img_index/text_concept.gif) no-repeat left top;
	text-indent:-9999px;
	}

#leftbox p{
	margin:5px;
	}

#index-lunch-box{
	margin:5px 11px 25px 5px;
	padding:10px;
	border:1px solid #CCCCCC;
	}

#index-lunch-box p{
	margin:0 0 10px 0;
	padding:0;
	line-height:150%;
	}

#index-lunch-box hr{
	border-top:1px dotted #CCCCCC;
	border-bottom:none;
	border-left:none;
	border-right:none;
	height:1px;
	margin:0 0 10px 0;
	}

* html #index-lunch-box hr{margin:0;}


/*++++++++++ right ++++++++++*/
#rightbox{
	text-align:right;
	}

#info-box{
	width:200px;
	margin:5px 0 5px 8px;
	border:1px solid #CCCCCC;
	text-align:left;
	}

#info-box h3{
	margin:5px;
	}

#info-box p{
	margin:10px;
	padding:0 0 10px 0;
	line-height:150%;
	border-bottom:1px dotted #CCCCCC;
	}

ul#right-banner-list{
	}

ul#right-banner-list li{
	margin:10px 0;
	line-height:100%;
	}


