/*----------------------------------------------------------------------------
	RESET
----------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,blockquote,cite,q,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------------------------------------------
	clearfix
----------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*----------------------------------------------------------------------------
	共通の要素とclass
----------------------------------------------------------------------------*/
h1 {
	margin: 0 0 40px;
	padding: 0 16px 10px;
	line-height: 1.3em;
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: 1px dashed #aaaaaa;
}

h1#top {
	margin: 0;
	padding: 0;
	border: none;
}

h1#sp_h1 {
	margin: 0;
	padding: 0 16px 10px;
	line-height: 1.3em;
	font-weight: bold;
	font-size: 1.5em;
	border: none;
}

h2 {
	line-height: 1.3em;
	margin: 0 10px 20px;
	padding: 6px 8px;
	border-bottom: 1px dashed #aaaaaa;
	font-weight: bold;
}

a {
	color: #1d3994;
	text-decoration: underline;
}

a:visited {
	color: #551a8b;
}

a:hover {
	color: #00a2ff;
}

img {
	border: none;
}

img.starLevel_img {
	vertical-align: text-bottom;
}

img.imgBorder {
	border: 1px solid #cccccc;
}

a.imgLink img {
	border: 2px solid #ffffff;
}

a.imgLink:hover img {
	border: 2px solid #00a2ff;
}

a.imgLink_2 img {
	border: 1px solid #1d3994;
}

a.imgLink_2:hover img {
	border: 1px solid #00a2ff;
}

p {
	margin: 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 20px;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}

cite {
	font-size: 0.8em;
	text-align: right;
}

hr.type1_hr {
	margin: 0 0 40px;
	padding: 0;
	color: #aaaaaa;
	background-color: #aaaaaa;
	border: none;
}

hr.type2_hr {
	margin: 0 0 20px;
	padding: 0;
	border: none;
}

.silver { color: #a7a7a7; }
.gray { color: #999999; }
.orange { color: #ff7300; }
.gold { color: #daa520; }
.russet { color: #990000; }

.bg_eeeeee { background-color: #eeeeee; }
.bg_9afff2 { background-color: #9afff2; }

.b { font-weight: bold; }
.n { font-weight: normal; }

.font-family_1 { font-family: "ＭＳ ゴシック"; }

.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs16 { font-size: 16px; }
.big { font-size: 1.1em; }
.bigger { font-size: 1.2em; }
.bigest { font-size: 1.3em; }
.small { font-size: 0.9em; }
.smaller { font-size: 0.8em; }
.smallest { font-size: 0.7em; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

.scroll { overflow: scroll; }
.scrollX { overflow-x: scroll; }

.fll { float: left; }
.flr { float: right; }

.fllImage {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.flrImage {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.clear { clear: both; }

.ad_250x250 {
	margin-bottom: 40px;
}

.ad_300x250 {
	margin-bottom: 20px;
}

.ad_336x280 {
	width: 336px;
	margin: 0 auto 40px;
}

.ad_468x60 {
	width: 468px;
	margin: 0 auto 40px;
}

.ad_positioning {
	display: table-cell;
	width: 300px;
	height: 250px;
	vertical-align: middle;
	text-align: center;
	background-color: #f3f3f3;
}

/*----------------------------------------------------------------------------
	レイアウトと詳細
----------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #333333;
	background: #fff776 url('images/body.gif') repeat;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
}

body#newWindow {
	margin: 0;
	padding: 0;
	color: #333333;
	background: #ffffff;
	font-family: Verdana, Arial, sans-serif;
}

#wrap {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	text-align: left;
	border-top: 8px solid #ee1f63;
}

/*****************************************************************************
	header
*****************************************************************************/
#header {
	width: 940px;
	height: 90px;
	position: relative;
}

#logo {
	padding: 20px 0 0 20px;
}

/*****************************************************************************
	globalNavi
*****************************************************************************/
#globalNavi {
	margin: 0 16px 30px;
	height: 36px;
	background: #ffe8e8 url('none');
	border: 1px solid #cccccc;
	font-size: 0.9em;
	position: relative;
}

ul#globalNavi_ul {
	position: absolute;
	top: 0px;
	left: 10px;
}

ul#globalNavi_ul li {
	display: inline;
	margin: 0;
	line-height: 36px;
}

ul#globalNavi_ul li a {
	padding: 4px 20px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

ul#globalNavi_ul li a:hover {
	padding: 4px 20px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

ul#globalNavi_right_ul {
	position: absolute;
	top: 0px;
	right: 10px;
}

ul#globalNavi_right_ul li {
	display: inline;
	margin: 0;
	line-height: 36px;
}

ul#globalNavi_right_ul li.wakaba_li {
	padding-left: 14px;
	background-image: url('images/wakaba_icon_14.gif');
	background-position: 0 2px;
	background-repeat: no-repeat;
}

/*****************************************************************************
	main
*****************************************************************************/
#main {
	float: left;
	width: 590px;
	margin: 0 0 50px 16px;
	_margin: 0 0 50px 8px;
	line-height: 1.2em;
}

#main_wide {
	margin: 0 16px 50px;
	line-height: 1.2em;
}

