@charset "UTF-8";

/*===========================================

【1】基本設定
【2】リンク設定
【3】枠設定（幅とか）

============================================*/


/*-------------------------------------------
【1】基本設定
--------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: url(/images/common/bg01.jpg) no-repeat center top #FFF;
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;
	line-height: 1.4;
	color: #444;
}

img {
	vertical-align: bottom;
	border: none;
}

h1, h2, h3, h4, h5, form, img, address, object {
	margin: 0;
	padding: 0;
}

h1.top_ttl span.h1_text {
	padding: 0;
	display: block;
	font-size: 0.7em;
	color: #444;
	font-weight: normal;
}

h2 {
	margin: 20px 0 15px;
	padding: 5px 10px;
	background: url(/images/local/bgtitle.gif) repeat-x left bottom;
	border: solid 1px #dbdbdb;
	border-left: solid 7px #2b46ae;
	font-size: 1.3em;
	clear: both;
}

.cl {
	clear: both;
}


/*-------------------------------------------
【2】リンク設定
--------------------------------------------*/

a:link {
	color: #4670d0;
	text-decoration: underline;
}

a:visited {
	color: #4670d0;
	text-decoration: underline;
}

a:hover {
	color: #4670d0;
	text-decoration: none;
}

a:active {
	color: #4670d0;
	text-decoration: none;
}

/*-------------------------------------------
【3】枠設定（幅とか）
--------------------------------------------*/

.body_wrap {
	width: 900px;
	margin: 0 auto;
	padding: 0 3px;
	background: url(/images/common/contents_bg03.png);
	clear: both;
	position: relative;
}

.body_wrap:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 1em;
}

.body_wrap { display: inline-block; }
* html .body_wrap { height: 1%; }
.body_wrap { display: block; }


/*-------------------------------------------
【4】ヘッダー
--------------------------------------------*/

#header {
	width: 900px;
	height: 105px;
	background: url(/images/common/header_bg.gif) no-repeat;
	clear: both;
	overflow: hidden;
	position: relative;
}

#header ul {
	list-style: none;
	clear: both;
	overflow: hidden;
}

/*-- ゴロ関係 --*/
#header .logo {
	width: 532px;
	padding: 14px 0 0 13px;
	float: left;
}

#header .logo p {
	float: left;
}

#header .logo p.logotext {
	width: 378px;
	height: 56px;
	background: url(/images/common/logo02.gif) no-repeat;
	text-indent: -9999px;
}

/*-- リンク関係 --*/

#header .hd_right {
	width: 272px;
	padding: 9px 2px 8px 0;
	float: right;
	overflow: hidden;
}

/*-- 文字サイズ --*/
.hd_right ul.text_size {
	height: 27px;
}

.hd_right ul.text_size li {
	padding-right: 5px;
	float: left;
	text-indent: -9999px;
	display: block;
}

.hd_right ul.text_size li.ts_title {
	width: 87px;
	height: 27px;
	background: url(/images/common/size_text.gif) no-repeat;
}

/*-- リンク --*/
.hd_right ul.hd_link li {
	padding-right: 5px;
	text-indent: -9999px;
	float: left;
	display: block;
}

.hd_right ul.hd_link li a {
	height: 17px;
	overflow: hidden;
	zoom: 1;
}

/*-- リンク集 --*/
.hd_right ul.hd_link li.hd_link01 {
	background: url(/images/common/head_btn01_o.gif) no-repeat;
}

.hd_right ul.hd_link li.hd_link01 a {
	width: 80px;
	background: url(/images/common/head_btn01.gif) no-repeat;
	display: block;
}

.hd_right ul.hd_link li.hd_link01 a:hover {
	background: url(/images/common/head_btn01_o.gif) no-repeat;
}

/*-- サイトマップ --*/
.hd_right ul.hd_link li.hd_link02 {
	background: url(/images/common/head_btn02_o.gif) no-repeat;
}

.hd_right ul.hd_link li.hd_link02 a {
	width: 83px;
	background: url(/images/common/head_btn02.gif) no-repeat;
	display: block;
}

.hd_right ul.hd_link li.hd_link02 a:hover {
	background: url(/images/common/head_btn02_o.gif) no-repeat;
}

/*-- お問い合わせ --*/
.hd_right ul.hd_link li.hd_link03 {
	background: url(/images/common/head_btn03_o.gif) no-repeat;
}

