@charset "utf-8";
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Title: 
	Description: 
	Version: 1.0.0 2009/06/16 yabuchi

	#contents
	#first_column
	#second_column
	#third_column
	#fourth_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* 共通フレーム
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@import "theme.css";


/* contents
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents {
	padding-top: 5px;
	margin-bottom: 10px;
    background: #fff;
}


/* first_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#first_column {
}
#first_column .inner {
}


/* second_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#second_column {
	width: 0;
}
#second_column .inner {}


/* third_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#third_column {
	width: 0;
}
#third_column .inner {}


/* fourth_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#fourth_column {
	width: 0;
}
#fourth_column .inner {}


