@charset "utf-8";
* {
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
}
body{
	margin: 0;
}

h1{
	font-size: 12pt;
}

table{
	padding: 0;
}

td{
	padding: 0;
	margin: 0;
}

div.title1{
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #006699;
}
div.title2{
	font-size: 12pt;
	margin-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

div.desc{
	width: 560px;
	padding: 0 20px 0 10px;
}

div.note{
	font-size: 10pt;
}
div.navi{
	width: 560px;
	text-align:center;
}

span.ruby{
	font-style: italic;
	font-size: x-small;
}

/*
ul {
	margin-left: 5px;
	list-style-type: square;
}
*/

a,a:link{
	text-decoration: none;
	color: #0000cc;
}
a:hover{
	text-decoration: underline;
}

/* ロゴ */
a.top{
	display: block;
	width: 478px;
	height: 92px;
	background: url("../images/new/title.png") no-repeat;
}
a.top:hover{
	background-position: 0px -92px;
}
a.contact{
	display: block;
	height: 24px;
	width: 106px;
	background: url("../images/contact.png") no-repeat;
}
a.contact:hover
{
	background-position: 0px -24px;
}

/* レイアウト */

#container {
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-color : #FFFFFF;
}

#header {
	float: left;
	width: 800px;
	padding-top: 0px;
	padding-left: 0px;
}

#footer{
	clear: both;
	width: 800px;
	margin: 0px;
	padding: 0px;
}

#loadon{
	padding: 10px 10px 10px 10px;
}

/* 角丸BOX */
td.lt{
	width: 24px;
	height: 13px;
	background: url("../images/new/lt2.png") no-repeat;
}
td.t{
	background: url("../images/new/t2.png") repeat-x;
}
td.rt{
	width: 19px;
	height: 13px;
	background: url("../images/new/rt2.png") no-repeat;
}

td.wc{
	background-color: #FFFFFF;
	vertical-align: top;
}
td.wb{
	background-color: #EDF2FF;
	vertical-align: top;
}
td.l{
	background: url("../images/new/l2.png") repeat-y;
}
td.r{
	background: url("../images/new/r2.png") repeat-y;
}
td.pad{
	background: url("../images/new/tab-pad.png") repeat-y;
}

td.lb{
	width: 24px;
	height: 23px;
	background: url("../images/new/lb2.png") no-repeat;
}
td.b{
	height: 23px;
	background: url("../images/new/b2.png") repeat-x;
}
td.rb{
	width: 19px;
	height: 23px;
	background: url("../images/new/rb2.png") no-repeat;
}