.hd_right ul.hd_link li.hd_link03 a {
	width: 92px;
	background: url(/images/common/head_btn03.gif) no-repeat;
	display: block;
}

.hd_right ul.hd_link li.hd_link03 a:hover {
	background: url(/images/common/head_btn03_o.gif) no-repeat;
}

/*--　検索窓あたり　--*/

.form_area {
	width: 265px;
	padding-top: 25px;
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.form_area p.qa {
	margin-top: -2px;
	padding-right: 5px;
	background: url(/images/common/head_btn04_o.gif) no-repeat;
	float: left;
	text-indent: -9999px;
}

.form_area p.qa a {
	width: 70px;
	height: 20px;
	background: url(/images/common/head_btn04.gif) no-repeat;
	display: block;
}

.form_area p.qa a:hover {
	background: url(/images/common/head_btn04_o.gif) no-repeat;
}


.form_area input {
	padding-right: 3px;
	float: left;
}

.form_area input.search_text {
	width: 124px;
	height: 17px;
	padding-left: 15px;
	background: url(/images/common/search_bg.gif) no-repeat left center #FFF;
	border: solid 1px #539ad2;
}

/*--　検索ボタン --*/

input.search {
	width: 43px;
	height: 19px;
	background: url(/images/common/head_btn05.gif) no-repeat left top;
	border: medium none;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	
}

/*-- 一般ボタン --*/

p.ippan {
	width: 377px;
	height: 33px;
	background: url(/images/common/ippan_btn_o.gif) no-repeat;
	text-indent: -9999px;
	position: absolute;
	bottom: 0;
	right: 254px;
	z-index: 0;
}

p.ippan a {
	width: 377px;
	height: 33px;
	background: url(/images/common/ippan_btn.gif) no-repeat;
	display: block;
}

p.ippan a:hover {
	background: url(/images/common/ippan_btn_o.gif) no-repeat;
}


/*-------------------------------------------
【5】ナビ
--------------------------------------------*/

ul.gnavi {
	height: 49px;
	list-style: none;
}

ul.gnavi li {
	float: left;
	text-indent: -9999px;
}

ul.gnavi li a {
	display: block;
	overflow: hidden;
}

	ul.gnavi li.navi01 {
		background: url(/images/common/gnavi01_o.gif) no-repeat left top;
	}
	ul.gnavi li.navi01 a {
		width: 226px;
		height: 41px;
		background: url(/images/common/gnavi01.gif) no-repeat left top;
	}
	ul.gnavi li.navi01 a:hover {
		background: url(/images/common/gnavi01_o.gif) no-repeat left top;
	}
	
	ul.gnavi li.navi02 {
		background: url(/images/common/gnavi02_o.gif) no-repeat left top;
	}
	ul.gnavi li.navi02 a {
		width: 225px;
		height: 41px;
		background: url(/images/common/gnavi02.gif) no-repeat left top;
	}
	ul.gnavi li.navi02 a:hover {
		background: url(/images/common/gnavi02_o.gif) no-repeat left top;
	}
	
	ul.gnavi li.navi03 {
		background: url(/images/common/gnavi03_o.gif) no-repeat left top;
	}
	ul.gnavi li.navi03 a {
		width: 235px;
		height: 49px;
		background: url(/images/common/gnavi03.gif) no-repeat left top;
	}
	ul.gnavi li.navi03 a:hover {
		background: url(/images/common/gnavi03_o.gif) no-repeat left top;
	}
	
	ul.gnavi li.navi04 {
		width: 214px;
		height: 46px;
		background: url(/images/common/gnavi04_bg.gif) no-repeat left bottom;
	}
	
	ul.gnavi li.navi04 p {
		height: 16px;
		background: url(/images/common/gnavi04.gif) no-repeat left top;
	}
	
	ul.gnavi li.navi04 select {
		margin: 2px auto 0;
		display: block;
	}


/*-------------------------------------------
【6】コンテンツ内容
--------------------------------------------*/

.contents_wrap {
	width: 863px;
	margin: 11px 0 0;
	padding: 0 17px 0 20px;
	background: url(/images/common/contents_bg02.gif) repeat-y 20px 0;
	position: relative;
}

.contents_wrap:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 1em;
}

