@charset "Shift_JIS";

/* 全ページ共通設定
-------------------------------------------------- */
/* tag class 設定 */
body {
    padding: 0px;
    margin: 0px;
		background-color: #fff;
    text-align: center;
		color: #333;
    font-size: 12px;
    line-height: 1.4em;
    font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
img {
    border: 0px;
}
/* 共通リンクカラー */
a {
	color: #5e8eab;
}
a:hover {
	color: #ff8800;
}
a:visited {
	color: #445a8e;
}

.allClear {
	clear: both;
}
/* 強調〜フォントBold */
em {
	font-style: normal;
	font-weight: bold;
}
/* より強い強調〜フォントBold+赤文字 */
strong {
	color: #CC0033;
}
/* ページトップリンク */
.pagetop {
	display: none;
}

/* 全体のブロック 設定
-------------------------------------------------- */
/* id Block 設定 */
#wrapper { 
	padding: 0px;
	background: #ffffff;
	margin: 0px auto;
	/* 印刷用はW600に固定 */
	width: 602px; /* 左右のボーダーを含む */
	text-align: left;
}


/* グローバルナビゲーション 設定
-------------------------------------------------- */
#header { 
	padding: 0px;
	margin: 0px;
	width: 600px;
	height: 60px;
}
#gLogo { 
	padding: 0px;
	float: left;
	margin: 0px;
	height: 60px;
}
#gLogo h1 {
	padding: 0px;
	margin: 0px;
}
#gLink {
	display: none;
}


/* メインナビゲーション 設定
-------------------------------------------------- */
/* div指定 */
#mainNavBox {
	display: none;
}


/* パンくずリスト 設定
-------------------------------------------------- */
/* div指定 */
#breadcrumbsBox {
	display: none;
}

/* コンテンツ部ブロック 設定
-------------------------------------------------- */
/* コンテンツwrapper */
#content { 
	padding: 0px;
	margin: 0px;
	width: 600px;
}
/* 2段組（メイン） */
#cSub { 
	padding: 0px;
	float: left;
	margin: 0px;
	width: 196px;
} 
/* 3段組 */
/* #cSub + #contentTwoCol(#cMain + #cExtra) */
#contentTwoCol { 
	padding: 0px;
	float: left;
	margin: 0px 0px 0px 10px;
	width: 600px;
}
#cMain {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    float: left;
    width: 342px;
}

#cExtra {
    padding: 0px;
    margin: 0px 0px 0px 10px;
    float: right;
    width: 240px;
}

/* Home Page Contents 設定
-------------------------------------------------- */
/* イントロダクション（ページ導入部コンテンツ） */
#intro { 
	margin:0;
	padding:0;
	width: 600px;
}
#pageHeader {
	float: left;
	width: 600px; 
}
#pageHeader h2 span {
	padding-left: 5px;
	margin: 2em 0 1em 0;
	font-size: 12px;
	border-left: solid 10px #F3510C;
	border-bottom: solid 1px #F3510C;
}
#pageHeader h3 span {
	width: 600px;
	padding-left: 5px;
	margin: 1.5em 0 0.5em 0;
	font-size: 12px;
	color: #6B9F8E;
	border: solid 1px #6B9F8E;
}

#quickSummary {
	float: left;
	margin: 0;
	width: 600px; 
}
#quickSummary p {
	font-size: 12px;
	line-height: 140%;
	color:#fff; 
	padding:10px 10px 5px 10px;
}

/* ホーム用処理クイック検索 */
#homeQuickSesarch h3 { 
	display: none;
}
/* 検索ボックス */
#homeQuickSesarch form {
	display: none;
}
#homeQuickSesarch p {
	display: none;
}

/* 処理クイック検索用 フィールド設定 */
#homeQuickSesarch select.selectTag {
	display: none;
}
#homeQuickSesarch .fieldButtom {
	display: none;
}

