@charset "utf-8";

* {
	padding:0;
	margin: 0;
}

body {
	background-color: #f0ffff;
	font-size: 14px;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	color:#555555;
}

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

a {
	color:#307BC0;
}

a:hover {
	text-decoration: none;
	color: #52BCE3;
}

hr {
	clear: both;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
}


/*
ベース
-------------------------------------------------------------------*/
#hp_base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #dcdcdc;
}

#hp_main {
	width: 800px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


/*
ヘッダー
-------------------------------------------------------------------*/
#header {
	background-image: url(img/top.gif);
	height:90px;
	position: relative;
}
#header .logo_h {
	font-size: 26px;
	font-weight: bold;
	color: #FF8C3F;
}


#desc a {
	font-size: 24px;
	color: #000080;
	text-decoration: none;
	position: absolute;
	line-height: 30px;
	top: 20px;
	left: 20px;
}


#desc a:hover {
color: #ffa500;
}

h1 {
	position: absolute;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 20px;
	top: 0px;
	right: 15px;
}

#header #head_bn {
	position: absolute;
	top: 20px;
	right: 20px;
}

#header #navi {
	position: absolute;
	bottom: 2px;
	line-height: 20px;
	height: 20px;
	right: 20px;
}
#header #navi li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#header #navi a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 18px;
	padding-top: 2px;
}
#header #navi a:hover {
	color: #0099CC;
	background-color: #FFFFFF;
}

#header #logo {
	position: absolute;
	left: 0px;
	bottom: 20px;
}

/*
コンテンツ
-------------------------------------------------------------------*/

#hp_contents {
	width:560px;
	float: right;
	background-color: #FFFFFF;
	padding-right: 10px;
}

#hp_contents img {
	margin: 5px;
}

#hp_contents p{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 26px;
	background-image: url(img/note.gif);
	background-position: 0px 5px;
}

#hp_contents #pan {
	font-size: 12px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#hp_contents .title_01,
#hp_contents h2 {
	font-size: 16px;
	padding-left: 5px;
	color: #2b7f4f;
	line-height: 36px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5f9ea0;
	background-color: #FFFBE8;
}

#hp_contents .title_02,
#hp_contents h3 {
	font-size: 14px;
	padding-left: 7px;
	color: #008b8b;
	margin-top: 15px;
	margin-bottom: 5px;
	background-color: #A5E0BF;
	padding-top: 2px;
	line-height: 20px;
	font-weight: bold;
	clear: both;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 1px;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#hp_side {
	float: left;
	width: 210px;
	padding-left: 10px;
}

#osusume {
	background-color: #F1F1EB;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.menu_list {
	background-color: #F1F1EB;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#osusume .side_title,
.menu_list .side_title {
	display: block;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	padding-top: 3px;
	letter-spacing: 0.1em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1C0;
	margin-bottom: 5px;
}

#osusume .side_title {
	color: #FFFFFF;
	background-color: #98BF22;
}
.menu_list .side_title {
	font-size: 12px;
	color: #333333;
	background-color: #66cdaa;
}

#hp_side ul {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	display: block;
	background-color: #C7C7AF;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}


#hp_side li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7B799;
}

#osusume li a {
	display: block;
	font-size: 12px;
	color: #397795;
	line-height: 18px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#osusume img {
	float: left;
	margin-right: 5px;
}

.menu_list li a {
	display: block;
	font-size: 12px;
	color: #2b7f4f;
	line-height: 18px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#hp_side #osusume li a:hover {
	text-decoration: none;
	color: #CC3300;
	background-color: #FFFAE8;
}
#hp_side .menu_list li a:hover {
	text-decoration: none;
	color: #CC3300;
}

#hp_side img {
	border:none;
}

#hp_side p {
	padding: 10px;
}




/*
アドセンス
-------------------------------------------------------------------*/

.ads {
	text-align: center;
	background-color: #F4F3F2;
	border: 1px solid #D1CEC9;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 210px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*
フッター
-------------------------------------------------------------------*/

#footer {
	clear: both;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
	background-color: #A5E0BF;
}
#footer li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EAEAE6;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}
#footer ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer li a {
	font-size: 10px;
	color: #008b8b;
}

/*
コピーライト
-------------------------------------------------------------------*/

#copy {
	color: #008b8b;
	text-align: center;
	background-color: #F1F1EB;
	font-size: 12px;
	line-height: 24px;
	border: 1px solid #FFFFFF;
}

/*
TOPページ
-------------------------------------------------------------------*/

