@charset "UTF-8";

/* ==================================================================
CSS information
style info :下層共通（汎用クラス）
================================================================== */


/* --------------------------------------------------------
#mainttl
-------------------------------------------------------- */
#mainttl { background: url(../img/headline_bg.png) center top repeat-x; position: relative; }
#mainttl #mainttl_inner { position: relative; width: 100%; height: 104px; margin: 0 auto; }
#mainttl #h_logo { position: absolute; bottom: 0; left: 0; z-index: 8000;}
#mainttl #ttl { text-align: right; padding-right: 20px;}

/* --------------------------------------------------------
#contents
-------------------------------------------------------- */
#contents { min-width: 640px; padding-top: 0px; }




/* --------------------------------------------------------
.contents_block
-------------------------------------------------------- */
.contents_block { position: relative;}
.contents_block img { width: 100%; height:auto;}
.contents_block .inner { padding: 0 4.6875%; position: relative;}

hr { background: url(../img/line.png) center center repeat-x; width: 100%; height: 24px; border: none; margin: 0;}



