/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
body{
	color: #2D2D2D;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #9acd32;
}
a{
	color: #2D2D2D;
}
a:hover{
	text-decoration: none;
}
h1{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
li{
	list-style-type: none;
}
.link01{
	text-decoration: none;
}
.link01:hover{
	text-decoration: underline;
}
#header{
	overflow:hidden;
	padding: 5px;
	width: 800px;	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header .logo{
	float: left;
	width: 200px;
}
#header .menu{
	float: right;
}
#header li{
	display:inline;
	font-size: 12px;
}

.wrapper{
	background-color: #F6F6F6;
}
#contents{
	overflow:hidden;
	padding: 10px;
	width: 460px;	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#form{
	border-radius: 10px;


    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#form .input{
	border-radius: 5px;


    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 5px;
	width: 320px;
	font-size: 20px;
	border: 1px solid #999999;
}
#form .checkbox{
	padding: 5px;
}
#form .submit{
	width: 340px;
	padding: 5px;
}
#form li{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
}
.line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.emsg{
	color: #FF0000;
	text-align: left;
}
#memberid{
}
.mark{
	height: 40px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: center 5px;
	float: right;
}
.cmsg{
	font-weight: bold;
	color: #0000FF;
}
#msg_id{
}
#msg_email{
}
.info{
	margin-top: 20px;
	margin-bottom: 20px;
}
.info ul{
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(../images/icon01.png);
	padding-left: 15px;
}
.info li{
	margin-bottom: 5px;
}
#footer{
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	padding: 5px;
	font-size: 14px;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer li{
	display:inline;
	margin-right: 10px;
}
