﻿@charset "utf-8";

/*文字サイズ
=======================================
10px font-size: 10px;
11px font-size: 84%;
12px font-size: 92%;
14px font-size: 107%;
16px font-size: 123%;
18px font-size: 138%;
20px font-size: 153%;
=======================================*/
.txt16{font-size: 16px;}
.txt14{font-size: 14px;}
.txt12{font-size: 12px;}
.txt11{font-size: 11px;}
.txt10{font-size: 10px;}
.gray{color:#333;}
.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}
.images{text-align:center;padding-left:0px;padding-right:0px;}

/*全体
=======================================*/
body {
	margin: 0;
	padding: 0;
	text-align:center;
	color: #333;
	background-color: #fff;
	font-size: 12px;
	line-height: 1.5;
}
/*見出し・段落
=======================================*/
p{
margin: 0; 
padding: 1em 27px;
font-size:12px;
line-height: 1.5;
text-align:left;
}
#flash{
margin:  5px auto; 
padding: 0;
text-align:center;
}

address,
cite {
margin: 0; 
padding: 15px 5px;
font-size: 10px;
line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0; 
padding: 0; 
}

h1 img {
margin: 0; 
padding: 0; 
}

h2 {
	font-size:120%;
	background-image:url(./img/h2.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	color:#ffff66;
	text-align:left;
	font-weight: normal;
	margin: 0px 12px 0px 12px;
	padding: 15px 0px 10px 70px;
}
.taishin h2 {
	background-image:url(./img/h2-taishin.jpg)
}
.kaishu h2 {
background-image:url(./img/h2-kaishu.jpg); 
}
.gyosha h2 {
background-image:url(./img/h2-gyosha.jpg); 
}
.yugu h2 {
background-image:url(./img/h2-yugu.jpg); 
}

h3 {
font-size: 110%;
margin:  20px 12px 0px 12px; 
padding: 8px 0px 6px 0px; 
vertical-align:top;
background-image:url(./img/h3.gif); 
background-position: left bottom;
background-repeat:no-repeat;
text-align:left;
}
h3.first {
margin:  0px 12px 0px 12px; 
}
.kaishu h3 {
background-image:url(./img/h3-kaishu.gif); 
}
h4 {
font-size: 110%;
margin:  0px 12px 0px 12px; 
padding: 6px 0px 2px 20px; 
background-image:url(./img/h4.gif); 
background-position: left middle;
background-repeat:no-repeat;
text-align:left;
}

h5 {
font-size: 100%;
background-repeat:no-repeat;
margin:  0px 12px 0px 12px; 
padding: 4px 0px;
border-top: 1px dotted #aaa;
border-bottom: 1px dotted #aaa;
}

h6 {
font-size: 92%;
background-repeat:no-repeat;
}

pre {
margin: 0px 6px 0px 0px; 
padding: 0.5em 10px;
border: 1px dotted #aaa;
width: 90%;
overflow: scroll;
color: #333;
background-color: #f5f5f5;
font-family: monospace;
}


pre[title]::before {
margin-bottom: 0.8em;
padding: 0 10px;
display: block; 
content: attr(title);
color: #000;
background-color: #fff;
}

blockquote {
margin: 1.5em 10px;
padding: 3px; 
border: 2px dotted #eee;
background-color: #fff;
}

blockquote * {
color: #666;
}

blockquote[title]:before {
margin: 2px 6px 1em 2px;
padding: 0.1em 16px;
display: block;
content: attr(title); 
background-color: #f5f5f5; 
}

blockquote[cite]:after {
padding: 0.8em 20px;
display: block; 
content: attr(cite);
color: #333;
text-align: right;
}

cite {
display: block;
color: #333;
text-align: right;
}

em {
font-weight: bold;
}

strong {
color: #2da470;
}

code {
font-family: monospace;
}

abbr,
acronym {
border-bottom: 1px dotted #aaa;
cursor: help;
}

kbd {
border: 1px solid #ccc;
padding: 0 0.3em; 
background-color: #f5f5f5;
font-family: monospace;
}

/*リンク
=======================================*/

a:link,a:active{ 
	color: #ff9900;
	color:#3333CC;
	text-decoration:underline;
	font-weight:bold;
}
a:visited{ 
	color: #ffae33;
	color:#3333CC;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{ color: #ffae33;}


/*表
=======================================*/
.skinTables {
margin:0 0 0 0;
padding:0 0 0 0;
border:none;
border-collapse:collapse;
width:100%;
vertical-align:top;
}



/*画像
=======================================*/
img{
margin: 0; 
padding: 0; 
border: none;
}
img a{
margin: 0; 
padding: 0; 
border: none;
}

/* ページのトップへ
=======================================*/
p.goTop{
font-size: 76%;
margin-bottom: 25px; 
margin-right: 6px; 
padding: 25px 25px 2px 35px;
border-bottom:dotted 1px #6c7b99;
text-align:right;
background-image:  none ;
}

/* スタイルオフのときの説明用
=======================================*/
span.click{
visibility:hidden ;
font-size: 10px;
}

/*アドレス
=======================================*/
address{
margin: 0; 
padding: 0;
}
address p{
margin: 0; 
padding: 8px 20px 10px 20px;
color:#FFFFFF;
font-size:12px;
text-align:right;
background-image:  none;;
}
address a:link,address a:active{ color: #FFFFFF;text-decoration:none;}
address a:visited{ #ffffff;text-decoration:none;}
address a:hover{ #ffffff;text-decoration:none;}

/*外枠
=======================================*/
#wrapper-back{
width:940px;
margin: 0 auto; 
padding:0; 
background-position: center;
}
#wrapper{
width:900px;
height: 100%;
margin: 0 auto; 
padding:0; 
text-align:left;
}
#wrapper:after{
display: block;
clear: both;
height: 0;
visibility: hidden;
content: ".";
}
#wrapper{
display: inline-table;
min-height: 1%;
}
/* for macIE \*/
* html #wrapper{
height: 1%;
}
#wrapper{
display: block;
}
/* end of for macIE */

