@charset "utf-8";

/* 1月26日に修正した箇所（現行のものと差し替えてください）*/
a:link {
	color: #3a619a;
	text-decoration: none;
}
a:visited {
	color: #3a619a;
	text-decoration: none;
}
a:hover {
	color: #3a619a;
	text-decoration: underline;
}
a:link.boxtitle {
	color: white;
}
a:visited.boxtitle {
	color: white;
}





/*　修正ここまで　*/

#wrap {
	background-image: url(../img/bg.png);
	background-repeat: repeat-y;
	width: 1002px;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: auto;
	margin-left: auto;

}
#header {
	height: 110px;
	width: 970px;
	position: relative;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	padding-top: 15px;
}
#logo {
	position: absolute;
	top: 42px;
}
#minnanoto {
	position: absolute;
	left: 170px;
	top: 42px;
}

/*　1月26日に修正　*/
#ban-icons {
	width: 150px;
	position: absolute;
	top: 68px;
	left: 580px;
}

.icon_1 {
 float: left;
 margin-right: 10px;
}

.icon_2 {
 float: left;
}


#ban-ml {
	background-repeat: no-repeat;
	height: 110px;
	width: 252px;
	position: absolute;
	top: 4px;
	left: 715px;
}
#ban-ml ul {
	font-size: 14px;
	position: absolute;
	left: 10px;
	top: 35px;
}
#ban-ml li {
	display: inline;
	background-image: url(../img/arrow01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
/*　ここまで　*/

#ban-blog a:link{
	height: 81px;
	width: 252px;
	position: absolute;
	top: 8px;
	left: 717px;
	background-image: url(../img/ban_blog.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#ban-blog a:hover {
	background-position: 0px -81px;
}

ul#gnavi {
	background-image: url(../img/bg_gnavi.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 965px;
	font-size: 14px;
	color: #FFF;
	line-height: 50px;
	margin-bottom: 10px;
	padding-left: 5px;
	text-align: center;
}
ul#gnavi a {
    text-decoration: none;
}
ul#gnavi a:link,
ul#gnavi a:visited {
	color: #FFF;
	text-decoration: none;
}
ul#gnavi a:hover,
ul#gnavi a:active {
	text-decoration: underline;
}

ul#gnavi li {
	background-image: url(../img/line_gnavi.png);
	background-repeat: no-repeat;
	background-position: right center;
    float: left;
    position: relative;
}
ul#gnavi li a {
	display: block;
	width: 118px;
	text-align: center;
}

/* 下層のメニューを不可視に */
ul#gnavi li ul {
        display: none;
}

/* 疑似要素 :hover で下層のメニューを可視に */
ul#gnavi li:hover ul {
        display: block;
        position: absolute;
        z-index: 100;
}

ul#gnavi li ul li {
        float: none;
        margin: 0;
		background-color: #0000a9;
		background-image:none;
		border-bottom:#FFF 1px solid;
}



#mainimage {
	margin-bottom: 20px;
}
.left {
	float: left;
	width: 640px;
	margin-bottom: 20px;
}
.right {
	float: right;
	width: 310px;
	margin-right: 31px;
	margin-bottom: 20px;
}



.blue-box {
	border: 1px solid #DDDDDD;
background-image: url(../img/line_blue.png);
background-repeat: repeat-x;
background-position: left top;
background-color: #F1F2F5;
position: relative;
padding-top: 5px;
}
.blue-box h2 {
	font-size: 16px;
	border-bottom-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	background-color: #f4f4f4;
	line-height: 30px;
	height: 34px;
	padding-top: 3px;
	padding-left: 10px;
	font-weight: bold;
}
.blue-box h3 , .green-box h3{
	font-size: 16px;
	color: #000;
	padding-top: 10px;
	line-height: 140%;
	margin-right: 10px;
	margin-left: 10px;
}
.blue-box img , .green-box img{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
.blue-box p , .green-box p{
	font-size: 12px;
	line-height: 150%;
	margin-right: 10px;
	margin-left: 10px;
}



.blue-box-BL {
	border: 1px solid #DDDDDD;
	background-color: #fdfbef;
	position: relative;
	
}

.pickupdate {
 margin-top: 10px;
 margin-left: 10px;
 margin-bottom: 5px;
 font-size: 12px;
}

.blue-box-BL h3 {
 font-size: 14px;
 padding-right: 5px;
 margin-left: 10px;
}

.blue-box-BL h3 a:link {
	color: #333;
	text-decoration: underline;
}
.blue-box-BL h3 a:visited {
	color: #333;
	text-decoration: underline;
}
.blue-box-BL h3 a:hover {
	color: #333;
	text-decoration: underline;
}

.blue-box-BL .boxInnerL {
	width:318px;
	float:left;
	display:block;
	border-right:1px solid #DDDDDD;
	height:217px;
	position:relative;
}

.blue-box-BL .boxInnerR {
	width:318px;
	float:left;
	display:block;
		position: relative;
		height:217px;
}


.blue-box-BL h2 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	line-height: 35px;
	height: 35px;
	padding-left: 10px;
	font-weight: normal;
	background-image: url(../img/pickBg.png);
	background-repeat: repeat-x;
	background-position: left center;
	color:#fff;
}
.blue-box-BL .boxInnerL h3
.blue-box-BL .boxInnerR h3 {
	font-size: 16px;
	color: #000;
	padding-top: 10px;
	line-height: 140%;
	margin-right: 10px;
	margin-left: 10px;
}
.blue-box-BL img{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.blue-box-BL p{
	clear:both;
	font-size: 12px;
	line-height: 150%;
	margin-right: 10px;
	margin-left: 10px;
}

.blue-box-BL .boxInnerL .more,
.blue-box-BL .boxInnerR .more{
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.date {
	font-size: 12px;
	color: #666;
	position: absolute;
	top: 10px;
	right: 5px;
}



.blue-box-BL p.date {
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 5px;
}



.more {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
/* 1月26日に追記した箇所*/
.more a:link , .date a:link{
	color: #39F;
	text-decoration: none;
}
.more a:visited , date a:visited{
	color: #39F;
	text-decoration: none;
}
.more a:hover , date a:hover{
	color: #39F;
	text-decoration: underline;
}
/*　追記ここまで　*/


.scroll-text {
	line-height: 50px;
	background-image: url(../img/bg_marquee.png);
	background-repeat: repeat-x;
	clear: both;
	height: 50px;
	width: 970px;
	margin-bottom: 20px;
}
.scroll-text a {
	color: #8C2200;
}
.youtube {
	text-align: center;
	padding-top: 24px;
	margin-bottom: 10px;
}
ul#youtube-navi {
	font-size: 12px;
	text-align: center;
}
ul#youtube-navi li {
	display: inline;
}

dl#whatsnew {
	font-size: 12px;
	height: 150px;
	width: 298px;
	overflow-y: scroll;
	padding: 5px;
}
dl#whatsnew dt {
	line-height: 14px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 14px;
	padding-left: 5px;
	font-weight: bold;
	color: #676767;
	margin-bottom: 5px;
	margin-top: 8px;
}
dl#whatsnew dd{
	padding-left: 5px;
	color: #2C6316;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e9e6;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
