@charset "utf-8";
/* ===================================================================
CSS information

 file name  :module.css
 author     :hirasawa(admin)
 style info :TOP
=================================================================== */

/* -----------------------------------------------------------
	#visual
		ビジュアル
----------------------------------------------------------- */
#visual {
	margin-bottom: 5px;
	height:316px;
	
}

#visual #vbox1{
	float:left;
	margin-right:3px;
}


#visual #vbox2 #banner1{
	margin-bottom:4px;
	height:125px;
}

#visual #vbox2 #banner2{
	margin-bottom:3px;
	height:60px;
}




/* -----------------------------------------------------------
	#magazin
		マガジン
----------------------------------------------------------- */
#magazin {
	float:left;
	width:740px;
}

#magazin .title {
	float:left;
	width: 740px;
}

#magazin .imgbox {
	background-color:#333333;
	float:left;
	width: 730px;
	padding-left:10px;

}

#magazin img{
	padding:5px;
	padding-left:0px;
	margin-right:4px;
	float:left;	
}



/* -----------------------------------------------------------
	#blog
		ブログ
----------------------------------------------------------- */
#blog {
	margin-top:10px; 
	float:left;
	font-size:80%;
	width:500px;
}

#blog ul {
	margin-top:5px;
	float:left;
}

#blog li {
	text-indent:15px;
	background-image: url(../img/share/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#blog .right{
	margin-left: 30px;
}

/* -----------------------------------------------------------
	#newstandard
		ニュースタンダード
----------------------------------------------------------- */
#newstandard {
	margin-top:10px; 
	margin-left:5px;
	float:left;
	font-size:80%;
	width:215px;
}

#newstandard li {
	text-indent:30px;
}

#newstandard .new{
	background-image: url(../img/share/new.gif);
	background-repeat: no-repeat;
	background-position: left center;
}