#content{
width:900px;
margin: 0; 
padding:0; 
text-align:left;
background:url(img/content-back.gif) repeat-y
}
#content:after{
display: block;
clear: both;
height: 0;
visibility: hidden;
content: ".";
}
#content{
display: inline-table;
min-height: 1%;
}
/* for macIE \*/
* html #content{
height: 1%;
}
#content{
display: block;
}
/* end of for macIE */

/* TopPane & menu
==================================*/
#search {
	text-align:right;
	color:maroon;
}
.breadcrumbcolor {
	color:navy;
	vertical-align:middle;
	font-size:100%;
}

#dnnSEARCH{
	color:black;
	font-weight:bolder;
	font-size:80%;
}

#menuBar a:link,a:active{ color: black;text-decoration:none;}
#menuBar a:visited{ color: black;text-decoration:none;}


/*左・サイドメニュー
=======================================*/
/*効いてない
#LeftPane{
width:216px;
height:100%;
margin: 0;
padding:0;
float:left;
background-color:#E9F1F6;
vertical-align:top;
text-align:center;
}
*/
#LeftPane a:link,a:active{ color: black;text-decoration:none;}
#LeftPane a:visited{ color: black;text-decoration:none;}


/*右・コンテンツ
=======================================*/
#ContentPane{
width:684px;
height:100%;
margin: 0; 
padding: 0; 
float:right;
vertical-align:top;
}


/*パンくずリスト
=======================================*/
#track{
width:684px;
padding:2px 15px;
margin: 0px 0px 10px 0px;
color:#8EA1A9;
color:red;
font-size: 10px;
text-align:left;
border-top:1px dotted #8EA1A9;
border-bottom:1px dotted #8EA1A9;
vertical-align:top;
}
#track a:link,a:active{ color: black;text-decoration:none;}
#track a:visited{ color: black;text-decoration:none;}


/*フッタ
=======================================*/
#copyright{
width:900px;
height:100%;
margin: 0; 
padding:0; 
clear:both;
}

#login {
	text-align:left;
	color:#ffffff;
	height:2em;
	vertical-align:bottom;
}


/*NaviMenu
=======================================*/

.modSearchText {
	color:black;
	font-weight:bolder;
	font-size:80%;
	vertical-align:middle;
    padding: 2px 3px 5px 3px;   /*dev: fixed!*/
}

