@charset "utf-8";
/* CSS Document */

main {
}
/***** ボタンのデザイン *****/
main .to_other_page {
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	font-size: 1.0em;
	margin: 0px;
}
main .to_other_page li{
	float: left;
	width: 50%;
}
main .to_other_page a {
	text-align: center;
	background-color: #339933;
	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;
	display: block;
}

/***** feature_area *****/
main #feature_area {
	overflow: hidden;
	margin-bottom: 30px;
}
main #feature_area figure {
	margin-bottom: 5px;
}
main #feature_area figure img {
	width: 100%;
	height: auto;
}
main #feature_area .comment_area {
	font-size: 0.85em;
	line-height: 165%;
	color: #333333;
	overflow: hidden;
	margin-bottom: 5px;
}
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;
}

/***** left_area *****/
main .left_area {
	overflow: hidden;
	margin-bottom: 30px;
}
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;
	line-height: 135%;
}
main .left_area figure {
	margin-bottom: 5px;
}
main .left_area figure img {
	height: auto;
	width: 100%;
}
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 {
	float: left;
	width: 50%;
}
main aside section figure {
	text-align: center;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #CCC;
	margin-right: 2px;
	margin-left: 2px;
}
main aside section figure img {
	margin-bottom: 5px;
	height: auto;
	width: 100%;
	border: 1px solid #D4D0C8;
	display: block;
}
main aside section figcaption {
	font-size: 0.80em;
	font-weight: bold;
	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.70em;
	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;
}
