@charset "UTF-8";
/*
Theme Name: FPIC Nagoya No2
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
|

*/


/* -------------------------------------------------------------------
要素スタイル
------------------------------------------------------------------- */
body {
    color: #333333;
    background: #DEF0F9 url(./images/com/body/back.gif) repeat-x;
    font-size: 12px;
    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: 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: 160px;
    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;
}
ul#nav {
    width: 840px;
    list-style: none;
}
#nav li {
    position: relative;
    float: left;
    width: 120px;
    height: 50px;
}
#nav li a {
    display: block;
    width: 120px;
    text-decoration: none;
}
#nav li a:hover {
    background: #009ADF;
}
#nav li ul {
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    width: 140px;
    text-align: center;
}
#nav li ul li {
    float: none;
    display: block;
    width: 140px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    border-bottom: 1px solid #DDDDDD;
}
#nav li ul li a{
    display: block;
    width: 140px;
    color: #FFFFFF;
    background: #65B9E1;
    text-align: center;
}
#nav li ul li a:hover {
    background: #009ADF;
}

/* オプションバー
---------------------------------------------------- */
#header div#optionBar {
    clear: both;
    float: left;
    width: 840px;
    height: 30px;
    margin: 15px 0 0;
    background: url(./images/com/header/optionbar/optionbar.gif);
}
/* パンくずリスト */
#optionBar #topicPath {
    width: 400px;
    height: 30px;
    float: left;
}
#optionBar #topicPath p {
    padding-left: 20px;
    color: #666666;
    font-size: 1.3em;
    line-height: 30px;
}
/* 文字サイズ */
#optionBar div#fontSize {
    float: right;
    width: 170px;
    height: 20px;
    padding: 5px 0 0 0px;
}
#optionBar #fontSize ul {
    width: 170px;
    list-style: none;
}
#optionBar #fontSize li {
    float: left;
    margin-right: 10px;
}
* html #optionBar #fontSize li {
    margin-right: 5px;
}
#optionBar #fontSize li#fontsizeText {
    margin-right: 0px;
}


/* -------------------------------------------------------------------
content
------------------------------------------------------------------- */
div#content {
    clear: both;
    float: left;

    width: 840px;
    height: auto;
    padding-bottom: 25px;
    margin: 20px 0 0 0;
    background: #FFF url(./images/com/content/back.gif) no-repeat;
    text-align: left;
}
#content h1 {
    /* use of page and single */
    margin: 35px 40px 0;
    font-size: 1.8em;
}
#content h1.single {
    font-weight: bold;
    padding: 0.25em 0 0.25em 0.5em;
    border-bottom: 1px dotted #D8D8D8;
    border-left: 5px solid #0299C6;
}
#content h2 {
    /* use of home */
    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: 15px 39px 20px;
    border: 1px solid #D8D8D8;
}
#content .inner h2 {
    margin: 25px 30px 15px;
    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 {
    padding-bottom: 3px;
    margin: 25px 30px 20px;
    border-bottom: 1px dotted #999;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.25em;
}
#content .jimukyokuchou .inner  h3 {
    padding: 3px 5px;
    background: #01B2EE;
    color: white;
 }
#content .inner p {
    margin:20px 30px;
    font-size: 1.3em;
    line-height: 1.75em;
}
#content .inner ul {
    margin: 20px 30px;
    list-style: none;
    font-size: 1.3em;
    line-height: 1.5em;
}
#content .inner ul li {
    padding:0 0 7px 17px;
    background: url(./images/com/icon/listmark2.gif) no-repeat 0 8px;
}
#content .inner ul ul {
    font-size: 1em;
}
#content .inner ol {
    margin: 20px 30px;
    font-size: 1.3em;
    line-height: 1.5em;
}
#content .inner dl {
    margin: 20px 30px;
    font-size: 1.3em;
    line-height: 1.8em;
}
#content .inner dt {
    font-weight: bold;
    margin-bottom: 5px;
}
#content .inner dd {
    margin-bottom: 10px;
}
#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 a.pagetop {
    padding-left: 0.85em;
    display: inline-block;
    background: url(images/com/icon/pageup.gif) no-repeat center left;
}
/* 一覧ページへ */
#content a.list {
    padding-left: 0.85em;
    margin-bottom: 10px;
    display: inline-block;
    background: url(images/com/icon/listmark1.gif) no-repeat center left;
}
/* 前のページへ */
#content a.back {
    padding-left: 0.85em;
    margin-bottom: 10px;
    display: inline-block;
    background: url(images/com/icon/listmark3.gif) no-repeat center left;
}
/* PDF */
#content a.pdf {
    display: inline-block;
    padding-right: 22px;
    background: url(images/com/icon/pdficon_small.gif) no-repeat center right;
}
/* 外部リンク */
#content a.out {
    display: inline-block;
    padding-right: 18px;
    margin-right: 2px;
    background: url(images/com/icon/browser.gif) no-repeat center right;
}


/* -------------------------------------------------------------------
footer
------------------------------------------------------------------- */
#footerBody {
    clear: both;
    margin-top: 30px;
    background: #0299C6;
}
#footer {
    width: 840px;
    margin: 0 auto;
    font-size: 1.3em;
    line-height: 1.3em;
}
#footer p{
    padding: 25px 15px 25px 0;
    text-align: right;
}


/* -------------------------------------------------------------------
Easy Slider ホーム
------------------------------------------------------------------- */
#slider {
    width: 760px;
    height: 200px;
    margin: 40px auto 0;
}
#slider ul, #slider li {
    margin:0;
    padding:0;
    list-style:none;
    }
#slider li{ 
    width:760px;
    height:200px;
    overflow:hidden; 
    }

/* numeric controls */

ol#controls{
    width: 760px;
    margin:1em auto;
    padding:0;
    height:28px;    
    }
ol#controls li{
    margin:0 10px 0 0; 
    padding:0;
    float:left;
    list-style:none;
    height:28px;
    line-height:28px;
    }
ol#controls li a{
    float:left;
    height:28px;
    line-height:28px;
    border:1px solid #ccc;
    background:#DDD;
    color:#555;
    padding:0 10px;
    text-decoration:none;
    }
ol#controls li.current a{
    background:#028BB1;
    color:#fff;
    }
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}


/* -------------------------------------------------------------------
汎用クラススタイル 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; 
}
.layoutLeftImg {
    float: left;
    margin: 0 9px 5px 0;
}
.layoutClear {
    clear: both;
}
.textRed {
    color: #FF0000;
}
.textOrange {
    color: #FF8300;
}
.textBold {
    font-weight: bold;
}
.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}
.textLarge {
    font-size: 150%;
}
.textSmall {
    font-size: 85% !important;
}


/* -------------------------------------------------------------------
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 */
