@charset "utf-8";

body, th, td {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 90%;
	line-height: 1.5;
	color: #333333;
	background-color: #FFFFFF;
}

th, td {
	font-size: 100%;
}

html {
	overflow-x: auto;
	overflow-y: scroll;
}

img {
	border: none;
	vertical-align: bottom;
}

a:link {
	color: #3747B3;
}

a:visited {
	color: #800080
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-size: 100%;
	clear: both;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #F4F2EA;
}

/* 全体を内包するラッパー
***********************************************************************/

div#top {
	background-image: url(/Prospective/common/img/top_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	width: 744px;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* ヘッダとフッタ
***********************************************************************/

div#top div#header h1 {
	margin: 0px;
	padding: 0px;
	line-height: 1;
}

div#top div#header h1 img {
	display: block;
}

div#top div#footer {
	position: absolute;
	left: 0px;
}

/* サイドバー基本部分（トップと下層用それぞれ）
***********************************************************************/

div#sidebar *, div#topSidebar * {
	margin: 0;
	padding: 0;
}

div#sidebar a:hover img, div#topSidebar a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}

div#main div#sidebar, div#topBody div#topSidebar {
	font-size: 90%;
}

div#main div#sidebar ul, div#topBody div#topSidebar ul {
	list-style-type: none;
}

div#main div#sidebar {
	float: left;
	width: 232px;
	overflow: hidden;
}

div#topBody div#topSidebar {
	float: right;
	width: 232px;
	overflow: hidden;
	background-color: #F0F0F4;
}

/* サイドバー下層用ナビ
***********************************************************************/

div#main div#sidebar div#navi {
	background-image: url(/Prospective/common/img/navi_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

div#main div#sidebar div#navi ul ul {
	padding-left: 16px;
	padding-right: 4px;
}

div#main div#sidebar div#navi ul ul ul {
	padding-left: 0;
	padding-right: 0px;
}

div#main div#sidebar div#navi ul ul li {
	background-image: url(/Prospective/common/img/arrow_navi.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 16px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	line-height: 24px;
	display: block;
}

div#main div#sidebar div#navi ul ul li.on {
	background-image: url(/Prospective/common/img/arrow_navi_on.gif);
	font-weight: bold;
	color: #676799;
}

div#main div#sidebar div#navi ul ul li.on ul {
	font-weight: normal;
	color: #333333;
}

/* サイドバーリンク（トップと下層共通）
***********************************************************************/

div#sideLinks {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

div#sideLinks ul li {
	line-height: 24px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(/Prospective/common/img/sideLinks-a_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6E4;
}

div#sideLinks ul li.on {
	padding: 4px 4px 4px 16px;
	background-image: url(/Prospective/common/img/sideLinks-a-hover_bg.gif);
	font-weight:bold;
}

div#sideLinks ul li a {
	display: block;
	padding: 4px 4px 4px 16px;
	color: #333333;
	text-decoration: none;
	zoom: 1;
}

div#sideLinks ul li a:hover {
	background-image: url(/Prospective/common/img/sideLinks-a-hover_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}

/* サイドバーバナー（トップと下層共通）
***********************************************************************/

div#sideBanner {
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

div#sideBanner ul li {
	margin-bottom: 16px;
}

/* パンくずリスト
***********************************************************************/

div#breadCrumbs {
	background-image: url(/Prospective/common/img/breadCrumbs_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 4px;
}

div#breadCrumbs div#breadCrumbs-body {
	background-image: url(/Prospective/common/img/breadCrumbs-body_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-left: 16px;
}

div#breadCrumbs div#breadCrumbs-body p {
	margin: 0;
	padding: 0;
	line-height: 24px;
}

/* メインエリア（コンテンツとサイドバーを内包）
***********************************************************************/

div#main {
	background-image: url(/Prospective/common/img/main_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	overflow: hidden;
	zoom: 1;
}

