@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #333333;
	background-color: #F5F8E0;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
img {
	vertical-align: top;
	border: 0;
}
a {
	color: #0099CC;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}

li {
	list-style-type: none;
}
p {
	line-height: 150%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.pad {
	padding: 15px;
}


/*レイアウト
------------------------------------------------------------*/

#base {
	width: 950px;
	background-color: #FFFFFF;
	border: 2px solid #E0E6C4;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#base #cont {
	float: left;
	width: 930px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DAE1E7;
	border-bottom-color: #DAE1E7;
	padding: 10px;
}


/*ヘッダー
------------------------------------------------------------*/
#base #head {
	height: 90px;
	position: relative;
	width: 950px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #BFD674;
	margin-bottom: 1px;
}
#head h1 {
	font-size: 10px;
	position: absolute;
	left: 15px;
	margin: 0px;
	padding: 0px;
	top: 2px;
	font-weight: normal;
	color: #4AA4CE;
	line-height: 16px;
}
#head #logo {
	position: absolute;
	left: 15px;
	top: 20px;
}

#head #h_bn {
	position: absolute;
	right: 15px;
	top: 25px;
}

#head ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 15px;
	top: 2px;
}
#head li {
	display: inline;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px;
	font-size: 12px;
	line-height: 16px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
}

/*ナビ
------------------------------------------------------------*/
#navi ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#navi li a {
	display: block;
	float: left;
	margin-right: 1px;
	padding-right: 10px;
	padding-left: 30px;
	line-height: 20px;
	color: #FFFFFF;
	height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7AAB27;
	background-image: url(img/navi_li.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navi {
	background-color: #94C91E;
	height: 22px;
	padding-top: 2px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #79A530;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #87AE1E;
}
#navi li a:hover {
	background-position: 0px -20px;
}

/*パン屑リスト
------------------------------------------------------------*/
#pan {
	font-size: 13px;
	line-height: 22px;
	padding-left: 10px;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	position: relative;
	height: 22px;
	clear: both;
	padding-top: 1px;
}


/*メイン
------------------------------------------------------------*/

#main {
	float: left;
	width: 620px;
}
#main #top_img {
	height: 130px;
	padding: 1px;
	border: 1px solid #CCCCCC;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 15px;
	background-image: url(img/top_img.jpg);
	background-position: 1px 1px;
}
#main #top_img p {
	line-height: 18px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 440px;
	position: absolute;
	top: 40px;
	left: 160px;
}
#main h2 {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #7CAD25;
	margin: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	line-height: 28px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B7D95E;
	background-image: url(img/h2.gif);
	clear: both;
}

#main h3 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #CFE28D;
	line-height: 22px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #C9EF65;
	clear: both;
	background-image: url(img/h3.gif);
	background-repeat: no-repeat;
	letter-spacing: 1px;
}

#main h3.h3_2 {
	font-size: 16px;
	line-height: 30px;
	background-color: #F0F0F0;
	background-image: none;
	border-bottom-color: #7DAE26;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	color: #333333;
	padding-right: 10px;
	padding-top: 5px;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main h3.h3_3 {
	font-size: 16px;
	line-height: 30px;
	background-color: #F6F6F6;
	background-image: none;
	border-bottom-color: #7DAE26;
	color: #333333;
	padding-right: 10px;
	padding-top: 5px;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-left-style: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*メイン追加分ここから
------------------------------------------------------------*/
#main h3.h3_4 {
	font-size: 16px;
	line-height: 35px;
	background-color: #ffffff;
	background-image: url(img/doc.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	border-bottom-color: #7DAE26;
	border-left-color: #7DAE26;
	color: #333333;
	padding-right: 10px;
	padding-top: 0px;
	padding-left: 45px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-left-style: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#main h3.h3_5 {
	font-size: 16px;
	line-height: 30px;
	background-color: #F6F6F6;
	background-image: url(img/doc.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	border: 1px solid #DDDDDD;
	border-bottom-color: #7DAE26;
	color: #333333;
	padding-right: 10px;
	padding-top: 8px;
	padding-left: 45px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main #line_box {
	padding: 1px;
	border: 1px solid #DDDDDD;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	clear: both;
}

span.red {
	font-weight: normal;
	color: #FF0000;
}

div.center {
	text-align: center;
}

#main #line_box {
	padding: 1px;
	border: 1px solid #DDDDDD;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	clear: both;
}

/*ページ下ナビ
------------------------------------------------------------*/
.page_bnavi {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
	padding: 6px;
	background-color: #7DAE26;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
}

.page_bnavi a {
	color: #FFFFFF!important;
	text-decoration: underline!important;
}
.page_bnavi a:hover {
	color: #FFFF80!important;
	text-decoration: none!important;
}


/*メイン追加分ここまで
------------------------------------------------------------*/

#main h4 {
	color: #729F24;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7DAE26;
}

#main .img_left {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#top_img .top_img_title {
	position: absolute;
	left: 155px;
	top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #6C9823;
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7D95E;
	line-height: 24px;
}

#main h3.h3_nomargin {
	margin-bottom: 0px;
}

/*カテゴリリスト
------------------------------*/

#list_box {
	padding: 1px;
	border: 1px solid #DDDDDD;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	clear: both;
}
#main #list_box h3.h3_3 {
	margin: 0px;
}
#main #list_box li {
	background-color: #F6F6F6;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#main #list_box li:hover {
	background-color: #FFFFFF;
	background-image: url(img/li2.gif);
}
#main #list_box ul {
	margin: 0px;
	padding: 10px;
}

/*ボタン
------------------------------*/
.btn_kaisetsu a,
.btn_moushikomi a,
.btn_moushikomi2 a,
.btn_kounyuu a,
.btn_shiryou a,
.btn_kuwashiku a {
	background-color: #F0F0F0;
	display: block;
	height: 60px;
	width: 400px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-indent: -10000px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.btn_kaisetsu a {
	background-image: url(img/btn_kaisetsu.gif);
}
.btn_moushikomi a {
	background-image: url(img/btn_moushikomi.gif);
}
.btn_moushikomi2 a {
	background-image: url(img/btn_moushikomi2.gif);
}
.btn_kounyuu a {
	background-image: url(img/btn_kounyuu.gif);
}
.btn_shiryou a {
	background-image: url(img/btn_shiryou.gif);
}
.btn_kuwashiku a {
	background-image: url(img/btn_kuwashiku.gif);
}
.btn_kaisetsu a:hover,
.btn_moushikomi a:hover,
.btn_moushikomi2 a:hover,
.btn_kounyuu a:hover,
.btn_shiryou a:hover,
.btn_kuwashiku a:hover {
	background-position: 0px -60px;
}

.btn_syousai a {
	background-color: #F0F0F0;
	display: block;
	height: 40px;
	width: 190px;
	float: right;
	text-indent: -10000px;
	background-image: url(img/btn_syousai.gif);
}
.btn_syousai a:hover {
	background-position: 0px -40px;
}

.btn_totop {
	text-align: right;
	clear: both;
	padding-right: 5px;
	padding-bottom: 10px;
}

/*トップランキング
------------------------------*/
#main h3.h3_rank {
	font-size: 18px;
	line-height: 30px;
	background-color: #F6F6F6;
	background-image: none;
	border-bottom-color: #7AAB27;
	color: #333333;
	padding-right: 10px;
	padding-top: 5px;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-left-style: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
#main .top_rank_box {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
}

.top_rank_box .top_rank_title01 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	padding-top: 16px;
	padding-left: 95px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	color: #CC3300;
	margin-bottom: 10px;
	background-image: url(img/top_rank01.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.top_rank_box .top_rank_title02 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	padding-top: 16px;
	padding-left: 95px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #666666;
	margin-bottom: 10px;
	background-image: url(img/top_rank02.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.top_rank_box .top_rank_title03 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	padding-top: 16px;
	padding-left: 95px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D8AD84;
	color: #83562E;
	margin-bottom: 10px;
	background-image: url(img/top_rank03.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}


/*ボックス
------------------------------------------------------------*/
#main .box_wrap {
	padding-bottom: 10px;
	float: left;
	clear: both;
	width: 620px;
}
#main .box_wrap h3 {
	margin: 0px;
	background-color: #7AAB27;
	border-left-color: #C9EF65;
	background-image: none;
}

#main .box_wrap .box3_rank {
	float: left;
	width: 197px;
	margin-left: 5px;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
#main .box_wrap .box3_rank h4 {
	color: #FFFFFF;
	background-color: #1F4868;
	margin: 0px;
	padding-right: 5px;
	padding-left: 40px;
	font-size: 14px;
	line-height: 24px;
	padding-top: 3px;
	padding-bottom: 1px;
	background-image: url(img/box3_rank_h4.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom-style: none;
}
#main .box_wrap .box3_rank ul {
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 1px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#main .box_wrap .box3_rank li a {
	line-height: 20px;
	padding-left: 30px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DFDFDF;
	padding-top: 1px;
	padding-bottom: 1px;
}
#main .box_wrap .box3_rank li.rank_01 a {
	background-image: url(img/box3_rank01.gif);
}
#main .box_wrap .box3_rank li.rank_02 a {
	background-image: url(img/box3_rank02.gif);
}
#main .box_wrap .box3_rank li.rank_03 a {
	background-image: url(img/box3_rank03.gif);
}
#main .box_wrap .box3_rank li.rank_04 a {
	background-image: url(img/box3_rank04.gif);
}
#main .box_wrap .box3_rank li.rank_05 a {
	background-image: url(img/box3_rank05.gif);
}

#main .box_wrap .box_2 {
	float: left;
	width: 300px;
	margin-left: 5px;
	border: 1px solid #DDDDDD;
	height: 180px;
	margin-bottom: 10px;
	padding: 1px;
}
.box_wrap .box_2 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.box_wrap .box_2 li {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
	display: block;
	margin-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DFDFDF;
	font-size: 13px;
}

#main .box_wrap p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 13px;
	padding: 0px;
	line-height: 140%;
}


/*サイド
------------------------------------------------------------*/
#side {
	float: right;
	width: 302px;
}

#side .side_box {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#side .side_bn {
	margin-bottom: 10px;
	text-align: center;
}

#side h3 {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #27AAE2;
	line-height: 24px;
	padding-left: 50px;
	margin: 0px;
	height: 26px;
	padding-top: 7px;
	background-image: url(img/side_h3.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

/*サイド画像追加分
------------------------------------------------------------*/
#side h3.h3_2 {
	font-size: 16px;
	color: #333333;
	background-color: #27AAE2;
	line-height: 24px;
	padding-left: 50px;
	margin: 0px;
	height: 26px;
	padding-top: 7px;
	background-image: url(img/side_h3wmoney2.jpg);
	background-repeat: no-repeat;
}

