@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 {
	clear: both;
	margin-top: 20px;
}

/* first_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#first_column {
	width: 900px;
	overflow: hidden;
	float: left;
}

/* second_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#second_column {
	width: 900px;
	float: left;
}

/* third_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#third_column { width: 0; }

/* fourth_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#fourth_column { width: 0; }
#fourth_column .inner {}


#contents:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#contents {display: inline-table;}
* html #contents {height: 1%;}
#contents {display: block;}
#contents {zoom:1;}
#top_gyokusuikanbn {
	margin-left: 20px;
	float: left;
}

