@charset "utf-8";

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Website     : 
	Title       : 
	Description : 
	Version     : 1.0.0  2009/05/24 yabuchi

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


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



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


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

/* カラムのタイトル */
#second_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;
}

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


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


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

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

#second_column .member .box a {
	display: block;
}

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



/**/
#first_column .topics {

}
#first_column .topics ul {

}
#first_column .topics ul li {

}
#first_column .topics ul li.even {
	background: #EDF8FF;

}

