@charset "shift_jis";



/* 基本スタイル サイズ750px*/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	line-height: 1.6em;
	background-color: #FFD9D7; /* 単色背景 */
	/* background: url(../img/body_grade_bg.jpg) #FFD9D7 0 0 repeat-x; グラデーション背景 */
}

div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: left;
}

h1, h3, h4, .title ,.menutitle{
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight:normal;
}



h1,h2,h3,h4{
	clear:both;
}

.rank1,.rank2,.rank3,.rank4,.rank5,.point,.point1,.point2,.point3,.point4,.point5{
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight:normal;
}


/*
//見出しを通常のフォントにする場合は／* と *／ を削除
h3, h4 ,h5 ,h6{
	font-family: sans-serif;
	font-weight:bold;
}
*/

.FloatEnd {
	clear: both;
	display: block;
	height: 1px;
}

img{
	max-width:100%;
	height:auto;
}

/*行間隔*/

p.mb0 {
	margin-bottom: 0.6em;
	
}

p.mb1 {
    margin-bottom: 1.5em;
}

p.mb2 {
    margin-bottom: 2em;
}

p.mb3 {
    margin-bottom: 3em;
}

p.mb4 {
    margin-bottom: 4em;
}


hr.mbhr {
	 margin-bottom: 3em;
	
}

.ta-c{ 
       text-align: center;
       margin-bottom: 3em;

}	/*中央寄せ　文末*/

.ta-cm{ 
       text-align: center;
       margin-bottom: 1.5em;

}	/*中央寄せ 文中*/


.ta-cg{ 
       text-align: center;
       
}	/*中央寄せ google*/





/* -------- リンク */
a{
	color:#BD2534; /* 更新 */
}
a:visited{
	color:#BD2534; /* 更新 */
}

a:hover{
	color:#FF0000;
}

a img {
  border: none;
  text-decoration: none;
}

.txt-img img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.exh-l{
	width:740px;
	
}



/* 文字装飾 */

strong {
  margin: 0 0.2em;
  padding: 0;
  font-weight: bold;
}


em {
  margin: 0 0.2em;
  padding: 0;
  font-weight: normal;
  text-decoration: underline;
}




/* ---------------- リスト */
ul, ol {
  display: block;
  _margin-left:0;
  _margin-right:0;
}

dl{
	margin:0;
	padding:0;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
	_margin-left: 20px;
	_padding-left: 20px;
}

ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	_margin-left: 30px;
	_padding-left: 20px;
}

first-child+html ol{
	margin-left: 30px;
	padding-left: 20px;
}

li {
	display: list-item;
	margin: 0;
}

ul li {
	list-style-type: none;
	list-style-image: url(../img/li.gif);
}


p {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}





/* 基本レイアウト */

#container {
	width: 750px;
	margin:15px auto;
	padding:0px 5px;
}


/*#box_top {
	background-image: url(../img/box_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 46px;
	line-height: 46px;
	padding-top: 4px;
	overflow: hidden;	
	width: 320px;
}*/

/*#box_top h1{
	color:#306;
	text-indent:-9999px;
	
}*/

#box_body {
	width: 750px;
	background-image: url(../img/box_body.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	padding: 0px 0 0px 0;
	
}

#box_bottom {
	background-image: url(../img/box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 10px;
	height: 25px;
	width: 100%;
}

#header {
	width: 750px;
	height: 200px;
	background-image: url(../img/header.jpg);
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: left top;
	/*margin:0 3px;*/
	border-top:solid 1px #EB6A71; /* 更新 */
	border-bottom:solid 1px #EB6A71; /* 更新 */
}

#header h1 { 
    line-height:10px;	
	font-size:9px;
	text-indent:-9999px;
	
}


#header h2{
	width: 700px;
	font-size: 30px;
	line-height: 45px;
	position: relative;
	left: 20px;
	top: 10px;
	font-family:Verdana, Geneva, sans-serif;
}
	


#header h2  a, #header  h2  a:visited{
	color: #00C; /* 更新 */


	text-decoration: none;
	
}

#headertext {
	/*text-align: left;
	font-size: 11px;
	line-height: 130%;
	height:100px;
	position: relative;
	left: 10px;
	top: 100px;
	color:#306;*/
	text-indent:-9999px;
	
}

/* コンテンツ */

.contents{
	margin-bottom: 25px;
	padding: 10px 10px;
}

.contents a{
	color: #0000ff;
}

.contents-border{
	background-image: url(../img/dott.gif);
	line-height: 22px;
	font-size: 13px;
	background-position: 0px 5px;
	margin:10px 10px 25px 10px;
	padding: 10px 14px;
}

.contents-border a{
	color: #0000ff;
}

#nav {
	font-size: 0.775em;
	line-height: 1.5em;
	margin-bottom:15px;
	margin-left:5px;
}



#contents {
	width:auto;
	height:auto;
	
	/*_height:10px;
	/*padding-top: 10px;
	padding-bottom: 10px;
	min-height:400px;
	/*margin-top:15px;*/
	
}

#menu:after,#contents:after{
	height: 1px;
	overflow: hidden;
	content: "";
	display: block;
	clear: both;
}

/*********** 追加 table　２列　start*******/

.table_menu01{
	width:360px;
	height:60px;
	 background-image:url(../org_img/org_img_4.jpg);
	
	
}


.table_menu01 a{
	 font-size:24px;
    line-height:60px;
    color:#FFF;
	margin-left:15px;
	font-family:Verdana, Geneva, sans-serif;
	
	
}

.table_menu01 a:hover{

      color:#F00;  
     background-image:url(../org_img/org_img_5.jpg); 
	 
}


#navi_menu {
	width:auto;
	height:auto;
	/*background-color:#F00;*/
	margin-bottom:10px;
	/*padding-bottom:0.5px;*/
 
}


.table_menu02{
	width:360px;
	height:60px;
	 background-image:url(../org_img/org_img_49.jpg);
	
	
}


.table_menu02 a{
	 font-size:24px;
    line-height:60px;
    color:#FFF;
	margin-left:30px;
	font-family:Verdana, Geneva, sans-serif;
	
	
}

.table_menu02 a:hover{

      color:#F00;  
     background-image:url(../org_img/org_img_6.jpg); 
	 
}




#open{
 width:auto;
 height:60px;
/* display:block;*/
 padding-left:15px;
  background-image:url(../org_img/org_img_5.jpg);
  font-size:24px;
 line-height:60px;
 font-family:Verdana, Geneva, sans-serif;
     color:#F00;
   
}

table td{
 font-size:12px;
 
}

#menu dl dt a:hover , #menu dl dd  a:hover{
 background-color: #F6E8E5;
 color:#F00;
}


img { 
    max-width:100%; 
    height:auto; 
}


/** *****追加　table end********/

/* フッター */


#footer {
	text-align: center;
	color: #666666;
	line-height: 30px;
}
#footlink {
	text-align: center;
	color: #666666;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#footlink a {
	color: #666666;
	margin-left:5px;
	margin-right:5px;
}


#footer a{
	color: #666666;
	text-decoration: none;
}






p.sitemap {
	text-align: center;
	color: #666666;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}
p.sitemap a {
	color: #666666;
	margin-left:5px;
	margin-right:5px;
}


/* レイアウト差分 */


#free {
	padding-top:20px;
	padding-right: 40px;
	padding-left: 40px;
}

#free2 {
	padding-top:20px;
	padding-right: 40px;
	padding-left: 40px;
}




#contents {
	padding-right: 5px;
	padding-left: 5px;
}


#main {
	/*width: 830px;*/
	width: auto;
}

#menu {
	width: auto;
	padding-top: 10px;
	clear:both;
}



/* 各種見出し */

h1 {
	font-weight: normal;
	font-size: 16px;
	padding-right: 15px;
	padding-left: 50px;
	color: #666666;
	line-height: 46px;
	/*background-image: url(../img/h1.jpg);*/
	background-repeat: no-repeat;
	background-position: 20px center;
	height: 46px;
}

#main  h2 {
	font-size: 18px;
	line-height: 34px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../img/h3.jpg);
	margin-bottom: 5px;
	margin-top: 5px;
	color: #F03; /* 更新 */
	/*padding-left: 1px;*/
	overflow: hidden;
	padding-left:10px;
	
}

#main h3  {
	font-size: 22px;
	line-height: 18px;
	background-image: url(../img/h4.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
	background-position: left bottom;
	padding-right: 8px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 8px;
	color: #333333;
	border-bottom: double 4px #C33;
	border-top:double 4px #C33;
}


#main  h5{
	background-image: url(../img/h5.jpg);
	background-position: left 2px;
	background-repeat: no-repeat;
	font-size: 15px;
	line-height:22px;
	text-indent: 25px;
	margin-top: 10px;
	margin-bottom: 3px;
}

#main  h6{
	background-image: url(../img/h6.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 15px;
	line-height: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}



/* サイトマップ */

#sitemap{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	
	
}

#sitemap dl{
	margin:0;
	padding:0;
}

#sitemap dl {
	list-style-type: none;
	list-style-image: none;
}


#sitemap dl {
	float: left;
	width: 740px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#sitemap dl dt {
	background-image: url(../img/sitemap_l1.jpg);
	line-height: 26px;
	height: 26px;
	text-indent: 25px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top:0px;
	background-repeat: no-repeat;
	background-position: 5px center;
}

#sitemap dl dd {
	background-image: url(../img/sitemap_l2.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 20px;
	text-indent: 15px;
	margin-left: 22px;
	margin-bottom: 3px;
}



/* カテゴリーリスト */

#contentslist {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

}

#contentslist dl {
	padding: 0px;
	margin-top: 10px;
	clear: both;
	background-image: url(../img/categorylist_bottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 700px;
}

#contentslist dl:after {
	clear: both;
}

.kiji_box{
	background-image: url(../img/categorylist_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:0;
	padding:0 0 15px 0;
	width:740px;
}

#contentslist dl dt {
	clear: none;
	background-image: url(../img/categorylist.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	padding-left: 35px;
	height: 30px;
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 30px;
	padding-right: 0px;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border: none;
}

#contentslist dl dd {
	font-size: 12px;
	line-height: 130%;
	color: #505050;
	padding: 7px 15px 15px 15px;
	margin: 0px;
}

#contentslist  .more {
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#contentslist .bottom {
	background-image: url(../img/categorylist_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height:15px;
	margin:0;
	padding:0;
	width:640px;

}

#contentslist hr {
	border:none;
}





#menu {

	width: 740px;
	margin-bottom: 15px;

}


#menu dl {
	zoom:100%;
}
#menu dl:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#menu dl {
	width:740px;
	background-image: url(../img/menu02_bottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 9px;
	margin-bottom:10px;

}
#menu  dl dt {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	display: block;
	padding: 0px;
}
#menu  dl dd {
	float:left;
	list-style-type: none;
	list-style-image: none;
	margin: 0px 1px;
	display: block;
	padding: 0px;

}

#menu dl dt{
	line-height: 32px;
	background-image: url(../img/menu02_h4.jpg);
	width:740px;
	height: 32px;
	font-size:16px;

	color: #FFFFFF;
	text-align: center;
	margin-bottom:7px;
}
#menu dl dd{
	margin: 0 5px;
}
#menu dl dd a{
	line-height: 16px;
	display: block;
	font-size: 15px;
	text-decoration: none;
	background-image: url(../img/menu_bg02.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #BC464E;

}
#menu dl dt a:hover , #menu dl dd  a:hover{
	background-color: #F6E8E5;
}
