/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
body{
	color: #2D2D2D;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #9acd32;
}
a{
	text-decoration: none;
	color: #2D2D2D;
}
a:hover{
	text-decoration: underline;
}
iframe{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input[type="text"],button{  
    outline: 0;
}
textarea{
    outline: 0;
}
select{
    outline: 0;
}
.a1{
	font-size: 18px;
	font-weight: bold;
	color: #006699;
}
.a1:hover{
}
.a2{
	background-color: #EAEAEA;
	border: 1px solid #D5D5D5;
	padding-right: 5px;
	padding-left: 5px;
}
.a2:hover{
}
.a3{
	text-decoration: underline;
}
.a3:hover{
	text-decoration: none;
}
.a4{
	font-size: 12px;
	color: #666666;
}
.t1{
	color: #CC0000;
}
.t2{
	background-color: #999999;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
}
.t3{
	color: #CC00CC;
	font-weight: bold;
}
.t4{
	font-size: 20px;
}
.t5{
	font-weight: bold;
	color: #0066CC;
}
.p1{
	margin-top: 10px;
	margin-bottom: 10px;
}
.p2{
	font-size: 12px;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.center{
	text-align:center;
}
.b1{
	color: #FFFFFF;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #990000;
	text-align: center;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #ABABAB;
	border-bottom-color: #ABABAB;
	text-decoration: none;
	width: 100%;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: solid;
}
.b1:hover{
	text-decoration: none;
	cursor:pointer;
	background-color: #cd5c5c;
}
.icon01{
	margin-right: 5px;
}
.form_msg{
	font-weight: bold;
	background-color: #F6F6F6;
	padding: 20px;
	margin-bottom: 20px;
}

h2{
	font-weight: normal;
}
ul{
	list-style-type: none;
}
textarea{
	resize: vertical;
}
.submit1{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.submit2{
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.button1{
	color: #FFFFFF;
	border-radius: 10px;


    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #666666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.button02{
	float: right;
	color: #FFFFFF;
	border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
	background-color: #333333;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
	color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
.button02:hover{
	cursor:pointer;
	background-color: #666666;
}
.button03{
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.button04{
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.button05{
	border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
	background-color: #333333;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
	color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.button05:hover{
	cursor:pointer;
	background-color: #666666;
}

.line1{
	border-top-width: 3px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.title_category{
	font-size: 16px;
	font-weight: bold;
}

.base{
	background-color: #F6F6F6;
}
.footer_menu{
	background-color: #EAEAEA;
}
.footer{
	background-color: #333333;
}
.main{
	width: 1120px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header{
	height: 60px;
	margin-top: 20px;
}
#logo{
	float: left;
	width: 240px;
}
#header_search{
	float: left;
	width: 300px;
}
#header_menu{
	float: right;
	width: 400px;
	text-align: right;
	font-size: 12px;
}
#header_menu li{
	margin-right: 5px;
	display:inline;
}
#menu{
}
#mainmenu{
	padding: 10px;
}
#mainmenu a{
	font-size: 17px;
	border-bottom-width: 4px;
	margin-right: 20px;
	margin-left: 20px;
}
#mainmenu a:hover{
	border-bottom-style: solid;
	border-bottom-color: #9acd32;
	color: #9acd32;
	text-decoration: none;
}
#mainmenu .act{
	border-bottom-style: solid;
	border-bottom-color: #9acd32;
	color: #9acd32;
}
#mainmenu li{
	display: inline;
}
.mainmenu_line{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D5D5D5;
}
#submenu{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	padding-top: 10px;
	padding-bottom: 10px;
}
#submenu a{
	margin-right: 10px;
	margin-left: 10px;
}
#submenu a:hover{
	text-decoration: underline;
}
#submenu li{
	display: inline;
}

#contents{
	overflow:hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#contents_main{
	float: left;
	width: 730px;
}
#contents_side{
	width:340px;
	float: right;
}
.top_image{
	height: 400px;
	width: 730px;
	margin-bottom: 20px;
}
.top_qa{
	background-color: #EAEAEA;
	margin-bottom: 30px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	padding: 20px;
}
.top_pickup{
	background-color: #FFFFFF;
	height: 600px;
	border: 1px solid #999999;
	width: 730px;
	margin-bottom: 20px;
}
.top_new{
	background-color: #FFFFFF;
	margin-bottom: 30px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
}
.side_ad_m{
	margin-bottom: 20px;
	font-size: 12px;
	text-align: center;
}
.side_ad_m img{
	height: 280px;
	width: 340px;
}
.side_ad_s{
	margin-bottom: 30px;
	font-size: 12px;
	text-align: center;
}
.side_ad_s img{
	height: 120px;
	width: 340px;
}

