@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
#base {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D9D9D9;
	background-image: url(/img/base.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
body {
	color:#333333;
	background-attachment: fixed;
	background-color: #EBEBEB;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 14px;
	padding-top:24px !important;
}
img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	list-style-type: none;
}
a {
	color: #0E1BBB;
}
a:hover {
	color: #DC143C;
	text-decoration: none;
}
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}
/*
ヘッダー
-------------------------------------------*/
#head {
/*	background-image: url(/img/head.gif);*/
	height: 140px;
	position: relative;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#head h1 {
	font-size: 12px;
	position: absolute;
	top: 5px;
	font-weight: normal;
	line-height: 16px;
	color: #333333;
	left: 20px;
}
#head h2 {
	position: absolute;
	bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	left: 5px;
	width: 880px;
	padding-left: 20px;
}

#head img#logo {
	position: absolute;
	left: 5px;
	top: 13px;
	margin-top: 10px;
}
#head #h_list {
	position: absolute;
	right: 20px;
	top: 0px;
}
#head #h_list li {
	display: inline;
	padding-right: 7px;
	padding-left: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(/img/li.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 12px;
}
#head #h_list a {
	text-decoration: none;
	color: #6C6759;
}
#head #searcharea {
	position: absolute;
	right: 170px;
	font-size: 13px;
	color: #333333;
	line-height: 24px;
	text-align: left;
	top: 33px;
}
#head #searcharea2 {
	position: absolute;
	right: 180px;
	font-size: 13px;
	color: #333333;
	line-height: 24px;
	text-align: left;
	top: 40px;
}
#head #info {
	position: absolute;
	right: 25px;
	font-size: 13px;
	color: #7A8687;
	line-height: 24px;
	text-align: right;
	top: 45px;
}
#head #info strong {
	font-size: 30px;
	color: #059CD6;
	font-family: Arial, Helvetica, sans-serif;
}
#head #info span {
	font-size: 20px;
	color: #666666;
}
#head #h_list a:hover {
	background-color: #FFFFFF;
	text-decoration: underline;
}

/*
グローバルナビ
-------------------------------------------*/
#navi {
	background-image: url(/img/navi.gif);
	height: 44px;
	padding-left: 14px;
	position: absolute;
	left: 1px;
	bottom: 0px;
	width: 1044px;
}
#navimenu {
	background-color: #0066CC;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 1060px;
}
#navi ul {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	height: 44px;
}
#navi li a, #navi li strong {
	line-height: 16px;
	display: block;
	float: left;
	height: 32px;
	width: auto;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 14px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
	padding-top: 6px;
	text-align: center;
}
#navi li a span {
	line-height: 10px;
	font-size: 10px;
	color: #C6ECFB;
}
#navi li strong span {
	line-height: 12px;
	font-size: 10px;
	color: #666666;
}
#navi li a:hover span {
	color: #1A80C3;
}

#navi li a {
	background-image: url(/img/navi_li.gif);
}
#navi li a:hover {
	background-image: url(/img/navi_li_ov.gif);
	color: #333333;
}
#navi li strong {
	background-image: url(/img/navi_li_st.gif);
	color: #006AAA;
	font-weight: normal;
}
#navi li {
	display: inline;
}


/*
メイン
-------------------------------------------*/
#main {
	float: left;
	width: 1048px;
	background-color: #FFFFFF;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
}
#pankuzu {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	color: #999999;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#pankuzu strong {
	font-weight: normal;
	color: #505050;
	font-size: 14px;
	letter-spacing: 1px;
}

#content {
	float: left;
	width: 720px;
	padding-bottom: 5px;
	margin-left: 5px;
}
#content_left {
	float: left;
	width: 930px;
	padding-bottom: 20px;
	margin-right: 5px;
}

