@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#headerMain
{
    height: 19px;
    margin: 0 auto;
}

#headerMain h1
{
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: normal;
    line-height: 18px;
    font-size: 10px;
    color: #ffffff; /* ヘッダー説明文文字色 */
}

#headerLogo
{
    width: 400px;
    float: left;
}

#headerLogo a
{
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 75px;
    background: url(logo_1A.png) top left no-repeat;
}

#headerExtra1
{
    width: 330px;
    margin: 0 10px 0 0;
    padding: 20px 0 0 0;
    float: right;
}

#headerExtra1 p.tel
{
    /* 電話番号の文字設定 */
    margin: 0;
    padding: 0;
    font-size: 1.7em;
    font-weight: bold;
    color: #3FAFDE;
    line-height: 1.2;
    text-align: right;
}

#headerExtra1 p.tel span
{
    /* 電話番号の「TEL」文字設定 */
    color: #CCCCCC;
}

#headerExtra1 p.address
{
    /* 住所文字設定 */
    margin: 0;
    padding: 0;
    line-height: 1.2;
    text-align: right;
}

#headerExtra2
{
}

/* フッター内パーツ */
#footerMain
{
    width: 300px;
    float: right;
    padding-top: 35px;
}

#footerMain p
{
    /* コピーライト文字設定 */
    font-size: 0.8em;
    text-align: right;
}

#footerLogo
{
}

#footerExtra1
{
    padding-top: 9px;
}

#footerExtra1 ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

#footerExtra1 li
{
    /* フッターナビ設定 */
    display: inline;
    background: url(fpoint_1A.png) 7px 4px no-repeat;
    padding-left: 23px;
    padding-right: 10px;
    font-weight: bold;
}

#footerExtra1 a:link
{
    color: #666666;
    text-decoration: none;
}
#footerExtra1 a:visited
{
    color: #666666;
    text-decoration: none;
}
#footerExtra1 a:hover
{
    color: #188BBC;
    text-decoration: none;
}
#footerExtra1 a:active
{
    color: #188BBC;
    text-decoration: none;
}

#footerExtra2
{
}

/* サイドブロック内パーツ */
#banner
{
    margin-top: 12px;
    background-color: #F4F4F4;
    padding-top: 10px;
}

#banner ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#banner li
{
    padding-bottom: 10px;
}

#banner li a
{
    display: block;
    width: 200px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    text-indent: -9999px;
    overflow: hidden;
}

#banner a#banner-twitter{
    /* ツイッターバナー */
    background: url(top_banner_1A_01.png) top left no-repeat;
}

#banner a#banner-facebook{
    /* フェイスブックバナー */
    background: url(top_banner_1A_02.png) top left no-repeat;
}

#banner a#banner-assembly{
    /* 議事録バナー */
    background: url(top_banner_1A_03.png) top left no-repeat;
}

#banner a#banner-links{
    /* リンク集バナー */
    background: url(top_banner_1A_04.png) top left no-repeat;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#nav li a
{
    /* ナビゲーション文字設定 */
    font-weight: bold;
}

#nav li a:link
{
    color: #666666;
    text-decoration: none;
}
/* ナビゲーション文字色設定 */
#nav li a:visited
{
    color: #666666;
    text-decoration: none;
}
#nav li a:hover
{
    color: #ffffff;
    text-decoration: none;
}
#nav li a:action
{
    color: #ffffff;
    text-decoration: none;
}


#nav li span.en
{
    display: none;
}


/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link {
	color: #1f7ea7;
	text-decoration: underline;
}
a:visited {
	color: #105978;
	text-decoration: underline;
}
a:hover
{
    color: #64BEE6;
    text-decoration: none;
}
a:active
{
    color: #64BEE6;
    text-decoration: none;
}