.qa_input{
	border-radius: 10px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #FFFFFF;
	margin-bottom: 10px;

	border: 1px solid #999999;
} 
.qa_text{
	margin: 10px;
	width: 650px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
	height: 50px;
	padding: 10px;
	line-height: 1.5em;
}
.qa_bottom{
	overflow:hidden;
}
.qa_bottom_link{
	float: left;
}

.top_title {
	position: absolute;
	color: #ffffff;
	font-size: 16pt;
	line-height: 1;
	box-shadow:1px 3px 7px 0px  #666666;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	background-color: #2f4f4f;
	width: 140px;
	margin-top: -20px;
	margin-right: -10px;
	margin-bottom: 20px;
	margin-left: -10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.top_title:after, top_title:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #808080;
}
.top_title:after {
    left: 0;
    border-right: 5px solid #808080;
}
.top_title:before {
    right: 0;
    border-left: 5px solid #808080;
}
.new_box{
	padding-top: 20px;
}
.new_line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 10px;
	padding: 5px;
}
.new_item{
	overflow:hidden;
}
.new_date{
	float: left;
	width: 300px;
}
.new_answer{
	float: right;
	width: 100px;
	text-align: right;
}
.new_title{
	float: left;
}
.new_icon{
	float: right;
	width: 50px;
}
.new_more{
	text-align: center;
	padding: 10px;
}

.top_info{
	overflow:hidden;
	margin-bottom: 30px;
}
.info_box{
	background-color: #FFFFFF;
	float: left;
	border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 315px;
	padding: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 360px;
	text-align: center;
}
.info_box:hover{
}
.info_title{
	margin-bottom: 10px;
}
.info_title a{
	font-size: 24px;
	font-weight: normal;
}
.info_image{
}
.info_text{
	text-align: left;
}
.info_category{
	text-align: right;
}
.info_category a:hover{
	text-decoration: none;
	background-color: #CCCCCC;
}

.title_link{
	padding-left: 50px;
	font-size: 16px;
	font-weight: normal;
}
.info_box_r{
	float: right;
}

.side_today{
	margin-bottom: 30px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #FFFFFF;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.side_today_title {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 20px;
	border-bottom-color: #999999;
}
.side_today_data{
	margin: 10px;
	overflow:hidden;
}
.side_today_date{
	text-align: right;
}
.side_today_info{
	padding: 20px;
}
.side_today_data img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.side_today iframe{
	display:inline;
}
.side_list1{
	margin-bottom: 30px;
}
.side_list1_title{
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
}
.side_list1_line{
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}

