@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";


/* h*.yms_header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#second_column h2.yms_header {
	clear: both;
	background: url(bgi_ttl_h2.png) no-repeat left top;
	padding: 5px 0 5px 20px;
	color: #fff;
}
#second_column h3.yms_header {
	clear: both;
	background: url(bgi_ttl_h3.png) repeat-x left bottom;
	padding: 5px 0 5px 15px;
}



/* contents
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents {
	padding: 0 5px;
}


/* first_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#first_column {
	float: left;
	width: 220px;
	color: #fff;
}
#first_column {
}
/* link */
#first_column .text_list a:link		{ color: #fff; }
#first_column .text_list a:visited		{ color: #fff; }
#first_column .text_list a:hover		{ color: #ccc; }
#first_column .text_list a:active		{ color: #ccc; }



#first_column .inner {
	padding: 10px 10px 15px;
}


/* second_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#second_column {
	float: left;
	width: 630px;
}
#second_column .inner {
	padding: 15px;
}


/* third_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#third_column {
	width: 0;
}
#third_column .inner {}


/* fourth_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#fourth_column {
	width: 0;
}
#fourth_column .inner {}


