﻿@charset "UTF-8";
/*--トップページ 画像--*/


p{
	line-height: 1.7;
	font-size:1.05em;
	text-align: justify;
}
.logo {
	padding:3px 0 0;
	text-align:center;
}
.logo img {
	width:60%;
}
.main_img img {
	width:100%;
}
.main_img2 {
	display:block;
	text-align:center;
	margin-bottom: 0;
}
.main_img2 img {
	width:85%;
	margin-bottom: 0;
}
.honbun-text1 {
	margin-top:0;
	padding-top:0;

}
.sub_img {
	padding:10px 0px;
	text-align:center;
}
.sub_img img {
	width:90%;
}
/*---下層ページの画像---*/
.img_w {
	width:100%;
}
/*--ページトップへ--*/
.pagetop {
	padding:10px 5px;
	text-align:right;
	background:#efefef;
}
/*--フッター--*/
#footer {
	text-align:center;
	padding:20px 0px;
	font-size:11px;
	background:#efefef;
}
/*------------リスト・ボタン系-----------------*/
/*--文字省略なし(ヘッダー・フッター含む)---*/
.ui-header .ui-title, .ui-footer .ui-title, .ui-btn-inner, .ui-li-heading, .ui-li .ui-btn-text a.ui-link-inherit, .ui-li-desc {
	overflow: visible;
	white-space: normal;
}
/*-ボタンコーナー部分-*/
.ui-btn-corner-all {
	border-radius:5px;
}
/*-ボタンサイズ-*/
.ui-btn-inner {
	padding:5px 20px;
}
/*-ヘッダー ボタンコーナー部分-*/
.ui-header .ui-btn-corner-all {
	border-radius:15px;
}
/*-リストビュー リスト名部分-*/
.ui-li .ui-btn-text a.ui-link-inherit {
	font-size:13px;
}
.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit {
	min-height: 20px;
	padding-left:60px;
}
/*-リストビュー サムネイル部分-*/
.ui-listview .ui-li-thumb {
	max-height: 36px;
	max-width: 36px;
	left: 8px;
	top:  12px;
}
/*--トップ　リストビュー(ニュース)--*/
li.toplist_news {
	background:#ffffff;
	font-size:13px;
	line-height:13px;
}
li.toplist_news:hover {
	font-weight:normal;
}
li.toplist_news.ui-btn-active {
	border-color:#c0c0c0;
	text-shadow:none;
}
li.toplist_news.ui-btn-active:visited, li.toplist_news.ui-btn-active:hover, li.toplist_news.ui-btn-active a.ui-link-inherit {
	color:#5994bf;
}
li.toplist_news p {
	font-size:11px;
	font-weight:bold;
}
li.toplist_news.ui-btn-up-c {
	font-weight:100;
}
/*--トップ　リストビュー(メニュー)の背景色、タップ時--*/
li.toplist_menu1 {
	background:#dcdcdc;
}
li.toplist_menu2 {
	background:#efefef;
}
.toplist_menu1.ui-btn-active {
	border-color:#c0c0c0;
	text-shadow:none;
}
li.toplist_menu1.ui-btn-active:visited, li.toplist_menu1.ui-btn-active:hover, li.toplist_menu1.ui-btn-active a.ui-link-inherit {
	color:#5994bf;
}
li.toplist_menu2.ui-btn-active {
	border-color:#c0c0c0;
	text-shadow:none;
}
li.toplist_menu2.ui-btn-active:visited, li.toplist_menu2.ui-btn-active:hover, li.toplist_menu2.ui-btn-active a.ui-link-inherit {
	color:#5994bf;
}
/*ホームボタン*/
.homebutton {
	margin-left: 10px;
}
/* フッター　*/
#copyright {
	margin-top: 0px;
	font-size:0.8em;
	font-weight:normal;
	text-align:center;
}
.ui-content h2 {
	　font-size: 1em;
}
.text_bold {
	font-weight: bold;
	color: #6b0e02;
}
.text_center {
	text-align: center;
	font-weight: bold;
	color: #C00;
}
.text_center a {
	font-size: 1.5em;
	color: #C00;
}
.text_center_border {
	text-align: center;
	font-weight: bold;
	color: #C00;
	border-bottom:dotted 1px #C00
}
.toi {
	padding: 5px 0 10px;
}
.midashi_h2 {
	color:#693;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style:none;
}
.li_back li {
	margin-bottom: 5px;
}
.li_back {
	background-color: #f1f1d9;
	padding: 10px;
	margin-bottom: 15px;
}
.imgwidth {
	width: 100%;
	height: auto;
}
.imgwidth img {
	width: 100%;
	height: auto;
}
.imgwidth80 {
	display:block;
	margin: 15px auto 15px;
}
.imgwidth80 img {
	width: 85%;
	height: auto;
}
/*table style*/
.table1 {
	width: 93%;
	margin: 10px auto 0;
	border: solid 1px #CCC;
	border-collapse: collapse;
}
.table_th th {
	width: 40%;
	font-weight: normal;
	text-align: left;
	padding: 8px;
	border: solid 1px #CCC;
}
.table_th td {
	width: 60%;
	text-align: left;
	padding: 8px;
	border: solid 1px #CCC;
}
.table_th2 th {
	width: 40%;
	font-weight: normal;
	text-align: left;
	padding: 8px;
	border: solid 1px #CCC;
	background-color:#e7e7e7;
}
.table_th2 td {
	width: 60%;
	text-align: left;
	padding: 8px;
	border: solid 1px #CCC;
	background-color:#e7e7e7;
}
.area1 {
	width:100%;
	margin: 0 auto 10px;
	padding-top:5px;
}
.area1 h2 {
	font-size: 95%;
	text-align: center;
	border-bottom: solid 1px #990;
}
#area {
	display:block;
	height: auto;
	width: 100%;
	text-align:center;
	margin: 0 auto 0;
		padding-bottom:10px;
}
#area li {
	display: inline;
}
.accor1 h3 {
}
.accorimg {
	display:block;
	text-align:center;
}
.accorimg img {
	display:block;
	text-align:center;
	margin: 10px auto 0;
	width: 80%;
}
.ten_imgbtn {
	display:block;
	margin: 10px auto 10px;
}
.ten_imgbtn img {
}
.blogbtnwrap{
margin:5px auto 0;
padding: 0;
}
.blogbtnwrap2{
margin:2px auto 0;
padding: 0;
}
#blogbtn {
	margin-bottom: 0;
}

	
#blogbtnwrap a img {	
	width: 100%;
	text-align: center;
	height: auto;
	margin-bottom: 0;
}

#blogbtnwrap2 a img {	width: 100%;
	height: auto;
	margin-bottom: 0;}
.textcolorred {
color: #C00;
}
.fontsize1 {
line-height: 1.7;
	font-size:1.05em;
	text-align: justify;
}