@charset "utf-8";
/* CSS Document */

/* 全体----------------------------------　*/
*  { padding : 0px ; margin : 0px ; }


/* body----------------------------------　*/
body   {
	color:#504530;
	font-size: 13px;
	line-height: 170%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a img { 
　　border-style:none; 
}
.clear { 
    clear:both; 
}
.clear hr { 
    display: none; 
}

/* wrapper----------------------------------　*/
#wrapper {
	width : 700px;
	margin : 0px auto;
	border-left:1px solid;
	border-right:1px solid;
}


#content {
	margin-top:20px;
	width:660px;
	margin-left:20px;
}


.section {
	margin-bottom:30px;
}
.section h2 {
	margin-bottom:15px;
}
.img_center {
	text-align:center;
	margin:10px 0px 10px 0px;
}
.text_right {
	text-align:right;
	margin-bottom:20px;
}
.block01 {
	float:left;
	display:inline;
	width:330px;
}
.block01 ul {
	list-style-position:outside;
	list-style:upper-roman;
	padding-left:30px;
}
.block02 {
	float:right;
	display:inline;
}
.table01 {
	margin-top:10px;
}
.table01 td {
	padding:0.5em;
	vertical-align:top;
}
.table01 img {
	border:1px solid;
}
.table02 {
	border:1px solid #666;
}
.table02 td {
	padding:1px;
}


#footer {
	text-align:center;
	padding:10px 0px 30px 0px;
	font-size:11px;
	border-top:1px dotted;
}


