* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 12px;
	margin: 0px;
	background-color: #FFFBF0;
	width: 100%;
	line-height: 1.2em;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333333;
	background-repeat: repeat;
	background-attachment: fixed;
/*	background-image: url(../img/sozai/kabegami-canvas-color02.jpg);*/
}
a{
	color: #0000FF;

}
a:visited {
	color: #990099;
}

h1 a{
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	height: 72px;
	color: #FFFBEE;
	background-image: url(../img/logo/title0.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	line-height: 1.5em;
	text-decoration: none;
	width: 450px;
	float: left;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: 40px;
}
h1 a:visited{
 color: #FFFBEE;
}

h2,h3,h4,h5 {
	font-size: 100%;
	color: #333333;
	font-weight: normal;
}
ul,ol,dl{
	margin: 0px 2px;
	padding: 0px 2px;
	margin-left: 2em;
}
dl{
	border: 1px solid #3398CC;
	padding: 0.8em 1em;
	margin: 5px 1em 5px 2em;

}
dt {
	color: #0033CC;
	font-weight: bold;
	
}
dd{
	line-height: 1.2em;
	margin: 0.4em 0em 0.8em 2em;
}
li {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	line-height: 1.5em;
}

ul li {
	list-style-image: url(../img/sozai/list_11.gif);
}

td,th{
	padding: 4px;
}
th{
	background-color: #E3ECFD;
	/*background-color: #FFF7DF;*/
}
td {
	line-height: 1.2em;
	background-color: #FFFBF0;
}


.cle {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.clear{
	clear: both;
	height: 1px;
	overflow: hidden;
}
