/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center; /* center on ie */
	width: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
}
h1{
	font-size: 140%;
}
h2{
	font-size: 120%;
	margin-bottom: 12px;
	background-image: url(img/icon_01.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
}
h2.top{
	margin-bottom: 30px;
}
h2.top02{
	margin-top: 30px;
}
h3{
	font-size: 120%;
	color: #333333;
}
h3#a{
	font-size: 115%;
	color: #FF0099;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	text-align: left; /* center on everything else */
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* head start */
#title{
	margin-bottom: 10px;
	height: 60px;
}
#navi{
	clear: both;
	margin-bottom: 30px;
	padding-left: 15px;
}
#header{
	background-color: #EEEEEE;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	margin-bottom: 10px;

}
/* head end* /
/* contents start */
#contents_box{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#contents_box ul{
	list-style-image: url(img/icon_02.gif);
	margin-left: 30px;
}
#contents_box li{
	margin-bottom: 12px;
}
.li_bottom{
	margin-bottom: 30px;
}
#left_box{
	float: left;
	width: 49%;
}
#right_box{
	float: right;
	width: 49%;
}
.center{
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 15px;
}
/* contents end */
/* footer */
#footer{
	clear: both;
	background-color: #F1EEE7;
	margin-bottom: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
}
.footer_p{
	margin-bottom: 12px;
}
