@charset "UTF-8";
/* CSS Document */

body {
;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	line-height: 1.4em;
	color: #333;
	text-align: center;
	font-size: 85%;
	background-color: #FFCCCB
}
h1 {
	text-align: center;
}
a {
	color: #03F;
	text-decoration: underline;
}
p {
	margin-bottom: 3px;
}
a:link {
	/*color: #1679d7;*/
	color: #03F;
	text-decoration:underline;
}
a:hover {
	color: #4EA2ED;
	text-decoration: none;
}
#nyuukai ul {
	padding-left: 50px;
	padding-bottom: 20px;
	margin-top:25px;
}
#nyuukai ol {
	padding-left: 50px;
	padding-bottom: 20px;
	margin-top:25px;}


#container {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#container-inner {
	width: 980px;
	background-color: #FFF;
	padding-top: 10px;
}
/* ヘッダー */
#header {
	width: 980px;
	margin-top: 2px;
	text-align: left;
}
#header #header-name   {
	float: left;
}
#header #header-description   {
	font-size: 11px;
	float: left;
}
#main-navigation {
	float: left;
}
#header #toiawase {
	float: right;
		height: 90px;
	width: 370px;
}


#header #toiawase li {
	float: right;
	list-style-type: none;
}
#toiawase li.text {
	line-height: 35px;
	height: 35px;
}
#header li , #site-navigation li{
	float: right;
	list-style-type: none;
	vertical-align: middle;
	text-align: right;
}
#header li.btn {
}
#header #main-navigation {

}
#header #main-navigation li {
	float: left;
}
#header #main-navigation li.map {
	background-image: url(../img2011/menu/point_ya.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	width: 125px;
	line-height: 35px;
	text-align: right;
	font-size: 12px;
}
#site-navigation  {
	line-height: 30px;
	height: 30px;
	font-size: 0.8em;
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#site-navigation #bookmark {
	float: right;
	width: 350px;
	height: 25px;
	padding-top: 5px;
}
#bookmark li {
	float: right;
	padding-left: 5px;
	margin: 0px;
	display: inline;
}
#bookmark img {
	vertical-align: middle;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#site-navigation #navi{
	float: left;
	width: 600px;
	font-size: 11px;
}
#navi li {
}
#footer {
	background-image: url(../img/footer-bg.png);
	padding-top: 25px;
	background-repeat: repeat-x;
	background-color: #FFF;
	padding-bottom: 20px;
	margin-top: 0px;
	margin: auto;

}
.footer-inner {
	width:980px;
	margin: auto;
}
#contents {
	padding-right: 50px;
	padding-left: 50px;
}

