﻿.wrap {
	background-color: #000;
}
#contentsBanner {
    width: 100%;
    height: 292px;
    background: url(img/bg01.jpg)  #1d1d1d no-repeat center top;
}
#ContentWrap {
	margin: 0 auto;
	width: 960px;
	padding-bottom: 60px;
	background-color: #000;
}

.tabs {
    margin: 25px auto 0 auto;
    text-align: center;
}

.tabs span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 30px;
    padding: 10px;
    width: 30px;
    line-height: 1.3;
    background: #CCC;
    color: #FFF;
    border-radius: 30px;
    cursor: pointer;
}

.tabs span.active{
    background: #1846a4;
}

.part-one, .part-two {
    padding: 0 40px;
    line-height: 1.5;
}

.headline {
    margin: 70px auto 0 auto;
}

.part-one .headline {
    width: 195px;
    height: 105px;
    background: url(img/headline01.jpg)  no-repeat center center;
}

.part-one h4 {
    margin-bottom: 15px;
    font-size: 18px;
}

.part-one h4:before {
    content: ">> ";
    font-weight: 400;
}

.part-one p {
	margin-bottom: 30px;
	padding-left: 22px;
	font-size: 16px;
}


.part-two .section1 {
    width: 260px;
    height: 70px;
    background: url(img/headline02.jpg)  no-repeat center center;
}

.part-two .section2 {
    width: 420px;
    height: 80px;
    background: url(img/headline03.jpg)  no-repeat center center;
}

.part-two ul li {
    margin: 0 0 5px 20px;
    list-style: square;
    font-size: 13px;
}

.part-two h4 {
    margin: 40px auto 15px auto;
    font-size: 16px;
}

.part-two p {
    margin-bottom: 10px;
    font-size: 13px;
}

.part-two .headline {
    margin-bottom: 30px;
}
