@charset "utf-8";
/* CSS Document */

main {
	overflow: hidden;
}
/***** ボタンのデザイン *****/
main .to_other_page {
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	font-size: 1.0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
	clear: both;
}
main .to_other_page a {
	text-align: center;
	background-color: #339933;
	display: block;
	color: #FFF;
	font-weight: bold;
	border: thick double #FFF;
	margin-left: 1px;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #FFF;
	list-style-type: none;
	margin-right: 1px;
	width: 200px;
	float: left;
}

/***** feature_area *****/
main #feature_area {
	overflow: hidden;
	margin-bottom: 30px;
}
main #feature_area figure {
	float: left;
	margin-right: 20px;
}
main #feature_area figure img {
	display: block;
	height: auto;
	width: 200px;
}

main #feature_area .comment_area {
	font-size: 0.85em;
	line-height: 165%;
	color: #333333;
	overflow: hidden;
}
main #feature_area .comment_area strong {
	color: #FF0000;
	overflow: hidden;
	font-weight: bold;
}
main #feature_area .comment_area strong em {
	overflow: hidden;
	font-size: 2em;
	font-style: normal;
}
main .left_area h3,
main aside h3,
main .right_area h3{
	font-size: 0.9em;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/***** left_area *****/
main .left_area {
	overflow: hidden;
	margin-bottom: 30px;
}
main .left_area figure {
	float: left;
}
main .left_area figure img {
	height: auto;
	width: 460px;
	display: block;
}
main .left_area ul  {
	font-size: 0.85em;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	line-height: 150%;
	overflow: hidden;
	margin-left: 20px;
}
main .left_area ul li {
	margin-bottom: 5px;
}
/***** aside *****/
main aside {
	overflow: hidden;
	margin-bottom: 30px;
}
main aside .comment_area {
	overflow: hidden;
	color: #333;
	font-size: 0.85em;
	line-height: 165%;
	margin-bottom: 10px;
}
main aside section  {
	width: 240px;
	float: left;
}
main aside section figure {
	border: 1px solid #CCC;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
main aside section figure img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	display: block;
}
main aside section figcaption {
	font-size: 0.80em;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
/***** right_area *****/
main .right_area {
}
main .right_area section {
	margin-bottom: 30px;
}
main .right_area section .comment_area {
	font-size: 0.85em;
	line-height: 165%;
	color: #333;
}
main .right_area section .comment_area img{
	height: 2em;
	width: 2em;
	vertical-align: text-bottom;
	padding-right: 0.5ex;
}
main .right_area section table {
	font-size: 0.85em;
	color: #333;
	border: 1px solid #CCC;
	line-height: 165%;
	margin-top: 5px;
	margin-bottom: 5px;
}
main .right_area section table th{
	border: 1px solid #CCC;
	background-color: #C0D6C0;
	padding: 5px;
}
main .right_area section table td{
	border: 1px solid #CCC;
	padding: 5px;
}
main .right_area section table td ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