td h3 {
	font-size: 110%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #099;
}
.comment-accept {
	color: #399;
}
th.accept, td.accept, td.end {
	text-align: center;
	width: 100px;
}
td.end {
 color: #F60;
}
td.accept {
	color: #099;
}
th.ticket, td.ticket {
	width: 150px;
	
}
th.order, td.order {
	width: 100px;
	text-align: center;
}
.date {
	background-color: #FFC0BA;
	padding: 2px;
	margin-bottom: 5px;
}
input.btn {
	background-image: url(../img/btn_off.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 72px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	color: #630;
	margin-top: 5px;
}
.pagetop {
	text-align: right;
	background-color: #FFF;
	padding-bottom: 20px;
	padding-top: 15px;
	padding-right: 15px;
	clear: both;
}

.pankuzu {
	margin-left:20px;
	padding-top: 10px;
}
.maincontents {
	margin-top:10px;
}

.box1 {
	float:left;
	margin-left:15px;
	width:245px;
	height: 320px;
}

.box1-inner {
	border:5px solid #dddddd;
	margin-bottom: 3px;
}
.box2 {
	float:left;
	margin-left:12px;
	width: 440px;
	border: 5px solid #dddddd;
	height: 320px;
}
.box3 {
	float:left;
	margin-left:14px;
	width: 220px;
	margin-bottom: 10px;
	height: 320px;
	border: 5px solid #dddddd;
}

/*トップページTOPICS*/
/*修正前*/
.topics-inner {
	height: 255px;
	overflow: auto;
	width: 430px;
	padding-left: 10px;
}

.topics-inner ul {
	padding-bottom: 15px;
}
.topics-inner  li {
	list-style-type: none;
	width: 410px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.topics-inner  h4 {
	font-size: 110%;
	padding-bottom: 5px;
	font-weight:bold;
	margin-top: 5px;
}


.footer-box1 {
	float:left;
	margin-left:15px;
	width:184px;
	height: 220px;
}

.footer-box1-inner {
	border:5px solid #dddddd;
	margin-bottom: 3px;
}
.footer-box2 {
	float:left;
	margin-left:30px;
	width: 200px;
	height: 220px;
}
.footer-box3 {
	float:left;
	margin-left:32px;
	width: 230px;
	margin-bottom: 10px;
	height: 220px;
}

.footer-box4 {
	float:left;
	margin-left:30px;
	width: 245px;
	margin-bottom: 10px;
	height: 220px;
}

.footer-box2 ul {

}
.footer-box2  li {
	list-style-type: disc;
	padding-top: 5px;
	margin-left: 25px;
	text-align:left;
}

.footer-box3 ul {

}
.footer-box3  li {
	list-style-type: disc;
	padding-top: 5px;
	margin-left: 25px;
	text-align:left;
}

.copyright {
	text-align:center;
	color:#999;
	margin-top: 10px;
}

#navi{
	float: left;
	width: 600px;
	font-size: 11px;
	margin-bottom: 10px;
}
#navi li {
	float: left;
	list-style-type: none;
}
/*　トップページ広告バナー */
#pr-banner {
	position:relative;
	padding-left:15px;
	padding-bottom:5px;
}
#pr-banner h2 {
	background-image: url(../img/pr_title.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	height:30px;
	padding-bottom:5px;
	
}
#pr-banner .pr-btn {
	float: right;
	padding-right:15px;
	padding-top:5px;
}
#pr-banner ul {
	margin-left:-5px;
	clear:both;
}
#pr-banner li {
	float:left;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
}

/* Google Map */
#map_canvas {
	margin-top: 35px;
	width: 700px;
	height: 480px;
	margin:auto;
	float:left;
}
#map_canvas dl#infowin {
	font-size: 11px;
}
#map_canvas dl#infowin dt {
	font-weight: bold;
	margin-bottom: 15px;
}
/*トップページTOPICS*/
/*修正後*/
.topics-inner2 {
    /*height: 255px;*/
    /*overflow: auto;*/
    width: 430px;
    padding-left: 10px;
}

.topics-inner2 ul {
    padding-bottom: 10px;
}
.topics-inner2  li {
    list-style-type: none;
    width: 410px;
    padding-bottom: 7px;
    padding-top: 9px;
    border-bottom-width: 0px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    height:40px;
}
.topics-inner2  a {
    color: #1679d7;
}

.topics-inner2  h4 {
    font-size: 110%;
    padding-bottom: 5px;
    font-weight:bold;
    /*margin-top: 5px;*/
    float: left;
    margin-right: 8px;
}
.news_title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
    text-decoration: underline;
    height: 38px;
}
.news_title:hover{
    text-decoration: none;
}

.topics_date{
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
    float: left;
    margin-right: 15px;
}

/*バナー広告　相互リンク画面*/

