/* CSS Document */
/* @charset "EUC-JP"; */
@charset "UTF-8";


/* =========================================================
■全体の指定
========================================================= */
* {
	margin:0;
	padding:0;
}
body {

	width : 100%;/* 150% にしても変化無し。。。 */
	font-size:1em;
	color:#333333;
	background-image:url(img/body_bg.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;//#CCCCCC
	background-position:center;
	text-align:center;
	margin-left:-1px;/* Firefox対応 */
	/* margin:5px 15px; from JPE  tjp_base.css  is NG ) */

}

p{font-size:0.9em;
	margin:0;
	padding:5px 10px;}
	
html{overflow-y:scroll}  /*Firefox対応*/	

	

/* =========================================================
■リンク
========================================================= */

/*
a {
	color:#006633;
	text-decoration:none;
}
a:link, a:visited, a:active {
	color:#006633;
}
a:hover {
	color:#003366;
	text-decoration:underline;
}

この部分を下記/e/css/tjp_base.css のものと置換
*/

/*▼リンク色(tein_5.cssからの継承。)========================================*/
a {color: #0070EB; text-decoration:none;}
a:link {color: #0070EB;}
a:visited {color: #0070EB;}
a:hover {color: #00569C;}
a:active {color: #0070EB;}

/* =========================================================
■ボディ･ヘッダー･フッター
========================================================= */

#my_body {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	margin: 0 auto;
	width : 800px;/* 800 -> 860 -> 900 -> 800*/
}
#my_contents_ber { 
	width:950px; /* 790 , 890,1000  */
	height:35px;
	padding:0;
	margin:0 auto 8px;
}
#my_contents { /* ない？ */
	width : 860px; /* 760 */
	margin:0 20px;
}
#my_header {
	margin:0;
	padding:0;
	width:800px;/* 800 900 */
	height:110px;
	background-image:url(img/header_bg.gif);
	background-position:0px 0px;/* top Left */
	/* background-position:300px 5px; */ /* top Left */
}
.header_logo {
	width:280px;
	margin:0;
	padding:0;
	float:left;
}
.header_waku{
	width:330px;
	height:82px;
	margin:0 0 0 172px;
	/*padding:0;*/
	float:left;
}
	
.header_navi {
	width:330px;/* 330 -> 430 NG */
	height:42px;
	margin:0 0 0 172px;/* 172 -> 300 NG -> 220変化無し  inai */
	padding:0;
	float:right;/* left */
	text-align:right;
	float:right;/* left right これが効いて右端に出来た！  */
	background-image:url(img/search_bg.gif);
	background-position:right top;
	background-repeat:no-repeat;
	line-height:42px;
	text-align:right;
}

.header_navi_index {
	width:330px;
	height:42px;
/*	margin:0 0 0 172px;*/
	padding:0;
	float:left;
	text-align:right;
	float:left;
	background-image:url(img/search_bg.gif);
	background-position:right top;
	background-repeat:no-repeat;
	line-height:42px;
	text-align:right;
}

.header_global {
	margin:0;
	padding:0;
	line-height:42px;
	width:100px;
	float:left;
}
.header_global A {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:0;
	text-align:center;
	color:#ffffff;
	line-height:42px;
}
.header_global A:link {
	color:#ffffff;
	text-decoration:none;
}
.header_global A:visited{
	color:#ffffff;
	text-decoration:none;
}
.header_global A:hover {
	color:#0099CC;
	text-decoration:none;
}
.header_search {
	margin:0;
	padding:0;
	line-height:42px;
	width:220px;
	float:left;
}

/* SNSボタン */
.sns_area{
	margin:10px 0 ;
	text-align:right;
}
.sns_area img{
	margin-left:10px ;
}
.sns_area a:hover{
	opacity: 0.5 ;
}



/* 旧SNSボタン用 */
/* 
.header_bana_waku{
	clear:both;
	width:210px;
	height:40px;
	margin-left:120px;
}
.header_bana{
	float:left;
	width:30px;
	height:30px;
	margin:10px 0 0 10px;
	text-align:right;
}
.header_bana_text{
	float:left;
	height:30px;
	margin-top:10px;
	text-align:left;
	line-height:30px;
}
.header_bana_text a:link  {
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}
.header_bana_text a:visited  {
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}
.header_bana_text a:hover {
	color:#0099CC;
}
*/

/*▼フッターメニューの位置========================================================*/
.footer{
	width:830px;/* 830 */
	height:auto;
	margin:0px;
	clear:right;
	float:left;/* left , none 無効 */
}

.foot_menu1{
	width:830px;/* 830 */
	height:20px;
	background: url(img/shita.gif) no-repeat;/* shita_jpe.gif */
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.foot_menu1 ul{
	width:730px;/* 730 */
	margin-left:30px;/* 130 */
	padding-top: 1px;
}

.foot_menu1 li{
	display:inline;
	font-size:70%;/* 80% */
	color:#FFF;
	padding-right:5px;
	padding-left:5px;
}

.foot_menu1 li:not(:last-child){
	border-right:1px solid #CCC;
}
.foot_menu1 a{
	color:#FFF;
}
.foot_menu1 a:hover{
	color:#006600;
}

/* footer change kokomade by inai */





#my_footer {
	margin:0 auto;
	padding:5px 0 10px 0;
	width:780px;
	font-size:0.8em;
	background-image:url(img/footer_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
}
#my_footer_dot {
	border-top: 2px solid #666666;
	width:780px;
	margin:0 auto;
}
#footer_menu{
	width:475px;
	float:left;
	text-align:right;
	margin:0 0 0 10px;
	padding:3px 5px 0 0;
	}
#copy_rights{
	float:left;
	width:280px;
	text-align:left;
	margin:0;
	padding:3px 0 0 10px;
	}