.new_review {
	margin: 0 0 30px;
	padding: 0 10px;
}

span.new_reviewIcon {
	padding: 3px 6px;
	background-color: #daa520;
	color: #ffffff;
}

.adArea_top_main {
	margin: 0 30px;
}

.mainContentsArea {
	padding: 0 10px 20px;
}

.mainContentsArea_2 {
	padding: 0 20px 40px;
}

.mainContentsArea_3 {
	padding: 0 20px 20px;
}

.wideContentsArea {
	padding: 0 20px 20px;
}

.pickupQuestionLeft {
	width: 253px;
	float: left;
	margin-bottom: 40px;
	padding: 16px;
	background-color: #ffe8e8;
}

.pickupQuestionRight {
	width: 265px;
	float: right;
	margin-bottom: 40px;
	padding: 0;
}

.pickupQuestionIcon {
	margin-bottom: 20px;
	font-size: 0.8em;
	color: #ffffff;
}

span.bg_pickupQuestionIcon {
	padding: 3px 6px;
	background-color: #daa520;
}

span.bg_stateIcon_1 {
	padding: 3px 6px;
	background-color: #714686;
}

span.bg_stateIcon_2 {
	padding: 3px 6px;
	background-color: #63c35c;
}

.pickupQuestionText {
	height: 150px;
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 1.4em;
}

.pickupQuestionInfo {
	font-size: 0.9em;
}

span.class_icon_1 {
	padding-left: 50px;
	background: url('images/class_icon_1.gif') no-repeat left 1px;
}

span.class_icon_2 {
	padding-left: 60px;
	background: url('images/class_icon_2.gif') no-repeat left 5px;
}

.banner_590x210 {
	margin-bottom: 20px;
}

.subtitle_top {
	background: #dddddd url('images/subtitle_top.gif') no-repeat;
	line-height: 36px;
	padding: 0 10px;
	font-weight: bold;
	margin-bottom: 20px;
	clear: both;
	border-bottom: 2px solid #ee1f63;
}

.boxType_list {
	margin: 0 0 20px;
	padding: 0 10px 20px;
	border-bottom: 2px dotted #cccccc;
	_width: 570px;
}

.boxType_top_2 {
	margin: 0 10px 40px;
}

.boxType_main {
	margin: 20px 10px 0;
	padding: 0;
}

.boxType_reviews_outside_1 {
	overflow: auto;
	margin: 0 0 40px;
	padding: 0 20px;
	height: 300px;
}

.boxType_reviews_outside_2 {
	overflow: auto;
	margin: 0 0 40px;
	padding: 0 20px;
}

.boxType_links {
	margin: 0 10px 10px;
	padding: 0 10px;
	border-bottom: 2px dotted #cccccc;
}

.boxType_solid {
	border: 2px solid #01a6b0;
	padding: 10px;
	margin: 0 10px 10px;
}

#infomationArea {
	padding: 0 16px 12px;
	height: 70px;
	position: relative;
}

#googlePlus1 {
	position: absolute;
	top: 6px;
	left: 18px;
}

#showArea {
	margin-left: 70px;
}

#facebookLike {
	margin-top: 10px;
}