#content #paging {
	font-size: 14px;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 5px;
	border:solid 2px #4169E1;
	background-color: #ADD8E6;
	padding: 3px 0px 3px 0px;
}
#content #mainmokuji {
	font-size: 14px;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 5px;
	background-color: #B0E0E6;
	padding: 5px;
}
#content #mokuji {
	font-size: 17px;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 5px;
	background-color: #B0E0E6;
	padding: 5px;
}
#mokuji ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mokuji ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mokuji li {
	font-size: 16px;
	line-height: 20px;
}
#mokuji li a {
	background-image: url(/img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
}
#content #mokuji h3 {
	color: #9F7331;
	background-image: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D0BB97;
	padding-bottom: 1px;
	background-color: #FFFFFF;
}

#content #mokujilist {
	margin-top: 1px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	padding: 5px;
}
#mokujilist ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mokujilist ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mokujilist li {
	font-size: 16px;
	line-height: 20px;
}
#mokujilist li a {
	background-image: url(/img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
}
#content #mokujilist h3 {
	color: #9F7331;
	background-image: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D0BB97;
	padding-bottom: 1px;
	background-color: #FFFFFF;
}

#content .box_new {
	background-color: #A9A9A9;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 5px;
}
#content .box_out {
	background-color: #EEEEEE;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 5px;
}
#content .box_out span{
	font-weight: bold;
}
#content .box_in {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	margin-bottom: 5px;
	padding: 10px;
}

h2 {
	font-size: 22px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9ABFC5;
	line-height: 26px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-bottom: 8px;
}
h2 span {
	font-size: 14px;
	padding-left: 20px;
	color: #4169E1;
	letter-spacing: 1px;
	line-height: 14px;
	padding-right: 20px;
}
#kana {
	font-size: 14px;
	color: #008000;
	letter-spacing: 1px;
	line-height: 14px;
}
#content h3 {
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url(/img/h3.gif);
	height: 21px;
	padding-bottom: 4px;
	padding-left: 23px;
	margin-top: 1px;
	padding-top: 2px;
	font-weight: normal;
}
#content h3 span {
	font-size: 13px;
	color: #C8DBDB;
	line-height: 12px;
	padding-left: 20px;
	font-weight: normal;
	letter-spacing: 2px;
}
#content h4 {
	color: #9F7535;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #D6B583;
	font-size: 18px;
	line-height: 16px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#content h4 a {
	background-color: #FFE4C4;
	font-size: 16px;
}
#content h4 span {
	font-size: 14px;
	color: #C19148;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}

#content p {
	font-size: 15px;
	line-height: 20px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#content .box02_left {
	float: left;
	width: 370px;
	margin-left: 2px;
}
#content .box02_right {
	float: right;
	width: 340px;
	margin-top: 2px;
}

#content .ads_bigbanner {
	margin-left: 10px;
	margin-bottom: 20px;
}
#content .ads_content {
	float: left;
	width: 340px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content .ads_left {
	float: left;
	width: 340px;
	margin-left: 2px;
}
#content .ads_right {
	float: right;
	width: 340px;
}

#content .box02_left h3, #content .box02_right h3 {
	clear: both;
}
#content .box02_left .box_in,
#content .box02_right .box_in {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .box02_left p,
#content .box02_right p {
	margin: 0px;
}

#content .box02_right .dl_list {
	border: 1px solid #D6D5CB;
}
#content .box02_right .dl_list dt {
	width: 70px;
	padding-left: 7px;
	background-position: left center;
}
#content .box02_right .dl_list dd {
	width: 205px;
}
#content .box02_right .dl_list dl {
	width: 320px;
	padding-top: 8px;
	padding-bottom: 8px;
}

dl.dl_link {
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	margin-right: 10px;
	margin-left: 5px;
}
.dl_link dt {
	font-size: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 28px;
	margin-bottom: 7px;
	background-image: url(/img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}
.dl_link dd {
	font-size: 15px;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	color: #505050;
}


.img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #808080;
}
.img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #808080;
}
.img_cont {
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #808080;
}
#top_img {
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