.crear {
	clear:both;
}




/* =========================================================
■コンテンツバー（ヘッダーメニューバー）
========================================================= */
#my_contents_ber UL#top li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	background-image:url(img/contents_ber_mein_bg.gif);
	background-color:#000;
	background-position:0 0;
	font-size:14px;
	font-weight:bold;
	width:175px;/* 155,185 */
	height:35px;
	text-align:center;
	line-height:35px;
}
#my_contents_ber li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	background-image:url(img/contents_ber_mein_bg.gif);
	background-color:#000;
	background-position:0 0;
	font-size:14px;
	font-weight:bold;
	width:130px;
	height:35px;
	text-align:center;
	line-height:35px;
}
#my_contents_ber a{
	text-decoration:none;
	color:#ffffff;
	line-height:35px;
}
#my_contents_ber li a:hover{
	display:block;
	background-image:url(img/contents_ber_mein2_bg.gif);
	width:155px;
	height:35px;
	background-position:0 0;
	color:#0099CC;
	text-decoration:underline;
}
#contents_side_l{
	background-image:url(img/contents_ber_l_bg.gif);
	background-position:0 0;
	width:5px;
	height:35px;
	padding:0;
	margin:0;
	float:left;}
#contents_side_r{
	background-image:url(img/contents_ber_r_bg.gif);
	background-position:0 0;
	width:5px;
	height:35px;
	padding:0;
	margin:0;
	float:left;}



/* =========================================================
■form
========================================================= */
.searchsubmit {
	background:url(img/ibutton5.gif);
	width: 31px;
	height: 20px;
	padding: 0;
	border:0;
}



/* =========================================================
■パンくず
========================================================= */
ol#pan {
	margin:5px 10px;
	padding: 0;
	list-style: none;
	font-size:0.8em;
}
ol#pan li {
	float: left;
	padding-right: 7px;
	padding-left: 10px;
	background: url(img/pan.gif) no-repeat 0 50%;
}
ol#pan li.home {
	padding-left: 0;
	background: none;
}
ol#pan li em {
	font-style: normal;
}


/* =========================================================
■サイド ナビ リスト
========================================================= */

#side_navi{
	width:200px;
	margin:10px 0 10px 10px;
	padding:0;
	text-align:left;
	font-size:0.8em;
	float:left;
	border-top:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
	}
/*#side_navi ul {
	padding-left:7px;
	background-color:#F2F2F2;
	}*/
#side_navi li {
	display:block;
	width:200px;
	height:28px;
	line-height:28px;
	text-indent:15px;
	/*list-style-image:url(img/list/ico_plus13_1.gif);*/
	list-style:none;
	margin:0;
	padding:0;
	background: url(img/list/ico_plus13_1.gif) no-repeat 5px 50%;
	background-color:#F2F2F2;
	/*border-bottom:#CCCCCC dashed 1px;*/
}
#side_navi li a{
	display:block;
	height:28px;
	line-height:28px;
	/*background-image:url(img/side_bg.gif);*/
	}

#side_navi li a:hover{
	display:block;
	height:28px;
	line-height:28px;
	background: url(img/list/ico_plus13_3.gif) no-repeat 5px 50%;
	background-color:#FFFFFF;
	}


/* =========================================================
■コンテンツ内容 右
========================================================= */
#right_contents_area{
	width:565px;
	margin:10px 0px 10px 10px;
	text-align:left;
	float:left;
	}
