html {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    text-align: center;
    background: #7fc5ff;
}

body {
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
}

#container {
    width: 965px;
    margin: 0 auto;
    background: url(../images/bg.png) 0 0 repeat-y;
}

#content01,
#content02,
#content03,
#content04,
#content05,
#content06,
#content07 {
    position: relative;
}

#content01 {
    background: url(../images/content01.png) top center no-repeat;
    height: 1498px;
    position: relative;
    margin: 0 0 75px;
    margin-bottom: 75px;
}

#content02 {
    background: url(../images/content02.png) top center no-repeat;
    height: 774px;
    margin-bottom: 75px;
}

#content03 {
	background: url(../images/content03.png) top center no-repeat;
	height: 1290px;
	margin-bottom: 75px;
}

#content02Inner {
    width: 965px;
    margin: 0 auto;
    padding-top: 147px;
}

#content02Inner ul {
    list-style: none;
}

#content02Inner li {
    float: left;
    width: 80px;
    height: 80px;
    padding-right: 15px;
}

#content02Inner li a {
    display: block;
}

#content03Text {
    width: 700px;
    margin: 0 auto;
    position: absolute;
    top: 462px;
    left: 133px;
    font-size: 15px;
}

#content03TextLeft {
    float: left;
    width: 337px;
}

#content03TextRight {
    float: right;
    width: 337px;
}

#content04 {
    background: url(../images/content04.png) top center no-repeat;
    height: 1391px;
    margin-bottom: 75px;
}

#content05 {
	background: url(../images/content05.png) top center no-repeat;
	height: 709px;
	margin-bottom: 75px;
}

#content05Text {
    position: relative;
    font-size: 17px;
    line-height: 1.6;
}

#content05TextTop {
    position: absolute;
    width: 500px;
    top: 185px;
    left: 190px;
}

#content05TextMiddle {
    position: absolute;
    width: 500px;
    top: 356px;
    left: 190px;
}

#content05TextBottom {
    position: absolute;
    width: 500px;
    top: 555px;
    left: 190px;
}

#content06 {
    background: url(../images/content06.png) top center no-repeat;
    height: 483px;
}

#content07 {
    background: url(../images/content07.png) top center no-repeat;
    height: 1041px;
    margin-top: 40px;
    margin-bottom: 75px;
}

#content07Inner {
    font-size: 15px;
    width: 740px;
    margin: 0 auto;
}

#content07InnerLeft {
    float: left;
    width: 396px;
}

#content07InnerRight {
    float: right;
    width: 325px;
}

#content07InnerRight table {
    border: none;
    margin-left: 15px;
    width: 310px;
}

#content07InnerRight th {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #b0b3e0;
    background: #fff;
}

#content07InnerRight td {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #b0b3e0;
    text-align: right;
    padding: 0 15px 0 0;
}

.read {
    font-weight: bold;
    color: #000098;
}

.howto {
    margin-left: 15px;
    margin-bottom: 30px;
}

#content07Annotation {
    position: absolute;
    font-size: 22px;
    width: 580px;
    bottom: 292px;
    left: 304px;
}

#content08 {
    background: url(../images/content08.png) top center no-repeat;
    height: 140px;
}

.bold {
    font-weight: bold;
}

.red {
    color: #ff0000;
}

.lead {
    margin-bottom: 25px;
}

.leadText {
    font-size: 110%;
}

table {
    border: 1px solid #b0b3e0;
    text-align: left;
}

th {
    font-weight: normal;
    color: #6a6ac2;
    background: #e7e6f6;
    padding: 10px 15px;
    border: 1px solid #b0b3e0;
}

td {
    border: 1px solid #b0b3e0;
    padding: 10px 15px;
}

.btn {
    width: 265px;
    height: 88px;
    position: absolute;
    bottom: 25px;
    right: 116px;
}

.btn a {
    display: block;
    width: 265px;
    height: 88px;
}


/* slide */
.content {
	width: 679px;
	float: left;
	position: relative;
}

.contentholder {
	height: 480px;
	width: 679px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.contentslider {
	position: absolute;
	top: 0; left: 0;
}

.contentnav {
    float: right;
    margin-top: 30px;
    padding-right: 100px;
}

.contentnav a {
    width: 82px;
    height: 81px;
    display: block;
}

.contentnav .btn1 a {
    background: url(../images/btn.png) 0 bottom no-repeat;
}
.contentnav .btn2 a {
    background: url(../images/btn.png) -82px bottom no-repeat;
}
.contentnav .btn3 a {
    background: url(../images/btn.png) -164px bottom no-repeat;
}
.contentnav .btn4 a {
    background: url(../images/btn.png) -246px bottom no-repeat;
}

.contentnav .btn1 a:hover {
    background: url(../images/btn.png) 0 0 no-repeat;
}
.contentnav .btn2 a:hover {
    background: url(../images/btn.png) -82px 0 no-repeat;
}
.contentnav .btn3 a:hover {
    background: url(../images/btn.png) -164px 0 no-repeat;
}
.contentnav .btn4 a:hover {
    background: url(../images/btn.png) -246px 0 no-repeat;
}

.contentnav .btn1 a.active {
    background: url(../images/btn.png) 0 0 no-repeat;
}
.contentnav .btn2 a.active {
    background: url(../images/btn.png) -82px 0 no-repeat;
}
.contentnav .btn3 a.active {
    background: url(../images/btn.png) -164px 0 no-repeat;
}
.contentnav .btn4 a.active {
    background: url(../images/btn.png) -246px 0 no-repeat;
}



/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