.contents_wrap { display: inline-block; }
* html .contents_wrap { height: 1%; }
.contents_wrap { display: block; }

.contents_left {
	width: 620px;
	float: left;
}

.contents_right {
	width: 220px;
	padding: 0 3px 20px 1px;
	float: right;
}

.contents_bottom {
	width: 863px;
	height: 4px;
	background: url(/images/common/side_bottom.gif) no-repeat right bottom;
	position: absolute;
	right: 17px;
	bottom: 0;
}

.contents_bottom hr {
	display: none;
}


/*-------------------------------------------
【6】フッター
--------------------------------------------*/

#footer {
	width: 906px;
	height: 60px;
	margin: 0 auto 20px;
	background: url(/images/common/footer_bg.png) no-repeat;
	clear: both;
}

#footer p.copy {
	width: 617px;
	padding: 31px 0 0 23px;
	float: left;
}

#footer p.btn {
	padding: 30px 23px 0 0;
	background: url(/images/common/footer_btn01_o.gif) no-repeat left 30px;
	float: right;
	text-indent: -9999px;
}

#footer p.btn a {
	width: 130px;
	height: 17px;
	background: url(/images/common/footer_btn01.gif) no-repeat;
	display: block;
	overflow: hidden;
}

#footer p.btn a:hover {
	background: url(/images/common/footer_btn01_o.gif) no-repeat;
}

/*-------------------------------------------
【7】パン屑
--------------------------------------------*/

ul.B_crumbBox {
	min-height: 24px;
	height: auto !important;
	height: 24px;
	padding: 4px 5px 5px 30px;
	background: url(/images/common/pan_ico01.gif) no-repeat 5px 4px #f5f5f5;
	border-bottom: solid 1px #fff;
	list-style: none;
	font-size: 0.95em;
	overflow: hidden;
}

ul.B_crumbBox li {
	padding-right: 5px;
	font-size: 0.9em;
	float: left;
	white-space: nowrap;
}

ul.B_crumbBox li a {
	padding-right: 15px;
	background: url(/images/common/pan_ico02.gif) no-repeat right 4px;
}

/*-------------------------------------------
【8】サイドメニュー
--------------------------------------------*/

.contents_right ul {
	list-style: none;
	overflow: hidden;
}

/*-- テキストリンク --*/
.contents_right ul.menu01 {
	width: 210px;
	margin: 5px auto 10px;
}

.contents_right ul.menu01 li {
	background: url(/images/common/side_btnbg01.gif) repeat-x #FFF left bottom;
	border: solid 1px #cbe1fa;
	border-top: none;
}

.contents_right ul.menu01 li a {
	padding: 8px 5px 8px 20px;
	background: url(/images/common/side_ico01.gif) no-repeat 10px 13px;
	display: block;
}

.contents_right ul.menu01 li.menu01_first a {
	padding-top: 3px;
	background-position: 10px 8px;
}

.contents_right ul.menu01 li.menu01_top {
	height: 24px;
	padding: 8px 5px 8px 27px;
	background: url(/images/common/side_top.gif) no-repeat;
	border: none;
	font-weight: bold;
	color: #fff;
}

#local .contents_right ul.menu01 li.menu01_top {
	background: url(/images/local/side_localtop_o.gif) no-repeat;
}

#about .contents_right ul.menu01 li.menu01_top {
	background: url(/images/about/side_abouttop.gif) no-repeat;
}

#activity .contents_right ul.menu01 li.menu01_top {
	background: url(/images/activity/side_activitytop.gif) no-repeat;
}

#disclosure .contents_right ul.menu01 li.menu01_top {
	background: url(/images/disclosure/side_disclosuretop.gif) no-repeat;
}

#admission .contents_right ul.menu01 li.menu01_top {
	background: url(/images/admission/side_admissiontop.gif) no-repeat;
}

#other .contents_right ul.menu01 li.menu01_top {
	background: url(/images/other/side_othertop.gif) no-repeat;
}


.contents_right ul.menu01 li.menu01_top a {
	padding: 0;
	background: none;
	color: #fff;
}

.contents_right ul.menu01 li ul {
	margin: 0;
	padding: 0;
	border: none;
}

.contents_right ul.menu01 li ul li {
	padding-left: 20px;
	background: none #f1f1f1;
	border: none;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #fff;
}