#skip
{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p
{
    margin-top: 0.5em;
    margin-bottom : 1.2em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.7;
    text-align: left;
}

p.large
{
    color: #157299;
    font-weight: bold;
}
p.indent
{
    padding-left: 25px;
}

.left
{
    float: left;
margin-right : 25px;
}

.right
{
    float: right;
margin-left : 25px;
}

hr
{
    width: 100%;
    height: 1px;
    margin: 10px auto 20px auto;
    padding: 0;
    clear: both;
    border-width: 1px;
    border-style: none;
    color: #ffffff;
}

.layoutset-02 h2
{
    background-image : url(content_title_1A.png);
    width: 650px;
    margin: 0px auto 0 0;
    height: 50px;
    line-height: 57px;
    text-align: left;
    overflow: hidden;
}

.layoutset-02 h2 span.ja
{
    font-size: 1.15em;
    color: #ffffff;
    padding-right: 10px;
    line-height: 50px;
    padding-left: 18px;
}

h2 span.en
{
    font-size: 0.9em;
    color: #B1CCE4;
}

.layoutset-02 #wrapper h3
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    padding-top: 10px;
    padding-left: 1px;
    border-bottom: 2px #2CABE2 solid;
    font-size: 1.3em;
    color: #105978;
    clear: both;
}

h3.c-index
{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

h4
{
    margin: 0;
    padding: 10px 10px 4px 2px;
    text-align: left;
    font-size : 1.2em;
    line-height : 1.4;
    color : rgb(31, 126, 167);
}

h5
{
    margin-top : 0px;
    margin-bottom: 0;
    padding: 0px 10px 5px 25px;
    text-align: left;
    background: url(point_1A.png) 6px 4px no-repeat;
    font-size: 1.1em;
    line-height : 1.5;
    color : rgb(31, 141, 188);
}

table
{
    margin: 5px auto 10px 0;
    border-collapse: collapse;
    border-top: 1px rgb(128, 166, 202) solid;
    border-left: 1px rgb(128, 166, 202) solid;
}

table th
{
    padding: 7px 9px 5px 8px;
    text-align : center;
    background-color : rgb(221, 221, 221);
    border-right: 1px rgb(128, 166, 202) solid;
    border-bottom: 1px rgb(128, 166, 202) solid;
}

table td
{
    padding: 7px 9px 5px 8px;
    text-align: left;
    border-right: 1px rgb(128, 166, 202) solid;
    border-bottom: 1px rgb(128, 166, 202) solid;
}

table.center td{
    text-align: center;
}

table.figure td
{
    text-align : right;
}

table tr .th-left
{
    text-align : left;
}

/* フォームパーツ設定 */
input.button
{
    margin-top: 10px;
    margin-bottom: 15px;
}

textarea
{
    width: 400px;
    height: 200px;
}

input.l
{
    width: 400px;
}
input.m
{
    width: 250px;
}
input.s
{
    width: 150px;
}


/* メインコンテンツ内基本パーツ */

#main ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main ol li
{
    text-align: left;
    line-height : 1.5;
    padding-top: 3px;
    padding-bottom: 3px;
}

#main ul li
{
    text-align: left;
    line-height : 1.5;
    padding: 10px 15px 7px 25px;
    background: url(point_1A.png) 5px 12px no-repeat;
    border-bottom: 1px #DDDDDD dotted;
    color: #000000;
}

#main ul li ul li 
{
	text-align: left;
	line-height : 1.5;
	padding : 10px 15px 7px 25px;
	background: url(04bul05.gif) 5px 10px no-repeat;
    border-bottom: 1px #DDDDDD dotted;
}

#main ul li ul li:last-child
{
    padding-bottom: 0;
	border-bottom: none;
}

#main dl
{
    margin: 0;
    padding: 0;
    zoom: 100%;
}

#main ul + *
{
    margin-top: 20px;
}

#main dl + *
{
    margin-top: 20px;
    zoom: 100%;
}

#main dt
{
    margin: 0;
    text-align: left;
    line-height: 1.5;
    min-height: 16px;
    font-weight: bold;
    padding: 10px 0 7px 25px;
    border-bottom: 1px #DDDDDD dotted;
    background: url(point_1A.png) 5px 13px no-repeat;
    color: #1F8DBC;
}

#main li dl dd
{
    border-bottom: 1px #DDDDDD dotted;
    color: #666666;
}

#main li dl dd:last-child 
{
    padding-bottom: 0;
	border-bottom: none;
}

#main dd
{
    margin: 0;
    padding: 10px 15px 7px 50px;
    text-align: left;
    line-height: 1.5;
    min-height: 16px;
    border-bottom: 1px #DDDDDD dotted;
}

#main dl.inline dt 
{
	float: left;
	width: 170px !important;
	border-bottom: 1px #DDDDDD hidden;
}

#main dl.inline dd
{
    padding-left: 195px;
}

#main dd dl dd:last-child
{
    padding-bottom: 0;
	border-bottom: none;
}

#main dd li:last-child 
{
    padding-bottom: 0;
	border-bottom: none;
}

#main dd ul li
{
	text-align: left;
	line-height : 1.5;
	padding : 10px 15px 7px 32px;
	background: url(04bul05.gif) 18px 10px no-repeat;
	border-bottom: 1px #DDDDDD dotted;
    color: #666666;
}

#main dd ul li:last-child
{
    padding-bottom: 0;
	border-bottom: none;
}

*:first-child + html #main dd
{
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

* html #main dd
{
    /* for IE6 */
    height: 20px;
    padding-left: 0px;
}

#main dl:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#main img.left
{
    margin: 5px 20px 10px 0px;
    float: left;
}

#main img.right
{
    margin: 5px 0px 10px 20px;
    float: right;
}

#pagetop
{
    margin: 10px auto 0 auto;
    text-align: right;
clear : both;
}

#pagetop a
{
    /* ページの先頭へのリンク設定 */
    display: block;
    margin-left: auto;
    width: 125px;
    height: 21px;
    overflow: hidden;
    background: url(returnTop_1A.png) top left no-repeat;
    text-align: left;
    text-indent: -9999px;
}



/* トップページ デザイン定義 */
.layoutset-01 #title h2
{
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
    height: 235px;
    background: url(top_mainimg_1A_01.png) top center no-repeat;
}

#toppage-introduction h3
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    height: 26px;
    overflow: hidden;
    background: url(top_indexBg_1A.png) top left no-repeat;
    line-height: 28px;
    padding-left: 10px;
    text-align: left;
    color: #ffffff;
    font-size: 1.2em;
}

#toppage-news h3
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    height: 26px;
    overflow: hidden;
    background: url(top_indexBg_1A.png) top left no-repeat;
    line-height: 28px;
    padding-left: 10px;
    text-align: left;
    color: #ffffff;
    font-size: 1.2em;
}

