@charset "shift_jis";
*{
	margin:0px;
	padding:0px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	background-image:url(/main/img/main_back.jpg);
	background-repeat:repeat-x;
	color: #000000;
	font-size:12px;
	text-align:center;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-face-color:#FF9900;
	scrollbar-track-color:#FFC488;
	scrollbar-highlight-color:#ff6600;
	scrollbar-shadow-color:#ff6633;
	scrollbar-3dlight-color:#FFD459;
	scrollbar-darkshadow-color:FF6600;	
}	
img{
	border:0px;
}
h1{
	font-size:16px;
	font-weight:bold;
	line-height:16px;
}
p,h2,h3,h4{
	font-size:12px;
	line-height:12px;	
	font-weight:normal;	
}
a:active {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}
table{
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
td{
	border:0px;	
}
li{
	list-style-type:none;
}
/*ロールオーバー*/
.btn input {
	border: 1px solid #666666;
	background-color:#cccccc;
	cursor:pointer;
}
.btn input:hover {
	border: 1px solid #ff0000;
	background-color:#f08080;
	cursor:pointer;
}
.btn_01 input {
	border: 1px solid #1A47FF;
	background-color:#4040EC;
	cursor:pointer;
	color: #FFFFFF;
}
.btn_01 input:hover {
	border: 1px solid #ff0000;
	background-color:#f08080;
	cursor:pointer;
	color: #000000;
}

/*フレーム*/
#M_main{
	width:940px;
	height:800px;
	margin:0px auto;
	text-align:left;
	clear:left;	
}
#M_headder{
	width:100%;
	height:92px;
	float:left;
}
#M_content{
	width:100%;
	clear:left;
}
#L_content{
	width:135px;
	float:left;
}
#C_content{
	width:640px;
	float:left;
}
#R_content{
	width:165px;
	float:left;
}
#M_futter{
	width:100%;
	float:left;
}

