@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
	background: none;
	margin-left: 20px;
	color: #454545;
}

#main #sideBar {
	padding-bottom: 30px;
	background: url(../img/index/sideR_back.jpg) no-repeat left top;
}

#main #sideBar2 {
	padding-bottom: 0px;
	background-image: url(../img/template/sidelink_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
}

#main #conts {
	width: 550px;
}

#main #conts h2 {
	margin-bottom: 3px;
	clear: both;
}

#conts p.photo {
	margin: 5px 0 24px 0;
}

#conts .box {
	padding: 10px 0 10px 8px;
	margin-bottom: 15px;
	background: #eee url(../img/index/line02.gif) no-repeat 273px center;
}

#conts .box li {
	width: 260px;
	margin-right: 12px;
	float: left;
}

#conts .box li.back {
	padding: 10px 0 0;
	margin: 10px 12px 0 0;
	background: url(../img/index/line01.gif) no-repeat center top;
}

#conts .box li h3,
#conts .box li p {
	margin-left:  152px;
}

#conts .box li p a {
	text-decoration: none;
	color: #454545;
}

#conts .box li h3 {
	margin-bottom: 10px;
}

#conts .box li.mr0 {
	margin-right: 0;
}

#conts dl {	
	padding: 10px 30px 10px 10px;
	background: #eee;
}

#conts dl dt {
	float: left;
	clear: both;
	font-weight: bold;
}

#conts dl dd {
	margin: 0 0 6px 80px;
	padding: 0 0 4px;
	background: url(../img/index/line03.gif) repeat-x bottom;
}

.redirect {
	height: 100px;
	width: 400px;
	display: block;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.redirect p{
	margin-bottom: 20px;
}

