@charset "utf-8";

* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	background-image: none;
}

body {
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center top;
}

a {
	color:#0066CC;
}

a:hover {
        color: #DC143C;
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #394D4E;
}

li {
	list-style-type: none;
}

.chui {
	color: #D97200;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	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: #333333;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#wrap {
	float: left;
	padding: 5px;
	background-image: url(img/side_base.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#wrap2 {
        float: left;
        padding: 5px;
        background-repeat: repeat-y;
        background-position: left;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 90px;
}

h1 {
	font-size: 10px;
	line-height: 18px;
	color: #999999;
	font-weight: normal;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
}

#header #sub {
	font-size: 10px;
	color: #999999;
	position: absolute;
	top: 2px;
	right: 10px;
	text-align: right;
}
#header #logo {
	position: absolute;
	left: 10px;
	bottom: 5px;
}
#header h2 {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	line-height: 18px;
}

#header #head_ul {
	position: absolute;
	right: 15px;
	bottom: 10px;
}
#header #head_ul li {
	font-size: 10px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;
	padding-left: 7px;
}

#header #head_ul li a {
	font-size: 10px;
	color: #0066CC;
}

#header #head_ul a:hover {
        color: #DC143C;
        text-decoration: none;
}

#header #t_logo {
        position: absolute;
        left: 15px;
        top: 30px;
        font-size: 30px;

        background: #7db9e8;
        background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 50%, #207cca 51%, #1e5799 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* W3C */
        margin:0 0 30px 0;
        padding:8px 8px;
        padding-left: 30px;
        padding-right: 30px;
        color:#FFF;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border-radius:4px;
        text-shadow:1px 1px 2px #333;
        -webkit-box-shadow:inset 0 0 50px rgba(0,0,0, 0.1);
}
#header #t_logo a {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 20px;
}
#header #t_logo a:hover {
        color: #FFFFFF;
        text-decoration: underline;
        font-size: 20px;
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/nav.gif);
	height: 25px;
	clear: both;
	padding-left: 37px;
} 

#nav li {
	display: inline;
}
  
#nav li a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/g_menu_li.gif);
	background-repeat: repeat-x;
	display: block;
	float: left;
	height: 20px;
	width: auto;
	padding-top: 5px;
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-right: 1px;
	background-position: bottom;
}

#nav li a:hover {
	color: #FFFFFF;
	background-image: url(img/g_menu_li_ov.gif);
}

#nav li strong {
	line-height: 25px;
	color: #FFFFFF;
	background-image: url(img/g_menu_st.gif);
	float: left;
	height: 25px;
	width: auto;
	display: block;
	padding-right: 24px;
	padding-left: 24px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #48541F;
	border-left-color: #48541F;
}

/*
コンテンツ
-------------------------------------------------------------------*/

#top_img {
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	border: 1px solid #FFFFFF;
}

#contents {
	width:610px;
	float: right;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#contents h3 {
	font-size: 16px;
	padding-left: 25px;
	color: #222222;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	line-height: 31px;
	background-image: url(img/h3.gif);
	height: 35px;
	background-repeat: no-repeat;
}


#contents h4 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #96B7BA;
	padding-left: 7px;
	color: #555555;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#contents h4 a {
	font-size: 14px;
}

#contents h5 {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #789FA5;
	margin-right: 20px;
	padding-left: 10px;
}

#contents h5 a {
	color: #FFFFFF;
}
#contents h5 a:hover {
	color: #DC143C;
}

#contents ul {
	list-style-type: none;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#contents li a {
	font-size: 12px;
}


#contents #c_pad {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* for IE \*/
* html body #base #contents #c_pad {
	padding: 9px;
}	
/**/

#contents p a {
	line-height: 20px;
}

#contents p strong {
	line-height: 20px;
}

#contents .img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
	border: 1px solid #808080;
}

#contents .img_left img {
	border: 2px solid #EDEDE9;
}

#contents .c_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	margin-right: 10px;
}

#contents .c_img_left img {
	border: 1px solid #999999;
}

#contents .c_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
}

#contents .c_img_right img {
	border: 1px solid #999999;
}

#contents p .chui {
	line-height: 20px;
}
.list li {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 25px;
}
ul.list {
	margin-bottom: 10px;
}
.list li:hover {
	background-color: #FFFFFF;
}

/*
２box
-------------------------------------------------------------------*/
#contents .box2 {
	float: left;
	height: 130px;
	width: 270px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
#contents .box2 h4 {
	margin: 0px;
	background-color: #507074;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #6F9BA2;
}

#contents .box2 p {
	margin: 0px;
}

#contents .box2 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#contents .box2 .btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}
/*
3box
-------------------------------------------------------------------*/
#contents .box3 {
	float: left;
	height: 145px;
	width: 173px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}
#contents .box3 h4 {
	margin: 0px;
	background-color: #7A7A76;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #81B318;
}

