﻿@charset "UTF-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■layout
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body {
	font-size: 12px;
	color: #333;
	font-family:"メイリオ","Osaka","ＭＳ Ｐゴシック";
	background: #fff;
	background: url(../common_img/bg.gif) top center no-repeat;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	text-align: center;
}	

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

img {
	border: none;
	vertical-align: top;
}

a {
	overflow: hidden;
}

.clear {
	clear: both;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■font
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.bold {
	font-weight: bold;
}

.red {
	color: #c61817;
}

.red_bold {
	color: #c61817;
	font-weight: bold;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■header
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

h1 { 
	font-size: 10px;
	font-weight: normal;
	padding: 10px 0 0 20px;
	letter-spacing: 1px;
	text-align: left;
	height: 20px:
}

#header {
	width: 800px;
	height: 55px;
}

#logo {
	float: left;
}

/*h_navi*/

#hnavi {
	float: right;
	padding: 21px 0 0 0;
	letter-spacing: 1px;
}

#hnavi li {
	list-style: none;
	display: inline;
	padding: 0 5px;
}

#hnavi a:link{
	font-size: 11px;
	color: #111;
	text-decoration: underline;
	background: none;
	font-weight: bold;
	padding: 0;
}

#hnavi a:visited{
	font-size: 11px;
	color: #111;
	text-decoration: underline;
	background: none;
	font-weight: bold;
	padding: 0;
}

#hnavi a:hover,a:active{
	font-size :11px;
	color: #333;
	text-decoration: none;
	background: none;
	font-weight: bold;
	padding: 0;
}

#hnavi li.home {
	background: url(../common_img/icon_home.gif) no-repeat;
	padding: 0 0 0 20px;
	
}

#hnavi li.results {
	background: url(../common_img/icon_results.gif) no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 0 10px;
	
}

#hnavi li.ask {
	background: url(../common_img/icon_ask.gif) no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 0 10px;
	
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■global navigation
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

ul#global_navi {
	background: url(../common_img/bg_gnavi_cms.gif) repeat-x;
	width: 800px;
	height: 35px;
}

ul#global_navi li {
	float: left;
	list-style-type: none;
	font-size: 12px;
	padding: 10px 0;
	letter-spacing: 1px;
	height: 15px;
	width: 400px;
}

ul#global_navi li a {
	border: none;
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	background: none;
}

ul#global_navi li a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	padding: 0;
	background: none;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■sub navigation
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#sub_navi {
	text-align: left;
	width: 764px;
	margin: 0 auto;
	padding: 5px 12px;
	background: #a3c546;
}

#sub_navi a:link{
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: url(../common_img/icon_sub_cms.gif) no-repeat #a3c546;
	padding: 5px 5px 5px 20px;
}

#sub_navi a:visited{
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: url(../common_img/icon_sub_cms.gif) no-repeat #a3c546;
	padding: 5px 5px 5px 20px;
}

#sub_navi a:hover,a:active{
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: url(../common_img/icon_sub_cms.gif) no-repeat #77a007;
	padding: 5px 5px 5px 20px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■content
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#content {
	width: 650px;
	margin: 15px auto 0;
	text-align: left;
}

#content p {
	margin: 0px 10px 10px 10px;
	line-height: 180%;
	letter-spacing: 0.7px;
}

#content ul {
	margin: 5px 10px 10px 25px;
	line-height: 180%;
	letter-spacing: 0.7px;
}

/*pan_navi*/

#pan_navi {
	text-align: left;
	margin: 0 0 10px 0px;
	padding: 0 0 0 5px;
	font-size: 10px;
}

#pan_navi a:link{
	font-size: 10px;
	color: #333;
	text-decoration: underline;
}

#pan_navi a:visited{
	font-size: 10px;
	color: #333;
	text-decoration: underline;
}

#pan_navi a:hover,a:active{
	font-size :10px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

h2.img {
	margin: 0 0 10px 0;
}

h2.text {
	font-size: 14px;
	font-weight: bold;
	color: #111;
	background: url(../common_img/bg_h2.gif) no-repeat;
	width: 630px;
	height: 29px;
	padding: 13px 0 5px 25px;
	text-align: left;
	letter-spacing: 1px;
}

h3.text {
	margin: 3px 10px 10px 10px;
	color: #111;
	font-weight: bold;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 1px;
	background: url(../common_img/dot.gif) repeat-x left bottom;
}

