@charset "UTF-8";
/* doll */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
/*	font-weight: normal; */
}
body {
	text-align: center;
	background: #fff;
	color: #333;
	overflow-y: scroll;
	font-family: "Hiragino Kaku Gothic Pro", verdana, arial, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
}
*html body{ font-size: 12px; overflow-y: auto; }
*+html body{ font-size: 12px; overflow-y: auto; }
html>body { font-size: 12px; }

img { vertical-align: middle; border: none; }


ul, ol { list-style: none; }

/* -----link-----*/
a:link		{ color: #CF689F; text-decoration: none; }
a:visited	{ color: #CF689F; text-decoration: none; }
a:active	{ color: #CF689F; text-decoration: none; }
a:hover		{ color: #CF689F; text-decoration: underline; }

a.default:link		{ color: #333; text-decoration: underline; }
a.default:visited	{ color: #333; text-decoration: underline; }
a.default:active	{ color: #333; text-decoration: underline; }
a.default:hover		{ color: #333; text-decoration: underline; }

a.bold:link		{ color: #000; text-decoration: none; font-weight: bold; }
.bold {
	font-size: 14px;
	font-weight: bold;
	color: #751946;
	line-height: 22px;
}

a.bold:visited	{ color: #000; text-decoration: none; font-weight: bold; }
a.bold:active	{ color: #000; text-decoration: none; font-weight: bold; }
a.bold:hover	{ color: #000; text-decoration: underline; font-weight: bold; }

/* safari only \*/
html:\66irst-child body a { padding-bottom: 1px; }
/* end */

div#wrapper {
	margin: 0 auto; 
	width: 750px; 
}



td #frametop {
	background-image: url(img/top/frametop.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 460px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}

td #framem {
	background-image: url(img/top/frame.gif);
	background-repeat: repeat-y;
	width: 440px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	text-align: left;
	padding: 10px;
}

td #framebottom {
	background-image: url(img/top/framebottom.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 460px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 8px;
}

td #point {
	width: 460px;
	text-align: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-size: 12px;
	line-height: 22px;
}
#footer {
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(img/common/footer.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 750px;
	padding: 5px;
}

