@charset "utf-8";

/*
------------------------------------------------------------
	Website     : 
	Title       : 
	Description : 
	Version     : 1.0.0  2008/05/28 yabuchi
	            :
------------------------------------------------------------
--- Index --------------------------------------------------
	#first_column
	#second_column
	#third_column
	#fourth_column
------------------------------------------------------------ */



/* フレーム
------------------------------------------------------------ */
@import "theme.css";


/* first_column
------------------------------------------------------------ */
#first_column {
	background: #EAEDF1;
}
#first_column .inner {}


/* second_column
------------------------------------------------------------ */
#second_column {
	float: left;
	width: 768px;
	margin-bottom: 10px;
}
#second_column .inner {
	padding:  10px 0;
	letter-spacing: 2px;
}


/* third_column
------------------------------------------------------------ */
#third_column {
	float: left;
	width: 192px;
	margin-bottom: 10px;
}
#third_column .inner {
	padding: 0 11px 0 15px;
}

/* カラムのタイトル */
#third_column h2.title {
	width: 592px;
	height: 23px;
	margin: 0;
	padding: 7px 0 0 10px;
	border: none;
	background: url(bg_title.gif) no-repeat left top;
	color: #fff;
	font-size: 136%;
	font-weight: bold;
	overflow: hidden;
}

/* fourth_column
------------------------------------------------------------ */
#fourth_column {
	width: 0;
}
#fourth_column .inner {}


/* #third_column .member
------------------------------------------------------------ */
#third_column .member h2 {
	margin-top: 26px;
}
#third_column .member .box {
	float: left;
}

#third_column .member .t {
	background: url(menu_member_t.jpg);
}
#third_column .member .e {
	background: url(menu_member_e.jpg);
}
#third_column .member .h {
	background: url(menu_member_h.jpg);
}
#third_column .member .m {
	background: url(menu_member_m.jpg);
}

#third_column .member .box a {
	display: block;
	width: 192px;
	height: 150px;
	overflow: hidden;
}

#third_column .member:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#third_column .member {display: inline-table;}
#third_column .member {height: 1%;}
#third_column .member {display: block;}
#third_column .member {zoom:1;}
 
