@charset "utf-8";
/* CSS Document */


/*基本設定*/
#figure {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/*テキストカラー＆サイズ＆装飾*/
.txt_red {
	color: #F00;
}
.txt_small {
	font-size: 11px;
}
.txt_middle {
	font-size: 12px;
}
.txt_bold {
	font-weight: bold;
}


/*角丸ボーダー*/
#figure .radius05 {border-radius: 5px; 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#figure .radius10 {border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
#figure .radius15 {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-size: 13px;
	line-height: 1.3em;
	color: #666;
}
#figure .radius20 {border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
}


/*グラデーション*/
#figure .gradient01 {
	background-color: #ddd;
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));

}


/*サブタイトル*/
#figure h3 {
	width: 620px;
	height: 24px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333;
	color: #333;
	font-size: 18px;
	text-align: center;
	padding-top: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*表組み：基本設定*/
#table01 {
	padding: 0px;
	text-align: center;
	width: 620px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #666;
	cellpadding: 0px;
	cellspacing: 0px;
	font-size: 13px;
	line-height: 1.2em;
	letter-spacing: 0em;
	word-spacing: 0em;
}
#table01 td {
	background-color: #FFF;
	margin: 0px;
	padding: 2px;
}

/*表組み：背景カラー*/
#table01 .bg_col01 {
	background-color: #CCC;
}
#table01 .bg_col02 {
	background-color: #F5FB8A;
}
#table01 .bg_col03 {
	background-color: #EBFED8;
}
#table01 .bg_col04 {
	background-color: #FFB442;
}
#table01 .bg_col05 {
	background-color: #ADFCB4;
}
#table01 .bg_col06 {
	background-color: #FEE7DE;
}
#table01 .bg_col07 {
	background-color: #CEFDFC;
}
#table01 .bg_col08 {
	background-color: #FFBFBF;
}
#table01 .bg_col09 {
	background-color: #CCC;
}

#table01  .wide_thin {
	width: 80px;
}
#table01  .wide_middle {
	width: 90px;
}

/*解説ボックス*/
#figure .box01 {
	width: 620px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
	border: 2px solid #666;
}
#figure .box01 h4 {
	font-weight: bold;
	color: #666;
	font-size: 15px;
	background-color: #FFF;
	background-image: none;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#figure .box01 p {
	font-size: 13px;
	color: #666;
	text-indent: -1.3em;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}