@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 {}
#contents .first_inner {
	background-image: url(contents_bg_2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	min-width: 960px;
}
#contents .second_inner {
	background-image: url(contents_bg_4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 960px;
}
#contents .third_inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#contents .third_inner:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#contents .third_inner {display: inline-table;}
* html #contents .third_inner {height: 1%;}
#contents .third_inner {display: block;}
#contents .third_inner {zoom:1;}


/* first_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#first_column {
	clear: both;
	margin: 0 auto;
	width: 960px;
}

