@charset "utf-8";

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

 File name:      common.css
 Update:         2010.06.17
 Style Info:     基本設定
----------------------------------------------------------- */

/* -----------------------------------------------------------
　　デフォルト設定
----------------------------------------------------------- */

html {
 overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, span {
 margin: 0;
 padding: 0;
}
object, embed {
 vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 100%;
}
img {
 margin: 0;
 padding: 0;
 border: 0;
 vertical-align: bottom;
}
li {
 list-style-type: none;
}

/* -----------------------------------------------------------
　　フォント設定
----------------------------------------------------------- */

body {
 background-color: #FFF;
 color: #484848;
 font-size: 12px;
 font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",verdana,Sans-Serif;
 line-height: 1.4;
 text-align: center;
}
html>/**/body {
 font-size: 12px;
}

* + html body {
 font-family: "メイリオ","Meiryo";
}

/* -----------------------------------------------------------
　　共通設定
----------------------------------------------------------- */

body {
 margin: 0;
 padding: 0;
 text-align: center;
}

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

/* -----------------------------------------------------------
　　ヘッダー設定
----------------------------------------------------------- */
#header {
 margin-top: 20px;
 width: 900px;
}
.header-left {
 float: left;
 width: 120px;
}
.header-right {
 float: right;
 margin-top: 0px;
 width: 700px;
}
.bt-home {
 text-align: right;
}

/* -----------------------------------------------------------
　　コンテンツ内設定
----------------------------------------------------------- */
h2 {
 margin-top: 33px;
}
.pagetop {
 margin-top: 15px;
 text-align: right;
}
.pagetop a {
 padding-left: 15px;
 background: url(../../img/bg_pagetop.gif) no-repeat left center;
}
.next-page {
 margin-top: 5px;
 text-align: right;
}
.next-page a {
 padding-left: 15px;
 background: url(../../img/icon_right_arrow.gif) no-repeat left center;
}
.link-page {
 margin-top: 5px;
}
.link-page a {
 padding-left: 15px;
 background: url(../../img/icon_right_arrow.gif) no-repeat left center;
}

/* -----------------------------------------------------------
　　コンテンツ内サブメニュー横設定
----------------------------------------------------------- */
.flat-submenu {
 margin-top: 20px;
 width: 900px;
 height: 24px;
 border-top: 1px solid #08204F;
}
.flat-submenu li {
 display: inline;
 float: left;
 margin-left: 1px;
}

/* -----------------------------------------------------------
　　コンテンツ内背景760×200BOX設定
----------------------------------------------------------- */
.w760box {
 margin: 20px 70px 0;
 width: 760px;
 background: url(../../img/bg_760box_top.gif) no-repeat left top;
}
.w760box-end {
 padding: 30px;
 width: 700px;
 background: url(../../img/bg_760box_end.gif) no-repeat left bottom;
}

/* -----------------------------------------------------------
　　コンテンツ内背景900×200BOX設定
----------------------------------------------------------- */
.w900box {
 margin-top: 20px;
 width: 900px;
 background: url(../../img/bg_900box_top.gif) no-repeat left top;
}
.w900box-end {
 padding: 30px;
 width: 840px;
 background: url(../../img/bg_900box_end.gif) no-repeat left bottom;
}

/* -----------------------------------------------------------
　　フッター設定
----------------------------------------------------------- */
#footer {
 margin-top: 15px;
 padding-top: 10px;
 border-top: 1px solid #08204F;
}
.footer-left {
 float: left;
 width: 500px;
}
.footer-right {
 float: right;
 width: 330px;
}
.footer-menu {
}
.footer-menu li {
 display: inline;
 float: left;
 margin: 0;
 padding: 0 6px 0 10px;
 border-right: 1px solid #484848;
}
html > body .footer-menu li {
 padding: 0 10px 0 6px;
}
.footer-menu li.f-menu-end {
 padding-right: 0;
 border: 0;
}

/* -----------------------------------------------------------
　　カラー設定
----------------------------------------------------------- */


/* -----------------------------------------------------------
　　リンク設定
----------------------------------------------------------- */

a, a:link, a:visited {
 color: #08204F;
 text-decoration: underline;
}
a:hover, a:active {
 color: #08204F;
 text-decoration: none;
}
/* -----------------------------------------------------------
　　囲みバグ設定
----------------------------------------------------------- */

.bug:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

.bug { display:inline-table; }

/* Mac IE には適用させない \*/
* html .bug { height:1px; }
.bug { display:block; }
/* */

/* -----------------------------------------------------------
　　IE PNG設定
----------------------------------------------------------- */

.iepngfix {
 behavior: expression(IEPNGFIX.fix(this));
}
div, img {
 behavior: url("iepngfix.htc")
}
