/* CSS Document */

/* ページ全般に使用 */
html,body {
	text-align:center;
	margin-top:15px; 
	}

/* 大枠 */
#container {
	width:850px;
	text-align:left;
	}

/* ヘッダー */	
#header {
	width:100%;
	height:110px;
	text-align:left;
	margin-bottom:25px;
	background-image:url(../image/bk_head.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}
#header_left{
	width:250px;
	margin-top:5px;
	float:left;
	}
#header_right{
	width:600px;
	float:right;
	}
#header_menu {
	color:#000099;
	font-size: 80%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	}
#header_epc_logo{
	text-align:right;
	margin-top:15px;
	}
	
/* ヘッダーのページ内検索 */
.form_search{
	border:solid 1px #000000;
	height:13px;
	color:#333333;
	font-size:80%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	}
.form_search_bt{
	border:solid 1px #000000;
	background-color:#ffffff;
	font-size:70%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	}

/* 左メニューボタン */	
#menu {
	width:200px;
	float:left;
	text-align:left;
	height:100%;
	}
.menu_back{
	background-image:url(../image/bt_back.gif);
	background-repeat:repeat-y;
	}
#menu_list{
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
.menu_list_space_top{
	margin-top:5px;
	}
.menu_list_space{
	margin-top:20px;
	}
.menu_list_space_bottom{
	margin-top:20px;
	margin-bottom:5px;
	}
	
/* 右コンテンツ */
#content {
	width:640px;
	float:right;
	text-align:left;
	height:100%;
	}
#content_title {
	width:100%;
	line-height:140%;
	background-image:url(../image/line_02.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#FF6600;
	font-size: 140%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	}
#content_sub_title {
	width:100%;
	line-height:100%;
	color:#333333;
	font-size: 110%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	}
#content_line {
	width:100%;
	line-height:140%;
	background-image:url(../image/line_02.gif);
	background-repeat:repeat-x;
	margin-top:10px;
	margin-bottom:10px;
	}
#content_back_top {
	background-image:url(../image/line.gif);
	background-repeat:repeat-x;
	}
#content_link_for_top {
	width:100%;
	height:25px;
	line-height:160%;
	background-image:url(../image/line_02.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#3399CC;
	font-size: 70%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	text-align:right;
	}
#box_spacer{
	width:100%;
	}
/* 右コンテンツの画像とそのタイトル部分 */
.box_img{ 
	text-align:center;
	border:none;
	}
.box_img_title_text{
	text-align:center;
	color:#333333;
	font-size: 90%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	font-weight:bold;
	}
.box_img_02{ 
	float:right;
	padding:10px;
	}
#box_img_03{ 
	float:left;
	padding:10px;
	}

/* 右コンテンツの上の写真の部分 */
.content_photo { 
	padding: 0; 
	margin: 0; 
	list-style-type: none; 
	} 
.content_photo_list { 
	float: left; 
	width: 210px; 
	margin-right: 5px; 
	} 
.content_photo_list_02 { 
	float: left; 
	width: 210px; 
	} 
.spacer{
	clear:both;
	}

/* 右コンテンツのリスト用 */
#content_title_list{
	margin-left:20px;
	margin-bottom:10px;
	padding:5px;
	color:#333333;
	font-size: 100%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	line-height:140%;
	list-style:none;
	}

#content_list{
	padding:5px;
	color:#666666;
	font-size: 100%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	line-height:120%;
	}
#content_list_border{
	border:1px solid #006699;
	text-align:left;
	}
#content_list_02{
	margin:20px;
	color:#666666;
	font-size: 100%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	line-height:120%;
	}

/* サイトマップ用のリスト部分 */
.sitemap_list_title { 
	width:290px;
	font-size:100%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	background:#efefef;
	padding:5px;
	margin:10px;
	list-style-type:none;
	color:#333333;
	} 
.sitemap_list_title_02 { 
	width:290px;
	font-size:100%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	background:#efefef;
	padding:5px;
	margin-bottom:10px;
	list-style-type:none;
	color:#333333;
	} 

.sitemap_list_main { 
	padding-bottom:5px;
	margin-left:20px;
	margin-top:5px;
	list-style-type:disc;
	font-size:90%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	color:#333333;
	} 
.sitemap_list_left { 
	padding: 0px; 
	margin: 0px; 
	float: left; 
	width: 300px; 
	}
.sitemap_list_right { 
	padding: 0px; 
	margin: 0px; 
	float: right; 
	width: 300px; 
	}
	 
.sitemap_spacer { 
	padding: 0px; 
	margin: 0; 
	float: left; 
	width: 20px; 
	} 
.spacer{
	clear:both;
	}

/* フッター */
#footer {
	width:100%;
	height:40px;
	clear:both;
	margin-top:15px;
	text-align:right;
	background-image:url(../image/line_foot.gif);
	background-repeat:repeat-x;
	padding-top:15px;
	color:#333333;
	font-size: 70%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	}
	
/* 全ページ共通コンテンツ内用テキスト */
p {
	color:#333333;
	font-size: 100%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	line-height:140%;
	}
.tb_text {
	color:#333333;
	font-size: 100%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	line-height:140%;
	}
.qr_chart_title_text{
	color:#333333;
	font-size: 90%;
	font-weight:bold;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	line-height:120%;
	}
.qr_chart_text{
	color:#333333;
	font-size: 90%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	line-height:120%;
	}

/* about usの表に使用しているテキスト */
.tb_text_02 {
	color:#ffffff;
	font-size: 90%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	line-height:140%;
	}

/* リンク設定 */
a:link { 
	color:#330099;
	text-decoration:underline;
	} 
a:visited { 
	color: #0066CC;
	text-decoration:underline;
	} 
a:hover { 
	color:#FF0000;
	text-decoration:underline;
	} 
a:active { 
	color:#999999;
	text-decoration:underline;
	} 

/* リンク設定 ページ上部へ */
#link_page_top{
	text-align:right;
	background-image:url(../image/line_02.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:10px;
	margin-top:10px;
}
#link_page_top_02{
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
}
a.page_top:link {
	width:100%;
	line-height:140%;
	color:#3399CC;
	font-size:70%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	text-align:right;
	text-decoration:none;
} 
a.page_top:visited {
	width:100%;
	line-height:140%;
	color:#3399CC;
	font-size:70%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	text-align:right;
	text-decoration:none;
} 
a.page_top:hover {
	width:100%;
	line-height:140%;
	color:#33CCCC;
	font-size:70%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	text-align:right;
	text-decoration:none;
} 
a.page_top:active {
	width:100%;
	line-height:140%;
	color:#33CCCC;
	font-size:70%;
	font-family:"Verdana","ＭＳ ゴシック","Osaka−等幅";
	text-align:right;
	text-decoration:none;
}