dl#whatsnew dd:last-child {
	border-bottom: none;
}
#news {
	height: 160px;
	width: 308px;
	overflow-y: scroll;
}
/*　1月27日に修正（差し替え）*/
p.news-text {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*　ここまで　*/

ul#sub-navi {
	clear: both;
	padding-top: 20px;
	margin-bottom: 20px;
}
ul#sub-navi li {
	float: left;
}
ul#sub-navi li a {
	text-indent: -9999px;
	display: block;
	height: 80px;
	width: 310px;
	overflow: hidden;
}

ul#sub-navi li a:hover {
	background-position: 0px -80px;
}
#feed {
	background-image: url(../img/bg_entry.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	width: 990px;
}
.twitter {
	float: left;
	height: 466px;
	width: 310px;
	margin-right: 20px;
	margin-bottom: 16px;
}
.green-box {
	background-color: #F7F7F7;
	height: 219px;
	width: 307px;
	border: 1px solid #7a9dd2;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	position: relative;
}
.green-box h2 {
	font-size: 16px;
font-weight: normal;
color: #FFF;
background-color: #4682b4;
padding: 5px;
height: 30px;
line-height: 180%;
}

.green-box h3 a:link {
	color: #333;
	text-decoration: none;
}
.green-box h3 a:visited {
	color: #333;
	text-decoration: none;
}
.green-box h3 a:hover {
	color: #333;
	text-decoration: underline;
}

.blue-box h3 a:link {
	color: #333;
	text-decoration: none;
}
.blue-box h3 a:visited {
	color: #333;
	text-decoration: none;
}
.blue-box h3 a:hover {
	color: #333;
	text-decoration: underline;
}




#sn01 a {
	background-image: url(../img/ban_profile.png);
	margin-right: 20px;
}
#sn02 a {
	background-image: url(../img/ban_policy.png);
	margin-right: 20px;
}
#sn03 a {
	background-image: url(../img/ban_report.png);
}
#footer {
	background-color: #EEEEEE;
	background-image: url(../img/bg_footer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 190px;
	width: 970px;
	margin-top: 50px;
	position: relative;
}
#footer a:link {
	color: #333;
	text-decoration: none;
}
#footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #39F;
	text-decoration: underline;
}



#footer ul {
	font-size: 14px;
	text-align: center;
	padding-top: 15px;
}
#footer li {
	display: inline;
}
#address {
	font-size: 12px;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
#copyright {
	font-size: 12px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}













.width640 {
	width: 638px;
	height: 253px;
}
.width310 {
	width: 308px;
	height: 113px;
}
.width310b {
	width: 308px;
	height: 198px;
	float: left;
}
.freetext {
	width: 308px;
	margin-bottom:20px;
}
.margin-bottom20 {
	margin-bottom: 20px;
}

.margin-bottom14 {
	margin-bottom: 14px;
}
.margin-right20 {
	margin-right: 20px;
}







.お知らせ {
	color: #ffffff;
	background-color: #ea1b2b;
	padding: 1px 4px;
	font-size: 10px;
	font-weight: normal;
}

.太郎チャンネル {
	color: #ffffff;
	background-color: #ffb718;
	padding: 1px 4px;
	font-size: 10px;
	font-weight: normal;
}

.山田へ提言 {
	color: #ffffff;
	background-color: #107553;
	padding: 1px 4px;
	font-size: 10px;
	font-weight: normal;
}