.line_dashed {
	clear: both;
	border-top: 1px dashed #aaaaaa;
	margin-bottom: 40px;
}

.searchBox {
	width: 530px;
	_width: 520px;
	margin: 0 20px 40px;
	padding: 0 10px 10px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}

.searchBox_title {
	margin: 0 10px;
	line-height: 2.6em;
	font-size: 0.9em;
	font-weight: bold;
}

.searchBox_formArea {
	padding: 14px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.submitButton {
	padding: 10px 0 0;
	text-align: center;
}

.ad_1 {
	text-align: center;
	padding: 0 0 40px;
}

.adArea {
	margin: 0 20px 40px;
	padding: 10px;
	background-color: #ffe7e7;
}

#sort_menu {
	margin-bottom: 30px;
	padding: 0 20px 4px;
	height: 26px;
	line-height: 26px;
	font-size: 0.9em;
	border-bottom: 1px solid #aaaaaa;
}

input.submitType_4 {
	width: 30px;
	margin: 0;
	padding: 2px;
	font-size: 0.8em;
}

#items_per_page {
	float: left;
	padding: 0 0 10px;
}

#sort_menu_orderSelection {
	float: right;
	padding: 0 0 10px;
}

.review {
	margin: 0 20px 30px;
	border-bottom: 2px dotted #cccccc;
	line-height: 1.4em;
}

.review_report {
	padding: 20px 0 0;
	height: 50px;
}

.targetContent {
	margin: 0 0 40px;
}

.targetContent_overflow {
	height: 140px;
	margin: 0 20px;
	border-bottom: 2px dotted #cccccc;
	line-height: 1.4em;
	overflow: auto;
}

.targetContent_data {
	margin: 0 0 20px;
	font-size: 0.8em;
	color: #a7a7a7;
}

span.required {
	background-color: #bb1850;
	color: #ffffff;
	font-size: 12px;
	padding: 3px 6px;
	margin: 0 2px;
}

span.error {
	font-size: 90%;
	color: #bb1850;
}

span.error2 {
	font-size: 90%;
	color: #00b809;
}

.text {
	padding: 0 20px;
}

.text_error {
	margin: 0 20px 40px;
	padding: 10px 20px 0;
	border: 1px solid #bb1850;
}

.text_comment {
	margin: 0 20px 40px;
	padding: 10px 10px 0;
}

.text_result {
	margin: 0 20px 40px;
	padding: 10px 20px 0;
	border: 1px solid #00b809;
}

.text_adArea {
	font-size: 0.8em;
	margin: 0 10px 4px 10px;
}

input.submitType1 {
	width: 140px;
	height: 36px;
}

.boxType_info {
	border: 1px solid #cccccc;
	margin: 0 20px 40px;
	padding: 10px;
}

.boxType_info_2 {
	margin: 0;
	padding: 20px 10px;
	border-top: 4px solid #cccccc;
	border-bottom: 4px solid #cccccc;
}

.boxType_info_title {
	border-bottom: 4px solid #cccccc;
	padding: 4px 10px;
	font-weight: bold;
}

.boxType_info_title_2 {
	border-bottom: 4px solid #cccccc;
	padding: 4px 10px;
}

.boxType_ratingonly {
	margin: 0 20px 10px;
	padding: 12px;
	font-size: 0.9em;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}

#newWindow_500x400 {
	width: 500px;
	height: 400px;
	text-align: center;
	margin: 80px 0 0;
}

#spMenu {
	position: relative;
}

#ask {
	margin-bottom: 40px;
	text-align: center;
}

#ask a {
	padding: 14px 150px;
	color: #ffffff;
	background-color: #0471af;
	text-decoration: none;
}

#ask a:hover {
	padding: 14px 150px;
	color: #ffffff;
	background-color: #1ca5d8;
	text-decoration: none;
}

.q_list {
	margin: 0 10px 10px;
	padding: 0 10px 10px;
	border-bottom: 1px dotted #aaaaaa;
	font-size: 0.8em;
	color: #a7a7a7;
}

.q_list a {
	font-size: 16px;
}

span.state_icon_1 {
	padding-left: 74px;
	background: url('images/state_icon_1.gif') no-repeat left 0px;
}