.btn_s {
	text-align: right;
	clear: both;
	padding: 10px;
}
.btn_s a,
a.btn_s {
	color: #FFFFFF;
	background-color: #36B3E2;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-size: 14px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEF0F0;
	border-right-color: #EEF0F0;
	border-bottom-color: #EEF0F0;
	border-left-color: #EEF0F0;
	text-decoration: none;
	background-image: url(/img/btn.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.btn_s a:hover,
a.btn_s:hover {
	color: #0F7ABB;
	background-color: #ECFBFF;
	background-image: none;
}


#content .to_photo {
	text-align: right;
	padding-right: 20px;
	clear: both;
}
#content .to_top {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 10px;
}
#content ul.list {
	padding-top: 10px;
	padding-bottom: 10px;
}
#content ul.list li {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 7px;
	padding-left: 15px;
	background-image: url(/img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
	color: #1072BA;
}

.tcont {
	font-size: 16px;
}
.tdate {
	color: #0066CC;
	font-size: 12px;
}
.tdate2 {
	font-size: 12px;
}
.tname {
	font-size: 14px;
}
#content .chui {
	color: #F24800;
	font-size: 15px;
}
#content .chui2 {
	color: #F24800;
	font-size: 13px;
}
#content .chui3 {
	color: #FF0000;
	font-size: 15px;
}
.opentime {
	color: #F24800;
	font-size: 14px;
	padding-left: 25px;
}
.ladyflg {
	padding-bottom: 10px;
}
#content .rank {
	font-weight: bold;
}
#content .pgnum {
	color: #F24800;
	font-size: 15px;
}
.entdate {
	font-size: 14px;
	padding-left: 45px;
}
.syomei {
	font-size: 20px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: "有澤楷書","ＡＲＰ行楷書体Ｈ", "ＡＲ行楷書体Ｈ","ヒラギノ明朝 Pro W6","HiraMinPro-W6";
	padding-top: 5px;
}

#form {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px;
	background-color: #F8F8F6;
}

.teisei {
	text-decoration: line-through;
	padding-right: 5px;
	padding-left: 5px;
}

.box02_left .img_left {
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 10px;
}
.box02_left .img_right {
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 10px;
}

#content .menu_base {
	background-color: #F8F7F5;
	width: 580px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

textarea ,
input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
}
.map_base {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-bottom: 5px;
	border: 1px solid #EAEAEA;
}

/*-----dlリスト-----*/
#content .dl_list {
	padding: 5px;
	border: 1px solid #EEEEEA;
	float: left;
	margin-bottom: 5px;
}
#content .dl_list dt {
	float: left;
	display: block;
	width: 80px;
	font-size: 14px;
	padding-left: 15px;
	line-height: 1.4em;
	background-image: url(/img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#content .dl_list dd {
	display: block;
	float: right;
	width: 460px;
	font-size: 14px;
	line-height: 1.4em;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7E6E8;
}
#content .dl_list dl {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D5CB;
	display: block;
	width: 570px;
	padding-top: 7px;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
}
#content .dl_list dd a {
	line-height: 1.4em;
}

#content .ar_list {
	padding: 5px;
	border: 1px solid #EEEEEA;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#content .ar_list dt {
	float: left;
	display: block;
	width: 200px;
	font-size: 14px;
	padding-left: 15px;
	line-height: 1.4em;
	background-image: url(/img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#content .ar_list dd {
	display: block;
	float: right;
	width: 320px;
	font-size: 14px;
	line-height: 1.4em;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7E6E8;
}
#content .ar_list dl {
	font-size: 16px;
	margin: 5px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9A9A9;
	display: block;
	width: 600px;
	padding-top: 1px;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
}
#content .ar_list dd a {
	line-height: 1.4em;
}
#content .rt_side {
	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*
サイド
-------------------------------------------*/

