@charset "SHIFT_JIS";

body {
	width: 100%;
	background: #ffffcc /*url('../img/bg.gif')*/;
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', Osaka, '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
	font-size: 12px;
	line-height: 100%;
	color: #333333; /* main font color */
	text-align: left;
	}

a:link		{text-decoration: none; color: #333333; }
a:visited		{text-decoration: none; color: #333333; }
a:hover		{text-decoration: underline; color: #AF3854; }
a:active		{text-decoration: underline; color: #AF3854; }

table {
	font-size: 12px;
	color: #333333;
	}

table.table1 {
	background: url('../img/bg_header.gif') repeat-x;
	border: solid 1px #cccccc;
	border-bottom: 0px;
	}

table.table2 {
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	}

table.table3 {
	border: solid 1px #cccccc;
	border-top: 0px;
	}

div.form1 {
	margin: 0 10 0 0;
	font-size: 12px;
	border: dotted 0px #cccccc;
	}

div.form2 {
	margin:-10 5 0 0;
	text-align: right;
	}