span.state_icon_2 {
	padding-left: 74px;
	background: url('images/state_icon_2.gif') no-repeat left 0px;
}

span.state_icon_1_1 {
	padding-left: 94px;
	background: url('images/state_icon_1_1.gif') no-repeat left 5px;
}

span.state_icon_2_1 {
	padding-left: 94px;
	background: url('images/state_icon_2_1.gif') no-repeat left 5px;
}

.question {
	margin: 10px 20px 20px;
	padding: 20px 20px 10px;
	line-height: 1.4em;
	background-color: #f3f3f3;
}

span.bg_answerNumberIcon {
	padding: 3px 6px;
	background-color: #ffd5d7;
}

#reply {
	text-align: center;
	margin-bottom: 40px;
	padding: 10px 30px;
}

#reply a {
	padding: 10px 30px;
	color: #ffffff;
	background-color: #0471af;
	text-decoration: none;
}

#reply a:hover {
	padding: 10px 30px;
	color: #ffffff;
	background-color: #1ca5d8;
	text-decoration: none;
}

.answer {
	margin: 0 10px 20px;
	padding: 0 10px;
	border-bottom: 2px dotted #cccccc;
	line-height: 1.4em;
}

.addedIcon {
	margin-bottom: 10px;
}

.textIcon_1 {
	padding: 3px 6px;
	font-size: 0.8em;
	line-height: 2em;
	border: 1px solid #aaaaaa;
	background-color: #dddddd;
}

.subtitle {
	background: #ffffff url('images/subtitle.gif') no-repeat;
	line-height: 36px;
	padding: 0 20px 0 40px;
	font-weight: bold;
	margin-bottom: 20px;
	clear: both;
}

#value {
	height: 150px;
	margin: 0 20px 10px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */

	border: 1px solid #cccccc;     /* 枠線の装飾 */
	background: #ffffff url('images/value.gif') repeat-x;   /* 背景色 */
}

.boxType_value_info {
	margin: 30px;
}

.subTitle_3 {
	margin: 0 0 10px;
}

.section_1 {
	margin: 10px 20px 0;
	padding: 1em;
	font-size: 0.9em;
	background-color: #dddddd;
}

/*--------------------------------  table   --------------------------------*/
table.pickup_table {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	margin: 0;
}

table.pickup_table th.pickup_image {
	width: 128px;
	height: 98px;
	padding: 2px;
	vertical-align: top;
}

table.pickup_table th.pickup_image span.img_border {
	display: block;
	width: 124px;
	height: 94px;
	border: 2px solid #cccccc;
}

table.pickup_table th.pickup_target_name {
	padding: 0 0 0 14px;
	line-height: 1.6em;
	font-weight: normal;
	text-align: left;
}

table.pickup_table td {
	padding: 0 0 4px 14px;
	line-height: 1.6em;
	font-size: 15px;
}

table.pickup_table td.pickup_review {
	padding: 0 0 0 14px;
	line-height: 1.3em;
	font-size: 14px;
}

table.searchBox_table {
	font-size: 0.9em;
	border-collapse: collapse;
	width: 100%;
	text-align: left;
}

table.searchBox_table th {
	font-weight: normal;
}

table.searchBox_table th,
table.searchBox_table td {
	padding: 0 0 0 10px;
	line-height: 2.4em;
	border-bottom: 1px dotted #aaaaaa;
}

table.searchBox_table td select {
	width: 324px;
}

table.searchBox_table td input {
	width: 318px;
}

table.form_table {
	font-size: 0.9em;
	border-collapse: collapse;
	margin: 0 20px;
	text-align: left;
}

table.form_table th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 4px;
}

table.form_table th.thType1 {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 4px;
	line-height: 1.6em;
}

table.form_table th.thType2 {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding: 20px 0 8px;
}

table.form_table td {
	padding: 4px 0 4px 10px;
	line-height: 2em;
}

table.form_table td.tdType1 {
	padding: 4px 0 4px 10px;
	line-height: 1em;
}

table.form_table td.tdType2 {
	padding: 4px 0 4px 10px;
	line-height: 1.6em;
}