.contents_right ul.menu01 li ul li a {
	padding-left: 10px;
	background: url(/images/common/side_ico02.gif) no-repeat left 13px;
}

.contents_right ul.menu01 li.menu01_first ul li a {
	padding-top: 8px;
	background-position: left 13px;
}



/*--　バナーとかボタン --*/

.contents_right ul.menu02 {
	width: 210px;
	margin: auto;
}

.contents_right ul.menu02 li {
	margin-bottom: 5px;
}


.contents_right ul.menu02 li.side_btn01 {
	background: url(/images/common/side_btn01_o.gif) no-repeat;
	text-indent: -9999px;
}

.contents_right ul.menu02 li.side_btn01 a {
	width: 210px;
	height: 43px;
	background: url(/images/common/side_btn01.gif) no-repeat;
	display: block;
	overflow: hidden;
}

.contents_right ul.menu02 li.side_btn01 a:hover {
	background: url(/images/common/side_btn01_o.gif) no-repeat;
}


.contents_right ul.menu02 li.side_btn02 {
	background: url(/images/common/side_btn02_o.gif) no-repeat;
	text-indent: -9999px;
}
.contents_right ul.menu02 li.side_btn02 a {
	width: 210px;
	height: 43px;
	background: url(/images/common/side_btn02.gif) no-repeat;
	display: block;
	overflow: hidden;
}

.contents_right ul.menu02 li.side_btn02 a:hover {
	background: url(/images/common/side_btn02_o.gif) no-repeat;
}

.contents_right ul.menu02 li.side_map {
	width: 210px;
	height: 250px;
	margin-bottom: 10px;
	background: url(/images/common/side_map.jpg) no-repeat;
	text-indent: -9999px;
}

.contents_right ul.menu02 li.side_map a {
	width: 210px;
	height: 250px;
	display: block;
}

.contents_right ul.menu02 li.menu02_01 {
	background: url(/images/common/side_btn03_o.gif) no-repeat;
	text-indent: -9999px;
}

.contents_right ul.menu02 li.menu02_01 a {
	width: 210px;
	height: 40px;
	background: url(/images/common/side_btn03.gif) no-repeat;
	display: block;
	overflow: hidden;
}

.contents_right ul.menu02 li.menu02_01 a:hover {
	background: url(/images/common/side_btn03_o.gif) no-repeat;
}

.contents_right ul.menu02 li.menu02_02 {
	background: url(/images/common/side_btn04_o.gif) no-repeat;
	text-indent: -9999px;
}

.contents_right ul.menu02 li.menu02_02 a {
	width: 210px;
	height: 40px;
	background: url(/images/common/side_btn04.gif) no-repeat;
	display: block;
	overflow: hidden;
}

.contents_right ul.menu02 li.menu02_02 a:hover {
	background: url(/images/common/side_btn04_o.gif) no-repeat;
}



/*-- JAIFAに入会済みのメニュー --*/

.contents_right p.menu03_ttl {
	width: 210px;
	margin: 5px auto 0;
	background: url(/images/common/menu03_top_o.gif) no-repeat;
	text-indent: -9999px;
}

.contents_right p.menu03_ttl a {
	width: 210px;
	height: 41px;
	background: url(/images/common/menu03_top.gif) no-repeat;
	display: block;
	overflow: hidden;
}

.contents_right p.menu03_ttl a:hover {
	background: url(/images/common/menu03_top_o.gif) no-repeat;
}

.contents_right ul.menu03 {
	width: 210px;
	margin: 0 auto 10px;
}

.contents_right ul.menu03 li {
	text-indent: -9999px;
}

.contents_right ul.menu03 li a {
	width: 210px;
	display: block;
	overflow: hidden;
}

.contents_right ul.menu03 li.menu03_01 {
	background: url(/images/common/menu03_01_o.gif) no-repeat;
}

.contents_right ul.menu03 li.menu03_01 a {
	height: 32px;
	background: url(/images/common/menu03_01.gif) no-repeat;
}

.contents_right ul.menu03 li.menu03_01 a:hover {
	background: url(/images/common/menu03_01_o.gif) no-repeat;
}

.contents_right ul.menu03 li.menu03_02 {
	background: url(/images/common/menu03_02_o.gif) no-repeat;
}

