@charset "UTF-8";

@import url(../../shared/css/import.css);
@import url(../../shared/css/section/thickbox.css);

#main {
    margin-top: 10px;
    margin-bottom: 50px;
}

#main h2 {
    margin-bottom: 25px;
}

#main .Categoty {
    margin-bottom: 60px;
}

#main .Categoty h3 {
	margin-bottom: 10px;
	padding: 7px 0 5px 15px;
	color: #fff;
	font-size: 153.9%;
	background: url(../../shared/img/bg_cnr_green_ttl950.png) no-repeat left top;
}

#main .Categoty p.Summary {
	padding-left: 10px;
}

#main .Categoty .Section {
	margin: 0 10px;
	padding: 20px 0 10px;
	border-bottom: 1px dashed #ccc;
}

#main .Categoty .Section.Last {
	border-bottom: 0;
}

#main .Categoty .Section .Ttl {
	overflow: hidden;
	height: 1%;
	margin-bottom: 10px;
}

#main .Categoty .Section h4 {
	font-size: 153.9%;
	color: #060;
	float: left;
	padding-right: 1.5em;
}

#main .Categoty .Section dl {
	overflow: hidden;
	height: 1%;
	float: left;
	padding-top: 5px;
}

#main .Categoty .Section dl dt {
	float: left;
	width: 2em;
}

#main .Categoty .Section dl dd {
	margin-left: 2.5em;
}

#main .Categoty .Section a {
	text-decoration: none;
}

#main .Categoty .Section a span {
	text-decoration: underline;
}

#main .Categoty .Section a.ExLink img {
	padding-left: 5px;
	padding-right: 15px;
	text-decoration: none;
	vertical-align: middle;
}

#linkContactBlock {
    clear: both;
    position: relative;
    overflow: hidden;
    width: 950px;
    margin-bottom: 40px;
    font-size: 108%;
    background: url(../../shared/img/bg_cnr_btm950.png) no-repeat left bottom;
}

#linkContactBlock .Wrap {
	overflow: hidden;
    padding-left: 50px;
    padding-top: 25px;
    padding-bottom: 10px;
    background: url(../../shared/img/bg_cnr_top950.png) no-repeat left top;
}

#linkContactBlock .Wrap img {
	float: left;
	padding-right: 10px;
}

#linkContactBlock .Wrap h3 {
	font-size: 123.1%;
	margin-bottom: 5px;
}


#linkContactBlock ul {
    position: absolute;
    right: 50px;
    top: 35%;
}


