@charset "utf-8";

/* 全ページ共通設定
-------------------------------------------------- */
/* tag class 設定 */
body {
	background:#fff url(img/p_body_tilt_bk.gif) center;
	color:#666666;
	margin:0;
	padding:0;
	text-align:center;
	font-size: 81.25%;	/* font-sizeをbody要素にfont-size: 81.25%;を指定しておき、16px * 0.8125 = 13pxという指定の仕方もあります。 */
	line-height: 1.4em;
  font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka",Verdana,Arial,sans-serif;
}

img {
    border: 0px;
}
/* 共通リンクカラー */
a {
	color: #003366;
}
a:hover {
	color: #993300;
}
a:visited {
	color: #993300;
}

.allClear {
	clear: both;
}
/* 強調～フォントBold */
em {
	font-style: normal;
	font-weight: bold;
}
/* より強い強調～フォントBold+赤文字 */
strong {
	color: #CC0033;
}
/* ページトップリンク */
.pagetop {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	text-align: right;
}

/* ページセンタリング */
.layout_center {
	margin: 5px;
	text-align: center;
}

/* 文字装飾クラス */
.fontColorRed {
	color: #FF0000;
}
.fontLevelupRedBold {
	font-size: 1.1em;
	color: #FF0000;
	font-weight: bold;
}
.fontLevelupBlueBold {
	font-size: 1.1em;
	color: #0000FF;
	font-weight: bold;
}
.fontLevelupBlackBold {
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
}
.fontUnderline {
	text-decoration: underline;
}
.fontCaptionMenu {
	font-size: 0.8em;
	color: #731501;
}
.fontCaptionMenuItalic {
	font-size: 0.8em;
	font-style: italic;
	color: #666666;
}

/* 全体のブロック 設定
-------------------------------------------------- */
#body_base { 
	padding: 0px;
	background: #ffffff;
	margin: 0px auto;
	width: 762px; /* 左右のボーダーを含む */
	border-left: solid 1px #BBBBBB;
	border-right: solid 1px #BBBBBB;
	color: #333;
}

#wrapper { 
	padding: 0px;
	background: #ffffff;
	margin: 0px auto;
	width: 742px; /* 左右のボーダーを含む */
	text-align: left;
	border-left: solid 1px #BBBBBB;
	border-right: solid 1px #BBBBBB;
}

/* グローバルナビゲーション 設定
-------------------------------------------------- */
#header { 
	padding: 0px;
	margin: 0px;
	width: 740px;
	height: 81px;
}
#gLogo { 
	padding: 0px;
	float: left;
	margin: 0px;
	height: 81px;
}

#gLogo h1 {
	display:none;
}

#gLogo p {
	padding: 0px;
	margin: 0px;
}

/* メインナビゲーション 設定
-------------------------------------------------- */
/* div指定 */
#headerNav { 
	margin:0;
	padding:0;
	width: 740px;
}

/* コンテンツ部ブロック 設定
-------------------------------------------------- */
/* コンテンツwrapper */
#content { 
	padding: 0px;
	margin: 0px;
	width: 740px;
}

/* 2段組（ホームページ） */
/* #content(#cLeft + #cRight) */
#cLeft {
    padding: 0px;
    margin: 0px 10px 0px 0px;
    float: left;
    width: 500px;
}

#cRight {
    padding: 0px;
    margin: 0px 10px 0px 0px;
    float: right;
    width: 200px;
}

/* 2段組（メイン） */
#cSub { 
	padding: 0px;
	float: left;
	margin: 10px 0px 0px 0px;
	width: 180px;
} 
#cNormal { 
	padding: 0px;
	float: right;
	/* margin: 10px 0px 0px 10px; */
	margin: 10px 0px 0px 0px;
	/* width: 550px; */
	width: 540px;
}

