@charset "utf-8";
/* CSS Document */

/*=============================================================================
Reset
==============================================================================*/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#333;background:#FFF;line-height:1.4;overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,p,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{ border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,p,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit; vertical-align:middle;}input,textarea,select{*font-size:100%;}legend{color:#ccc;}del,ins{text-decoration:none;}

/*-----------------------------------------------------------------------------
Firefoxの右側スクロールバーの表示
Firefox上でコンテンツの高さがウィンドウの高さより短い場合に表示位置がずれる現象を解消
-----------------------------------------------------------------------------*/      
html { overflow-y: scroll; }
/* *{border-style:none;} */

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

/*-----------------------------------------------------------------------------
フロート操作によるボックスの高さ調整
-----------------------------------------------------------------------------*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;min-height: 1%;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-Mac */

.clear { clear:both;}

/*======================================

　　全体で12pxを基準にしたフォントサイズパーセント表記

    Font-size Adjustment

     84% = 10px	|	134% = 16px	|	184% = 22px
     92% = 11px	|	142% = 17px	|	192% = 23px
    100% = 12px |	150% = 18px	|	200% = 24px
    109% = 13px	|	159% = 19px	|	209% = 25px
    117% = 14px	|	167% = 20px	|	217% = 26px
    125% = 15px	|	175% = 21px	|

=======================================*/
/*--- font */



/*--- common ----------------------------------------------------------*/
body {
	margin: auto;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
	background-color: #f4fae5;
}
body {
	background:url(/contents/images/common/header_bg_common.png) 0px 0px repeat-x;
	background-color: #f4fae5;
}
body#idx {
	background:url(/contents/images/common/header_bg.png) 0px 0px repeat-x;
	background-color: #f4fae5;
}

#wrapAll {
	width:990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}


#contents {
	width:970px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

h1{
	width:970px;
	margin:auto;
	padding-top:8px;
	text-align:right;
	font-size:10px;
}

#top_image {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#pankuzu {
	font-size:14px;
	margin:10px 0 10px 0;
}

#pankuzu span {
	height:15px;
	padding:2px 0 0 20px;
	background:url(/contents/images/common/home.png) left center no-repeat;
}

a:hover{
	color:#FF0066;
}

.fBold{
	color:red;
	font-weight:bold;
}

.fBack{
	background-color:pink;
	font-weight:bold;
}

.empLink {
	margin:50px 0 30px 0;
	text-align:center;
	font-weight:bold;
}

.empLink2 {
	margin:50px 0 30px 0;
	text-align:center;
}

.empLink2 span {
	font-weight:bold;
	padding:0 0 0 30px;
	background:url(/contents/images/common/arrow_blue.png) left center no-repeat;
}

a:link, a:visited{
	color: #739E18;
}
a:hover, a:active{
	color: #FF7200;
}

/*--- common end-------------------------------------------------------*/



/*--- header ----------------------------------------------------------*/

#header{
	width:990px;
	margin: auto;
}

#mainmenu{
	margin-top:16px;
}

#mainmenu li{
	float:left;
}

#inquiry{
	padding-left:15px;
	float:right;
	font-size:12px;
	background:url(/contents/images/common/arrow_small.png) center left no-repeat;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}

#inquiry a{
	text-decoration:none;
}

#inquiry a:hover{
	text-decoration:underline;
}



/*--- header end-------------------------------------------------------*/


/*--- grobal_navi ----------------------------------------------------------*/


/*--- grobal_navi end----------------------------------------------------------*/



/*--- side ----------------------------------------------------------*/


#left_menu {
	width:272px;
	float:left;
}

.side_menu {
	border:1px solid #DBDBDB;
}

.side_menu2 {
	margin-top:25px;
	border:1px solid #DBDBDB;
}

.side_list {
	font-size:13px;
	border-top:1px solid #DBDBDB;
}

.side_list div {
	width:270px;
	height:35px;
}

.side_list p {
	padding:9px 0 0 25px;
}

.side_list a {
	text-decoration:none;
	color:black;
}

.side_list a div{
	width:270px;
	height:35px;
	background:url(/contents/images/common/side_menu_off.png) no-repeat;
}

.side_list a:hover div{
	width:270px;
	height:35px;
	background:url(/contents/images/common/side_menu_on.png) no-repeat;
}

/*--- side end-------------------------------------------------------*/



/*--- footer ----------------------------------------------------------*/

#footer {
	padding-top:15px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #A5D426;
}

#footer p {
	font-size:13px;
	color:#333333;
}

/*--- footer end-------------------------------------------------------*/



/*--- ranking ----------------------------------------------------------*/

.ranking_table {
	font-size:13px;
	background-color: #FFFBED;
}

.ranking_table td {
	padding: 10px;

}

.ranking_image {
	width:160px;
	height:260px;
}

.ranking_disc {
}

.ranking_disc p {
	font-weight:bold;
	font-size:14px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #A5D426;
	color: #FFFFFF;
}

