@charset "utf-8";

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

 File name:      common.css
 Update:         2010.04.08
 Style Info:     全ページ共通CSSファイル
----------------------------------------------------------- */

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

html {
 overflow-y: scroll;
}

/* =========== IE用印刷設定CSS =========== */
@media print{
body {
*zoom: 0.72; /*WinIE only */
}
}

/* -----------------------------------------------------------
　　印刷ページ改行設定
----------------------------------------------------------- */
.break {
 page-break-after: always;/*ブロック要素の直後を改行する*/
}


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

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

body {
 color: #181818;
 font-size: 13px;
 font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",verdana,sans-serif;
 line-height: 1.5;
 text-align: center;
}
html:not(:target) body { /*IE6,7,8以外（モダンブラウザ）に適用*/
 font-size: 13px;
}
*:first-child+html body, head~/**/body { /*IE7,8に適用*/
 /*font-family: "メイリオ","Meiryo";*/
}

/* -----------------------------------------------------------
　　レイアウト設定
----------------------------------------------------------- */
body {
 background: #FFF url(../../img/bg.gif) repeat-x left top;
}
#container01 {
 margin: 0 auto;
 padding: 0;
 width: 900px;
 text-align: left;
}
#container02 {
 margin-top: 15px;
 padding: 30px 0 10px;
 width: 100%;
 background-color: #E5F5F5;
}
#header {
 width: 900px;
 background: url(../../img/bg_line.gif) no-repeat left top;
}
#header-left {
 margin-top: 27px;
 float: left;
 width: 222px;
}
#header-right {
 margin-top: 42px;
 float: right;
 width: 670px;
}
#header-right p, #header-right ul {
 display: inline-block;
 float: right;
 margin-left: 15px;
}
#menu {
 margin: 10px 0 0;
 padding: 0 7px 0 8px;
 width: 883px;
 height: 60px;
 background: url(../../img/bg_menu.png) no-repeat left top;
}
#menu li {
 display: inline;
 float: left;
}

#main {
 padding-top: 20px;
 width: 900px;
}
#main-left {
 float: left;
 width: 580px;
}
#main-right {
 float: right;
 width: 300px;
}

#contents {
 margin: 0 auto;
 padding: 0;
 width: 900px;
 text-align: left;
}
#contents-left {
 float: left;
 width: 580px;
}
#contents-right {
 float: right;
 width: 300px;
}
#footer {
 margin: 20px auto 0;
 padding: 0 0 15px;
 width: 900px;
 background: url(../../img/bg_line.gif) no-repeat left bottom;
 text-align: left;
}
#footer-left {
 float: left;
 width: 380px;
}
#footer-right {
 float: right;
 width: 500px;
 text-align: right;
}
#footer-right ul li {
 display: inline-block;
 float: right;
 padding: 0 6px;
 border-left: 1px solid #484848;
}
#footer-right ul li.end {
 border: 0;
}

/* -----------------------------------------------------------
　　pagetop設定
----------------------------------------------------------- */
.pagetop {
 margin: 0 auto;
 padding: 15px 0 0;
 width: 900px;
 text-align: right;
}

/* -----------------------------------------------------------
　　テキスト設定
----------------------------------------------------------- */
.honbun01 {
 margin-top: 20px;
}
.honbun02 {
 margin-top: 10px;
}
.honbun03 {
 font-size: 77%;
}
.honbun03 span {
 color: #FF0000;
}
sup {
 color: #FF0000;
}

/* -----------------------------------------------------------
　　ムービー設定
----------------------------------------------------------- */
.movie01 {
 padding-top: 5px;
 width: 300px;
 background: url(../../img/bg_movie01_top.gif) no-repeat left top;
}
.movie01-end {
 padding-bottom: 5px;
 width: 300px;
 background: url(../../img/bg_movie01_end.gif) no-repeat left bottom;
}
.movie01-middle {
 padding: 0 5px;
 width: 290px;
 background: url(../../img/bg_movie01_middle.gif) repeat-y left top;
}
.movie02 {
 margin-top: 15px;
 padding-top: 5px;
 width: 900px;
 background: url(../../img/bg_movie02_top.gif) no-repeat left top;
}
.movie02-end {
 padding-bottom: 5px;
 width: 900px;
 background: url(../../img/bg_movie02_end.gif) no-repeat left bottom;
}
.movie02-middle {
 padding: 0 5px;
 width: 890px;
 background: url(../../img/bg_movie02_middle.gif) repeat-y left top;
}

.movie {
 padding: 10px;
 background: url(../../img/bg_movie.gif) repeat-x left top;
}
.movie-2col-wrap {
 width: 870px;
}
.movie-2col {
 float: left;
 padding: 0 10px;
 width: 415px;
}

.movie-title {
 font-size: 14px;
 font-weight: bold;
 margin-bottom: 5px;
}
img.movie-icon {
 margin-right: 5px;
}
.mv {
 margin-top: 7px;
 padding: 0;
 background: url("../../img/bg_movie.gif") repeat-x scroll left top transparent;
 /*background-color: #000;*/
 text-align: center;
}
.mv2 {
 margin-top: 7px;
 padding: 0;
 background: url("../../img/bg_movie.gif") repeat-x scroll left top transparent;
 /*background-color: #000;*/
 text-align: left;
}


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

a, a:link, a:visited {
 color: #009999;
 text-decoration: underline;
}
a:hover, a:active {
 color: #67A6CE;
 text-decoration: none;
}

#footer a, #footer a:link, #footer a:visited {
 color: #484848;
 text-decoration: none;
}
#footer a:hover, #footer a:active {
 color: #67A6CE;
 text-decoration: none;
}

/* -----------------------------------------------------------
　　装飾、調整
----------------------------------------------------------- */
.bold {
 font-weight: bold;
}


/* -----------------------------------------------------------
　　囲みバグ設定
----------------------------------------------------------- */
.bug:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

.bug {
 display:inline-table;
 zoom: 1;
}

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

/* -----------------------------------------------------------
　　IE PNG設定
----------------------------------------------------------- */
body, img, div { behavior: url("iepngfix.htc") }

