@charset "utf-8";
/* CSS Document */
body{
	margin:0;
}
p{
	margin:0;
	color:#333333;
}
img{
	border:0;
}
a img:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
	zoom:1;
}
/**/
#header{
	background-image:url(../images/index-00.png);
	background-repeat:repeat;
}
#head{
	width:960px;
	margin:0 auto 0 auto;
	padding:8px 0 8px 0;
	overflow:hidden;
}
#headertop{
	width:960px;
	margin:0 auto 20px auto;
	text-align:center;
	background-image:url(../images/headtop.png);
	background-repeat:no-repeat;
}
#headertop:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
	zoom:1;
}
#headertop p{
	font-size:46px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#headertop p a{
	padding:15px 0 15px 0;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
#logo{
	width:236px;
	margin:2px 0 0 0;
	float:left;
}
#logo a{
	display:block;
}
h1{
	margin:0 0 0 45px;
	padding:0;
	position:absolute;
	letter-spacing:2px;
	color:#333333;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#nav{
	float:right;
}
#nav ul{
	margin:0;
	padding:0;
	overflow:hidden;
}
#nav ul li{
	float:left;
	list-style:none;
}
#nav ul li img{
	display:block;
}
/**/
#pan1{
	background-color:#0076c8;
	border-top:solid 1px #e0e8ed;
	border-bottom:solid 1px #bebdbd;
}
#pan2{
	width:960px;
	margin:0 auto 0 auto;
	padding:3px 0 1px 0;
	background-image:url(../images/index-08-2.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}