#right_contents_area p{
	line-height:1.5em;
	margin-bottom:10px;}

/* =========================================================
■見出し
========================================================= */
/* h1{ */
#h1_jpe{
	font-size:1.8em;
	color:#333333;
	font-weight:bold;
	border-bottom:solid #000000 1px;
	width:810px;/* 780 820 800 */
	height:50px;
	line-height:50px;
	margin:15px 10px;
	text-align:left;
	text-indent:10px;
	padding:0;
	background-image:url(img/title_bg.jpg);
	/* background-position:0 0; */
	/* background-position:0px -100px; 効果なし*/
	}
h2{font-size:1.5em;
	color:#003366;
	text-decoration:underline;
	}
h3{font-size:1.3em;
	color:#003366;
	text-decoration:none;
	border-left-width:10px;
	border-left-color:#003366;
	}
	
h4{font-size:1.2em;
	color:#333333;
	text-decoration:none;
	padding-left:15px;
	padding-bottom:15px;
	text-align:left;
	}
h5{font-size:1.1em;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	padding:15px 5px 5px 5px;
	text-align:left;
	}
h6{font-size:1.1em;
	color:#336666;
	text-decoration:none;
	margin-left:2em;
	padding:10px 0 10px 0;
	text-align:left;
	text-indent:1em;
	background: url(img/list/ico_bar4_10.gif) no-repeat 0% 50%;
	}


/* =========================================================
■home,top of pageボタン
========================================================= */

#back_navi{
	width:760px;
	text-align:right;
	margin:auto;
	}
ol#back_navi {
	margin: 20px 0;
	padding: 0;
	font-size: 80%;
	list-style: none;
}

ol#back_navi li {
	display:block;
	float: right;
	padding-right: 6px;
	padding-left: 12px;
	background: url(img/top_of_page.png) no-repeat 0 50%;
}

ol#back_navi li.home {
	padding-left: 18px;
	background: url(img/home.png) no-repeat 0 50%;
}






/* =========================================================
■その他フォント
========================================================= */
.under{text-decoration:underline;}
.large {
	font-size:1.5em;
}
.red {
	color:#FF0000;
}
.red_b {
	color:#FF0000;
	font-weight:bold;
}
.bold {
	font-weight:bold;
}
.white {
	color:#FFFFFF;
}
.mini {
	font-size:60%;
}
.midori {
	color:#33A65E;
	font-weight:bold;
}
.green {
	color:#006666;
}
.green2 {
	color:#90EE90;
}
.blue {
	color:#B0C4DE;
	font-weight:bold;
}
.text {
	color:#FFFAFA;
}
.blue2_bold {
	color:#0066FF;
	font-weight:bold;
}
.text {
	color:#FFFAFA;
}
.black {
	color:#000000;
}
.yellow {
	color:#FFFF00;
}
.yellow_b {
	color:#FFFF00;
	font-weight:bold;
}
.dark_blue {
	color:#0000FF;
}
.dark_blue_b {
	color:#0000FF;
	font-weight:bold;
}
.pink {
	color:#FF00FF;
}
.pink_b {
	color:#FF00FF;
	font-weight:bold;
}
.Grey {
	color:#999999;
}
.Grey_b {
	color:#999999;
	font-weight:bold;
}
/* くぎり線 */
.kugiri {
	padding:2px 2px;
	border-top: 1px dashed #FFFF66;
}
/*見出し系*/
#midashi {
	font-size:14px;
	color:#333333;
	border-left:#CC0066 solid 10px;
	border-bottom:#CC0066 solid 1px;
	text-align:left;
	font-weight:bold;
	letter-spacing:2px;
	padding:2px 5px 2px 5px;
}
#komidashi {
	font-size:14px;
	color:#000066;
	border-bottom:double 1px #000066;
	margin-bottom: 5px;
	margin-top:20px;
	margin-left:30px;
	margin-right:30px;
	padding:2px 0px 5px 10px;
	text-align:left;
	font-weight:bold;
}
.sm_midashi {
	font-size:95%;
	font-weight:bold;
	color:#006666;
	/*border-left:#0070EB solid 5px;*/
			letter-spacing:2px;
	padding:2px 5px 2px 5px;
}
/* 文章の頭に番号がついていたりするもの。改行したときに段落を作る。 */
#danraku {
	text-indent:-1em;
	padding-left:15px;
}
/* Site Map */
#sitemap {
	padding:5px 0px 5px 50px;
}
/* 注記文 */
#cyuki {
	padding:10px 10px;
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
	text-align:left;
}
/*左寄せ*/
.al_left{
	text-align:left;
}

