@charset "UTF-8";
/*
Theme Name: FPIC Nagoya
Theme URI: http://www.fpic-nagoya.com/
Description: 基本スタイルシート
Author: HIROSHI SAWAI by Info Town/Creation Labs
*/


/*
[Structure]
body
|
|--#wrapper
|    |
|    |-- #header
|    |    |
|    |    |-- #logo
|    |    |
|    |    |-- #upperExtraNavi
|    |    |
|    |    |-- #lowerExtraNavi
|    |    |
|    |    |-- #mainNavi
|    |    |
|    |    |-- #optionBar
|    |    |    |
|    |    |    |--#fontSize
|    |    |    |
|    |    |    |
|    |
|    |
|    |--#content
|
|--#footerWrapper
|    |
|    |--#footer
|

*/


/* element style
---------------------------------------------------- */
body {
    color: #333333;
    background: #FFFFFF url(./images/com/body/back.gif) repeat-x;
    font-size: 10px;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
img {
    vertical-align: bottom;
    border: none;
}
a {
    outline: none;
}
a img {
    border: none;
}
em {
    font-style: normal;
    font-weight: bold;
}
strong {
    font-style: normal;
    font-weight: bold;
}

/* wrapper
---------------------------------------------------- */
div#wrapper{
    width: 840px;
    margin: 0 auto;
    background: transparent url(./images/com/wrapper/back.gif) no-repeat;
}

/* header
---------------------------------------------------- */
div#header {
    width: 840px;
    height: 190px;
}
/* ロゴ */
#header div#logo {
    float: left;
    width: 300px;
    height: 65px;
    margin: 20px 0 0 0px;
}
/* エクストラナビ 上部 */
#header div#upperExtraNavi{
    float: right;
    width: 240px;
    margin: 20px 0 0 0;
}
/* エクストラナビ 下部 */
#header div#lowerExtraNavi{
    width: 260px;
    float: right;
    margin: 5px 0 0 280px;
}
#header #lowerExtraNavi ul {
    list-style: none;
}
#header #lowerExtraNavi ul li {
    float: right;
    width: 120px;
    height: 25px;
    margin-left: 10px;
}
/* メインナビ */
#header div#mainNavi {
    position: relative;
    clear: both;
    float: left;
    width: 840px;
    margin: 10px 0 0 0;
}
#header #mainNavi ul {
    width: 840px;
    list-style: none;
}
#header #mainNavi ul li {
    float: left;
    width: 120px;
    height: 50px;
}
/* チャイルドナビ */
#header #mainNavi ul#childNavi {
    display: none;
    position: absolute;
    top: 50px;
    left: 340px;
    width: 160px;
    height: 228px;
    text-align: center;
}
#header #mainNavi #childNavi li {
    float: none;
    width: 160px;
    height: 28px;
    background: #65B9E1;
    font-size: 12px;
    line-height: 28px;
    border-bottom: 1px solid #DDDDDD;
}
#header #mainNavi #childNavi li a {
    color: #FFFFFF;
}
/* オプションバー */
#header div#optionBar {
    clear: both;
    float: left;
    width: 840px;
    height: 30px;
    margin: 15px 0 0;
    background: url(./images/com/header/optionbar/optionbar.gif);
}
/* トピックパス */
#header #optionBar #topicPath {
    width: 300px;
    height: 30px;
    float: left;
}
#header #optionBar #topicPath p {
    padding-left: 20px;
    color: #666666;
    font-size: 1.3em;
    line-height: 30px;
}
/* 文字サイズ */
#header #optionBar div#fontSize {
    float: right;
    width: 170px;
    height: 20px;
    padding: 5px 0 0 0px;
}
#header #optionBar #fontSize ul {
    width: 170px;
    list-style: none;
}
#header #optionBar #fontSize li {
    float: left;
    margin-right: 10px;
}
#header #optionBar #fontSize li#fontsizeText {
    margin-right: 0px;
}
/* content
---------------------------------------------------- */
div#content {
    clear: both;
    float: left;
    width: 840px;
    height: auto;
    margin: 20px 0 0 0;
    background: transparent url(./images/com/content/back.gif) no-repeat;
    text-align: left;
}
#content h1 {
    /* use of sub page */
    margin: 25px 39px 0;
    font-size: 1.8em;
}
#content h2 {
    /* use of top page */
    margin: 25px 39px 10px;
    font-size: 1.6em;
}
#content div#maingraphic {
    width: 760px;
    height: 200px;
    margin: 40px auto 0;
}
#content #maingraphic p {
    margin: 0;
}
/* 内部ボックス */
#content .inner {
    margin: 25px 39px 20px;
    border: 1px solid #D8D8D8;
}
#content .inner h2 {
    margin: 25px 30px 20px;
    padding-bottom: 12px;
    color: #00516C;
    background: url(./images/com/heading2/heading2.gif) no-repeat bottom left;
    font-size: 1.6em;
    font-weight: bold;
}
#content .inner h3 {
    margin: 20px 30px;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.5em;
}
#content .inner p {
    margin: 20px 30px;
    font-size: 1.3em;
    line-height: 1.5em;
}
#content .inner ul {
    margin: 20px 30px 20px 30px;
    list-style: none;
    font-size: 1.3em;
    line-height: 1.8em;
}
#content .inner li {
    padding-left: 12px;
    background: url(./images/com/icon/listmark.gif) no-repeat 0 8px;
}
#content .inner ul ul {
    font-size: 1em;
}
#content .inner table {
    margin: 20px 30px;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    font-size: 1.3em;
    line-height: 1.5em;
}
#content .inner table th {
    padding: 5px 8px;
    background: #EEF4FF;
    border: 1px solid #CCCCCC;
    font-weight: bold;
}
#content .inner table td {
    padding: 5px 8px;
    border: 1px solid #CCCCCC;
}
/* ページの上へ */
#content p.pageUp {
    clear: both;
    margin: 20px 30px;
    text-align: right;
    font-size: 1.2em;
}

/* footer
---------------------------------------------------- */
#footerBody {
    clear: both;
    background: #76C0E4 url(./images/com/footer/back.gif) repeat-x;
}
#footer {
    width: 880px;
    height: 100px;
    margin: 0 auto;
    font-size: 1.3em;
    line-height: 1.3em;
}
#footer p{
    padding: 25px 15px 25px 0;
    text-align: right;
}

/* 汎用クラススタイル layout●● 配置, text●● テキスト
---------------------------------------------------- */
.layoutBlock {
    display: block; 
}
.layoutLeft {
    display: block;
    float: left;
 }
.imgLayoutLeft {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
}
.layoutRight {
    display: block;
    float: right; 
}
.layoutClear {
    clear: both;
 }
.textRed {
    color: #FF0000;
}
.textBold {
    font-weight: bold;
}
.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}

/* Clearfix
---------------------------------------------------- */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-table;
min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */