/* CSS Document */

/*-----基本-----*/
body{
	margin:0;
	background-color:#ffffff;
	line-height:1.1;
	font-size:10pt;
}

/*-----範囲指定-----*/
div.body{
	width:750px;
	margin:20px auto;
}

/*-----テーブル-----*/
table.menu{
	border:solid 1px #ffffff;
	border-collapse:collapse;
	width:100%;
}

table.main{
	border-collapse:collapse;
	width:100%;
	margin:20px 0;
}

table.note{
	margin:10px 0;
}

td.menu{
	border:solid 1px #ffffff;
	background-color:#dcdcdc;
	white-space:nowrap;
	text-align:center;
	width:25%;
}

td.header1{
	background-color:#000055;
	font-size:10pt;
	white-space:nowrap;
}

th{
	white-space:nowrap;
}

col.nowrap{
	white-space:nowrap;
}

/*-----リンク-----*/
a:link{
	color:#0033cc;
}

a:visited{
	color:#551a8b;
}

a.link2:link{
	color:#333333;
	text-decoration:none;
}

a.link2:visited{
	color:#333333;
	text-decoration:none;
}

a.link2:hover{
	color:#333333;
	text-decoration:underline;
}

a.whitelink{
	text-decoration:none;
	color:#ffffff;
}

a.whitelink:visited{
	text-decoration:none;
	color:#ffffff;
}

a.whitelink:hover{
	text-decoration:underline;
	color:#ffffff;
}

/*-----見出し---------------------*/
h1{
	font-size:16pt;
	color:#000055;
	white-space:nowrap;
}

h2{
	font-size:12pt;
	color:#000000;
	white-space:nowrap;
}

h3{
	font-size:11pt;
	color:#00008b;
	white-space:nowrap;
}

h3.index{
	border-bottom:dotted 3px #dcdcdc;
	margin:0;
	padding:3px 0;
	clear:both;
}

h4{
	font-size:10pt;
	color:#000000;
	white-space:nowrap;
}

h5{
	font-size:9pt;
	color:#000000;
	white-space:nowrap;
}

/*-----文章-----*/
p{
	color:#333333;
	margin:20px 0;
}

p.content{
	margin:10px 0;
}

p.form{
	margin:5px 0;
}

p.info{
	line-height:1.5;
}

em.index{
	font-style:normal;
	line-height:1.5;
}

em.nolink{
	color:#ffffff;
	font-style:normal;
}

em.mark{
	color:#ff0099;
	font-style:normal;
}
	
/*-----リスト-----*/
ul.roman{
	list-style-type:upper-roman;
	padding:10px 10px 10px 25px;
	margin:0;
}

li.list{
	padding-bottom:5px;
}

/*-----配置-----*/
.center{
	text-align:center;
}

.right{
	text-align:right;
}
