@charset "shift_jis";
/***********************
        初期設定
************************/
*{
	margin:0;
	padding:0;
}

body{
	background-image: url(../img/back_index.png);
	color: #333333;
	font-size: 12px;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	margin-left: 10px;
	background-color: #FFFFFF;
	background-repeat: repeat;
}

img{
	border: 0px;
}

hr{
	display: none;
}

h1,h2,h3,h4,h5,h6,em,strong,address,th{
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

.display_visibility{
	visibility:visible;
	display:block;
}
.print_visibility{
	visibility:hidden;
	display:none;
}
/***********************
       リンク設定
************************/

/* 基本 */
a:link,a:visited{
	color: #666666;
}
a:active,a:hover{
	color: #4DAC26;
}

/* ページトップへ */
#page_top a:link,#page_top a:visited{
	color: #4DAC26;
}
#page_top a:active,#page_top a:hover{
	color: #FF6600;
}


/***********************
       レイアウト
************************/

#wrapper{
	width: 805px;
	height: auto;
	text-align: left;
	background-color:#FFFFFF;
	background-image: url(../img/share_bg_shadow_mid.gif);
	background-position: right;
	background-repeat: repeat-y;
	margin-top: 3%;
}

#wrapper2{/* 右部メニュー用の背景画像 */
	width: 805px;
	background-image: url(../../shared/img/share_bg_rightmenu.gif);
	background-position: 666px;
	background-repeat: repeat-y;
}

/* ヘッダー */
#header_wrapper{
	width: 805px;
	height: 60px;
}
#header_wrapper_sub{ /* 子ウィンドウ */
	width: 805px;
	height: 85px;
}

#header{
	width: 800px;
	height: auto;
	float: left;
}

#header_logo{
	position: relative;
	width: 230px;
	height: 60px;
	float: left;
}

#header_right{
	width: 570px;
	height: 60px;
	float: right;
	background-color:#FFFFFF;
}

#header_copy{
	width: 570px;
	height: 29px;
	background-image: url(../img/share_head_copy.gif);
	text-indent: -9999px;
}

#header_navi_others{
	width: 570px;
	height: 15px;
	background-image: url(../img/share_head_navi_bar.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#header_navi_others ul{
	list-style: none;
	height: 15px;
	float: right;
}
#header_navi_others li{
	display: inline;
	height: 15px;
	float: left;
}

#global_navi{
	clear: both;
	width: 805px;
	height: 20px;
}
#global_navi em{
	width: auto;
	height: 20px;
	float: left;
}

/* コンテンツ */
#page_top_area{
	/* 中味ページ用 */
	clear: both;
	width: 586px;
	height: auto;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 12px;
}
:root #page_top_area{
	/* 中味ページ用 */
	clear: both;
	width: 586px;
	height: auto;
	text-align: right;
	padding-top: 5px;
	margin-bottom: 3px;
}
#page_top{
	padding-left: 2px;
}

/* フッター */
#footer_wrapper{
	clear: both;
	width: 805px;
	height: auto;
}

#footer_linkarea{
	width: 800px;
	border-top: solid #CCCCCC 1px;
	text-align: center;
	padding-bottom: 2px;
	background-color:#FFFFFF;
	float: left;
}

#footer_linkarea ul{
	list-style: none;
	width: auto;
	margin-top: 1px;
}
#footer_linkarea li{
	display: inline;
	width: auto;
}

#footer_wrapper address{
	clear: both;
	background-image: url(../img/share_copyright.gif);
	height: 25px;
	text-indent: -9999px;
}

/***********************
       その他設定
************************/

/* 音声ブラウザ対策 */
#navi_skip{
	position:absolute;
	top:-9999px;
}
#navi_skip_end{
	position:absolute;
	top:-9999px;
}

/* パンくずリスト */
#pan_list_area{
	width: 600px;
	padding-bottom: 5px;
	height: 20px;
}

#pan_list_area ul{
	list-style: none;
	width: auto;
	margin-top: 5px;
}
#pan_list_area li{
	display: inline;
	width: auto;
}


/***********************
       臨時設定
************************/

#rinji{
	width: auto;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 200px;
}
#rinji  ul {
	width: auto;
	margin-top: 60px;
	margin-left: 60px;
	margin-bottom: 243px;
	list-style-type: square;
}