table.form_table td select {
	width: 306px;
}

table.form_table td input.inputType1 {
	width: 200px;
}

table.form_table td input.inputType2 {
	width: 300px;
}

table.form_table td textarea {
	width: 410px;
	height: 220px;
}

table.info_table {
	font-size: 0.9em;
	border-collapse: collapse;
	margin: 0;
	text-align: left;
	width: 100%;
}

table.info_table th {
	font-weight: normal;
	padding: 6px 10px;
	width: 80px;
}

table.info_table td {
	padding: 6px 10px;
}

table.info_table_2 {
	font-size: 0.9em;
	border-collapse: collapse;
	margin: 20px 10px;
	text-align: left;
	width: 510px;
}

table.info_table_2 th {
	font-weight: normal;
	padding: 6px 10px;
	width: 80px;
}

table.info_table_2 td {
	padding: 6px 10px;
}

table.info_table_3 {
	font-size: 0.9em;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #f3f3f3;
	width: 100%;
}

table.info_table_3 th {
	text-align: left;
	font-weight: bold;
	padding: 20px 20px 0;
}

table.info_table_3 td {
	padding: 10px 10px 20px;
}

table.info_table_4 {
	font-size: 0.9em;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	border: 1px solid #cccccc;
}

table.info_table_4 th {
	padding: 7px;
	border: 1px solid #cccccc;
	line-height: 1.4em;
	font-weight: bold;
	background-color: #fff1ae;
	text-align: center;
}

table.info_table_4 th.width_30 {
	width: 30%;
}

table.info_table_4 td {
	padding: 7px;
    border: 1px solid #cccccc;
    line-height: 1.4em;
}

table.review_table {
	width: 100%;
	font-size: 13px;
	border-bottom: 1px dashed #aaaaaa;
}

table.review_table th.review_image {
	padding: 10px 30px 10px 10px;
	text-align: center;
}

table.review_table th.review_image2 {
	padding: 10px;
	text-align: center;
}

table.review_table th.review_date {
	text-align: left;
	font-weight: normal;
	padding: 10px 0 0 0;
	color: #a7a7a7;
}

table.review_table th.review_text {
	text-align: left;
	font-weight: normal;
	padding: 10px 10px 0 0;
}

table.review_table th.review_text2 {
	text-align: left;
	font-weight: normal;
	padding: 10px 10px 0 30px;
}

table.review_table td {
	text-align: right;
	padding: 0 10px 10px 0;
}

table.wideContents_table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 15px;
}

table.wideContents_table th {
	padding: 7px;
	border: 1px solid #cccccc;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	background-color: #fff1ae;
}

table.wideContents_table td {
	padding: 7px;
	border: 1px solid #cccccc;
	line-height: 1.6em;
}

table.wideContents_table td span.rank {
	padding: 3px 6px;
	font-size: 0.8em;
}

table.wideContents_table td span.rank_1 {
	padding: 3px 6px;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #ffd700;
	color: #ffffff;
}

table.wideContents_table td span.rank_2 {
	padding: 3px 6px;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #c0c0c0;
	color: #ffffff;
}

table.wideContents_table td span.rank_3 {
	padding: 3px 6px;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #3399cc;
	color: #ffffff;
}

table.links_table {
	width: 100%;
	font-size: 0.8em;
	padding-bottom: 10px;
}

table.links_table th.capture {
	width: 108px;
	height: 70px;
	text-align: left;
	vertical-align: top;
}

table.links_table th.sitename {
	text-align: left;
	font-size: 14px;
}

table.links_table td.siteurl {
	font-size: 10px;
	color: #ff7300;
}

table.value_graph_table {
	margin: 15px 30px;
	font-size: 0.9em;
	border-spacing: 3px;
}

table.value_graph_table th {
	padding: 0 0 6px;
	text-align: center;
}

table.value_graph_table td {
	padding: 0 4px;
	line-height: 14px;
}

table.value_graph_table td.graph {
	width: 100px;
	padding: 0;
	background-color: #ffffff;
}

/*----------------------------------  ul  ----------------------------------*/
ul.pickupQuestionList_ul {
	margin: 0;
	padding: 0;
}