#side {
	background-color: #FFFFFF;
	float: right;
	width: 300px;
	margin-right: 5px;
}
#side h3 {
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url(/img/h3.gif);
	height: 21px;
	padding-bottom: 4px;
	font-weight: normal;
	text-indent: 23px;
	margin-bottom: 1px;
	padding-top: 2px;
}
#side .ads_side {
	background-color: #FFFFFF;
	background-position: top;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 5px;
}
#side .ads_side_top {
	background-color: #F5F5F4;
	background-position: top;
	margin-bottom: 5px;
	margin-left: 25px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#side .rt_side {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#side .side_box {
	background-image: url(/img/side_box.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 300px;
	margin-bottom: 5px;
	background-color: #F2F1EF;
	padding-top: 5px;
	padding-bottom: 10px;
}
#side .side_box h3 {
	background-color: #3DAAD3;
	background-image: none;
	line-height: 20px;
	height: 20px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-size: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D3D1C9;
}
#side .side_box .side_inbox {
/*	background-image: url(/img/side_inbox.gif);*/
	background-repeat: repeat-x;
	background-position: bottom;
	width: 290px;
	padding-top: 5px;
	padding-bottom: 1px;
	background-color: #F5F5F4;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#side li {
	line-height:0;
}
#side li a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #14130C;
	text-decoration: none;
	background-color: #F8F8F5;
	padding-top: 6px;
	padding-right: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0D8;
	background-image: url(/img/side_li3.gif);
	background-position: center top;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 34px;
}

#side li a:hover {
	background-color: #FFFFFF;
	color: #2291D6;
	background-image: url(/img/side_li_ov3.gif);
}

#side .side_box .side_inbox p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 14px;
}
#side .side_box .side_inbox .side_mobile p {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
}
#side .side_box .side_inbox .side_ads p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 25px;
	font-size: 14px;
}
#side .side_inbox img {
        background-color: #FFFFFF;
        padding-top: 2px;
        padding-right: 1px;
        padding-bottom: 2px;
        padding-left: 1px;
        border: 1px solid #808080;
}
#side .side_box .side_btn {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#side .side_btn {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#side .side_box .side_prbox {
	width: 276px;
	background-color: #F9F9F7;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 10px;
	font-size: 14px;
	color: #6F6B5E;
}
#side .side_box .side_prbox p {
	font-size: 12px;
}
#side .side_box .side_prbox a {
	color: #8E8979;
}

#side li a span {
	font-size: 12px;
	line-height: 12px;
	color: #2799D7;
}
#side li a:hover span {
	color: #5EC7EE;
}
#side ul {
	width: 290px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;
	display: block;
}
#side .chui {
	font-size: 12px;
	color: #D73743;
	padding-left: 5px;
	font-weight: bold;
}

/*追加*/
#side .side_menu li {
	line-height:0;
}
#side .side_menu li a {
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #14130C;
	text-decoration: none;
	background-color: #F8F8F5;
	width: 255px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E0;
	background-image: url(/img/side_li2.gif);
	background-position: 8px center;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#side .side_menu li a:hover {
	background-color: #2EA9D8;
	color: #FFFFFF;
	background-image: url(/img/side_li_ov2.gif);
}
#side .side_menu li ul {
	background-color: #DFE2E3;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#side .side_menu li ul li a {
	background-position: 15px;
	width: 245px;
	padding-left: 34px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CDD2D3;
	border-bottom-color: #CDD2D3;
	border-left-color: #CDD2D3;
	border-top-style: none;
	color: #0099CC;
}

/*
フッター
-------------------------------------------*/

#foot {
	background-image: url(/img/foot.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #738686;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 85px;
	position: relative;
	width: 1060px;
}
#foot p {
	font-size: 12px;
	color: #D2D9D9;
	line-height: 16px;
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: 25px;
}
#foot li a {
	color: #F1F3F3;
	font-size: 13px;
}
#foot li {
	font-size: 14px;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9EABAB;
}

#foot #f_ul01 {
	position: absolute;
	left: 20px;
	top: 10px;
}
#foot #f_ul02 {
	position: absolute;
	left: 20px;
	top: 33px;
}
#foot #f_ul03 {
	position: absolute;
	left: 20px;
	top: 56px;
}
#foot #f_logo {
	font-size: 26px;
	color: #A7B4B4;
	position: absolute;
	top: 30px;
	right: 25px;
	font-family: "Times New Roman", Times, serif;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #586565;
	background-color: #F5F5F5;
	line-height: 20px;
	text-align: center;
	padding-right: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
}