/* 見出し設定
-------------------------------------------------- */
#contentsTitle { 
	padding: 0px;
	float: left;
	margin: 0px;
	width: 740px;
	height: auto;
}
#contentsTitle img { 
	padding: 0px;
	margin: 0px;
}
#contentsTitle h1 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: none;
	height: auto;
	/* height: 48px; */
}
#contentsTitle h1 img {
	padding: 0px;
	margin: 0px;
}

/* Basic Page Contents 設定
-------------------------------------------------- */
/* 基本ページ用セクション */
.basicSection {
	padding: 0px;
	/* margin: 0px 10px 15px 0px; */
	margin: 0px 0px 15px 0px;
}

/* 見出し設定 */
.basicSection h2 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: none;
	height: auto;
}
.basicSection h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	padding: 3px 3px 3px 6px;
	margin: 1.5em 5px 5px 5px;
	border-left: solid 9px #0033CC;
	border-bottom: solid 1px #0033CC;
	background-image: url(img/p_contentsTitle_h3_bk.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.basicSection h3 span.caption {
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
}

.basicSection h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 25px;
	margin: 0.8em 0 0.5em 5px;
	color: #333333;
	background-image: url(img/p_h4_bk_mark.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: dotted 1px #999999;
}

.basicSection h4 span.caption {
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
}

.basicSection h5 {
	padding-left: 5px;
	margin: 0.5em 0 0.5em 0;
	font-size: 1.0em;
	color: #333333;
	text-decoration: underline;
}

.basicSection p {
	margin: 5px;
}

.basicSection p.directlink {
color: #999;
margin-top: 21px;
}

.basicSection p.directlink span {
padding-left: 11px;
margin-right: 10px;
background: url(img/icon_link_arrow_red.gif) no-repeat 0 6px; /* start hiding from macie\*/
background-position: 0px 4px; /* stop hiding */
}
.basicSection p.directlink span + span {
margin-left: 10px;
margin-right: 0px;
}

.basicSection p span.link {
padding-left: 11px;
margin-right: 10px;
margin-left: 10px;
background: url(img/icon_link_arrow_red.gif) no-repeat 0 6px; /* start hiding from macie\*/
background-position: 0px 4px; /* stop hiding */
}
.basicSection p span.link + span.link {
margin-left: 10px;
margin-right: 0px;
}


.basicSection dl {
	margin: 5px;
}
.basicSection dt {
	margin: 3px 0;
	padding: 0;
}
.basicSection dd {
	margin: 0px 0 3px 20px;
	padding: 0;
}

.basicSection ul.listmark {
	margin: 0 0 0 30px;
	padding: 0;
	text-align: left;
	list-style-image:url(img/p_list_blue_line.gif);
}
.basicSection ul.listtrim {
	margin: 0 0 0 30px;
	padding: 0;
	text-align: left;
	list-style-image:url(img/p_list_tri.gif);
}
.basicSection ul.listmark ul, .basicSection ul.listtrim ul {
	margin: 0px 0 0px 40px;
	padding: 0;
	list-style-image:url(img/p_list_tri.gif);
}
.basicSection ul ul li {
	margin: 0.5em 0;
	padding: 0;
}

.basicSection ul.none {
	margin: 0 0 0 30px;
	padding: 0;
	text-align: left;
	list-style-type: none;
}
.basicSection ul.disc {
	margin: 0 0 0 30px;
	padding: 0;
	text-align: left;
	list-style-type: disc;
}
.basicSection ul.square {
	margin: 0 0 0 30px;
	padding: 0;
	text-align: left;
	list-style-type: square;
}
.basicSection ol {
	margin: 0 0 0 40px;
	padding: 0;
	text-align: left;
}
.basicSection li {
	padding: 0 0 0 0.3em;
	margin: 0 0 0.5em 0;
	line-height: 1.3em;
}

/* 囲み構成 */
.basicSection div.frame {
	border: 1px solid #ddd;
	margin: 10px 5px;
	padding: 5px;
}
/*
.basicSection div.frame p {
	text-align: left;
	margin: 5px;
}
*/

.basicSection div.frameCenter {
	border: 1px solid #ddd;
	margin: 10px 5px;
	padding: 5px;
	text-align: center;
}
.basicSection div.frameCenter p {
	margin: 5px;
}

.basicSection div.frame div.figureCenter {
	text-align: center;
}
.basicSection div.frame div.figureCenter p {
	text-align:center;
	color: #333;
  font-size: 1.0em;
	padding: 0px;
	margin: 5px 0px 7px 0px;
	height: auto;
}
.basicSection div.frame div.figureCenter img.margin {
	margin: 5px 10px;
}
.basicSection div.frame ul.listmark {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	list-style-image:url(img/p_list_listmark.jpg);
}
.basicSection div.frame ul.listtrim {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	list-style-image:url(img/p_list_tri.gif);
}
.basicSection div.frame ul.none {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	list-style-type: none;
}
.basicSection div.frame li {
	padding: 0 0 0 0.3em;
	margin: 0 0 0.5em 0;
	line-height: 1.3em;
}

.basicSection div.frame dl {
	margin: 5px;
	text-align: left;
}
.basicSection div.frame dt {
	margin: 10px 0 0 0;
	padding: 0;
}
.basicSection div.frame dd {
	margin: 0 0 10px 30px;
	padding: 0;
}

.basicSection div.textCenter {
	text-align: center;
}
.basicSection div.textCenter p {
	text-align:center;
	font-size: 1.0em;
	padding: 0px;
	margin: 5px 0px 7px 0px;
	height: auto;
}

.basicSection div.figureCenter {
	text-align: center;
}
.basicSection div.figureCenter p {
	text-align:center;
	color: #333;
  font-size: 1.0em;
	padding: 0px;
	margin: 5px 0px 7px 0px;
	height: auto;
}
.basicSection div.figureCenterFlash {
	text-align: center;
}
.basicSection div.figureCenterFlash h4 {
	text-align: left;
	padding-left: 5px;
	margin: 1.5em 0 0.5em 0;
	font-size: 1.0em;
	color: #6B9F8E;
	border: solid 1px #6B9F8E;
}
.basicSection div.figureCenterFlash p {
	text-align:center;
	font-size: 0.8em;
	color: #5e8eab;
	padding: 0px;
	margin: 5px 0px 7px 0px;
	height: auto;
}

.basicSection div.figureCenter img.margin {
	margin: 5px 10px;
}

.basicSection div.figureCenter div.imgColLeft {
	width: 240px;
	float: left;
	padding: 0;
	margin: 5px 5px 5px 10px;
}
.basicSection div.figureCenter div.imgColRight {
	width: 240px;
	float: right;
	padding: 0;
	margin: 5px 10px 5px 5px;
}
.basicSection div.figureCenter div.imgColLeft p, .basicSection div.figureCenter div.imgColRight p {
	text-align:center;
	font-size: 0.8em;
	color: #5e8eab;
	padding: 0px;
	margin: 5px 0px 7px 0px;
	height: auto;
}

.basicSection div.figureCol {
	padding: 0px;
	margin: 0px 5px 10px 5px;
	float: left;
	line-height: 1em;
}
.basicSection div.figureCol p {
	text-align:center;
	font-size: 0.8em;
	color: #5e8eab;
	padding: 0px;
	margin: 5px 0px 7px 0px;
	height: auto;
}
.basicSection .figureRight {
	float: right;
	margin: 0 10px;
}
.basicSection .figureRight p {
	text-align:center;
	font-size: 0.8em;
	color: #5e8eab;
	padding: 0px;
	margin: 5px 0px 7px 0px;
	height: auto;
}

/* 画像の表示 */
.basicSection .rightImg {
	float: right;
	margin-left: 20px;
}
.basicSection .rightImg img {
	margin-bottom: 5px;
}
.basicSection .leftImg {
	float: left;
	margin-right: 20px;
}
.basicSection .leftImg img {
	margin: 5px;
}
/* 区切りライン */
.basicSection div.partition {
	margin: 5px 5px 10px 5px;
	padding: 0px;
	border-bottom: 1px solid #aaaaaa;
}

/* サイドメニュー 設定
-------------------------------------------------- */
#sidebarLink ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebarLink li {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


ul#nav_pref, ul#nav_pref * {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana,Arial,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka",sans-serif;
	margin:0;
	padding:0;
	line-height:1em;
}
ul#nav_pref {
	margin:0 0 0 20px;
	padding:0;
	line-height:1em;
	list-style:none;
	width:10em;
}
ul#nav_pref li {
	margin:0 0 1px 0;
	padding:0;
	line-height:0;
	text-align:left;
}
ul#nav_pref a:hover {
	color:#a18f6f;
	border-width:1px 5px;
	border-style:solid;
	border-color:#e3db9d;
	text-decoration:none;
}
ul#nav_pref a#current {
	color:#8ea084;
	border-width:1px 5px;
	border-style:solid;
	border-color:#73BE49;
	text-decoration:none;
}
ul#nav_pref a {
	margin:0; padding:5px 0  5px 10px;
	color:#848684; font-weight:bold;
	border-width:1px 5px;
	border-style:solid;
	border-color:#ddd;
	text-decoration:none;
	display:block;
	background-color:#f7f7f7;
}



