/* Base Format 各ページ設定 フォント基本書式設定用スタイルシート */

/* ---------------------------------------------------------------- */
/* コンテンツ内共通設定 */
/* ---------------------------------------------------------------- */

body {
	color: #232122;
	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 {
	line-height: 160%;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/h3-base.gif);
	background-repeat: repeat-x;
	height: 56px;
	margin-bottom: 5px;
}

#contents h4 {
	line-height: 160%;
	margin-bottom: 0.5em;
	text-align: left;
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #624440;
	font-weight: bold;
	color: #624440;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F2EBE8;
	padding-left: 5px;
}

#contents h5 {
	margin-bottom: 0.5em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
	font-size: 14px;
	color: #C47500;
}

#contents h6 {
	line-height: 160%;
	margin-bottom: 0.5em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E3C9BF;
	font-weight: bold;
	font-size: 84%;
}

#contents p {
	line-height: 160%;
	margin-bottom: 0.5em;
	text-align: left;
}

#contents th {
	line-height: 160%;
}

#contents td {
	line-height: 160%;
}

#contents th {
	background-color: #f1efe2;
	padding: 5px;
	border-bottom: 1px solid silver;
	border-right: 3px double silver;
	line-height: 160%;
	text-align: center;
}

#contents td {
	padding: 5px;
	border-bottom: 1px solid silver;
	line-height: 160%;
}

#contents ul {
	margin-bottom: 1em;
}

#contents ol {
	margin-bottom: 1em;
}

#contents ul li,#contents ol li {
	line-height: 160%;
	margin-left: 2em;
	margin-bottom: 0.5em;
	text-align: left;
}

#contents a {
	color: #232122;
	text-decoration: underline;
}

#contents a:hover {
	color: #FF9900;
	text-decoration: underline;
}

#contents img {
	margin: 0;
	padding: 0;
	border-style: 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: 960px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}


/* ---------------------------------------------------------------- */
/* ヘッダ用ブロック設定 */
/* ---------------------------------------------------------------- */

#header {
	padding: 0;
	display: block;
	overflow: hidden;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 960px;
	height: 103px;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
}

#header p {
	text-align: right;
}

#siteTitle {
	margin-bottom: 15px;
}

#logoArea {
	display: block;
	padding: 0;
	float: left;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

#headLinkArea {
	display: block;
	float: right;
	margin-top: 1px;
	margin-right: 0;
	margin-left: auto;
	padding: 0;
	background-image: url(../images/headNavi-base.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#headLinkArea li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

#fontSizeArea {
	display: block;
	width: 175px;
	margin: 0 0 0 auto;
	padding: 5px 0 0;
	float: right;
	clear: right;
}
#copyArea {
	float: left;
}


#fontSizeArea li {
	display: inline;
	font-size: 12px;
}

#fontSizeArea li img {
	vertical-align: middle;
}

/* ---------------------------------------------------------------- */
/* グローバルナビ用ブロック設定 */
/* ---------------------------------------------------------------- */

#gNavigation {
	display: block;
	float: right;
	margin-top: 9px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: right;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#gNavigation ul {

}

#gNavigation li {
	display: inline;
	list-style-type: none;
}

#gNavigation li a {
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0;
}


/* ---------------------------------------------------------------- */
/* ローカルナビ用ブロック設定 */
/* ---------------------------------------------------------------- */

#lNavigation {
	margin-right: auto;
	margin-bottom: 15px;
	padding-right: 0;
	padding-bottom: 0;
	background-image: url(../images/local-base.gif);
	background-repeat: repeat-y;
	width: 243px;
	margin-left: auto;
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
}



/* ---------------------------------------------------------------- */
/*   フォントサイズ */
/* ---------------------------------------------------------------- */
.base-ss {
	font-size: 70%;
	line-height: 150%;
}
.base-s {
	font-size: 80%;
	line-height: 150%;
}
.base-m {
	font-size: 90%;
	line-height: 170%;
}



/* ---------------------------------------------------------------- */
/* コンテンツ内共通設定 特殊系 */
/* ---------------------------------------------------------------- */

/* イメージ用 左右寄せ */

#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: 48%;
	text-align: right;
}

.floatLeft {
	float: left;
	display: block;
	width: 48%;
	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 {
	border-bottom: 1px solid silver;
	margin-bottom: 2em;
	padding-bottom: 1.5em;
}


/* ---------------------------------------------------------------- */
/* パンくず設定 */
/* ---------------------------------------------------------------- */

#pankuzu {
	padding: 5px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 660px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#pankuzu p {
	font-size: 75%;
	line-height: 130%;
	margin: 0;
	padding: 0px;
	color: gray;
	text-align: left;
}

#pankuzu p a {
	color: #FF6600;
}

#pankuzu p a:hover {
	color: #CC6666;
}


/* ---------------------------------------------------------------- */
/* ページタイトル設定 */
/* ---------------------------------------------------------------- */

#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: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#toPageTop p {
	text-align: right;
	margin: 0;
	padding: 0;
}

/* ---------------------------------------------------------------- */
/* フッター用ブロック設定 */
/* ---------------------------------------------------------------- */

#footer {
	display: block;
	height: 69px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	background-image: url(../images/footer-base.gif);
	background-repeat: repeat-x;
}
#footer .access {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	width: 960px;
	background-image: url(../images/foot-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	height: 69px;
}
#ftr_lnk  {
	font-size: 75%;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	padding-top: 8px;
	width: 960px;
}
#ftr_lnk  a  {
	color: #663D2D;
}
address  {
	text-align: right;
	font-size: 83%;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