#pan2 p{
	margin:0 0 0 25px;
	color:#FFFFFF;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#pan2 p a{
	color:#FFFFFF;
}
#pan2 p a:hover{
	text-decoration:none;
}
/**/
#wrapper{
	width:960px;
	margin:10px auto 0 auto;
}
#main{
	width:700px;
	margin:0 0 10px 0;
	float:left;
}
#main2{
	width:960px;
	margin:0 0 10px 0;
	float:left;
}
.banner{
	margin: 0 0 10px 0;
	display: block;
}
.banner img{
	display: block;
}
h2.search{
	width:660px;
	margin:0 0 10px 0;
	padding:6px 0 6px 40px;
	background-image:url(../images/index-09.png);
	color:#333333;
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.search1{
	margin:0px 0 20px 0;
}
.search1 table{
	width:100%;
	border-collapse:collapse;
    border:0px;
}
.search1 table th{
	width:110px;
	padding:0px 5px 0px 5px;
	border:solid 1px #cdcdcd;
	background-color:#fffee0;
	font-size:12px;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.search1 table td{
	border:solid 1px #cdcdcd;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type=radio]{
	vertical-align:top;
	margin-right:7px;
}
input[type=checkbox]{
	vertical-align:top;
	margin-right:7px;
}
.label1{
	margin:10px 0 10px 15px;
	padding:0 5px 0 0px;
	float:left;
	display:block;
}
.label1:hover{
	background-color:#D0FFFF;
}
.label2{
	width:165px;
	margin:5px 0 5px 15px;
	padding:0 5px 0 0px;
	float:left;
	display:block;
}
.label2:hover{
	background-color:#D0FFFF;
}
.color1{
	color:#FF0000;
}
.search2{
	width:503px;
	margin:10px auto 0 auto;
}
.search2 ul{
	margin:0;
	padding:0;
	overflow:hidden;
}
.search2 ul li{
	width:249px;
	height:37px;
	margin:0 0 0 0px;
	list-style:none;
}
.button1{
	float:left;
}
.button2{
	float:right;
}
input[type=submit][id=submit]{
	width:249px;
	height:37px;
	border:none;
	background-color:#FFFFFF;
	background-image:url(../images/button-01.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
input[type=submit][id=submit]:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
	zoom:1;
	cursor:pointer;
}
input[type=reset][id=reset]{
	width:249px;
	height:37px;
	border:none;
	background-color:#FFFFFF;
	background-image:url(../images/button-02.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
input[type=reset][id=reset]:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
	zoom:1;
	cursor:pointer;
}
h2.tab{
	width:660px;
	margin:0 0 10px 0;
	padding:6px 0 6px 40px;
	background-image:url(../images/index-18.png);
	color:#333333;
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2.cate{
	width:660px;
	margin:0 0 10px 0;
	padding:6px 0 6px 40px;
	background-image:url(../images/category-21.png);
	color:#333333;
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.midashi{
	margin:0 0 10px 0;
}
.search3{
	margin:0px 0 20px 0;
}
.search3 p{
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.search3 table{
	width:100%;
	border-collapse:collapse;
    border:0px;
}
.search3 table th{
	padding:5px 0px 5px 0px;
	border:solid 1px #cdcdcd;
	background-color:#fffee0;
	font-size:12px;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.search3 table td{
	padding:5px 4.5px 5px 4.5px;
	border:solid 1px #cdcdcd;
	text-align:center;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.search3 table td a{
	color: #0076c8;
}
.search3 table td a:hover{
	text-decoration:none;
}
.finance{
	width:100px;
	height:20px;
	margin:0 auto 5px auto;
}
.haba1{
	width:135px;
}
.haba2{
	width:95px;
}
.haba3{
	width:265px;
}
.haba4{
	width:80px;
}
.haba5{
	width:50px;
}
.haba6{
	width:300px;
}
.haba7{
	width:155px;
}
.arrow1{
	width:32px;
	height:15px;
	margin:0 5px 0 0;
	float:right;
}
.arrow2{
	margin:0 2px 0 0;
	float:left;
}
.arrow3{
	margin:0 0px 0 0;
	float:right;
}
.search3 table td.co img{
	margin:3px 0 3px 0;
}
.search3 table td.fe img{
	margin:2px 1px 0px 1px;
}
.search3 table td.go img{
	margin:5px 0px 5px 0px;
}
.search3 table td.point1{
	height:40px;
	padding:0 0 0 25px;
	border-bottom:dotted 1px #999;
	text-align:left;
    vertical-align: middle;
	background-image: url(../images/search_result-02.jpg);
    background-repeat: no-repeat;
    background-position: 2% 50%;
}
.search3 table td.point2{
	height:40px;
	padding:0 0 0 25px;
	border-bottom:dotted 1px #999;
	text-align:left;
    vertical-align: middle;
	background-image: url(../images/search_result-02.jpg);
    background-repeat: no-repeat;
    background-position: 2% 50%;
}
.search3 table td.point3{
	height:40px;
	padding:0 0 0 25px;
	text-align:left;
    vertical-align: middle;
	background-image: url(../images/search_result-02.jpg);
    background-repeat: no-repeat;
    background-position: 2% 50%;
}
.annotation{
}
.annotation p{
	margin: 0 5px 0 5px;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.type{
	margin:10px 0 0px 0;
	overflow:hidden;
}
.type ul{
	margin:0;
	padding:0;
}
.type ul li{
	width:224px;
	height:99px;
	float:left;
	list-style:none;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.type ul li:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
	zoom:1;
	cursor:pointer;
}
.type ul li a{
	width:204px;
	height:79px;
	padding:10px;
	display:block;
	text-decoration:none;
	color:#000000;
}
.type1{
	margin:0 14px 10px 0;
	background-image:url(../images/index-29.png);
	background-repeat:no-repeat;
}
.type2{
	margin:0 14px 10px 0;
	background-image:url(../images/index-58.png);
	background-repeat:no-repeat;
}
.type3{
	margin:0 0px 10px 0;
	background-image:url(../images/index-32.png);
	background-repeat:no-repeat;
}
.type4{
	margin:0 14px 10px 0;
	background-image:url(../images/index-30.png);
	background-repeat:no-repeat;
}
.type5{
	margin:0 14px 10px 0;
	background-image:url(../images/index-33.png);
	background-repeat:no-repeat;
}
.type6{
	margin:0 14px 10px 0;
	background-image:url(../images/index-34.png);
	background-repeat:no-repeat;
}
.type7{
	margin:0 0px 10px 0;
	background-image:url(../images/index-36.png);
	background-repeat:no-repeat;
}
.type8{
	margin:0 14px 10px 0;
	background-image:url(../images/index-44.png);
	background-repeat:no-repeat;
}
.type9{
	margin:0 14px 10px 0;
	background-image:url(../images/index-45.png);
	background-repeat:no-repeat;
}
.type10{
	margin:0 0px 10px 0;
	background-image:url(../images/index-46.png);
	background-repeat:no-repeat;
}
.type11{
	margin:0 14px 10px 0;
	background-image:url(../images/index-47.png);
	background-repeat:no-repeat;
}
.type12{
	margin:0 14px 10px 0;
	background-image:url(../images/index-48.png);
	background-repeat:no-repeat;
}
.type13{
	margin:0 0px 10px 0;
	background-image:url(../images/index-49.png);
	background-repeat:no-repeat;
}
.type14{
	margin:0 0px 10px 0;
	background-image:url(../images/index-50.png);
	background-repeat:no-repeat;
}
.type20{
	margin:10px 0 0px 0;
	overflow:hidden;
}
.type20 ul{
	margin:0;
	padding:0;
}
.type20 ul li{
	width:342px;
	height:99px;
	float:left;
	list-style:none;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.type20 ul li:nth-child(1){
	margin:0 0px 10px 0;
	background-image:url(../images/index-60.png);
	background-repeat:no-repeat;
}
.type20 ul li:nth-child(2){
	margin:0 0px 10px 16px;
	background-image:url(../images/index-61.png);
	background-repeat:no-repeat;
}
.type20 ul li:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
	zoom:1;
	cursor:pointer;
}
.type20 ul li a{
	padding:10px 10px 67px 10px;
	display:block;
	text-decoration:none;
	color:#000000;
}
/**/
h2.result{
	width:920px;
	margin:0 0 10px 0;
	padding:6px 0 6px 40px;
	background-image:url(../images/search_result.png);
	color:#333333;
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/**/
h2.kiso{
	width:660px;
	margin:0 0 10px 0;
	padding:6px 0 6px 40px;
	background-image:url(../images/kiso.png);
	color:#333333;
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.kiso1{
	margin:0px 0 0 0;
	padding:10px 5px 10px 5px;
	background-color:#f6f6f6;
	border-bottom: dotted 1px #ababab;
}
.kiso1 p{
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.kiso2{
	margin:24px 12px 24px 12px;
	padding:0 0 0 0;
}
.kiso2 p{
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/**/
h2.faq{
	width:660px;
	margin:0 0 10px 0;
	padding:6px 0 6px 40px;
	background-image:url(../images/faq.png);
	color:#333333;
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.faq1{
	margin:0px 0 0 0;
	padding:5px 5px 5px 50px;
	background-color: #f6f6f6;
	border-bottom: dotted 1px #ababab;
	background-image:url(../images/faq-03.png);
	background-repeat:no-repeat;
	background-position:5px 50%;
	background-size:35px 35px;
	overflow:hidden;
}
.faq2{
	width:540px;
	margin:8px 0px 0 0;
	float:left;
}
.faq2 p{
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.faq3{
	width:99px;
	height:39px;
	margin:0px 0 0 0;
	float:right;
	background-image:url(../images/faq0.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
.faq3.on{
	width:99px;
	height:39px;
	margin:0px 0 0 0;
	float:right;
	background-image:url(../images/faq1.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
.faq4{
	padding:0 0 0 50px;
	background-image:url(../images/faq-04.png);
	background-repeat:no-repeat;
	background-position:5px 20px;
	background-size:35px 35px;
	overflow:hidden;
}
.faq4 p{
	margin:20px 0 20px 0;
	padding:0 0 0 5px;
	border-left:solid 3px #ffcfcb;
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/**/
#side{
	width:250px;
	margin:0 0 10px 0;
	float:right;
}
h3.rank{
	width:210px;
	margin:0;
	padding:6px 0 4px 40px;
	color:#333333;
	background-image:url(../images/index-11.png);
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h3.column{
	width:210px;
	margin:0;
	padding:6px 0 4px 40px;
	color:#333333;
	background-image:url(../images/index-51.png);
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.side1{
	margin:0 0 10px 0;
	padding:5px 5px 0px 5px;
	background-image:url(../images/index-12.png);
	overflow:hidden;
}
.side1 ul{
	margin:0;
	padding:0;
}
.side1 ul li{
	margin:0 0 5px 0;
	padding:5px 5px 5px 5px;
	background-color:#FFFFFF;
	border:solid 1px #e4e4e4;
	list-style:none;
	overflow:hidden;
}
.side2{
	width:65px;
	height:65px;
	margin:0 5px 0 0;
	float:left;
}
.side3{
	overflow:hidden;
}
.side3 p{
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.side3 p a{
	color:#0076c8;
}
.side3 p a:hover{
	text-decoration:none;
}
.side4{
	margin:0px 0 0 0;
}
.side4 ul{
	margin:0;
	padding:0;
}
.side4 ul li{
	margin:0 0 10px 0;
	list-style:none;
}
.side4 ul li img{
	display:block;
}
/**/
.word{
	margin:0px 0 0 0;
	clear:both;
}
.word ul{
	margin:0;
	padding:0;
}
.word ul li{
	list-style:none;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/**/
h2.company{
	width:660px;
	margin:0 0 10px 0;
	padding:6px 0 6px 40px;
	background-image: url(../images/detail.png);
	color:#333333;
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2.company a{
	color: #0076c8;
}
h2.company a:hover{
	text-decoration: none;
}
.company1{
}
.company1 p{
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.company1 table{
	width:100%;
	border-collapse:collapse;
    border:0px;
}
.company1 table th{
	width:150px;
	padding:5px;
	background-color: #f5f5f5;
	border:solid 1px #cdcdcd;
	font-size:12px;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.company1 table td{
	padding:5px;
	border:solid 1px #cdcdcd;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/**/
h2.cookie{
	width:920px;
	margin:0 0 10px 0;
	padding:6px 0 6px 40px;
	background-image: url(../images/cookie.png);
	color:#333333;
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cookie1{
}
.cookie1 p{
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/**/
h2.sitemap{
	width:660px;
	margin:0 0 10px 0;
	padding:6px 0 6px 40px;
	background-image: url(../images/sitemap.png);
	color:#333333;
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sitemap1{
	padding:5px;
	background-image:url(../images/sitemap-03.png);
}
.sitemap1 ul{
	margin:0;
	padding:5px;
	background-color:#FFFFFF;
}
.sitemap1 ul li{
	padding:0 0 0 10px;
	background-image:url(../images/sitemap-02.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	list-style:none;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sitemap1 ul li a{
	color:#0076c8;
}
.sitemap1 ul li a:hover{
	text-decoration:none;
}
/**/
h2.shindan{
	width:680px;
	height:40px;
	margin:0 0 10px 0;
	padding:10px 0 0 20px;
	background-image: url(../images/shindan_03.png);
	background-repeat:no-repeat;
	font-size:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.shindan1{
}
.shindan1 table{
	width:100%;
	border-collapse:collapse;
    border:0px;
}
.shindan1 table th{
	padding:5px;
	border:solid 1px #e3e3e3;
	background-color: #f6f6f6;
	font-size:14px;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.shindan1 table td{
	padding:5px;
	border:solid 1px #e3e3e3;
	font-size:14px;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.check1{
	display:none;
	color:#FF0000;
}
.check2{
	display:none;
	color:#FF0000;
}
.check3{
	display:none;
	color:#FF0000;
}
select[name=occupation] {
    width:300px;
    font-size:14px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type=text] {
    width:294px;
    font-size:14px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type=submit][id=shindan] {
    width:700px;
    height:50px;
    margin:50px 0 0 0;
    border:0px;
    background-image:url(../images/shindan_02.png);
}
input[type=submit][id=simulation] {
    width:700px;
    height:50px;
    margin:50px 0 0 0;
    border:0px;
    background-image:url(../images/simulation_02.png);
}
.shindan2 {
    margin:50px 0 0 0;
    padding:0px 10px 10px 10px;
    border:solid 5px #f6f6f6;
    text-align:center;
}
.shindan3 {
    width:300px;
    height:30px;
    margin:10px 0 0 0;
    padding:8px 0 0 0;
    background-color:#ffe177;
    text-align:center;
}
.shindan3 p {
	font-size:14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.shindan4 {
    padding:10px;
    border:solid 2px #ffe177;
}
.shindan4 p {
	font-size:14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.text3 {
    color:#FF0000;
    font-size:24px;
    font-weight:bold;
}
.text4{
	text-align: left;
}
.shindan4 table {
    width: 100%;
    border-collapse: collapse;
    border: 0px;
    border-top: solid 1px #ffe177;
    border-left: solid 1px #ffe177;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.shindan4 th {
    width: 200px;
    padding: 5px;
    border-right: solid 1px #ffe177;
    border-bottom: solid 1px #ffe177;
    background-color: #ffffdd;
    font-size: 14px;
    font-weight: normal;
}
.shindan4 td {
    padding: 5px;
    border-right: solid 1px #ffe177;
    border-bottom: solid 1px #ffe177;
    text-align: center;
    font-size: 14px;
}
.shindan5{
    margin:5px 0 50px 0;
    text-align:right;
}
.shindan5 p{
    font-size:12px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.simulation4 table{
	width:100%;
	border-collapse:collapse;
    border:0px;
}
/**/
h2.column{
    width:685px;
    height:45px;
    border-left:solid 5px #008ad2;
    margin:0px 0 10px 0;
    padding:5px 0 0 10px;
    background-color:#f1faff;
    font-size:28px;
    font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.column2{
    margin:0px 0 30px 0;
}
.column2 p{
	margin:0px 0 20px 0;
    font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.column2 p.column2_1{
	margin:-10px 0 20px 0;
}
.column2 ul{
	margin:0 0 0 20px;
	padding:0;
}
.column2 ul li{
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.column2 table{
	width:100%;
	margin:0 0 10px 0;
	border:0;
	border-spacing:0;
	border-top:solid 1px #b3b3b3;
	border-left:solid 1px #b3b3b3;
}
.column2 table th{
	width:135px;
    padding:5px 5px 5px 5px;
    text-align:left;
    vertical-align:middle;
    border-right:solid 1px #b3b3b3;
    border-bottom:solid 1px #b3b3b3;
    background-color:#dddddd;
	font-size:12px;
	font-weight:normal;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.column2 table td{
	padding:5px 5px 5px 5px;
	border-right:solid 1px #b3b3b3;
	border-bottom:solid 1px #b3b3b3;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.column3{
    margin:30px 0 30px 0;
}
.column3 p{
	margin:0;
	font-size:22px;
    font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.column4{
	margin:10px 0 20px 0;
	padding:10px;
	border:solid 5px #E6E6E6;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.column4 img{
	margin:0 auto 0 auto;
	vertical-align: bottom;
}
.column4 a{
	color:#5895d0;
}
.column4 a:hover{
	color:#9cc
}
.column5{
	width:250px;
	height:250px;
	margin:0 auto 10px auto;
}
.column5 img{
	display:block;
}
.column5 a{
	display:block;
}
.column6{
	width:600px;
	height:100px;
	margin:0 auto 10px auto;
}
.column6 img{
	display:block;
}
.column6 a{
	display:block;
}
.column7 img{
	margin:0px auto 10px auto;
	display:block;
}
/**/
.detail1{
    margin:0 0 10px 0;
    overflow:hidden;
}
.detail2{
	width:125px;
	height:125px;
	margin:0 10px 10px 0;
	float:left;
}
.detail3{
    width:553px;
    padding: 0 5px 0 5px;
    float:left;
    border: solid 1px #09F;
}
.detail3 ul{
	margin:0;
    padding:0;
}
.detail3 ul li{
	padding:5px 0 5px 23px;
    background-image:url(../images/search_result-02.jpg);
    background-repeat:no-repeat;
    background-position:0 50%;
    list-style:none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.detail4{
}
.detail4 table{
	width:100%;
    border-collapse:collapse;
    border:0px;
	border-top:solid 1px #CDCDCD;
	border-left:solid 1px #CDCDCD;
}
.detail4 table th{
	padding:10px;
    background-color:#fffee0;
    border-right:solid 1px #CDCDCD;
	border-bottom:solid 1px #CDCDCD;
    font-size:12px;
    font-weight:normal;
}
.detail4 table td{
	padding: 10px;
    border-right:solid 1px #CDCDCD;
	border-bottom:solid 1px #CDCDCD;
    font-size:12px;
    text-align:center;
}
.detail4 table td img{
	margin: 0 2px 0 2px;
}
.detail5{
	width:189px;
	height:43px;
	margin:20px auto 10px auto;
}
.detail6{
	width: 700px;
    margin: 10px 0 20px 0;
	border-top: 3px solid #438dca;
}
h3.detail{
	margin:10px 0 10px 0;
	padding:5px;
	background-color:#cce4f4;
	font-size:14px;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.detail6 p{
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.detail6 table{
	width:100%;
    border-collapse:collapse;
    border:0px;
}
.detail6 table th{
	width:150px;
	padding:10px;
    background-color:#f5f5f5;
    border:solid 1px #CDCDCD;
	text-align:center;
    font-size:12px;
    font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.detail6 table td{
	padding:10px;
    border:solid 1px #CDCDCD;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/**/
#footer{
	margin:10px 0 0 0;
	border-top:solid 2px #66c2ff;
	background-color: #333333;
	overflow:hidden;
}
#foot{
	width:960px;
	margin:0 auto 0 auto;
	padding:15px 0 15px 0;
	overflow:hidden;
}
#foot p{
	float:left;
	color:#FFF;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#foot ul{
	width:365px;
	margin:0;
	padding:0;
	float:right;
}
#foot ul li{
	float:left;
	list-style:none;
	color:#FFFFFF;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#foot ul li a{
	color:#FFFFFF;
}
#foot ul li a:hover{
	text-decoration:none;
}