/* コンテンツエリア
***********************************************************************/

div#main div#contents {
	float: right;
	width: 512px;
	overflow: hidden;
}

div#main div#contents h2 {
	font-size: 120%;
	line-height: 24px;
	color: #676799;
	background-image: url(/Prospective/common/img/h2_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding-top: 4px;
	padding-right: 32px;
	padding-bottom: 4px;
	padding-left: 32px;
}

div#main div#contents div#contents-body {
	padding-right: 16px;
	padding-left: 16px;
	background-image: url(/Prospective/common/img/contents-body_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 16px;
	padding-top: 16px;
	width: 448px;
	min-height: 300px;
	_height: 300px;
}

div#main div#contents div.go2top {
	padding-right: 16px;
	padding-left: 16px;
	overflow: hidden;
	zoom: 1;
	margin-top: 1em;
	margin-bottom: 1em;
}

div#main div#contents div.go2top p {
	float: right;
	background-image: url(/Prospective/common/img/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	display: inline;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

/* コンテンツ本文
***********************************************************************/

div#contents-body * {
	margin-top: 0;
}

div#contents-body h3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B1B2D0;
	font-weight: bold;
	color: #676799;
	font-size: 110%;
	margin-bottom: 0.7em;
}

div#contents-body h4 {
	color: #676799;
	margin-bottom: 0.5em;
}

div#contents-body p {
	margin-bottom: 1.2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
 @media print {

/* IE6 対策 */
* html div#contents-body p {
	text-align: left;
}
}

div#contents-body table {
	border-collapse: collapse;
	margin-bottom: 1.6em;
	text-align: left;
}

div#contents-body table th {
	white-space: nowrap;
}

div#contents-body table th, div#contents-body table td {
	border: 1px solid #676799;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}

div#contents-body table.noLine {
	border-collapse: separate;
}

div#contents-body table.noLine th, div#contents-body table.noLine td {
	border: none;
}

div#contents-body table th {
	color: #676799;
	background-color: #F0F0F4;
}

div#contents-body ol {
	padding-left: 40px;
	margin-left: 0px;
}

div#contents-body ol li {
	padding-left: 0px;
	margin-left: 0px;
	line-height: 1.4;
	margin-bottom: 0.2em;
}

div#contents-body ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}

div#contents-body ul li {
	padding-left: 12px;
	margin-left: 28px;
	line-height: 1.4;
	margin-bottom: 0.2em;
	background-image: url(/Prospective/common/img/li.gif);
	background-repeat: no-repeat;
	background-position: left 0.6em;
}

div#contents-body ul.links {
}

div#contents-body ul.links li {
	background-image: url(/Prospective/common/img/li-link.gif);
	background-position: left 0.5em;
	margin-left: 24px;
	padding-left: 16px;
}

div#contents-body ul.noStyle {
	margin-left: 0px;
	padding-left: 20px;
	list-style-type: none;
}

div#contents-body ul.noStyle li {
	padding-left: 0px;
	margin-left: 0px;
	background-image: none;
}

div#contents-body dl dt {
	color: #66689B;
	font-weight: bold;
	padding-left: 10px;
}

div#contents-body dl dd {
	margin-bottom: 1em;
}

div#contents-body dl dd ul li {
	margin-left: 0px;
}

div#contents-body dl dd ul.noStyle {
	padding-left: 0px;
}

div#contents-body div.col2 {
	overflow: hidden;
	zoom: 1;
}

div#contents-body div.col2 div.col-L {
	width: 49%;
	float: left;
}

div#contents-body div.col2 div.col-R {
	width: 49%;
	float: right;
}

div#contents-body p.smileyComment {
	background-image: url(/Prospective/common/img/smiley.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	padding-left: 24px;
}

div#contents-body p.floatPic {
	clear: right;
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}

/* お知らせページ
***********************************************************************/

div#contents-body dl.information dt{
	padding-left: 0px;
}

