@charset "utf-8";
/* CSS Document */


/*リセット*/
*{
	margin:0;
	padding:0;
	font-size:13px;
}


br.clear{
	clear:both;
}

/* IE6用ハック */
* html body{
font-size:62.5%;
}

/* IE7用ハック */
*:first-child+html body{
font-size:62.5%;
}

body {
	background-color:#afafaf;
}

/*レイアウト*/
#wrapper {
	width:970px;
	margin:auto;
	background:url(../img/bg.png);
}

#container {
	width:950px;
	margin:auto;
	/*background:url(../lunch.png) no-repeat right top;*/
	background-color:#FFF;
}

#topicpass {
	width:950px;
	height:30px;
	background:url(../img/topic_path_bg.png)
}

#topicpass li {
	display:inline;
}

#topicpass li a {
	display:block;
}

#topicpass li#link1 a {
	width:120px;
	height:30px;
	float:left;
	background:url(../img/topic_path_top_off.png) no-repeat;
}

#topicpass li#link1 a:hover{
	background:url(../img/topic_path_top_on.png) no-repeat;
}

#topicpass li#link2 a {
	width:219px;
	height:30px;
	float:left;
	background:url(../img/topic_path_special_off.png) no-repeat;
}

#topicpass li#link2 a:hover{
	background:url(../img/topic_path_special_on.png) no-repeat;
}

#topicpass li#link3 a {
	width:338px;
	height:30px;
	float:left;
	background:url(../img/topic_path_lunch.png) no-repeat;
}

#topicpass li#link3 a:hover{
	background:url(../img/topic_path_lunch.png) no-repeat;
}

#contents {
	width:950px;
	margin:10px 0;
}

#main {
	width:900px;
	margin:20px 0 15px 20px;
}

#imageL {
	width:340px;
	height:170px;
	margin:0 0 5px 30px;
	float:left;
	background:url(../img/main.jpg);
}

.caption {
	width:340px;
	height:120px;
	margin:5px 0 5px 0;
	background: url(../img/ruled_25.gif) 0 -3px; /* 罫線の背景 */
	font-size: 100%;
	line-height: 27px; /* 行の高さ */
}


.caption p {
	color:#000;
	font-size:16px;
	line-height:1.5em;
	}
	
#imageR {
	width:500px;
	height:295px;
	margin:0 0 5px 30px;
	float:left;
	background:url(../img/lunch.png) no-repeat top right;
}

#setsumei {
	width:950px;
	margin:10px 0;
	background:#e7416e;
}

#img1 {
	width:456px;
	float:left;
	margin:10px 0 10px 25px;
}

#img2 {
	width:419px;
	float:left;
	margin:10px 0 10px 20px;
}

#link {
margin:0 auto;
padding:20px;
clear:both;
text-align:center;
}

#footer {
	width:950px;
	height:50px;
	color:#FFF;
	padding:30px 0 15px 0;
	background-color:#000;
	text-align:center;
}