#contents .box3 p {
	margin: 0px;
}
#contents .box3 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 93px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	bottom: 15px;
	padding-right: 5px;
	left: 40px;
}

#contents .box3 .btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}
.box3 a img {
	border: 2px solid #EDEDE9;
}
.box3 a:hover img {
	border: 2px solid #C9F1F5;
}


#contents .box3_photo {
	float: left;
	height: 160px;
	width: 173px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#contents .box3_photo:hover {
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.box3_photo a img {
	border: 2px solid #FFFFFF;
}
.box3_photo a:hover img {
	border: 2px solid #FCD096;
}

/*
テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#contents table {
	width: 555px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#contents table td {
	padding: 5px;
}
#contents table th {
	background-color: #EFEDE7;
	padding: 7px;
}
#contents form table th {
	width: 127px;
}

table td.td_head {
	background-color: #70A9AF;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 3px;
	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: #D3CDB4;
	border-right-color: #D3CDB4;
	border-bottom-color: #D3CDB4;
	border-left-color: #D3CDB4;
	font-size: 13px;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
}

table td.td_odd {
	background-color: #F8F3E7;
	text-align: left;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 13px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #CDE8EB;
}

/*
パンくずリスト
-------------------------------------------------------------------*/
#contents #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#contents #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents #pan strong {
	margin-left: 7px;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 175px;
	background-color: #DFDFD2;
	margin-left: 2px;
	padding-bottom: 10px;
}

#side li {
	list-style-type: none;
}

.side_box {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #CECEB9;
	background-color: #EFEFE9;
}

.side_box h3 {
	display: block;
	width: 146px;
	line-height: 22px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_h3.gif);
	height: 22px;
	font-weight: normal;
	border: 1px solid #708090;
}

.side_box ul {
	margin-bottom: 5px;
}

.side_box li a {
	display: block;
	width:120px;
	font-size: 12px;
	color:#555555;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 20px;
	background-image:url(img/side_li.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	text-decoration: none;
	height: 24px;
}


.side_box li a:hover {
	background-color: #FFFFCC;
	color: #000000;
	text-decoration: none;
	background-image: url(img/side_li_ov.gif);
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

#side #side_pr {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}



#template_by {
	font-size: 10px;
	padding: 10px;
	background-color: #EDEDE4;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #555555;
}
#template_by a {
	font-size: 10px;
	color: #808080;
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #E2E2DE;
	padding: 10px;
	background-color: #F5F4F0;
	background-position: bottom;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 20px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 12px;
}

#f_menu p {
	font-size: 10px;
	color: #333333;
}

#f_menu #tmplby {
	font-size: 10px;
	color: #888888;
	text-align: right;
	padding: 5px;
}
#f_menu #tmplby a {
	font-size: 10px;
	margin-left: 2px;
	color: #888888;
}
/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	display: block;
	background-color: #889FA6;
	font-size: 12px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#content .chui {
        color: #CC3333;
        font-size: 13px;
}
.syomei {
        font-size: 18px;
        text-align: right;
        padding-right: 30px;
        padding-bottom: 5px;
        font-family: "有澤楷書","ＡＲＰ行楷書体Ｈ", "ＡＲ行楷書体Ｈ","ヒラギノ明朝 Pro W6","HiraMinPro-W6";
        padding-top: 5px;
}


/*-----dlリスト-----*/
#contents .dl_list {
        padding: 5px;
        padding-left: 10px;
        border: 1px solid #EEEEEA;
        float: left;
        margin-bottom: 5px;
}
#contents .dl_list dt {
        float: left;
        display: block;
        width: 120px;
        font-size: 12px;
        padding-left: 15px;
        line-height: 1.4em;
        background-image: url(img/li.gif);
        background-repeat: no-repeat;
        background-position: 5px center;
}
#contents .dl_list dd {
        display: block;
        float: right;
        width: 390px;
        font-size: 12px;
        line-height: 1.4em;
        padding-left: 7px;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #D7E6E8;
}
#contents .dl_list dl {
        padding-bottom: 7px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #D6D5CB;
        display: block;
        width: 550px;
        padding-top: 7px;
        padding-right: 4px;
        padding-left: 4px;
        float: left;
}
#contents .dl_list dd a {
        line-height: 1.4em;
}

.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: 12px;
        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: #DC143C;
        background-color: #BED1D5;
        background-image: none;
}

#contents .to_top {
        text-align: right;
        padding-right: 20px;
        padding-bottom: 10px;
        clear: both;
        margin-top: 10px;
}

#contents .simg {
	padding-left: 20px;
}

.staff {
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 10px;
}

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;}

.socialButtons {
	overflow: hidden;
}
.socialButtons li {
	float: left;
	margin-top: 3px;
	margin-right: 4px;
}
.socialButtons iframe {
	margin: 0 !important;
}
iframe.twitter-share-button {
	width: 105px !important;
}
div#___plusone_0 {
	width: 70px !important;
}

