﻿@charset "utf-8";

/**********default*****************************************************/

body {
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	color:#000000;
	font-size:14px;
	line-height:140%; 
	text-align:center;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	
	padding: 0;
	font-size:14px;
line-height:19px;
font-weight:normal;
list-style:none;
}

img {
border:none;
vertical-align:bottom; 

}


a:link {
text-decoration:underline;
}

a:visited{
text-decoration:underline;
}
.left {
	float:left}

/***********************************************************************/

#wrapper{
		margin: 0 auto;	
	width:420px;
}

#wrapper h1{
	display:block;
	background-image:url(images/rogo.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:60px;
	width:420px;
	margin-top:80px;
}

.note {
	padding-top:60px;
	font-size:18px;
	font-weight:bold;
}

.bold {
	color:#F90017;
	font-weight:bold;
}

.back{
	background-image:url(images/back.gif);
	background-repeat:no-repeat;
	margin:30px 0px 15px 0px;
	width:314px;
	height:180px;
	padding:30px 53px 0px 53px;
	text-align: center;

}

.back a {
	text-decoration: none;
/*	color: #00a000;*/
}

.back a:hover {
	color: #ff7f00;
}



.copy{
/*	color:#00a000;*/
	font-size:11px;
	text-align:center;
	margin-top:15px;
}

