@charset "UTF-8";
/* CSS Document */

body {
	font-family:		"ＭＳ Ｐゴシック", "Osaka";
	font-size: 			15px;
	line-height:		130%;
	color:				#000000;
	margin:				0px;
	padding:			0px;
	background-repeat:	repeat;
	background-color:	#ffffff;
}

#logo {
	margin-top:		20px;
	margin-bottom:	0px;
}

.my_info_table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 240px;
	margin: 0px;
	padding:0px;
}

.my_info_nw {
	padding: 0; 
	background: transparent url("./title_bar/tleft.png") no-repeat 0 0;
	width:8px;
	height:70px;
}

.my_info_n {
	padding: 0; 
	background: transparent url("./title_bar/tmid.png") repeat-x 0 0;
	height:70px;
}

.my_info_ne {
	padding: 0; 
	background: transparent url("./title_bar/tright.png") no-repeat 0 0;
	width:8px;
	height:70px;
}

.my_info_title {
	float:left;
	height:20px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-top:6px;
	width:100%;
	color:#666666;
}