.contents_right ul.menu03 li.menu03_02 a {
	height: 34px;
	background: url(/images/common/menu03_02.gif) no-repeat;
}

.contents_right ul.menu03 li.menu03_02 a:hover {
	background: url(/images/common/menu03_02_o.gif) no-repeat;
}

.contents_right ul.menu03 li.menu03_03 {
	background: url(/images/common/menu03_03_o.gif) no-repeat;
}

.contents_right ul.menu03 li.menu03_03 a {
	height: 34px;
	background: url(/images/common/menu03_03.gif) no-repeat;
}

.contents_right ul.menu03 li.menu03_03 a:hover {
	background: url(/images/common/menu03_03_o.gif) no-repeat;
}


/*-- JAIFAに入会したい人メニュー --*/

.contents_right p.menu04_ttl {
	width: 210px;
	margin: 5px auto 0;
	background: url(/images/common/menu04_top_o.gif) no-repeat;
	text-indent: -9999px;
}

.contents_right p.menu04_ttl a {
	width: 210px;
	height: 41px;
	background: url(/images/common/menu04_top.gif) no-repeat;
	display: block;
	overflow: hidden;
}

.contents_right p.menu04_ttl a:hover {
	background: url(/images/common/menu04_top_o.gif) no-repeat;
}

.contents_right ul.menu04 {
	width: 210px;
	margin: 0 auto 10px;
}

.contents_right ul.menu04 li {
	text-indent: -9999px;
}

.contents_right ul.menu04 li a {
	width: 210px;
	display: block;
	overflow: hidden;
}

.contents_right ul.menu04 li.menu04_01 {
	background: url(/images/common/menu04_01_o.gif) no-repeat;
}

.contents_right ul.menu04 li.menu04_01 a {
	height: 34px;
	background: url(/images/common/menu04_01.gif) no-repeat;
}

.contents_right ul.menu04 li.menu04_01 a:hover {
	background: url(/images/common/menu04_01_o.gif) no-repeat;
}

.contents_right ul.menu04 li.menu04_02 {
	background: url(/images/common/menu04_02_o.gif) no-repeat;
}

.contents_right ul.menu04 li.menu04_02 a {
	height: 34px;
	background: url(/images/common/menu04_02.gif) no-repeat;
}

.contents_right ul.menu04 li.menu04_02 a:hover {
	background: url(/images/common/menu04_02_o.gif) no-repeat;
}

.contents_right ul.menu04 li.menu04_03 {
	background: url(/images/common/menu04_03_o.gif) no-repeat;
}

.contents_right ul.menu04 li.menu04_03 a {
	height: 35px;
	background: url(/images/common/menu04_03.gif) no-repeat;
}

.contents_right ul.menu04 li.menu04_03 a:hover {
	background: url(/images/common/menu04_03_o.gif) no-repeat;
}


/*-- 動画の。 --*/

.contents_right p.menu05_ttl {
	width: 210px;
	margin: 5px auto 0;
	background: url(/images/common/menu05_top_o.gif) no-repeat;
	text-indent: -9999px;
}

.contents_right p.menu05_ttl a {
	width: 210px;
	height: 41px;
	background: url(/images/common/menu05_top.gif) no-repeat;
	display: block;
	overflow: hidden;
}

.contents_right p.menu05_ttl a:hover {
	background: url(/images/common/menu05_top_o.gif) no-repeat;
}

.contents_right .menu05 {
	width: 189px;
	margin: -1px auto 10px;
	padding: 6px 10px 10px 9px;
	background: #FFF;
	border: solid 1px #abd2ff;
	border-top: none;
	overflow: hidden;
}

.contents_right .menu05 p.movie_img {
	background: url(/images/common/menu05_img01_o.jpg) no-repeat;
	text-indent: -9999px;
}

.contents_right .menu05 p.movie_img a {
	width: 189px;
	height: 126px;
	background: url(/images/common/menu05_img01.jpg) no-repeat;
	display: block;
	overflow: hidden;
}

.contents_right .menu05 p.movie_img a:hover {
	background: url(/images/common/menu05_img01_o.jpg) no-repeat;
}

.contents_right .menu05 p.movie_link {
	margin: 5px 0 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #2948a4;
}

.contents_right .menu05 p.movie_link a {
	padding-left: 10px;
	background: url(/images/common/side_ico01.gif) no-repeat left 5px;
	display: block;
}

