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

.blog {
	border: 1px solid #0036C8;
	margin: 0px 0px 10px;
	padding: 0px;
	height: 138px;
	vertical-align: top;
}

.blog2 {
	border: 1px solid #0036C8;
	margin-bottom:10px;
	padding: 0px;
	height: 140px;
	width:426px;
	vertical-align: top;
}


.blog #lists{
	width: 450px;
	height: 128px;
	padding: 5px;
	float: right;
	font-size:80%;
}


.blog2 #lists{
	width: 410px;
	height: 70px;
	padding: 10px;
	float: left;
}


#pickup {
	/*background: url(img/pickup_back.gif) no-repeat;
	background-image:url(img/pickup_bg.gif);
	background-repeat:repeat-y;*/
	background: url(img/pickup_back2.gif) no-repeat;
	background-color:#CCC;
	border: 2px solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 40px;
}

#pickup img {
	padding: 3px;
}

#links {
	background-color:#CFF;
	/*border: 2px solid #CCCCCC;*/
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
}


.smallBoxFloatBlock {
	margin-right: 10px;
	margin-left: 10px;
	width: 270px;
	float: left;
}
.smallBox{
	border: 2px solid;
	/*width: 266px;*/
	padding: 5px;
	/*height: 120px;*/
	margin-bottom: 15px;
	vertical-align: top;
	zoom:1;
}
.smallBox:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.smallBox dt{
	font-weight:bold;
	margin:0px 0px 10px;
	padding:3px 5px;
	font-size: 13px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid;
	border-left: none;
	background-position: right bottom;
	background-repeat: no-repeat;
	}
.smallBox dd{
	font-size: 10px;
}
.MusicBox {
	border-color:#FF0000;
}
.MusicBox dt {
	color:#FF0000;
	background-image: url(img/music_gr.jpg);}
.MusicBox dt a {
	color:#FF0000;
}

.CreativeBox {
	border-color:#0066FF;
}
.CreativeBox dt {
	color:#0066FF;
	background-image: url(img/cre_gr.jpg);
}
.CreativeBox dt a {
	color:#0066FF;
}
.EcoBox {
	border-color:#009900;
}
.EcoBox dt {
	color:#009900;
	background-image: url(img/eco_gr.jpg);
}
.EcoBox dt a {
	color:#009900;
}
.OtherBox {
	border-top-color: #919191;
	border-right-color: #919191;
	border-bottom-color: #919191;
	border-left-color: #919191;
}
.OtherBox dt {
	color:#666666;
	background-image: url(img/other_gr.jpg);
}
.OtherBox dt a {
	color:#666666;
}
	


/*▼古いフォーマット*/
/*.smallBox{
	border: 2px solid #CCCCCC;
	float: left;
	width: 266px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
	height: 120px;
	margin-bottom: 10px;
	vertical-align: top;
}
.long {
	width: 556px;
}
.smallBox dt{
	color:#214DD2;
	font-weight:bold;
	margin:0px 0px 10px;
	padding:3px 5px;
	background: #FFFFFF url(../common/img/common_bar_bg.gif) repeat-x;
	font-size: 13px;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #6D89DF;
	border-left: none;
	}
	
.smallBox dd{
	font-size: 10px;
	}*/
	
