@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      print.css
 Update:         2008.04.23
 Style Info:     印刷用CSSファイル
----------------------------------------------------------- */

/* common設定
-------------------------------------------------------------------------------*/
body {
 margin: 0;
 padding: 0;
 text-align: center;
 font-family:'ＭＳ Ｐゴシック','Lucida Grande', Geneva, Verdana, Helvetica, sans-serif,'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro W3,Osaka;
 color: #484848;
 background-color: #FFF;
 font-size: 16px;
 line-height: 150%;
}

html>/**/body {
 font-size: 16px;
}

#container {
 margin: 0 auto;
 padding: 0;
 width: 735px;
 text-align: left;
}

div, dl, dt, dd {
 margin: 0;
 padding: 0;
}
h1, h2, h3, h4, p, em, address {
 margin: 0;
 padding: 0;
 font-size: 100%;
 font-weight: normal;
 font-style: normal;
}
ul, li {
 margin: 0;
 padding: 0;
 list-style: none;
}
img {
 border: 0;
}
.align-right {
 text-align: right;
}
.align-right p {
 margin-right: 20px;
}
.align-left {
 text-align: left;
}
.align-center {
 text-align: center;
}
.hide {
 display: none;
}
.top5 {
 margin-top: 5px;
}
.top10 {
 margin-top: 10px;
}
.top15 {
 margin-top: 15px;
}
.top20 {
 margin-top: 20px;
}
.top50 {
 margin-top: 50px;
}
.right20 {
 margin-right: 20px;
}
.bottom10 {
 margin-bottom: 10px;
}
.bottom20 {
 margin-bottom: 20px;
}
.clear {
 clear: both;
}

/* ヘッダー設定
-------------------------------------------------------------------------------*/

#header {
 margin: 0 0;
 padding: 20px 20px 0;
 width: 695px;
 height: 53px;
 background-color: #E7F9EC;
}

#header h1 {
 float: left;
 margin: 0;
 padding: 0;
 width: 252px;
 height: 43px;
}

#header p {
 float: right;
 margin: 0;
 padding: 22px 0 0;
 width: 91px;
 height: 21px;
}

/* コンテンツ囲み設定
-------------------------------------------------------------------------------*/
.slider-wrap {
 clear: both;
 margin: 0;
 padding: 0;
 width: 735px;
 background-color: #FFF;
}

/* グローバルメニュー設定
-------------------------------------------------------------------------------*/

.stripNav {
 display: none;
}

/* コンテンツ設定
-------------------------------------------------------------------------------*/

.stripViewer {
 margin: 0;
 width: 735px;
 /*clear: both;*/
}

.stripViewer .panelContainer .panel {
 width: 735px;
}

.stripViewer .panelContainer .panel .wrapper { 
 padding: 20px 20px 0;
}

/* 左右矢印設定
----------------------------------------------------------- */

.stripNavL, .stripNavR {
 display: none;
}

/* フッター設定
------------------------------------------------------------*/
#container-footer {
 margin: 0 auto;
 padding: 0;
 width: 735px;
 background-color: #85B1AC;
}
#footer {
 margin: 0;
 padding: 40px 0;
 width: 735px;
 color: #FFF;
 font-size: 12px;
 background: #85B1AC url("../../img/bg_footer.jpg") no-repeat center top;
}

.subnavi {
 display: none;
}

/* コンテンツ内設定
-------------------------------------------------------------------------------*/

.p02-01, .p03-01, .p04-01, .p05-01 {
 page-break-before: always;
}

.p01-01 p, .p03-01 p {
 margin-top: 15px;
}
.p01-02 {
 margin-top: 20px;
}
.p01-03 {
 font-size: 14px;
 background-color: #FFFED7;
}
.p01-03 h3 {
 color: #FF6600;
 font-weight: bold;
}
.p01-03 img.p01-img03 {
 margin: 0 0 10px 10px;
}

.p02-02 {
 background: url(../../img/p02_bg.jpg) no-repeat left top;
}

.p02-03, .p02-04 {
 margin-top: 7px;
 font-size: 14px;
 background-color: #FDF2DA;
}

.p02-web {
 display: none;
}

.p02-print {
 display: block;
}

.p03-01 p.mini {
 font-size: 11px;
 line-height: 120%;
}

.p03-02, .p03-03 {
 font-size: 14px;
 background-color: #FFF5ED;
}

.p03-02 h3, .p03-03 h3 {
 color: #FF6600;
 font-weight: bold;
}

.p03-img03 {
 margin: 5px 20px 5px 10px;
}

.p03-02 {
 display: none;
}
.p03-03 {
 display: block;
}

.p04-02, .p04-03, .p04-04 {
 font-size: 12px;
 line-height: 150%;
}

.p04-02 h3, .p04-03 h3, .p04-04 h3 {
 font-size: 14px;
 font-weight: bold;
}

.p04-02 h3 img, .p04-03 h3 img, .p04-04 h3 img {
 margin-right: 5px;
 margin-bottom: 5px;
 vertical-align: middle;
}

.p04-02 {
 background-color: #F8ECDE;
}

.p04-02 h3 {
 color: #FF9900;
}

.p04-03 {
 margin-top: 10px;
 background-color: #E7EFE0;
}

.p04-03 h3 {
 color: #66B821;
}

.p04-04 {
 margin-top: 10px;
 background-color: #F3E3EB;
}

.p04-04 h3 {
 color: #F550A6;
}

.p04-img01 {
 margin-top: 10px;
}

.p05-02, .p05-03 {
 font-size: 12px;
 line-height: 150%;
}

.p05-02 {
 margin-top: 45px;
}

.p05-03 {
 margin-top: 30px;
}

.p05-02 h3, .p05-03 h3 {
 font-weight: bold;
}

.p05-02 h3 img, .p05-03 h3 img {
 margin-right: 5px;
 margin-bottom: 5px;
 vertical-align: middle;
}

