/* Base Format 各ページ設定 フォント基本書式設定用スタイルシート */

/* ---------------------------------------------------------------- */
/* コンテンツ内共通設定 */
/* ---------------------------------------------------------------- */

body {
	color: #2F2D2E;
	font-family: "Lucida Grande", "Verdana", "Meiryo", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Sans-Serif;
}

#contents h1 {
	line-height: 160%;
	margin-bottom: 1em;
}

#contents h2 {
	line-height: 160%;
	margin-bottom: 1em;
}

#contents h3 {
	color: #1A3E7C;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	text-align: center;
}


#contents h4 {
	line-height: 160%;
	margin-bottom: 1em;
}
#contents h3 p {
	padding-top: 10px;
	padding-left: 15px;
	font-size: 90%;
}


#contents h5 {
	line-height: 160%;
	font-weight: bold;
	color: #273640;
}

#contents h6 {
	line-height: 160%;
	margin-bottom: 0.5em;
}

#contents p {
	line-height: 160%;
	margin-bottom: 0.5em;
}

#contents th {
	line-height: 160%;
}

#contents td {
	line-height: 160%;
}

#contents th {
	padding: 5px;
	line-height: 160%;
}

#contents td {
	padding: 5px;
	line-height: 160%;
}

#contents ul {
	margin-bottom: 1em;
}

#contents ol {
	margin-bottom: 1em;
}

#contents ul li,#contents ol li {
	text-align: left;
	margin-bottom: 0.5em;
	line-height: 160%;
}

#contents a {
	color: #1D81E4;
	text-decoration: underline;
}

#contents a:hover {
	color: #FF9900;
	text-decoration: underline;
}

#contents img {
	margin: 0;
	padding: 0;
	border-style: none;
}
#contents .photoStyle01 {
	background-color: #FFFFFF;
	padding: 3px;
	border: 2px solid #D6E0E9;
	margin: 3px;
}
#contents .listStyle01 {
	list-style-image: url(../images/point02.gif);
	list-style-type: none;
}
#baseContainer #main #contents .listStyle02 {
	list-style-image: url(../images/point03.gif);
	list-style-type: none;
}





/* base Structure サイト基本構造設定用スタイルシート */

/* ---------------------------------------------------------------- */

/* ブラウザ互換用リセット */

/* ---------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}


/* to preserve line-height and selector appearance */

sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}


/*to enable resizing for IE*/

input,textarea,select{
	*font-size:100%;
}


/*because legend doesn't inherit in IE */

legend{
	color:#000;
}




/* ---------------------------------------------------------------- */
/* 共通設定 */
/* ---------------------------------------------------------------- */



.br-both {
	clear: both;
}


/* ---------------------------------------------------------------- */
/* サイトサイズ枠 */
/* ---------------------------------------------------------------- */

#baseContainer {
	width: 940px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* ---------------------------------------------------------------- */
/* ヘッダ用ブロック設定 */
/* ---------------------------------------------------------------- */

#header {
	padding: 0;
	display: block;
	overflow: hidden;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 940px;
	height: 118px;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
}

#header p {
	text-align: right;
}

#logoArea {
	display: block;
	padding: 0;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

#headLinkArea {
	float: right;
	padding: 0px;
	text-align: right;
	background-color: #999900;
	height: 49px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#headLinkArea li {
	display: inline;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#headLinkArea  img {
	margin: 0px;
	padding: 0px;
}


/* ---------------------------------------------------------------- */
/* グローバルナビ用ブロック設定 */
/* ---------------------------------------------------------------- */

#gNavigation {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 43px;
	text-align: center;
	background-image: url(../images/naviBase.gif);
	background-repeat: no-repeat;
}

#gNavigation ul  {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}

#gNavigation li  {
	list-style-type: none;
	display: inline;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
}

/* ---------------------------------------------------------------- */
/*   フォントサイズ */
/* ---------------------------------------------------------------- */
.base-ss {
	font-size: 70%;
	line-height: 150%;
}
.base-s {
	font-size: 80%;
	line-height: 150%;
}
.base-m {
	font-size: 85%;
	line-height: 150%;
}