#toppage-news h3 span.ja
{
    display: none;
}



#inner #officeinfo{
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: #F3F3F3;
}

#inner #officeinfo h3
{
    color : rgb(255, 255, 255);
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    background-color : rgb(86, 191, 237);
    font-size: 1em;
}

#inner #officeinfo p
{
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 5px;
}

.office-news{
	border: 1px rgb(177, 204, 228) solid;
}

.th{
	
       text-align : center;
background-color : rgb(238, 238, 238);
}

.th-left{
	
	text-align: left;
background-color : rgb(238, 238, 238);
font-weight : normal;
}

em{
	font-weight: bold;
	color: #444444;
}

caption{
	color: rgb(16, 89, 120);
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}


.figure{
	text-align : right;
}

.figcaption 
{
    display: table;
    width : 95px; /* minimum width */
    *width: auto; /* for IE7 and below */
}

.figcaption img + * {
	line-height: 1.3;
border-right: 1px #cccccc dotted;
border-bottom: 1px #cccccc dotted;
border-left: 1px #cccccc dotted;
	padding: 0px 3px 3px 3px;
}

strong{
	font-weight : bold;
color : rgb(31, 126, 167);
}

.blind{
	color : white;
}

dl dd.new:after {
  content: " NEW!";
  color: red;
  font-size: 85%;
}