@charset "utf-8";
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Title: 
	Description: 
	Version: 1.0.0 2010/09/13 yabuchi

	#contents
	#first_column
	#second_column
	#third_column
	#fourth_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* 共通フレーム
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@import "../../contents/css/base.min.css";
@import "theme.css";

/* contents
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents {
	/*margin-top: 20px;*/
}


/* first_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#first_column {
	float: left;
	width: 300px;
	margin-left: 5px;
	display: inline;
}
#first_column .inner {
	/*background: #ede6d4;*/
}


/* second_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#second_column {
	float: left;
	margin-left: 15px;
	display: inline;
}
#second_column .inner {
	width: 620px;
}