#hp_topimg {
	background-image: url(img/hp_topimg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 180px;
	position: relative;
	border: 1px solid #FFFFFF;
	
}
#hp_topimg #hp_topimg_title {
	font-size: 18px;
	font-weight: bold;
	color: #455E58;
	top: 30px;
	position: absolute;
	left: 250px;
	width: 520px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#hp_topimg p {
	font-size: 14px;
	width: 520px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 60px;
	line-height: 18px;
	left: 250px;
	color: #333333;
	background-image: none;
}


/*
トップカテゴリ
--------------------*/

.ctgy {
	display: block;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
}

.ctgy dt{
	margin-bottom:0;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-left: 5px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #BD3341;
	}
.ctgy dt a {
	color: #555555;
	line-height: 16px;
}
.ctgy dt a:hover{ color:#FF3333; }

.ctgy dd{
	font-size:12px;
	padding-left: 15px;
	margin-top: 5px;
	padding-top: 5px;
}

.ctgy dd a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
	padding-left: 5px;
	margin-left: 5px;
}
#hp_contents .cate_list {
	padding-bottom: 10px;
	padding-top: 5px;
}


#hp_contents .cate_list p a{
	font-size: 10px;
	padding-left: 5px;
}

/*
申込ボタン
-------------------------------------------------------------------*/
#hp_contents .button a {
	background-image: url(img/button.jpg);
	background-repeat: no-repeat;
	text-indent: -10000px;
	display: block;
	height: 45px;
	width: 410px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#hp_contents .button a:hover {
	background-position: 0px -45px;
}

/*
テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}

td{
	border-collapse: collapse;
}

.table_list th{
	color: #FFFFFF;
	margin:0;
	border-collapse: collapse;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	background-color: #9CB1B5;
	background-image: url(img/th.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CCCCCC;
	line-height: 20px;
	height: 20px;
}


.table_list td{
	border-collapse: collapse;
	font-size: 12px;
	line-height: 130%;
	padding: 5px;
	border: 1px solid #DDDDDD;
}
table.table_list {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
.table_list td.td_th {
	background-image: url(img/td_h.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EEF1F2;
	text-align: center;
	width: 90px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #C9CFD1;
}


/*
エントリーリスト
-------------------------------------------------------------------*/

#hp_contents .entry_list li {
	list-style-type: none;
	margin: 5px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFAD9B;
	padding-bottom: 3px;
	background-image: url(img/li.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
#hp_contents .entry_list {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	background-color: #F7F7F7;
}

/*
トップランキング
--------------------*/
#rank1,
#rank2,
#rank3,
#rank4,
#rank5 {
	padding: 5px;
	border: 2px dotted #B6C99E;
	margin-bottom: 10px;
}

#rank1 .rank_title {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	background-image: url(img/rank1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 38px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	padding-top: 5px;
}
#rank2 .rank_title {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	background-image: url(img/rank2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 38px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	padding-top: 5px;
}
#rank3 .rank_title {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	background-image: url(img/rank3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 38px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BF8F64;
	padding-top: 5px;
}
#rank4 .rank_title {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	background-image: url(img/rank4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 38px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #47BBE7;
	padding-top: 5px;
}
#rank5 .rank_title {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	background-image: url(img/rank5.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 38px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #47BBE7;
	padding-top: 5px;
}
#rank1 .rank_title span,
#rank2 .rank_title span,
#rank3 .rank_title span {
	color: #CC0000;
	padding-right: 5px;
}

#rank4 .rank_title span,
#rank5 .rank_title span {
	color: #0099CC;
	padding-right: 5px;
}

#rank1 table td,
#rank2 table td,
#rank3 table td,
#rank4 table td,
#rank5 table td {
	font-size: 13px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.btn_syousai {
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
}
.btn_syousai a {
	line-height: 18px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #E9E9E4;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FB7904;
	background-image: url(img/btn_syousai.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.btn_syousai a:hover {
	background-color: #FFB62D;
	background-image: none;
}

/*
文字の装飾
-------------------------------------------------------------------*/

.aka {
        color: #ff0000;
        font-weight: bold;
}

.ki {
        background: #FFFF00;
        font-weight: bold;
}

.ao {
        color: #FF0000;
        font-weight: bold;
}

.midori {
 font-weight: bold;
 color: #008700;
}

.sp {
 font-weight: bold;
 color: #CC0000;
        font-size: 16px;
}
#hp_contents strong {
	color: #CF3F51;
}
