/* トップページ
================================================== */
h2.normal {
    padding: 6px 0 0 20px;
    width: 725px;
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: url(../img/h2_normal_bg.gif) 0 0 no-repeat;
}


/* スライダー
================================================== */
.wideslider {
    width: 100%;
    height: 400px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.slider_btn {
    position: relative;
    top: 320px;
    left: 60px;
    width: 1000px;
    height: 45px;
    margin: 0 auto;
    z-index: 1000;
}
.slider_btn p {
    background: #fff;
    width: 200px;
    height: 45px;
}

.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url(../img/wideslider_prev.png) no-repeat right center;}
.slider_next {background: #fff url(../img/wideslider_next.png) no-repeat left center;}

.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    position: absolute;
    z-index: 200;
}

.pagination a {
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
}
.pagination a.pn1 {}
.pagination a.pn2 {}
.pagination a.pn3 {}

.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}


/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul {
    display: inline-block;
    overflow: hidden;
}



/*
================================================== */
#tp1_bg {
    background: url(../img/tp1_bg.gif) 0 0 repeat;
    border-top: 1px solid #511818;
}
#tp1 {
    padding: 20px 0 0 0;
    background: url(../img/tp1_moyou.png) right 0 no-repeat;
}
#tp1 h2 {
    margin: 0 0 15px 0;
    color: #0a3f66;
    font-size: 26px;
    font-weight: bold;
}


/*
================================================== */
#tp2_bg {
    padding: 45px 0;
    background: url(../img/washi_bg1.gif) 0 0 repeat;
}
#tp2 .tp2_2_photo {
    float: left;
    width: 120px;
    margin: 50px 15px 0 0;
}
#tp2 .tp2_2_text {
    float: left;
    width: 349px;
    margin: 50px 0 0 0;
}
.tp2_result_box {
	margin: 40px 0 0 0;
	padding: 30px;
	background: rgba(255,255,255,0.6);
	border-top: 1px solid #f0d197;
	border-bottom: 1px solid #f0d197;
}
.tp2_result_box .box {
    float: left;
    width: 292px;
    margin-right: 32px;
}
.tp2_result_box .lc {
    margin-right: 0;
}

.tp2_result_box .text .lead {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #511818;
}


/*
================================================== */
#tp4_bg {
    padding: 45px 0;
    background: url(../img/washi_bg2.gif) 0 0 repeat;
    box-shadow: 0 5px 3px -3px rgba(0,0,0,0.3) inset;
}
.tp4_box .left {
    float: left;
    width: 400px;
    height: 170px;
    margin-right: 1px;
}
.tp4_box .right {
    float: left;
    padding: 20px;
    width: 559px;
    height: 130px;
    color: #fff;
    background: url(../img/tp4_box_bg.gif) 0 0 repeat;
}
.tp4_box .right p.title {
    font-size: 19px;
}


/*
================================================== */
#tp5_bg {
	padding: 40px 0 100px 0;
	background: url(../img/washi_bg2.gif) 0 0 repeat;
}

#news {
    padding: 19px;
    background: #fff;
    border: 1px solid #ccc;
}
#news .inner {
    height: 355px;
    overflow-y: scroll;
}

#news .inner dl {
    display: block;
    height: 250px;
    padding: 20px 20px 20px 0;
}
#news .inner dl dt {
    clear: left;
    float: left;
    margin: 0 0 1em 0em;
    width: 9em;
    font-weight: normal;
    font-size: 13px;
    line-height: 14pt;
}
#news .inner dl dd {
    margin-bottom: 1em;
    margin-left: 0em;
    padding-left: 9em;
    font-size: 13px;
    line-height: 14pt;
}
