@charset "utf-8";

/*
	Site Name: plousone
	Description: base template style
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================
      
	1: mainの下

	
==========================================================
*/

/*
===== 1: toppageのみ ==========================================
*/

#top {
	clear: both; /* 寄せを解除 */
}

#top img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
    margin-left: 0px;
}
#leftbox {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	width: 365px;
	float: left;
}
#rightbox {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	width: 365px;
	float: right;
}
/*
===== アイフレームの上下にマージンを入れる ==========================================
*/
.iframe {
	margin-top: 5px;
	margin-bottom: 10px;
}