#side h3.h3_star {
	background-image: url(img/side_h3gstar.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_tenbin {
	background-image: url(img/side_h3gtenbin.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_money {
	background-image: url(img/side_h3gmoney.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_money2 {
	background-image: url(img/side_h3gmoney2.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_money3 {
	background-image: url(img/side_h3gmoney3.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_money4 {
	background-image: url(img/side_h3gmoney4.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_money5 {
	background-image: url(img/side_h3gmoney5.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_car {
	background-image: url(img/side_h3gcar.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_car2 {
	background-image: url(img/side_h3gcar2.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_car3 {
	background-image: url(img/side_h3gcar3.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_car4 {
	background-image: url(img/side_h3gcar4.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_clock {
	background-image: url(img/side_h3gclock.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_q {
	background-image: url(img/side_h3gq.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_ex {
	background-image: url(img/side_h3gex.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_folder {
	background-image: url(img/side_h3gfolder.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_search {
	background-image: url(img/side_h3gsearch.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3wakaba {
	background-image: url(img/side_h3gwakaba.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_tv {
	background-image: url(img/side_h3gtv.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_note {
	background-image: url(img/side_h3gnote.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_panel {
	background-image: url(img/side_h3gpanel.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_earth {
	background-image: url(img/side_h3gearth.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}


#side h3.h3_clock {
	background-image: url(img/side_h3gclock.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_q {
	background-image: url(img/side_h3gq.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_ex {
	background-image: url(img/side_h3gex.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_folder {
	background-image: url(img/side_h3gfolder.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_search {
	background-image: url(img/side_h3gsearch.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3wakaba {
	background-image: url(img/side_h3gwakaba.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_tv {
	background-image: url(img/side_h3gtv.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_note {
	background-image: url(img/side_h3gnote.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_panel {
	background-image: url(img/side_h3gpanel.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_earth {
	background-image: url(img/side_h3gearth.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3.h3_home {
	background-image: url(img/side_h3ghome.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#side h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
#side h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/*サイド追加分ここまで
------------------------------------------------------------*/

#side ul {
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	border: 1px solid #EAEAEA;
	margin-top: 0px;
	padding: 5px;
}
#side li {
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
}

#side li a {
	display: block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 30px;
	color: #333333;
	line-height: 18px;
	background-image: url(img/side_li.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#side li a:hover {
	color: #0099CC;
	background-image: url(img/side_li_ov.gif);
}

#side .side_rank {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}

#side .side_rank h3 {
	background-image: url(img/side_rank_h3.jpg);
	padding-left: 65px;
	color: #FFFFFF;
}

#side li.rank_01 a,
#side li.rank_02 a,
#side li.rank_03 a {
	padding-left: 62px;
	padding-top: 7px;
	font-weight: bold;
	padding-bottom: 4px;
}
#side li.rank_01 a:hover,
#side li.rank_02 a:hover,
#side li.rank_03 a:hover {
	color: #CC0000;
}

#side li.rank_04 a,
#side li.rank_05 a,
#side li.rank_06 a,
#side li.rank_07 a,
#side li.rank_08 a,
#side li.rank_09 a,
#side li.rank_10 a {
	padding-left: 45px;
}

#side li.rank_01 a {
	background-image: url(img/side_li_rank_01.gif);
}
#side li.rank_02 a {
	background-image: url(img/side_li_rank_02.gif);
}
#side li.rank_03 a {
	background-image: url(img/side_li_rank_03.gif);
}
#side li.rank_04 a {
	background-image: url(img/side_li_rank_04.gif);
}
#side li.rank_05 a {
	background-image: url(img/side_li_rank_05.gif);
}
#side li.rank_06 a {
	background-image: url(img/side_li_rank_06.gif);
}
#side li.rank_07 a {
	background-image: url(img/side_li_rank_07.gif);
}
#side li.rank_08 a {
	background-image: url(img/side_li_rank_08.gif);
}
#side li.rank_09 a {
	background-image: url(img/side_li_rank_09.gif);
}
#side li.rank_10 a {
	background-image: url(img/side_li_rank_10.gif);
}

#side li.rank_01 a:hover {
	background-image: url(img/side_li_rank_01_ov.gif);
}
#side li.rank_02 a:hover {
	background-image: url(img/side_li_rank_02_ov.gif);
}
#side li.rank_03 a:hover {
	background-image: url(img/side_li_rank_03_ov.gif);
}
#side li.rank_04 a:hover {
	background-image: url(img/side_li_rank_04_ov.gif);
}
#side li.rank_05 a:hover {
	background-image: url(img/side_li_rank_05_ov.gif);
}
#side li.rank_06 a:hover {
	background-image: url(img/side_li_rank_06_ov.gif);
}
#side li.rank_07 a:hover {
	background-image: url(img/side_li_rank_07_ov.gif);
}
#side li.rank_08 a:hover {
	background-image: url(img/side_li_rank_08_ov.gif);
}
#side li.rank_09 a:hover {
	background-image: url(img/side_li_rank_09_ov.gif);
}
#side li.rank_10 a:hover {
	background-image: url(img/side_li_rank_10_ov.gif);
}

#side li a span {
	font-size: 12px;
	font-weight: normal;
	color: #F06A3E;
}
#side li a:hover span {
	color: #CC0000;
}

/*フッター
------------------------------------------------------------*/
#foot {
	clear: both;
	background-color: #F4F4F0;
	border: 1px solid #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#foot ul {
	text-align: center;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#foot li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B7C6D0;
}
address {
	font-style: normal;
	text-align: center;
	font-size: 10px;
	line-height: 20px;
	color: #738352;
}

/*フッター追加分ここから
------------------------------------------------------------*/
address a {
	color: #738352;
	text-decoration: none;
}

address a:hover {
	color: #738352;
	cursor: text;
}
/*フッターここまで
------------------------------------------------------------*/


/*用語集ページ
------------------------------------------------------------*/
#main .yougo_mokuji ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#main .yougo_mokuji li {
	float: left;
}

#main .yougo_mokuji a,
#main .yougo_mokuji span {
	background-color: #7E9AA7;
	display: block;
	float: left;
	height: 20px;
	width: 53px;
	color: #FFFFFF;
	text-align: center;
	margin-left: 1px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #657B87;
}
#main .yougo_mokuji a:hover {
	background-color: #E17626;
}
#main .yougo_mokuji span {
	background-color: #84AD16;
	font-weight: bold;
}
#main .yougo_mokuji {
	margin-bottom: 10px;
	float: left;
	background-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 10px;
	width: 100%;
}
#main .yougo li {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 5px;
}
#main .yougo {
	clear: both;
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
}
#main .yougo h3 {
	margin-top: 0px;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #689427;
}

#main .yougo ul {
	margin: 0px;
	float: left;
	width: 190px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	display: block;
	padding-right: 0px;
}

#main .box_yougo {
	margin-left: 5px;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	padding: 1px;
}
#main .box_yougo ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#main .box_yougo li {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
	display: block;
	margin-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DFDFDF;
}
#main .box_yougo h3 {
	margin: 0px;
	background-color: #5C7748;
	border-left-color: #A9D345;
	background-image: none;
}

/*Ｑ＆Ａ
------------------------------------------------------------*/

#main .box_qa_q {
	padding-left: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #00809F;
	padding-right: 10px;
	background-image: url(img/qa_q.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#main .box_qa_a {
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-left: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #99350F;
	padding-right: 10px;
	background-image: url(img/qa_a.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#main .box_qa_q h4 {
	color: #00A0CB;
	border-bottom-color: #49BEE4;
}
#main .box_qa_a h4 {
	color: #DF5546;
	border-bottom-color: #E26254;
}

/*テーブル
------------------------------------------------------------*/

table {
	border-collapse: collapse;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 20px;
	clear: both;
}
table td {
	border-collapse: collapse;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
th {
	background-color: #A2B871;
	white-space: nowrap;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	background-image: url(img/th.gif);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

th.th_02 {
	background-color: #F4F5F1;
	color: #333333;
	background-image: none;
}


.tr_02 td {
	background-color: #F4F5F1;
}

/*テーブル追加分ここから
------------------------------------------------------------*/
.spec_title {
	background-color: #F4F5F1;
	text-align: left;
	padding: 8px;
	width: 20%;
}

.spec_contents {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px 0 8px 8px;
	width: 70%;
}

/*テーブル追加分ここまで
------------------------------------------------------------*/

table.table_layout td {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

table.table_layout {
	margin-bottom: 0px;
}
table.table_map td {
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-color: #C7EAF8;
	border-left-style: none;
}
table.table_map td.td_map {
	text-align: right;
	border-bottom-style: none;
}
table.table_map td a {
	font-size: 13px;
}

table.table_yougo td {
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