ul.pickupQuestionList_ul li {
	list-style: none;
	background-image: url('images/arrow_gray.gif');
	background-position: 0 3px;
	background-repeat: no-repeat;
	font-size: 0.8em;
	margin-bottom: 8px;
	color: #aaaaaa;
	padding: 0 0 6px 18px;
	line-height: 1.4em;
	border-bottom: 1px dotted #aaaaaa;
}

ul.pickupQuestionList_ul li a {
	font-size: 15px;
}

ul.pager {
	margin: 20px 0 40px;
	padding: 10px 0;
	text-align: center;
	background-color: #c5dfff;
	font-size: 0.9em;
}

ul.pager li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 4px 6px;
	border: 1px solid #bbbbbb;
	background-color: #e5e5e5;
}

ul.pager li.linkBox {
	background-color: #ffffff;
}

ul.sitemap_ul {
	margin: 0 20px;
	padding: 0;
}

ul.sitemap_ul li {
	float: left;
	min-width: 260px;
	white-space: nowrap;
	padding: 0 15px 0 0;
	list-style-position: inside;
	line-height: 1.6em;
}

ul.adArea_ul {
	margin: 0;
	padding: 0;
}

ul.adArea_ul li {
	list-style: none;
	background-image: url('images/arrow_gray.gif');
	background-position: 0 2px;
	background-repeat: no-repeat;
	font-size: 0.8em;
	padding: 0 0 0 18px;
	line-height: 1.6em;
}

ul.adArea_ul li a {
	font-size: 16px;
	font-weight: bold;
}

ul.links_ul {
	margin: 0 40px;
	padding: 0;
	line-height: 1.4em;
}

ul.links_ul li {
	padding-bottom: 4px;
}

ul.about_ul {
	background-color: #f3f3f3;
	margin: 0 20px 40px;
	padding: 20px 30px;
	font-size: 0.9em;
}

ul.about_ul li {
	margin-bottom: 10px;
	line-height: 1.4em;
}

/*----------------------------------  ol  ----------------------------------*/
ol.rule_ol {
	padding: 20px 50px 0;
}

ol.rule_ol li {
	margin: 0;
	font-weight: bold;
}

ol.rule_ol ul {
	margin: 6px 0 20px 20px;
}

ol.rule_ol ul li {
	list-style: disc outside;
	font-weight: normal;
}

ol.rule_ol ol {
	margin: 6px 0 20px;
}

ol.rule_ol ol li {
	list-style: upper-roman inside;
	font-weight: normal;
}

/*----------------------------------  dl  ----------------------------------*/
dl.info_dl {
	margin: 20px 10px;
}

dl.info_dl dt {
	border-left: 6px solid #01a6b0;
	padding: 2px 0 2px 6px;
	font-weight: bold;
	margin: 0 0 10px;
}

dl.info_dl dd {
	font-size: 0.9em;
	margin: 0 0 30px;
}

dl.about_dl {
	background-color: #f3f3f3;
	margin: 0 0 40px;
	padding: 20px 30px;
	font-size: 0.9em;
}

dl.about_dl dt {
	font-weight: bold;
	line-height: 1.4em;
}

dl.about_dl dd {
	margin-bottom: 10px;
	line-height: 1.4em;
}

/*****************************************************************************
	side
*****************************************************************************/
#side {
	float: right;
	width: 300px;
	margin: 0 16px 50px 0;
	_margin: 0 8px 50px 0;
}

.searchBox_side {
	margin-bottom: 20px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}

.searchBox_title_side {
	font-size: 0.9em;
	font-weight: bold;
}

.searchBox_formArea_side {
	padding: 8px;
	border-bottom: 1px solid #cccccc;
}

.searchBox_formArea_side_wrap {
	padding: 10px;
	border: 1px solid #cccccc;
}

input.submitType2 {
	width: 46px;
	margin: 6px 0;
}

input.submitType_3 {
	width: 100%;
}

.subtitle_side {
	background: #dddddd url('none') no-repeat;
	line-height: 30px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 0.9em;
}

.subtitle_side_2 {
	background: #eeeeee url('none') no-repeat;
	line-height: 30px;
	padding: 0 10px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}