/*
各種テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#content table.table_info {
	width: 650px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#content table.table_time {
	width: 640px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#content table.table_img {
	width: 660px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: none;
}
#content table.table_new {
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}
#content table td {
	padding: 2px;
	font-size: 15px;
}
#content table th {
	font-size: 18px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAE8DF;
	border-right-color: #EAE8DF;
	border-bottom-color: #D1CDBA;
	border-left-color: #EAE8DF;
	background-color: #F1ECE3;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	color: #664B24;
}
#content form table th {
	width: 127px;
}

#content table td.td_head {
	background-color: #E7FAFE;
	text-align: right;
	font-weight: bold;
	padding: 8px;
	white-space: nowrap;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #CDBB9C;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 15px;
	background-image: url(/img/td_head.gif);
	background-repeat: repeat-x;
	width: 150px;
}
#content table td.td_new_key {
	border: 1px solid #808080;
	background-color: #87CEEB;
	text-align: right;
	font-size: 15px;
	padding: 5px;
	font-weight: bold;
	width: 100px;
}
#content table td.td_new_val {
	border: 1px solid #808080;
	font-size: 15px;
	padding: 5px;
	width: 500px;
}
#content table td.td_day {
	border: 1px solid #808080;
	background-color: #CCCCCC;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 85px;
}
#content table td.td_day_b {
	border: 1px solid #808080;
	background-color: #CCCCCC;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	width: 85px;
}
#content table td.td_day_r {
	border: 1px solid #808080;
	background-color: #CCCCCC;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	width: 85px;
}
#content table td.td_ampm {
	border: 1px solid #808080;
	background-color: #0033FF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 45px;
}
#content table td.td_time {
	border: 1px solid #808080;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 13px;
}

#content table td.td_odd {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #D5D5D5;
	font-size: 14px;
	background-image: url(/img/td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #C6B18E;
}

#content table.table_menu th {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #BDB7A1;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	white-space: nowrap;
	background-color: #FCFBF8;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
	padding-left: 20px;
}
#content table.table_menu th span {
	font-size: 12px;
	color: #36A6DC;
}
#content table.table_img td {
	vertical-align: top;
}
#content table.table_menu td {
	padding-left: 15px;
	border-bottom-color: #E5E5E5;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
	background-color: #FFFFFF;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
	padding-right: 15px;
}
#content .table_menu strong {
	font-size: 18px;
	color: #238CCB;
	padding-right: 5px;
	padding-left: 5px;
}
#content table.table_menu {
	width: 520px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#content .table_info strong {
	font-size: 17px;
	color: #238CCB;
}

.table_info th a {
	color: #312D24;
}
#content .table_info .td_odd p {
	margin: 0px;
}

#content table.table_menu td {
	font-size: 16px;
}
#content table.table_menu th {
	font-size: 16px;
	background-image: url(/img/th.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #334A51;
	background-color: #F7F9F9;
	border-right-color: #ABBDBE;
}

/*
ギャラリー
-------------------------------------------------------------------*/
#content .box3 {
	text-align: center;
	width: 124px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #EEE8DF;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #F9F7F4;
}
.box3 .btn a {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #BF9F62;
	display: block;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	line-height: 14px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBE1CF;
	border-right-color: #EBE1CF;
	border-bottom-color: #EBE1CF;
	border-left-color: #EBE1CF;
	background-image: url(/img/btn.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.box3 .btn a:hover {
	color: #008DD9;
	background-color: #F0FDFF;
	background-image: none;
}
.box3 a img {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border: 1px solid #808080;
}
.box3 a:hover img {
	border-top-color: #89E1FE;
	border-right-color: #89E1FE;
	border-bottom-color: #2FCAFD;
	border-left-color: #89E1FE;
}
#content .box3:hover {
	background-color: #ECFBFF;
	border-top-color: #B3E9F7;
	border-right-color: #B3E9F7;
	border-bottom-color: #B3E9F7;
	border-left-color: #B3E9F7;
}

/*
サイトマップ
-------------------------------------------------------------------*/

#main p.p_sitemap {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#main ul.ul_sitemap {
	padding: 10px;
}
#main .ul_sitemap li {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 35px;
}
#main .ul_sitemap ul {
	margin: 0px;
	padding: 0px;
}
#main .ul_sitemap li a {
	background-image: url(/img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

/*
ページング
-------------------------------------------------------------------*/
/* --- ページングエリア --- */
div.paging {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px 0px 3px 0px;
	text-align: center;
}

/* --- メニューエリア --- */
div.paging ul.nl {
	margin: 0;
	padding: 4px 0; /* メニューのパディング（上下、左右） */
	list-style-type: none;
	text-align: center; /* メニューのセンタリング */
}
/* --- メニュー項目 --- */
	div.paging ul.nl li {
	display: inline;
	margin-right: 5px; /* 項目の右マージン */
}

/* --- リンク --- */
div.paging ul.nl li a {
	display: inline-block;
	padding: 4px 8px; /* リンクエリアのパディング（上下、左右） */
	background: #f9f9f9 url(/img/page_gen.gif) repeat-x top; /* リンクエリアの背景 */
	border: 1px #c0c0c0 solid; /* リンクエリアの境界線 */
	text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.paging ul.nl li a:hover {
	background: #004080 url(/img/page_act.gif) repeat-x top; /* ポイント時の背景 */
	border: 1px #000080 solid; /* ポイント時の境界線 */
	text-decoration: underline; /* テキストの下線（あり） */
	color: #ffffff; /* ポイント時の文字色 */
}

/* --- アクティブな項目 --- */
div.paging ul.nl li strong {
	display: inline-block;
	padding: 6px 10px; /* 項目のパディング（上下、左右） */
	background: #004080 url(/img/page_act.gif) repeat-x top; /* 項目の背景 */
	border: 1px #000080 solid; /* 項目の境界線 */
	color: #ffffff; /* 項目の文字色 */
}

/* --- リンクしない項目（前へ・次へ） --- */
div.paging ul.nl li span {
	display: inline-block;
	padding: 4px 8px; /* 項目のパディング（上下、左右） */
	background: #f9f9f9 url(/img/page_gen.gif) repeat-x top; /* 項目の背景 */
	border: 1px #c0c0c0 solid; /* 項目の境界線 */
	color: #808080; /* 項目の文字色 */
}

/*
タブメニュー
-------------------------------------------------------------------*/
/* --- ナビゲーションバー --- */
div.nav {
	width: 100%; /* ナビゲーションの幅 */
	padding-top: 20px; /* ナビゲーションの上パディング */
	background-color: #ffffff; /* ナビゲーションの背景色 */
	border-bottom: 3px #004080 solid; /* 下境界線 */
	font-size: 16px;
}

/* --- メニューエリア --- */
div.nav ul.nl {
	width: 99%; /* メニューの幅 */
	margin: 0 auto; /* メニューのマージン（上下、左右） */
	padding: 0;
	list-style-type: none;
	text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
	margin-right: 4px; /* タブの右マージン */
	background: #f9f9f9 url(/img/tab_gen2_left.gif) no-repeat left top; /* タブの背景（左） */
	float: left;
}

/* --- タブの幅（emで指定） --- */
div.nav ul.nl li.item1 {
	width: 8em;
}
div.nav ul.nl li.item2 {
	width: 5em;
}
div.nav ul.nl li.item3 {
	width: 13em;
}
div.nav ul.nl li.item4 {
	width: 8em;
}
div.nav ul.nl li.item4s {
	width: 8em;
}
div.nav ul.nl li.item5 {
	width: 7em;
}
div.nav ul.nl li.item6 {
	width: 7em;
}

/* --- リンク --- */
div.nav ul.nl li a {
	display: block;
	position: relative; /* IE6用 */
	padding: 6px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
	background: url(/img/tab_gen2_right.gif) no-repeat right top; /* タブの背景（右） */
	text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
	text-decoration: underline; /* テキストの下線（あり） */
}

/* --- アクティブなタブ --- */
div.nav ul.nl li.active {
	background: #004080 url(/img/tab_act2_left.gif) no-repeat left top; /* タブの背景（左） */
}
div.nav ul.nl li.active a {
	background: url(/img/tab_act2_right.gif) no-repeat right top; /* タブの背景（右） */
	color: #ffffff; /* アクティブタブの文字色 */
}

#nav  li span.gnew{
	width: 60px;
	height: 46px;
	display: block;
	background: url(/img/nav_new.png) no-repeat 0 0;
	position: absolute;
	top: 405px;
	left: 50%;
	margin-left: -100px;
}

#nav  li span.gnew2{
	width: 60px;
	height: 46px;
	display: block;
	background: url(/img/nav_new.png) no-repeat 0 0;
	position: absolute;
	top: 390px;
	left: 50%;
	margin-left: -100px;
}