/* ---------------------------------------------------------------- */
/* コンテンツ内共通設定 特殊系 */
/* ---------------------------------------------------------------- */

/* イメージ用 左右寄せ */

#contents img.imgFloatRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

#contents img.imgFloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* ボックス要素 右左寄せ */

.floatRight {
	float: right;
	display: block;
	width: 50%;
	text-align: right;
}

.floatLeft {
	float: left;
	display: block;
	width: 50%;
	text-align: left;
}

/* インライン要素 右中左揃え */

.inlineRight {
	text-align: center;
	width: 33%;
	float: left;
}

.inlineCenter {
	text-align: center;
	width: 33%;
	float: right;
}

.inlineLeft {
	text-align: center;
	width: 33%;
	float: right;
}

/* ---------------------------------------------------------------- */
/* ボックス設定 */
/* ---------------------------------------------------------------- */

/* 左右余白無し */

.boxA00 {
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.boxA01 {
	margin-bottom: 1em;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

.boxA02 {
	margin-bottom: 2em;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

.boxA03 {
	margin-bottom: 3em;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

/* 左右余白 10px */

.boxB00 {
	margin-bottom: 0;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

.boxB01 {
	margin-bottom: 1em;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

.boxB02 {
	margin-bottom: 2em;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

.boxB03 {
	margin-bottom: 3em;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

/* 左右余白 20px */

.boxC00 {
	margin-bottom: 0;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
}

.boxC01 {
	margin-bottom: 1em;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
}

.boxC02 {
	margin-bottom: 2em;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
}

.boxC03 {
	margin-bottom: 3em;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
}

/* 左右余白 30px */

.boxD00 {
	margin-bottom: 0;
	margin-right: 70px;
	margin-left: 70px;
	padding: 0;
}

.boxD01 {
	margin-bottom: 1em;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0;
}

.boxD02 {
	margin-bottom: 2em;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0;
}

.boxD03 {
	margin-bottom: 3em;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0;
}

/* ---------------------------------------------------------------- */
/* ボックスライン設定 */
/* ---------------------------------------------------------------- */

/* 下線 余白20px */

.lineBottomA01 {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: silver;
}


/* ---------------------------------------------------------------- */
/* ページタイトル設定 */
/* ---------------------------------------------------------------- */

#pageTitle {
	width: 532px;
	margin: 0 auto 20px;
	padding: 0;
	display: block;
	float: left;
	clear: both;
}

#pageTitle h2 {
	margin: 0;
	padding: 0;
}



/* ---------------------------------------------------------------- */
/* ページトップ設定 */
/* ---------------------------------------------------------------- */

#toPageTop {
	padding: 0;
	display: block;
	clear: both;
	width: 940px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#toPageTop p {
	text-align: right;
	margin: 0;
	padding: 0;
}

/* ---------------------------------------------------------------- */
/* フッター用ブロック設定 */
/* ---------------------------------------------------------------- */

#footer {
	display: block;
	height: 85%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footerBase.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
}
#footer   .point   {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: right;
	width: 940px;
	padding-top: 25px;
	font-size: 11px;
	color: #C4DCF3;
	background-image: url(../images/footerLogo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
#footer .point a {
	color: #C4DCF3;
}

address  {
	text-align: center;
	padding: 0px;
	font-size: 80%;
	color: #1F4B76;
}

/* ---------------------------------------------------------------- */
/* パンくず設定 */
/* ---------------------------------------------------------------- */

#pankuzu {
	padding: 5px;
	width: 95%;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#pankuzu p {
	font-size: 75%;
	line-height: 130%;
	margin: 0;
	padding: 0px;
	color: gray;
	text-align: left;
}

#pankuzu p a {
	color: #75AA02;
}

#pankuzu p a:hover {
	color: #FF9900;
}


/* ---------------------------------------------------------------- */
/* フォントサイズ変更 */
/* ---------------------------------------------------------------- */

#fontArea {
	background-image: url(../images/fontArea-base.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	padding-top: 10px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#fontArea     img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-right: 1px;
	padding-left: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