.bn_area{
    width: 205px !important;
    text-align: left !important;
}
.bn_box{
    width: 210px !important;
    height: 300px !important;
    margin-left: 15px !important;
    margin-right: 10px !important;
    margin-top: 20px !important;
    float: left !important;
}
.bn_category{
    width: 205px;
    border:1px solid #111;
    background-color:#705318;
    text-align: center;
    padding: 1px 6px;
    font-weight: bold;
    color: #fff;
    position: relative;
    top: -2px;
}
.bn_img{
    width: 205px;
    height: 180px;
    border: 1px solid;
}
.bn_img img:hover {
    opacity: 0.5 ;
}
.bn_NM{
    font-weight: bold;
    height: auto;
    list-style: none !important;
    margin-top:10px;
    text-align: center;
    text-decoration: underline;
    height: 40px;
}
.bn_NM:hover{
    text-decoration: none;
}
.bn_NM a{
    display: table-cell;
    vertical-align: middle;
    height: 35px;
    width: 205px;
}
.bn_txt{
    font-size:12px;
    list-style: none;
    /*margin-top: 0px;
    text-align:left;
    margin-bottom:10px;*/
}
.bn_paging_area{
    float: left;
    width: 700px;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}
.bn_arrow a{
    display:block;
    width: 45px;
    height: 20px;
    text-align: center;
    color: #000;
    background-color: #DCDCDC;
    border-radius:5px;
    border-style: solid;
    border: 1px;
}
.bn_arrow a:hover{
    opacity: 0.5;
}
.bn_paging{
    float:left;
    text-align: center;
    width: 655px;
    text-align:center;
}
.bn_paging_nb{
    margin-right: 30px;
}
.bn_btn {
    margin-top:20px;
    text-align:center;
    float: left;
    width: 725px;
}
/*TOPICS一覧・詳細ページ用*/
.side_topics_title{
    padding-bottom: 8px;
    padding-left: 37px !important;
    padding-top: 8px;
}
.side_topics_date{
    font-size: 13px;
    border-bottom: none !important;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-top: 5px;
}
.link_box {
    float:left;
    display:block;
}
.topics_list .time {
    width:100px;
    padding:14px 0;
    /*background:#ac0040;*/
    background:    rgb(53, 106, 162);
    color:#FFF;
    text-align:center;
    font-size:85%;
    letter-spacing: 0em;
    line-height:220%;
    display:table-cell;
    vertical-align:middle;
}
.topics_list .time span {
    font-size:145%;
}
.topics_list .topics_subtitle {
    width:690px;
    min-height:80px;
    max-height:102px;
    padding-bottom:10px;
    border-bottom: dotted 1px #000000;
    float:right;
    display:table;
}
.topics_list .topics_subtitle h1 {
    width:600px;
    padding:0 0 0 20px;
    font-weight:bold;
    font-size:140%;
    line-height: 180%;
    display:table-cell;
    vertical-align:middle;
    min-height: 80px;
    max-height: 102px;
    text-align: left;
    text-decoration: underline !important;
}
.topics_list .topics_subtitle h1:hover {
    text-decoration:none !important;
}
.topics_list .topics_text {
    float:right;
    margin-top:15px;
    color:#666666;
    line-height:160%;
    font-size:90%;
    letter-spacing: 0em;
    width:660px;
}
a:hover .topics_list {
    background:#f8f8f8;
}
.topics_list {
    padding:10px;
    border-bottom: solid 1px #d5d5d5;
    background:#FFF;
    float:left;
    width: 690px
}
a:last-child .topics_list {
    border-bottom:none;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    position:relative;
}
.time_box{
    float: right;
    margin-top: -10px;
    font-weight: bold;
    color: #9f9d9d;
    margin-right: 50px;
}

#main h1.pagetitle, #main .pagetitle, #search h1.pagetitle {
    font-weight: bold;
    color: #313131;
    font-size: 180%;
    line-height: 1.3em;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: left;
}
.topics_dt_area{
    margin-top: 40px;
}
.content-nav {
    text-align: center;
    padding-top: 80px;
}
.content-nav li {
    display: inline;
    font-size: 90%;
    padding-right: 190px;
    padding-left: 74px;
    color: #CCCCCC;
}
.archivex_title{
    font-weight: bold;
    color: #313131;
    font-size: 180% !important;
    line-height: 1.3em;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}
div.gaiyo ol {
    padding-left: 40px;
    padding-bottom: 20px;
}