/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}

#cse-search-box {
	width: 400px !important;
}
#cse-search-box table.gsc-search-box td.gsc-input {
	padding: 0 !important;
}
#cse-search-box input[type="text"] {
	padding: 0 !important;
	height: 25px;
	width: 300px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-appearance: none;
}
#cse-search-box input[type="submit"] {
	margin-left: 0 !important;
	background-color: #4169E1;
	border: 1px solid #4169E1;
	color: #FFFFFF;
	height: 27px;
	width: 60px;
	font-size: 15px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-appearance: none;
}



ul#naviBar {
	z-index:2000;
	position:fixed !important;
	position:static;
	top:0px;
	left:0px;
	width:100%;
	min-width:910px;
	height:21px;
	margin:0 !important;
	margin-top:-24px;
	padding:1px 0;
	border-bottom:1px solid #ccc;
	background:#fff;
	color:#333;
}
#naviBar ul,
#naviBar li{
	margin:0;
	padding:0;
	list-style-type:none;
}
#naviBar a{
	margin:0;
	padding:0;
	color:#333 !important;
	text-decoration:none !important;
	font-family: "ＭＳ Ｐゴシック", Arial, Helvetica;
	white-space:nowrap;
}
#naviBar a:hover{
	color:#333 !important;
	text-decoration:underline !important;
}
#naviBar a img{
	border:0;
}
#naviBar li#barLogo{
	float:left;
	width:120px;
	height:21px;
}
#naviBar #barLogo img{
	padding:2px 0 2px 4px;
	vertical-align:top;
}
#naviBar li#barLogoTop{
	float:left;
	height:21px;
}
#naviBar li#barLogoTop ul,
#naviBar li#barLogoTop li{
	float:left;
}
#naviBar #barLogoTop img{
	padding:1px 0 2px 5px;
	vertical-align:top;
	float:left;
}
#naviBar #barLogoTop ul{
	padding:6px 0 0;
}
#naviBar #barLogoTop li{
	padding:0 7px;
	font-size:10px;
	line-height:1;
}
#naviBar #barLogoTop li.last{
	border:none !important;
}
#naviBar li.barItem{
	float:right;
	height:19px;
	padding:2px 15px 0 0;
	font-size:11px;
	line-height:1;
}
#naviBar li.barItem a{
	font-size:11px;
	line-height:19px;
	padding-top:3px;
}
#naviBar li.barItem2{
	float:right;
	padding:2px 15px 0 0;
	height:19px;
	font-size:12px;
}
#naviBar li.barItem2 a{
	font-size:12px;
	line-height:19px;
	color: #DC143C !important;
}
#naviBar li.barItem2 a:hover{
	color: #0E1BBB !important;
}
#naviBar li.barTop{
	font-size:12px;
	color: #FF0000;
}
#naviBar li.barTop a{
	font-size:12px;
	padding-bottom:2px;
}
#naviBar li.barData{
	font-size:12px;
	height:1.1em;
	white-space:nowrap;
	padding:0 10px 0 10px;
	margin:0 0 4px;
	border-left:1px solid #333;
}
#naviBar li.barData a{
	font-size:12px;
	padding-bottom:2px;
}
#naviBar li a.barInfo{
	padding-left:16px;
	background:url(http://www.hiroshima-life.net/img/nav.gif) no-repeat 0 1px;
	padding-top:3px;
}
#naviBar li a.barInfo2{
	padding-left:25px;
	background:url(http://www.hiroshima-life.net/img/good.gif) no-repeat 0 1px;
	padding-top: 6px;
	padding-bottom:8px;
}

dl#infowindow {margin:0; padding:0;}
dl#infowindow dt{margin:0; padding:0; font-weight:bold;}
dl#infowindow dd{margin:0; padding:0; line-height:1.5;}