#homeLink h3 { 
	padding: 0;
	margin: 10px 0 0;
}
#homeLink ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#homeLink li.cLink {
	line-height: 2.5ex; 
	list-style-type: none;
	display: block; 
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 0px 0px;
	border-bottom:1px solid #ddd;
}
#homeLink li.cCategoryTop {
	line-height: 2.5ex; 
	list-style-type: none;
	display: block; 
	padding: 1px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom:1px solid #ddd;
	background-color: #fff;
}
#homeLink li.cCategory {
	line-height: 2.5ex; 
	list-style-type: none;
	display: block; 
	padding: 2px 0 1px 0;
	margin: -1px 0px 0px 0px;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	background-color: #fff;
}
#homeLink li a{
	/* white-space:nowrap; 長いテクストリンクの場合、レイアウトが崩れる */
	display:block;
	font-weight:normal;
	text-decoration: underline; /* 長いテキストリンクの場合、きれいに回り込ませる */
}
/* ホーム用セクション */
.homeSection {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.homeSection h3 {
	margin: 10px 0 0;
}
.homeSection p {
	margin: 5px;
}
.img {
	padding: 0px;
	margin: 5px 10px 10px 0px;
	float: left;
}

/* ul定義 */
.homeSection ul.listmark {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	list-style-image:url(img/p_list_listmark.jpg);
}
.homeSection ul.listtrim {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	list-style-image:url(img/p_list_tri.gif);
}
.homeSection li {
	padding: 0 0 0 0.3em;
	margin: 0 0 0.5em 0;
	line-height: 1.3em;
}

/* dl定義 */
.homeSection dl.homeNews {
	padding: 0px;
	margin: 5px;
}
.homeSection dl.homeNews dt {
	padding: 0px;
	margin: 0px;
	float: left;
}
.homeSection dl.homeNews dd {
	padding: 0px;
	margin: 0px 0px 3px 6em;
}

.homeSection dl.homeAdvantage {
	padding: 0px;
	margin: 5px;
}
.homeSection dl.homeAdvantage dt {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.homeSection dl.homeAdvantage dd {
	padding: 0px;
	margin: 0px 0px 1em 0px;
}

/* Basic Page Contents 設定
-------------------------------------------------- */
/* h2（ページタイトル） */
#basicTitle {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
#basicTitle h2 {
	padding: 0px;
	margin: 0px;
	border: none;
	height: auto;
}
#basicTitle p {
	margin: 5px;
}
/* 基本ページ用セクション */
.basicSection {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.basicSection h3 {
	padding-left: 5px;
	margin: 2em 0 1em 0;
	font-size: small;
	border-left: solid 10px #F3510C;
	border-bottom: solid 1px #F3510C;
}
.basicSection h4 {
	width: 400px;
	padding-left: 5px;
	margin: 1.5em 0 0.5em 0;
	font-size: small;
	color: #6B9F8E;
	border: solid 1px #6B9F8E;
}
.basicSection h5 {
	padding-left: 5px;
	margin: 1.5em 0 0.5em 0;
	font-size: small;
	color: #5e8eab;
}
.basicSection p {
	margin: 5px;
}
.basicSection dl {
	margin: 5px;
}
.basicSection dt {
	margin: 3px 0;
	padding: 0;
}
.basicSection dd {
	margin: 3px 0 3px 30px;
	padding: 0;
}

.basicSection ul.listmark {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	list-style-image:url(img/p_list_listmark.jpg);
}
.basicSection ul.listtrim {
	margin: 0 0 0 20px;
	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 30px;
	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 20px;
	padding: 0;
	text-align: left;
	list-style-type: none;
}
.basicSection ul.disc {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	list-style-type: disc;
}
.basicSection ul.square {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	list-style-type: square;
}
.basicSection ol {
	margin: 0 0 0 30px;
	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 {
	text-align:center;
	border: 1px solid #ddd;
	margin: 10px 20px;
	padding: 5px;
}
.basicSection div.frame p {
	text-align: left;
	margin: 5px;
}
.basicSection div.frame div.figureCenter {
	text-align: center;
}
.basicSection div.frame div.figureCenter p {
	text-align:center;
	font-size: x-small;
	color: #5e8eab;
	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.figureCenter {
	text-align: center;
}
.basicSection div.figureCenter p {
	text-align:center;
	font-size: x-small;
	color: #5e8eab;
	padding: 0px;
	margin: 5px 0px 7px 0px;
	height: auto;
}
.basicSection div.figureCenterFlash {
	text-align: center;
}
.basicSection div.figureCenterFlash h4 {
	width: 400px;
	float: left;
	text-align: left;
	padding-left: 5px;
	margin: 1.5em 0 0.5em 0;
	font-size: small;
	color: #6B9F8E;
	border: solid 1px #6B9F8E;
}
.basicSection div.figureCenterFlash p {
	text-align:center;
	font-size: x-small;
	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: x-small;
	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: x-small;
	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: x-small;
	color: #5e8eab;
	padding: 0px;
	margin: 5px 0px 7px 0px;
	height: auto;
}
/* 画像を2つ並べる場合 */
.basicSection div.figureColRight {
	padding: 0px;
	margin: 0px 5px 10px 5px;
	float: right;
	line-height: 1em;
}
.basicSection div.figureColRight p {
	text-align:center;
	font-size: x-small;
	color: #5e8eab;
	padding: 0px;
	margin: 5px 0px 7px 0px;
	height: auto;
}

/* 検索ボックス */
#sidebarSearch {
	display: none;
}

/* W3C Validator Banner */
#w3cValidator {
	display: none;
}

/* フッター　設定
-------------------------------------------------- */
#footer { 
	clear: both;
	padding: 0;
	margin: 0px;
	width: 640px;
}
#footer p.footerMenu {
	display: none;
}
#footer address {
	display: none;
}
#footer div.copyPrint {
	text-align: center;
}