.side_ex{
	text-align: center;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #EAEAEA;
}
.side_ex_title{
	margin-bottom: 10px;
}
.side_ex_result{
}
.side_ex_input{
	padding: 5px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 80px;
	border: 1px solid #999999;
	text-align: right;
}
.side_ex_select{
	padding: 4px;
	border: 1px solid #999999;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.side_ex_submit{
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	border: 1px solid #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
}
.side_ex_submit:hover{
	cursor:pointer;
}
.side_ex_data{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.side_ex_result{
	background-color: #FFFFFF;
	padding: 5px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #AAAAAA;
	font-weight: bold;
	color: #FF6600;
}
.side_login{
	border-radius: 10px;

    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #EAEAEA;
	margin-bottom: 30px;
}
.side_login_box{
	background-color: #FFFFFF;
	border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
	background-image: url(/images/loginbg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.side_login_submit{
	border-radius: 8px;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 5px;
	width: 100px;
	border: 1px solid #ECECEC;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #191970;
}
.side_login_submit:hover{
	background-color: #4169e1;
}
.side_login_submit a{
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
.side_login_submit a:hover{

}
.side_login_box ul{
	text-align: left;
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
}
.side_login_box li{
}
.side_login_info{
}
.marker{
	vertical-align: baseline;
	margin-right: 5px;
	margin-left: 5px;
}
.relation{
	overflow:hidden;
	border-radius: 10px;


    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #008080;
	padding: 10px;
	margin-bottom: 30px;
}
.relation_title{
	float: left;
	text-align: center;
	width: 80px;
	color: #FFFFFF;
	padding-top: 10px;
	font-weight: bold;
}
.relation_box{
	background-color: #FFFFFF;
	border-radius: 10px;

    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: right;
	padding: 10px;
	width: 600px;
}
.relation_box li{
	display:inline;
	margin-right: 10px;
}
.relation_box a{
}
.relation_box a:hover{
}
.list_prenext{
	margin-top: 30px;
	margin-bottom: 30px;
}
.list_prenext ul {
	text-align: center;
}

.list_prenext ul li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

.list_prenext ul li span{
	font-weight: bold;
}
.list_prenext ul li span,
.list_prenext ul li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	text-decoration: none;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.list_prenext ul li a:hover {
	border: 1px solid #CCCCCC;
}

.list_category{
	display:none;
	overflow:hidden;
	background-color: #FFFFFF;
	padding: 10px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.list_category ul{
	float: left;
	width: 300px;
	border: 1px solid #CCCCCC;
}
.list_category li{
	padding: 5px;
}
.list_category li:hover{
	background-color: #CCFFCC;
}
.list_category select{
	float: left;
	width: 50%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.member_logout{
	margin-bottom: 10px;
	font-size: 12px;
	color: #999999;
	text-align: right;
}

.close{
	text-align: right;
}
.close:hover{
	cursor:pointer;
}
.page_info{
	margin-top: 30px;
	margin-bottom: 30px;
}
.page_info span{
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.page_menu{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #818181;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.page_menu ul{
	margin-left: 10px;

}
.page_menu li{
	display:inline-block;
}
.page_menu img{
	float: right;
	position: relative;
}
.page_menu a{
	padding: 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #818181;
	border-right-color: #818181;
	border-bottom-color: #818181;
	border-left-color: #818181;
}
.page_menu a:hover{
	text-decoration: none;
	background-color: #D5D5D5;
}
.page_menu_act{
	background-color: #D5D5D5;
}

.required{
	font-size: 12px;
	margin-left: 5px;
	color: #FF6600;
}

.list_category_change{
	font-weight: bold;
	text-align: right;
	font-size: 14px;
	margin-left: 10px;
}
.list_category_change:hover{
	cursor:pointer;
}
.category_select{
	display:none;
}
.nodata{
	text-align: center;
	padding: 30px;
}

button:hover{
	cursor:pointer;
}

#header_search dl.search{
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:6px;
}
#header_search dl.search dt{
	padding:3px;
}
#header_search dl.search dt input{
	width:86%;
	height:28px;
	line-height:30px;
	background:none;
	border:none;
	padding-left: 5px;
}
#header_search dl.search dd{
	position:absolute;
	top:0;
	right:0;
}
#header_search dl.search dd button{
	display:block;
	padding:6px;
	background:none;
	border:none;
}
#header_search dl.search dd button span{
	display:block;
	width:30px;
	height:30px;
	background:url('/images/search.png') no-repeat scroll 0 0;
}
.footer_box{
	float: left;
	width: 200px;
}
.footer_title{
	font-weight: bold;
}

.list_sort{
	overflow:hidden;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.list_sort li{
	display:inline;
	padding-right: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.list_sort a{
	font-size: 20px;
}
.list_sort a:hover{
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.list_sort_act{
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.footer_menu_frame{
	overflow:hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}
.footer_box1{
	float: left;
	width: 500px;
	height: 250px;
}
.footer_box2{
	float: left;
	width: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 20px;
	height: 250px;
}
.footer_box1 ul{
}
.footer_box2 ul{
}
.footer_list1 li{
	display:inline-block;
	width: 150px;
}
.footer_list2 li{
	display:inline-block;
	width: 80px;
}
.footer_title{
	font-weight: bold;
	margin-top: 10px;
	font-size: 16px;
}
.footer_frame{
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer_frame a{
	color: #FFFFFF;
}
.footer_frame li{
	display:inline;
	margin-right: 10px;
}
.navi{
	padding: 10px;
	font-size: 14px;
}
.navi a{
}
.navi li{
	display:inline;
	padding-right: 2px;
}
