@charset "UTF-8";
/* ボックス設定 */

#mainImageArea{
	width: auto;
	background: #fff;
	height: 145px;
	text-align: center;
	background-image: url(../../images/top/kokuban.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}



#box h2{
	width: auto;
	margin: 20px 0;
}

#box .pagecontent {
	/* background-color: #EFEFEF; */
	border: 2px solid #ff6600;
	border-radius: 5px;
	padding: 20px 30px;
    margin: 10px 0 20px 0;
	font-size: 14px;
}

/* 左カラムメニュー設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

#left{
	float: left;
	width: 510px;
}

#left li{
	line-height: 1.9;
	list-style-image: url(../../images/common/icon_green.png);
	margin: 0 0 0 25px;
}

#topicBox{
	width: auto;
	height: 350px;
	overflow: auto;
	margin: 0 0 20px 0;
}

#topicBox dl{
	margin: 0 0 10px 0;
}


#topicBox dt{
	float: left;
	width: 155px;
	background-position: right top;
	background-repeat: no-repeat;
}

#topicBox dd{
	float: right;
	width: 320px;
}


.melmaga{
	background-image: url(../../images/top/topic_mailmaga.png);
}

.news{
	background-image: url(../../images/top/topic_news.png);
}

.mtaction{
	background-image: url(../../images/top/topic_mtkatudo.png);
}

.dayori{
	background-image: url(../../images/top/topic_hakubutsu.png);
}


#topicList{
	text-align: right;
	margin: 0 0 30px 0!important;
}

.dlbtn {
	text-align: center;
	margin-top: 50px;
}
.dlbtn a {
	background-color: #FFFFFF;
    display: inline-block;
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #349a27;
    box-shadow: 0px 0px 15px #ccc;
    font-size: 16px;
    font-weight: bold;
	text-align: center;
    text-decoration: none;
    color: #349a27;

}
.dlbtn a:hover {
	background-color: #F9F9F9;
}
.dlbtn a span {
	font-size: 12px;
}



/* 右カラムメニュー設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

#right{
	float: right;
	width: 215px;
}