/*****************************************************/
/*-------- 一般table タグレイアウト --------*/
/* tableセンター定義 */
.basicSection div.table_center {
	text-align: center;
}
/* table.general定義 */
.basicSection table.general th {
	text-align: center;
	font-size: 1.0em;
	line-height: 1.4em;
	font-weight: bold;
	border: 1px solid #aaaaaa;
	background-color: #D7D7FF;
}
.basicSection table.general tr.altrow td {
	background-color: #FFFFCC;
}
.basicSection table.general td.left_top, .basicSection table.general td.left, .basicSection table.general td.left_top_end, .basicSection table.general td.left_end{
	text-align: left;
}
.basicSection table.general td.center_top, .basicSection table.general td.center,  .basicSection table.general td.center_top_end, .basicSection table.general td.center_end{
	text-align: center;
}
.basicSection table.general td.right_top, .basicSection table.general td.right, .basicSection table.general td.right_top_end, .basicSection table.general td.right_end {
	text-align: right;
}
.basicSection table.general td.left_top, .basicSection table.general td.center_top, .basicSection table.general td.right_top {
	font-size: 1.0em;
	line-height: 1.4em;
	font-weight: normal;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	margin: 3px;
	padding: 3px;
}
.basicSection table.general td.left_top_end, .basicSection table.general td.center_top_end, .basicSection table.general td.right_top_end {
	font-size: 1.0em;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #aaaaaa;
	margin: 3px;
	padding: 3px;
}
.basicSection table.general td.left, .basicSection table.general td.center, .basicSection table.general td.right {
	font-size: 1.0em;
	line-height: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	margin: 3px;
	padding: 3px;
}
.basicSection table.general td.left_end, .basicSection table.general td.center_end, .basicSection table.general td.right_end {
	font-size: 1.0em;
	line-height: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	margin: 3px;
	padding: 3px;
}

/* フッター　設定
-------------------------------------------------- */
#footer {
	clear: both;
	padding: 20px 0 25px;
	margin: 0px;
	width: 740px;
}
#footer p.footerMenu {
	/* font-size: small; */
	font-size: 10pt;
	margin: 10px 0 30px 0;
	text-align:center;
}
#footer p.footerMenu a {
	padding: 0 5px;
}
#footer p.footerMenu span {
	color: #5e8eab;
}

#footer div.copyPrint {
	display: none;
}

#footer address {
	text-align: right;
}

#footer address span {
	display: none;
}