.subtitle_side_3 {
	padding: 0 10px;
}

.subtitle_side_4 {
	margin-bottom: 4px;
	text-align: center;
	font-size: 0.8em;
}

.boxType_side {
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	padding: 10px;
	line-height: 1.4em;
	font-size: 0.9em;
}

.boxType_side_2 {
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	line-height: 1.4em;
	font-size: 0.9em;
}

.boxType_side_3 {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 0;
}

.boxType_side_4 {
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	padding: 10px 20px;
	line-height: 1.6em;
	font-size: 0.9em;
}

.boxType_side_2_contents {
	padding: 10px 10px 20px;
}

.surveyResults {
	margin: 10px 0 0;
	padding: 10px;
	background-color: #eeeeee;
	overflow: auto;
	height: 250px;
}

/*--------------------------------  table   --------------------------------*/
table.surveyResults_side_table {
	border-collapse: collapse;
	text-align: left;
	margin: 0;
	padding: 0;
}

table.surveyResults_side_table td {
	margin: 0;
	padding: 0;
}

table.surveyResults_side_table td.targetName {
	padding-top: 6px;
}

table.surveyResults_side_table td.graph {
	width: 200px;
}

/*----------------------------------  ul  ----------------------------------*/
ul.reviewList_side_ul {
	margin: 10px 8px 0;
	padding: 0;
}

ul.reviewList_side_ul li {
	list-style: none;
	background-image: url('images/arrow_gray.gif');
	background-position: 0 4px;
	background-repeat: no-repeat;
	font-size: 0.8em;
	margin-bottom: 8px;
	color: #aaaaaa;
	padding: 0 0 6px 18px;
	line-height: 1.6em;
	border-bottom: 1px dotted #aaaaaa;
}

ul.reviewList_side_ul li a {
	font-size: 15px;
}

ul.questionnaire_side_ul {
	margin: 10px 0 20px;
	padding: 10px;
	background-color: #eeeeee;
	overflow: auto;
	height: 200px;
}

ul.questionnaire_side_ul li {
	list-style: none;
	font-size: 0.8em;
	margin-bottom: 8px;
	line-height: 1.6em;
}

ul.questionnaire_side_ul li a {
	font-size: 15px;
}

ul.menu_side_ul,
ul.menu_side_ul_2 {
	margin: 8px 8px 0;
	padding: 8px 0 0;
	background-color: #ffffff;
}

ul.menu_side_ul li {
	list-style: none;
	background-image: url('images/arrow_gray.gif');
	background-position: 0 4px;
	background-repeat: no-repeat;
	font-size: 0.8em;
	margin-bottom: 8px;
	color: #aaaaaa;
	padding: 0 0 6px 18px;
	line-height: 1.6em;
	border-bottom: 1px dotted #aaaaaa;
}

ul.menu_side_ul_2 li {
	list-style: none;
	background-image: url('images/arrow_gray.gif');
	background-position: 0 4px;
	background-repeat: no-repeat;
	font-size: 0.8em;
	margin-bottom: 8px;
	color: #aaaaaa;
	padding: 0 0 6px 18px;
	line-height: 1.6em;
}

ul.menu_side_ul li a,
ul.menu_side_ul_2 li a {
	display: block;
	font-size: 15px;
}

/*----------------------------------  dl  ----------------------------------*/
dl.searchBox_side_dl {
	margin-bottom: 6px;
}

dl.searchBox_side_dl dt {
	float: left;
	margin: 0;
	padding: 8px 0 0;
	width: 200px;
}

dl.searchBox_side_dl dd {
	margin: 0;
	padding: 0 0 0 210px;
}

dl.searchBox_side_dl dt select {
	width: 200px;
	vertical-align: top;
}

/*****************************************************************************
	footer
*****************************************************************************/
#footer {
	clear: both;
	margin: 0;
	padding: 30px 20px;
	text-align: center;
	font-size: 0.9em;
	border-top: 1px solid #aaaaaa;
}

#footerMenu {
	margin: 0 0 10px;
}

#footerMenu ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#footerMenu li {
	display: inline;
	margin: 0;
	padding: 0;
}