h3.title {
	margin: 3px 10px 10px 10px;
	color: #111;
	font-weight: bold;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 1px;
	background: url(../common_img/dot.gif) repeat-x left bottom;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■page_footer
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.page_footer {
	text-align: center;
}

.page_footer a:link{
	font-size: 10px;
	color: #333;
	text-decoration: underline;
}

.page_footer a:visited{
	font-size: 10px;
	color: #333;
	text-decoration: underline;
}

.page_footer a:hover,a:active{
	font-size :10px;
	color: #555;
	text-decoration: none;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■page_up
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.page_up {
	text-align: right;
}

.page_up a:link{
	font-size: 10px;
	color: #333;
	text-decoration: underline;
}

.page_up a:visited{
	font-size: 10px;
	color: #333;
	text-decoration: underline;
}

.page_up a:hover,a:active{
	font-size :10px;
	color: #555;
	text-decoration: none;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■footer
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#footer_navi {
	width: 800px;
	clear: both;
	font-size: 10px;
	border-top: dotted 1px #ccc;
	text-align: center;
	padding: 10px 0;
}

#footer_navi ul {
	line-height: 180%;
}

#footer_navi li {
	list-style: none;
	display: inline;
	padding: 0 5px;
}

#footer {
	font-size: 10px;
	background: #ccc;
	border-bottom: #333 3px solid;
	border-top: solid 1px #ccc;
	padding: 15px 0 10px 0;
	color: #111;
	letter-spacing: 1px;
}

#footer p {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 5px 0;
}

/*foote_navi*/

#footer_navi a:link{
	font-size: 10px;
	color: #333;
	text-decoration: underline;
	background: none;
	padding: 0;
}

#footer_navi a:visited{
	font-size: 10px;
	color: #333;
	text-decoration: underline;
	background: none;
	padding: 0;
}

#footer_navi a:hover,a:active{
	font-size :10px;
	color: #333;
	text-decoration: none;
	background: none;
	padding: 0;
}

/*copyright*/

#footer a:link{
	font-size: 10px;
	color: #333;
	text-decoration: none;
	background: none;
	padding: 0;
}

#footer a:visited{
	font-size: 10px;
	color: #333;
	text-decoration: none;
	background: none;
	padding: 0;
}

#footer a:hover,a:active{
	font-size :10px;
	color: #333;
	text-decoration: underline;
	background: none;
	padding: 0;
}

/*concept*/

#concept {
	width: 800px;
	font-size: 10px;
	border-top: dotted 1px #ccc;
	padding: 10px 0;
	margin: 0 auto;
	text-align: left;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■link
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

a:link {
	font-size: 12px;
	color: #333;
	text-decoration: underline;
	background: none;
}

a:visited {
	font-size: 12px;
	color: #333;
	text-decoration: underline;
	background: none;
}

a:hover {
	font-size :12px;
	color: #333;
	text-decoration: none;
	background: none;
}

a:active {
	font-size :12px;
	color: #333;
	text-decoration: none;
	background: none;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■回り込み
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.rotation {
	margin: 15px 0 0 0;
	padding: 0 10px;
}

.rotation_img {
	float: left;
	width: 200px;
	margin: 0 0 15px 0;
}

.rotation_box {
	width: 420px;
	float: right;
	padding: 0 0 0 10px;
	margin: 0 0 15px 0;
}

.dot_rotation {
	width: 630px;
	margin: 0 15px 0 10px;
	clear: both;
}

.rotation_box h3 {
	margin: 0 10px 10px 10px;
	color: #111;
	font-weight: bold;
	letter-spacing: 1px;
}

.rotation_box h3 a:link {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}

.rotation_box h3 a:visited {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}

.rotation_box h3 a:hover {
	font-size :14px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: none;
}

.rotation_box h3 a:active {
	font-size :14px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: none;
}

.rotation_bt {
	width: 405px;
	text-align: right;	
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■誘導ボタン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#instruction {
	text-align: center;
	margin: 0 auto 15px;
	width: 660px;
}

.top_cms {
	width: 315px;
	height: 50px;
	padding: 65px 0 0 0;
	background: url(../images/bt_results.gif) no-repeat;
	float: left;
}

.top_mt {
	width: 315px;
	height: 50px;
	padding: 65px 0 0 0;
	background: url(../images/bt_ask.gif) no-repeat;
	float: right;
}











