@charset "utf-8";
@import "common.css";
/*  
 Share Style [  
----------------------------------------------------------- */  
 
body {
	background:#cecfcf url(../images/bg_all.gif) repeat-x left top;
}   


/*  
 pathos [  
----------------------------------------------------------- */  
.txt_box {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.4;
}
#pathos_wrap { clear: both; }
#pathos_left {
	width: 500px;
	float: left;
	line-height: 1.4;
	padding-bottom: 20px;
}
#pathos_right { width: 240px; float: right; text-align: center; padding-bottom: 20px; }

/*  
 member [  
----------------------------------------------------------- */  
.member table { width: 200px; }
.member td {
	width: 100px;
	text-align: center;
	vertical-align: top;
}

.small_font {
	font-size: 10px;
}

/***********************************************/
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
/***********************************************/ 
#pathos_wrap:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#pathos_wrap {
	display:inline-table;
}

/* Mac IE には適用させない \*/
* html #pathos_wrap { height:1px; }
#pathos_wrap {
	display:block;
	margin-top: 5px;
}
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */