/* CSS Document */

* {
	color:#000000;
	padding:0;
	line-height: 140%;
	margin: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
}

body {
	font-size: 14px;
	background-color: #F8EFFB;
	text-align:center;

}

a {  
	color: #0000ff; text-decoration: underline;
}

a:hover {
	color: #ff9900; }


hr {
	width : 99%;
	clear: both;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	text-align : center;
}


/*レイアウト設定*/

.clear {
	clear:both;
}

/*色を指定します*/
.aka { color: #ff0000; }
.ao { color: #0000cc; }
.tya { color: #bd000e}
.gray { color: #3d3737}

/*文字を太くします*/
.b { font-weight: bold; }

/*文字のフォントを指定します*/
.big { font-size: 18px; }
.big1 { font-size: 24px; }
.big2 { font-size: 16px; }

/*文字を装飾します*/
.line { background: #ffff00; }


/*文字列の位置を指定します*/
.goto {
	color: #0000CC;
	font-weight: normal;
	font-size: 18px;
	margin: 30px 0px 30px 0px;
	padding: 0;
    text-align: center;
}

.goto a {
	text-decoration: underline;
}

/*画像の位置を指定します*/
.imgl {
	margin: 5px 20px 5px 10px;
	padding: 0;
	float: left;
}

.imgr {
	margin: 5px 30px 5px 20px;
	padding: 0;
	float: right;
}

.rankimgl {
	margin: 5px 10px 5px 10px;
	padding: 0;
	float: left;
}

strong{
	font-weight:normal;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #808080;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #808080;
	text-align:left;


}

/*
ヘッダー
-------------------------------------------------------------------*/



#header {
	margin: 0;
	width:950px;
	height:240px;
	background-image: url(img/top.png);
	background-repeat: no-repeat;
	position:relative;
}


h1 {
	font-size: 12px;
	color: #fff;
	padding-right: 5px;
	padding-top: 2px;
	text-align: right;
	font-weight:normal;
}

#header a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

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

#contents {
	width: 680px;
	margin-left: 250px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
    background-color: #FFF;
    border-left: 1px dotted #A0A0A0;
}

#contents p{
	padding-bottom: 5px;
	padding-left: 5px;

}


#contents h2 {
	font-size: 18px;
    font-weight: bold;
	color: #B43104;
    text-align: left;
    box-shadow: 5px 5px 10px 0px #333333;
    height: 20px;
    width: 90%;
    border: 1px solid #ACACAC;
    border-bottom: 3px solid #FE2EF7;
    background-color: #FFF;
    padding: 10px 0px 10px 20px;
    margin: 10px 0px 30px 10px;
}

#contents h3 {
	font-size: 18px;
    font-weight: bold;
	color: #B43104;
    text-align: left;
    box-shadow: 5px 5px 10px 0px #333333;
    height: 20px;
    width: 90%;
    border: 1px solid #ACACAC;
    border-bottom: 3px solid #FE2EF7;
    background-color: #FFF;
    padding: 10px 0px 10px 20px;
    margin: 10px 0px 30px 10px;
}

#contents h4 {
	padding: 5px 0px 5px 10px;
	margin-top: 3px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right:20px;
	font-size:16px;
	color: #8A2908;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #DCDAD6;
}


.hbtx1{
	text-align:center;
	color:#333333;
	font-size:14px;
	line-height:110%;
	font-weight:normal;
	margin-top: 5px;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #a5a5a5;
	word-break: break-all
}

.hbtx1 .title{
	font-size: 18px;
    font-weight: bold;
	color: #FFF;
    text-align: left;
    height: 20px;
    border-bottom: 4px solid #610B5E;
    background-color: #FA58D0;
    padding: 8px 0px 8px 20px;
    margin: 0px 0px 10px 0px;
}

.hbtx2{
	color:#000;
	font-size:14px;
	line-height:160%;
	font-weight:normal;
	padding-bottom: 30px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:0px;
	margin-top:5px;
	word-break: break-all;

}

.hbtx2 .kansou{
	margin: 5px 30px 50px 30px;
	padding: 10px;
	border: 3px solid #ff7f27;
	border-radius: 10px;
}

.hbtx2 .point{
	font-weight: bold;
	margin: 0px 30px 0px 10px;
	padding: 15px 50px 25px 20px;
	border: 3px solid #ff7f27;
	border-radius: 3px;
}

.hbtx2 .point p {
	padding: 10px;
	border-bottom: 1px dashed #0A0A0A;
}

.hbtx2 .kakaku{
	margin: 0px 30px 0px 20px;
	padding: 15px 20px 20px 20px;
	border: 2px solid #ff7f27;
	border-radius: 3px;
}

.hbtx2 .kakaku p {
	font-size: 18px;
	padding: 5px 10px 5px 10px;
}

.hbtx2 .rank1{
	font-size: 24px;
	font-weight: bold;
	margin: 0px 30px 0px 0px;
	padding: 15px 10px 10px 80px;
	border-bottom: 1px dashed #AAAAAA;
	background-image: url(img/no1.gif);
	background-repeat: no-repeat;
}

.hbtx2 .rank2{
	font-size: 24px;
	font-weight: bold;
	margin: 40px 30px 0px 0px;
	padding: 15px 10px 10px 80px;
	border-bottom: 1px dashed #AAAAAA;
	background-image: url(img/no2.gif);
	background-repeat: no-repeat;
}

.hbtx2 .rank3{
	font-size: 24px;
	font-weight: bold;
	margin: 40px 30px 0px 0px;
	padding: 15px 10px 10px 80px;
	border-bottom: 1px dashed #AAAAAA;
	background-image: url(img/no3.gif);
	background-repeat: no-repeat;
}

.hbtx2 .rank4{
	font-size: 20px;
	font-weight: bold;
	margin: 40px 30px 0px 0px;
	padding: 15px 10px 10px 80px;
	border-bottom: 1px dashed #AAAAAA;
	background-image: url(img/no4.gif);
	background-repeat: no-repeat;
}

.hbtx2 .rank5{
	font-size: 20px;
	font-weight: bold;
	margin: 40px 30px 0px 0px;
	padding: 15px 10px 10px 80px;
	border-bottom: 1px dashed #AAAAAA;
	background-image: url(img/no5.gif);
	background-repeat: no-repeat;
}

.hbtx3{
	color:#000;
	font-size:14px;
	line-height:160%;
	font-weight:normal;
	padding-bottom: 20px;
	margin:5px 10px 40px 15px;
	border: 1px dotted #AAAAAA;
	word-break: break-all;
}

.hbtx3 .title {
	font-size:20px;
	font-weight: bold;
	padding: 30px 0px 2px 15px;
	margin-bottom: 20px;
	color: #ff7f27;
	border-bottom: 1px dotted #AAAAAA;
}

.hbtxtb{
	color:#000;
	font-size:14px;
	line-height:160%;
	font-weight:normal;
	margin-left:15px;
	margin-right:20px;
	margin-bottom:50px;
	margin-top:5px;
	word-break: break-all;
}

.adimg {
	text-align: center;
}

/*
サイドバー
-------------------------------------------------------------------*/
#sidebar {
	margin:10px 5px 10px 5px;
	width:240px;
	float:left;
	background-color: #F8EFFB;
}

#sidebar .box {
	margin:5px 5px 10px 5px;
	background-color: #FFF;
}

#sidebar .title {
    border: 2px solid #bd000e;
    background-color: #FFF;
    color: #bd000e;
    text-align: center;
    font-size: 15px;
	font-weight: bold;
	padding:8px 3px 8px 10px;
}

#sidebar ul li {
	font-size:13px;
	line-height: 25px;
	border-bottom: 1px dotted #707070;
	list-style-type: none;
}

#sidebar ul li a {
	line-height: 25px;
	padding:5px 3px 5px 5px;
	display: block;
	font-size:13px;
	color: #0000CC;
  	text-decoration: none;
}

#sidebar ul li a:hover {
	background-color: #D9F2FF;
	color: #FF0000;
}

/*
文字　色　行間　フォントサイズ　変更
-------------------------------------------------------------------*/

.hbtx1 p{
	text-align: left;
	margin-left: 15px;
	padding-right: 5px;
	padding-left: 5px;
	line-height:140%;
	font-size:15px;
	color:#333;
}

.hbtx1 .goto1 p{
	margin: 50px 0px 10px 0px;
	padding-right: 5px;
	padding-left: 5px;
	line-height:110%;
	font-size:18px;
	font-weight: bold;
	color:#333;
}

.hbtx2 p{
	margin-left: 10px;
	padding-right: 25px;
	padding-left: 5px;
	line-height:140%;
	font-size:15px;
	color:#000;
}

.hbtx3 p{
	margin-left: 10px;
	padding-right: 25px;
	padding-left: 5px;
	line-height:140%;
	font-size:15px;
	color:#000;
}


/*
テーブル
-------------------------------------------------------------------*/
table#info{
	width: 95%;
	margin: 20px 10px 20px 0px;
	border: 1px solid #757575;
	border-collapse: collapse;
}


table#info th{
	 text-align: left;
	 color: #000;
	 width: 20%;
	 margin:0;
	 border: 1px solid #757575;
	 border-collapse: collapse;
	 padding: 5px 0px 5px 8px;
	 font-size: 14px;
	 line-height:110%;
	 background-color: #F9F9F7;
}


table#info td{
	margin:0;
	width: 80%;
 	border: 1px solid #757575;
 	border-collapse: collapse;
 	padding-top: 10px;
 	padding-right: 5px;
 	padding-bottom: 10px;
 	padding-left: 5px;
 	font-size: 14px;
 	line-height: 140%;
 	background-color: #FFF;
}

table#info p{
	margin:0;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
	line-height:150%;

}



/*
リンク集
-------------------------------------------------------------------*/
#link{
	line-height:1em;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:0px;
	text-align:right;
	font-size:12px;
	color:#666;
}
#link a{
	
	text-decoration:none;
	
}

/*------------------------------------------------------------------
 HOMEへ戻る
-------------------------------------------------------------------*/
.rettop {
	font-size: 15px;
	text-align: center;
	margin: 20px 0px 15px 10px;
}

/*
フッタメニュー
-------------------------------------------------------------------*/
#footer {
	color:#666;
	text-align: left;
	padding-top: 5px;
	padding-right:20px;
	padding-left:10px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	background-color: #FFF;
}
#footer p{
	color:#666;
	text-align: left;
	padding-top: 3px;
	padding-right:20px;
	padding-left:0px;
	padding-bottom: 0px;
	font-size: 12px;
}

#footer a{
	margin-left: 15px;
	color:#0000CC;
	text-decoration:none;
	font-size:14px;
}

#footer h4 {
	font-weight:normal;
	color:#0A0A0A;
	text-align: left;
	padding-top: 5px;
	font-size: 18px;
	border-width: 0px;
	
}

#footer ul li {
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	list-style-type: none;
}

#footer ul li a {
	font-size: 16px;
}


/*-----------------------------------------------------------------
 テーブルfooter
------------------------------------------------------------------*/
#table-footer{	
	border-collapse:collapse;
	margin:0px 0px 30px 0px;
}

#table-footer tr{
}


#table-footer td{
	width: 450px;
	vertical-align: top;
}

/*
コピーライト
-------------------------------------------------------------------*/
#footerc {
	position:relative;
	width:950px;
	height:25px;
	background-image: url(img/foot.png);
	font-style: normal;
	color: #fff;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 0px;
	display: block;
	font-size: 12px;
	clear: both;
	
}


#footerc a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

address {
	position:relative;
	width:800px;
	height:25px;
	background-image: url(img/foot.gif);
	font-style: normal;
	color: #fff;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 0px;
	display: block;
	font-size: 12px;
	clear: both;	
}

/*
パンくず
-------------------------------------------------------------------*/
#bread-crumb-list {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	text-align: left;
}

#bread-crumb-list li {
	display: inline;
	padding-right: 2px;
	text-align: left;
}

#bread-crumb-list li a {
	text-decoration: underline;
	color:#0033CC;
}

#bread-crumb-list li a:visited {
	text-decoration: underline;
	color:#0033CC;
}

#bread-crumb-list li a:hover {
	text-decoration: underline;
	color:#FF0000;
}

