body,p,div,ul,li,table {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	list-style:none;
}

h1,h2,h3 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#tit-cre {
	width: 750px;
	height: 20px;
	background-image: url(../images/create_tit.jpg);
	margin: 0px;
	padding: 0px;
}

#main_wrap {
	width: 750px;
	padding: 0px 0px 50px 0px;
	float: left;
	background-repeat: repeat-y;
	background-image:url(../images/main_bg.gif);
}

.create_wrap {
	width: 700px;
	padding: 0px;
	margin: 0px 20px 10px 20px;
	float: left;
}

.create_wrap {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 23px;
	color: #666666;
	line-height: 1.4;
}


.create_wrap .create-img {
	width: 200px;
	margin: 0px 20px 0px 0px;
	float: left;
	display: inline;
}

.create_wrap h2 {
	width: 460px;
	padding: 0px 0px 0px 6px;
	display: inline;
	font-size: 18px;
	border-left: 4px groove #666;
	font-weight: bold;
}


.bottom_line {
	width: 468px;
	float: right;
	margin: 0px 10px 10px 0px;
	padding: 10px 0px 0px 0px;
	background-image: url(../images/bottom_line.gif);
	background-repeat: repeat-x;
	display: block;
}

.create_wrap table {
	float: left;
	margin-left: 10px;
}



.create_wrap h2 a:link {
	text-decoration: none;
	color: #666;
}
.create_wrap h2 a:visited {
	text-decoration: none;
	color: #666;
}
.create_wrap h2 a:hover {
	text-decoration: none;
	color: #999;
}

td a:link {
	text-decoration: underline;
	color: #666;
}
td a:visited {
	text-decoration: underline;
	color: #666;
}
td a:hover {
	text-decoration: none;
	color: #999;
}

.center_line {
	width: 688px;
	float: none;
	border-bottom: dashed 1px #AAA;
	margin: 20px 20px 40px 20px;
}


#mm-create {
	width: 460px;
	padding: 5px 0px;
	margin: 10px auto 0px auto;
	text-align: center;
	float: left;
	display: inline;
	background-color: #D6F4F6;
	border: 1px solid #6CC3FF;
}