.contents_right .menu05 img.menu05_img {
	width: 80px;
	float: left;
}

.contents_right .menu05 .menu05_right {
	width: 109px;
	float: right;
}

.contents_right .menu05 .menu05_right p {
	padding: 3px;
	background: #f5f5f5;
	font-weight: bold;
}

.contents_right .menu05 .menu05_right ul {
	margin: 10px 0 0 10px;
	list-style: none;
}

.contents_right .menu05 .menu05_right ul li {
	padding: 0 10px;
	background: url(/images/common/side_ico01.gif) no-repeat left 5px;
	float: left;
}




/*-------------------------------------------
【9】プラグイン
--------------------------------------------*/

.plugin {
	width: 900px;
	margin: 20px auto 50px;
	overflow: hidden;
}

.plugin img {
	margin-top: 10px;
	padding-left: 10px;
}

.plugin p {
	font-size: 0.9em;
	float: left;
}

.plugin p.bn {
	width: 250px;
	padding-left: 20px;
}


/*-------------------------------------------
【10】いろんなとこに使う写真左と説明文用ボックス
--------------------------------------------*/

.box_wrap {
	margin: 0 0 20px;
	overflow: hidden;
}

.box_left {
	padding-right: 20px;
	float: left;
}

.box_left img {
	padding: 3px;
	border: solid 1px #ccc;
}


/*-------------------------------------------
【11】各コンテンツトップのボタン用
--------------------------------------------*/

ul.conttop_list {
	list-style: none;
	clear: both;
	overflow: hidden;
}

ul.conttop_list li {
	width: 310px;
	height: 93px;
	margin-bottom: 20px;
	float: left;
	text-indent: -9999px;
}

ul.conttop_list li a {
	width: 310px;
	height: 93px;
	display: block;
	overflow: hidden;
}



/*-------------------------------------------
【12】汎用リスト
--------------------------------------------*/

ul.hanyo, ol.hanyo {
	margin: 0 0 20px 26px;
}


/*-------------------------------------------
【13】3カラムになった際
--------------------------------------------*/

.half_left {
	width: 300px;
	clear: right;
	float: left;
	overflow: hidden;
}

.half_right {
	width: 300px;
	float: right;
	overflow: hidden;
}

.half_left table, .half_right table {
	width: 300px !important;
}

/*-------------------------------------------
【14】リンクアイコン
--------------------------------------------*/


/*p.detail {
	margin: 20px 0;
	padding: 8px;
	background: url(/images/about/det_btnbg.gif) repeat-x left bottom #4766cd;
	border: solid 1px #0c2581;
	float: right;
}

p.detail a {
	padding-left: 20px;
	background: url(/images/about/det_ico.gif) no-repeat left 2px;
	color: #fff;
	text-decoration: none;
}*/

p.detail {
	text-align: right;
}

p.detail a {
	padding-left: 20px;
	background: url(/images/about/det_ico02.gif) no-repeat left 2px;
}


/*-------------------------------------------
【15】ページ内リンク
--------------------------------------------*/

ul.page_link {
	width: 620px;
	margin: 20px 0;
	overflow: hidden;
	clear: both;
	list-style: none;
}

ul.page_link li {
	margin-bottom: 10px;
	padding: 0 10px;
	background: url(/images/common/side_ico01.gif) no-repeat left 5px;
	float: left;
	white-space: nowrap;
}

/*-------------------------------------------
【16】ページトップ
--------------------------------------------*/

p.pagetop {
	width: 105px;
	height: 30px;
	background: url(/images/common/pagetop_o.gif) no-repeat;
	position: fixed;
	bottom: 0;
	right: 20px;
	text-indent: -9999px;
}

p.pagetop a {
	width: 105px;
	height: 30px;
	background: url(/images/common/pagetop.gif) no-repeat;
	display: block;
	overflow: hidden;
}

p.pagetop a:hover {
	background: url(/images/common/pagetop_o.gif) no-repeat;
}

* html p.pagetop {
	display: none;
}



/*-------------------------------------------
【】フォント関係
--------------------------------------------*/

.font_bold {
	font-weight: bold;
}

.font_red {
	color: #f00;
}

.cap_text {
	margin-left: 1em;
	text-indent: -1em;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

































