@charset "Shift_JIS";

BODY{
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image : url(back2.gif);
	background-position: center center;
}

a:link{
	color:#0044CC;
text-decoration:none;
}

a:visited{
	color:#6B06A0;
text-decoration:none;
}

a:hover{
	color:#f00;
text-decoration:underline;
}

h1{
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 0px;
	color: #333333;
	text-align: center;
}

h2{
	margin-bottom: 8px;
	line-height: 1.5em;
	font-weight: bold;
	padding-left: 6px;
	width: 99%;
	font-size: 18px;
	color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
}

h3{
	color: #666666;
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 3px;
	text-align: left;
	margin-left: 10px;
	margin-right: 8px;
}

h4{
	font-size: 16px;
	line-height: 90%;
	text-indent: 0.7em;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	color: gray;
}

h5{
	font-size: 100%;
	line-height: 100%;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-bottom: 0px;
	border-bottom-width: 0px;
}

h6{
	font-size: 70%;
	line-height: 70%;
	margin-bottom: 0px;
	color: #333333;
	font-weight: normal;
	margin-left: 15px;
}

p{
	margin-bottom: 2px;
	line-height: 1.7em;
	padding-top: 0px;
	margin-top: 1px;
	margin-left: 0px;
	font-size: 16px;
}

p.bookkeeping{
	margin-right: 15px;
	margin-left: px;
	margin-bottom: 7px;
	line-height: 1.5em;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 2px;
}

hr{
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-bottom-color: gray;
}

LI{
	list-style-image : url(list.gif);
	line-height: 2.5em;
	margin-left: 0px;
	padding-left: 0px;
	border-left-width: 0px;
	background-position: 0px 0px;
	text-align: left;
	left: 0px;
	position: inherit;
	font-size: 16px;
	font-weight: normal;
}

ul{
	padding-left: 15px;
	margin-left: 0px;
	border-left-width: 6px;
}


.container{
	background-color: #FFFFCC;
	-webkit-border-radius: 5px;	/* Safari、Google Chrome */
	-moz-border-radius: 5px;	/* Firefox */
}
.container_m{
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;	/* Safari、Google Chrome */
	-moz-border-radius: 5px;	/* Firefox */
}
.container_w{
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;	/* Safari、Google Chrome */
	-moz-border-radius: 5px;	/* Firefox */
}

.container_b{
	background-color: #f0f0ff;
	-webkit-border-radius: 5px;	/* Safari、Google Chrome */
	-moz-border-radius: 5px;	/* Firefox */
}

.container_y{
	background-color: #ffffcc;
	-webkit-border-radius: 5px;	/* Safari、Google Chrome */
	-moz-border-radius: 5px;	/* Firefox */
}

.container_g{
	background-color: #F5F5F5;
	-webkit-border-radius: 5px;	/* Safari、Google Chrome */
	-moz-border-radius: 5px;	/* Firefox */
}

.container_g2{
	background-color: #f9f9f9;
	-webkit-border-radius: 5px;	/* Safari、Google Chrome */
	-moz-border-radius: 5px;	/* Firefox */
}

.container_g3{
	background-color: #f9f9f9;
	-webkit-border-radius: 5px;	/* Safari、Google Chrome */
	-moz-border-radius: 5px;	/* Firefox */
}

.violet{
	background-color:#6633cc; color:#ffffff;
}