.ranking_disc div{
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 20px;
}
table.inner th {
	border: 1px solid #CCCCCC;
	font-weight: normal;
	background-color: #F4FAE5;
	padding: 5px;
	text-align: center;
}
table.inner td {
	border: 1px solid #CCCCCC;
	padding: 5px;
	text-align: center;
	background-color: #FFFFFF;
}
.index {
	font-weight:bold;
	text-align:center;
	background-color:#FBE4EE;
	padding-top: 10px;
	padding-bottom: 10px;
}

.index2 {
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ranking_link{
	padding-right:15px;
}

#ranking1 {
	height:60px;
	margin-top:20px;
	background:url(/contents/images/rank/crown1.png) no-repeat;
}

#ranking1 p {
	padding:28px 0 0 70px;
	font-size:20px;
	font-weight:bold;
	color: #81B11B;
}

#ranking1 a {
	text-decoration:none;
	color: #81B11B;
}

#ranking1 a:hover {
	text-decoration:underline;
	color:#FF6D02;
}

#ranking2 {
	height:60px;
	margin-top:35px;
	background:url(/contents/images/rank/crown2.png) no-repeat;
}

#ranking2 p {
	padding:28px 0 0 70px;
	font-size:20px;
	font-weight:bold;
	color: #81B11B;
}

#ranking2 a {
	text-decoration:none;
	color: #81B11B;
}

#ranking2 a:hover {
	text-decoration:underline;
	color:#FF6D02;
}

#ranking3 {
	height:60px;
	margin-top:35px;
	background:url(/contents/images/rank/crown3.png) no-repeat;
}

#ranking3 p {
	padding:28px 0 0 70px;
	font-size:20px;
	font-weight:bold;
	color: #81B11B;
}

#ranking3 a {
	text-decoration:none;
	color: #81B11B;
}

#ranking3 a:hover {
	text-decoration:underline;
	color:#FF6D02;
}

#ranking4 {
	height:43px;
	margin-top:35px;
	background:url(/contents/images/rank/crown4.png) no-repeat;
}

#ranking4 p {
	padding:12px 0 0 70px;
	font-size:20px;
	font-weight:bold;
	color: #81B11B;
}

#ranking4 a {
	text-decoration:none;
	color: #81B11B;
}

#ranking4 a:hover {
	text-decoration:underline;
	color:#FF6D02;
}

#ranking5 {
	height:43px;
	background:url(/contents/images/rank/crown5.png) no-repeat;
	margin-top: 35px;
}

#ranking5 p {
	padding:12px 0 0 70px;
	font-size:20px;
	font-weight:bold;
	color: #81B11B;
}

#ranking5 a {
	text-decoration:none;
	color: #81B11B;
}

#ranking5 a:hover {
	text-decoration:underline;
	color:#FF6D02;
}

.easylist{
	width:680px;
	margin:20px 0 50px 0;
	font-size:12px;
	border:1px solid #D3D3D3;
}

.e_index {
	height:60px;
	font-weight:bold;
	text-align:center;
	background-color:#FBE4EE;
	border:1px solid #D3D3D3;
}

.e_index2 {
	height:60px;
	text-align:center;	
	border:1px solid #D3D3D3;
}

.e_index3 {
	height:60px;
	padding-left:10px;
	text-align:left;	
	border:1px solid #D3D3D3;
	background-color:#d5eaff;
	font-weight:bold;
}

.hikaku_list{
	width:680px;
	margin:20px 0 50px 0;
	font-size:14px;
	border:1px solid #D3D3D3;
}

.h_index {
	height:60px;
	font-weight:bold;
	text-align:center;
	background-color:#FBE4EE;
	border:1px solid #D3D3D3;
}

.h_index2 {
	height:60px;
	text-align:center;	
	border:1px solid #D3D3D3;
}

.h_index3 {
	height:60px;
	padding-left:10px;
	text-align:left;	
	border:1px solid #D3D3D3;
	background-color:#d5eaff;
}

/*--- ranking end-------------------------------------------------------*/



/*--- main ----------------------------------------------------------*/

#main_contents {
	margin:0 0 0 16px;
	width:680px;
	float:left;
}

.contents_title {
	width:680px;
	height:50px;
	margin:0 0 15px 0;
	background:url(/contents/images/common/main_titlebar.png) no-repeat;
}

.contents_title p {
	font-weight:bold;
	font-size:20px;
	padding:12px 0 0 10px;
}

.paragraph_title {
	width:680px;
	height:50px;
	margin:40px 0 15px 0;
	background:url(/contents/images/common/main_paragraphbar.png) no-repeat;
}

.paragraph_title p {
	font-weight:bold;
	font-size:20px;
	padding:12px 0 0 35px;
}

.article{
	margin:0 0 0 10px;
	font-size:14px;
}

.top_button{
	margin-top:100px;
}

dl {
	font-size:13px;
	padding-bottom:30px;
}

dt {
	border-bottom:solid 1px grey;
}

dt a{
	text-decoration:none;
}


/*--- main end-------------------------------------------------------*/

.phRight {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.txtRed {
	color: #FF0000;
}
table.tbl01 th {
	padding: 5px;
	background-color: #FFE8E8;
	border: 1px solid #CCCCCC;
	font-size: 12px;
}
table.tbl01 td {
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
}
table.tbl01 td.blue {
	background-color: #E8FAFF;
}
