@charset "utf-8";

/* 基本要素
---------------------------------------------------- */
body#index {
	color: #626262;
	background-image: url(../images/common_bg_01.jpg);
	background-repeat: repeat-x;
}

body {
	color: #626262;
	background-image: url(../images/common_bg_02.jpg);
	background-repeat: repeat-x;
}

a {
	color: #4762a5;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}


/* レイアウトコンテナ
---------------------------------------------------- */
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
	/* height100% */
	/*#container{
	height: 100%;
	min-height: 100%;
}
	body>#container{
	height: auto;
}
*/

#contents{
	width: 780px;
}

#index #contents{
	width: 750px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 20px;
}

/*cleafix-----*/
#contents {
	zoom: 1;
}
#contents:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
/*-----cleafix*/


/* ヘッダー
---------------------------------------------------- */
#header {
	position: relative;
	width: 780px;
}

#header h1 {
	width: 252px;
}

#header h2 {
	margin-bottom: 20px;
}


/* メインコンテナ
---------------------------------------------------- */
#index #main {
	float: right;
	width: 310px;
}
#main {
	float: right;
	width: 585px;
}


/* サブコンテナ
---------------------------------------------------- */
#index #sub {
	float: left;
	width: 425px;
	padding-right: 15px;
}
#sub {
	float: left;
	width: 170px;
	padding-right: 25px;
}


/* 文字サイズ変更ボタン
---------------------------------------------------- */
#fontNav {
	position: absolute;
	left: 645px;
	top: 7px;
	height: 23px;
	width: 135px;
	padding-left: 69px;
	overflow: hidden;
	background-image: url(../images/hd_btn_fontsize.gif);
	background-repeat: no-repeat;
}

#fontNav li {
	float: left;
	height: 23px;
	width: 22px;
	display: block;
	text-indent: -9999px;
}

#fontNav li a {
	height: 23px;
	width: 22px;
	text-decoration: none;
	display: block;
}

#fontNav li#fontNavSmall {
	background: url(../images/hd_btn_fontsize.gif) no-repeat -69px 0px;
}

#fontNav li#fontNavMedium {
	background: url(../images/hd_btn_fontsize.gif) no-repeat -91px -23px;
}

#fontNav li#fontNavLarge {
	background: url(../images/hd_btn_fontsize.gif) no-repeat -113px 0px;
}

#fontNav li#fontNavSmall a:hover {
	background: url(../images/hd_btn_fontsize.gif) no-repeat -69px -23px;
}

#fontNav li#fontNavMedium a:hover {
	background: url(../images/hd_btn_fontsize.gif) no-repeat -91px -23px;
}

#fontNav li#fontNavLarge a:hover {
	background: url(../images/hd_btn_fontsize.gif) no-repeat -113px -23px;
}


/* ナビゲーション
---------------------------------------------------- */
#globalNav {
	position: absolute;
	left: 252px;
	top: 40px;
	width:529px;
}

#globalNav li {
	float: left;
	width: 88px;
	font-size: 0;
}

#assistNav li {
	margin-bottom: 10px;
	font-size: 0;
}


/* フッター
---------------------------------------------------- */
#footer {
	border-top-color: #7d7d7d;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: right;
}

#footer ul {
	text-align: right;
}

#footer li {
	padding-left: 10px;
	margin-left: 20px;
	font-size: 1.2em;
	display: inline;
	text-align: right;
	background-image: url(../images/ft_ic_01.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#footer li a {
	text-decoration: none;
}

#footer p {
	clear: both;
	padding-bottom: 30px;
	font-size: 1.4em;
	line-height: 1.2;
}

#footer p span.note {
	font-size: 0.85em;
}


/* セクション
---------------------------------------------------- */
.section {
	clear: both;
	padding-bottom: 1em;
}

/*cleafix-----*/
.section {
	zoom: 1;
}
.section:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
/*-----cleafix*/

.section h3 {
	font-size: 1.6em;
	margin-bottom: 15px;
}

.section p.ph {
	float: right;
	padding-left: 15px;
}

.section h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #217ab5;
}

.section h5 {
	font-size: 1.4em;
}

.section p,
.section ul,
.section ol{
	padding-bottom: 1.4em;
}


/* 全ページ共通
---------------------------------------------------- */
#lead{
}

#pagetop{
}


/* その他
---------------------------------------------------- */
#count{
	display: none;
}


/* よく使うクラス
---------------------------------------------------- */
.block{}
.area{}
.group{}
.text{}
.image{}
.bnr{}
.btn{}
.data{}
.term{}
.description{}
.first{}
.last{}








