@charset "Shift_JIS";

@import "base.css";

#concept_box a:link {
	color:#903636;
	text-decoration:none;
}

#concept_box a:hover {
	color:#802626;
	text-decoration:underline;
}

#concept_box a:visited {
	color:#903636;
	text-decoration:none;
}

#concept_box a:visited:hover  {
	color:#802626;
	text-decoration:underline;
}

#contents {
	background-image: url('../img/concept/concept.jpg');
}

#top_txt {
	width:770px;
	margin:10px 15px;
	padding:0px ;
}

#concept_box {
	width:740px;
	height:290px;
	margin:0px auto;
	padding:140px 0px 0px 0px;
}

#concept01 {
	width:286px;
	margin:0px;
	padding:0px;
	float:left;
}

#concept02 {
	width:366px;
	margin:0px;
	padding:0px;
	float:right;
}

#concept03 {
	width:286px;
	margin:7px 0px 0px 0px;
	padding:0px;
	float:left;
}

#concept04 {
	width:366px;
	margin:7px 0px 0px 0px;
	padding:0px;
	float:right;
}

.ttl {
	width:286px;
	height:36px;
	margin:0px;
	padding:0px;
}

.ttl02 {
	width:366px;
	height:36px;
	margin:0px;
	padding:0px;
}

.txt_inner {
	display:block;
	margin:0px;
	padding:6px 12px;
	color:#4a2525;
	font-size:0.9em;
}

.txt {
	width:286px;
	margin:0px;
	padding:0px;
	background-image:url('../img/concept/concept_bg.gif');
	background-repeat:repeat-y;
	border-bottom:5px solid #4a2525;
}

.txt02 {
	width:366px;
	margin:0px;
	padding:0px;
	background-image:url('../img/concept/concept_bg2.gif');
	background-repeat:repeat-y;
	border-bottom:5px solid #4a2525;
}





/* 
	border:1px solid #8cc;

 */