@charset "Shift_JIS";

/* common */

html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	color: #666666;
	font-family: sans-serif,"‚l‚r ‚oƒSƒVƒbƒN","ƒqƒ‰ƒMƒmŠpƒS Pro W6" ;
	font-size: 12px;
	line-height:16px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

body.menu {
	margin: 0px;
	padding: 0px;
}


th {
	font-size: 12px;
	line-height:16px;
}

td {
	font-size: 12px;
	line-height:16px;
}

div {
	font-size: 12px;
	line-height:16px;
}

a {
	color: #FF2FA7;
	text-decoration: none;
}

a:hover {
	color: #FF2FA7;
	text-decoration: underline;
}

table.all {
	width: 781px;
	height: 100%;
}

td.all {
	vertical-align: top;
}


td.all_middle {
	height: 98%;
	vertical-align: top;
}

td.all_footer {
	height: 30px;
/*	height: 3%;*/
	vertical-align: top;
}

div.copy {
	font-size: 10px;
	text-align: right;
	margin-top: 20px;
}

table.main_all {
	width: 781px;
	height: 100%;
}

td.main_left {
	width: 200px;
	vertical-align: top;
}

td.main_right {
	width: 581px;
	vertical-align: top;
}

span.caution {
	color: #339939;
}

div.dot {
	height: 1px;
	background: url("../common/dot_line.gif") repeat-x center left;
	margin: 15px 0px;
}


/* Contents in-page */

body.contents {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	scrollbar-track-color: #FFCAE2;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #FF91C5;
	scrollbar-darkshadow-color: #FF91C5;
	scrollbar-highlight-color: #FF91C5;
	scrollbar-shadow-color: #FF91C5;
}

/* end of stylesheet */

