body {
/*	font-family: Arial, sans-serif, "MS Sans Serif", Geneva, sans-serif;
*/
	font-family: "ＭＳ Ｐゴシック","Osaka","ヒラギノ角ゴ Pro W3",arial,helvetica,san-serif;
	line-height: 1.22em;
	font-size: 12px;
	color: #333;	
	background: #F4F1DE url(/images/bp/bg_body.gif) repeat-y scroll center top;
}

a {
	color: #006699;
}
img {
	border: 0;
}
div#masthead {
	background: transparent url(/images/bp/bg_header.gif) repeat-x scroll left top
}
div#logo {
	padding: 10px;
	width: 150px;
	float: left;
}
div.catch {
	padding-top: 40px;
	float: left;
}
div.catch h2 {
	visibility: hidden;
}
div.flash {
	padding: 20px;
	float: left;
}
ul.arrow {
	list-style-image: url(/images/arrow02.gif);
	margin-left: 20px;
}
ul.arrow li {
	
}

table {
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
}
div#page_title {
	background: #FFF4D7;
	height: 50px;
	border-bottom: 1px solid #BBB;
	margin-right: 1px;
}
h1.page_title {
	padding: 10px 10px 0px 30px;
	color: #515151;
	font-size: 16px;
	
}
.standard {
	padding: 20px;
}
div#main {
	background: #E0D9CB;
}
div#main_l {
	background: #E0D9CB;
	padding: 9px;
	height: 100%;
}
div#main_r {
	background: #FFF;
}

div#login_as {
	font-weight: bold;
	font-size: 10px;
	color: #CA001D;
	padding: 5px 30px;
}

/* BUTTONS */
/* http://www.sohtanaka.com/web-design/liquid-color-adjustable-css-buttons/ */
.btn {
	float: left;
/*	clear: both; */
	background: url(/images/css/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 5px;
}
.btn a{
	float: left;
	height: 40px;
	background: url(/images/css/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(/images/css/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_register { background-color: green; }
.btn_dangerous { background-color: red; }
.btn_learnmore { background-color: orange; }
.btn_back { background-color: #FF7F44; }
.btn_edit { background-color: #FF7F44; }

/* profile mini */
div.mini_list_wrapper {
	padding: 20px;
	width: 100%;
	float: left;
}
div.mini_list_item {
	padding: 10px;
	width: 130px;

	float: left;
	text-align:center;
}
div.mini_list_item div.image {
	height: 110px;
	width: 100px;
	float: left;
	text-align:center;
}
div.mini_list_item div.no_photo {
	border: 1px solid #AAA;
	background: #DDD;
	width: 100px;
	height: 100px;
	text-align:center;
	color: #AAA;
}

div.mini_list_item div.inner {
	border: 1px solid #BBB;
	padding: 10px;
	float: left;
	text-align:center;	
}
div.mini_list_item span {
	float: left;
	width: 100px;
	text-align: center;	
}
div.mini_list_item span.name a{
	display: block;
	padding: 5px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;

}
/* MESSAGE LINKS */
.message_links {
	width:100%;
	padding:20px 20px 0px 20px;
	color: #999;
	font-size: 12px;
	float:left;
	clear:both;
}
.message_links a{
	padding:2px 6px;
	border:solid 1px #818181;
	background:#FFF4D7;
	text-decoration: none;
	color: #333;
}
.message_links a:hover{
	color:#666;
	background:#FFF;
}
/* PAGINATOR */
.paginator {
	width:100%;
	text-align:center;
	margin:10px 0;
	padding:1px 0;
	color: #999;
	font-size: 12px;
	float:left;
	clear:both;
}
.paginator a{
	padding:2px 6px;
	border:solid 1px #BBBBBB;
	background:#FFE6C6;
	text-decoration: none;
	color: #333;
}
.paginator a:hover{
	color:#fff;
	background:#666;
}
.paginator .currentPage{
	padding:2px 6px;
	font-weight:bold;
	color:#999
}

/* FLASH */
div.flash {
	width: 90%;
	padding: 15px;
}
div.flash p {
	padding-left: 80px;
	line-height: 20px;	
}
div.flash p.notice {
	color: green;
	background: url(/images/icons/traffic/traffic_light_green.gif) no-repeat;

}
div.flash p.warning {
	color: #FFA500;
	background: url(/images/icons/traffic/traffic_light_yellow.gif) no-repeat;
}
div.flash p.error {
	color: #8B0000;
	background: url(/images/icons/traffic/traffic_light_red.gif) no-repeat;
}

/* FOOTER SECTION */
div#t_footer {
	background: url('/images/css/t_footer_bkg.gif') repeat-x;
	width: 100%;
	float: left;	
}

div#t_footer div.inner {
	width: 700px;
	padding: 10px 20px;
	text-align: center;
}

div#t_footer th {
	width: 150px;
	padding: 3px 5px;
	color: #FFF;
}
div#t_footer td {
	padding: 3px 5px;
	color: #FFF;
	line-height: 20px;
}
div#t_footer a {
	color: #AAA;
}
div#b_footer {
	float: left;
	padding: 5px 10px;
	color: #666;
}
