
/*基本要素*/

/*CSSオフ時にのみ見える文字。ナヴィゲーション用です。*/
*.c{
	display:		none;
	}

div#index{
	width:			487px;
	text-align:		left;
	margin:			0.5em auto 1em auto;
	}

div#jigyo_content{
	width:			562px;
	text-align:		left;
	margin:			2em auto 1em auto;
	}

h2{}
h3{
	margin:			0em 0em 1em 0em;
	}



p{
	margin:			0em;
	text-indent:		1em;
	}
p.lead{
	font-weight:		bold;
	text-indent:		0em;
	}
p.button{
	margin:			1em 1em 2em 0em;
	text-indent:		0em;
	}

table.information tr{
	padding:			0em 0em 1em 0em;
	}

td.image{
	padding:		0em 1em 0em 0em;
	height:			13em;
	}


table.layout td{
	vertical-align:		top;
	line-height:		1.2em;
	}

table.datalist{
	border-color:		#990100;
	border-style:		solid;
	border-width:		1px 0px 0px 1px;
	}
table.datalist th{
	border-color:		#990100;
	border-style:		solid;
	border-width:		0px 1px 1px 0px;
	vertical-align:		top;
	}

table.datalist td{
	border-color:		#990100;
	border-style:		solid;
	border-width:		0px 1px 1px 0px;
	width:			33%;
	vertical-align:		top;
	padding:		0.5em;
	}

p.snav{
	text-align:		center;
	margin:			4em 0em 4em 0em;
	line-height:		1em;
	padding:		0em;
	}

p.snav img{
	margin:			0em 2px -3px 0em;
	}
em{
	font-style:		normal;
	font-weight:		normal;
	margin:			1em 0em 1em 0em;
	}

div.information{
	padding:		1em 2em;
	border-color:		#990100;
	border-style:		solid;
	border-width:		1px;
	margin:			1em 0em 1em 0em;
	}

span.mark{
	color:			#990100;
	}

ul{
	list-style-type:	none;
	margin:			0em 0em 0em 2em;
	padding;		0em 0em 0em 0em;
	}
li{
	margin:			0em 0em 0em 0em;
	padding:		0em 0em 0em 0em;
	}
