@charset "shift_jis";
@import url("./css/tables.css");
@import url("./css/commonstyles.css");

/* Šî–{ƒXƒ^ƒCƒ‹ */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-size: 0.9em;
	line-height: 1.6em;
	background-color: #F5F5F5;
}

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

h1, h2, h3, h4, .title ,.menutitle{
	font-family:sans-serif;
	font-weight:bold;
}

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



/*
//Œ©o‚µ‚ð’Êí‚ÌƒtƒHƒ“ƒg‚É‚·‚éê‡‚Í^* ‚Æ *^ ‚ðíœ
h3, h4 ,h5 ,h6{
	font-family: sans-serif;
	font-weight:bold;
}
*/

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

/* -------- ƒŠƒ“ƒN */

a,a:visited{
	color:#006699;
}

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;
}

/* •¶Žš‘•ü */

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

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

/* ---------------- ƒŠƒXƒg */

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;
}

/* Šî–{ƒŒƒCƒAƒEƒg */

#container {
	width: 1000px;
	_width: 1010px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(./img/back.jpg);
	background-repeat: repeat-y;
}

#toptbl{
	position:relative;
	top:0px;
	width:100%;
	height:100px;
}

#toptbl td{
	vertical-align:middle;
	padding-right:10px;
	padding-left:10px;
	background-color:transparent;
}
#header {
	height: 120px;
	background-image: url(img/header.jpg);
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
	border-bottom:solid 1px #999;
}

#header h2 ,#header .title {
	max-width: 600px;
	min-width:200px;
	font-size: 32px;
	float: left;
	line-height: 34px;
	font-family: "ƒƒCƒŠƒI", meiryo, Arial, Helvetica!important;
}

#header h2 a, #header h2 a:visited, #header .title a, #header  .title  a:visited {
	color: #aa0001;
	text-decoration: none;
}

#headertext {
	text-align: left;
	font-size: 11px;
	line-height: 130%;
	width: 550px;
	position: relative;
	left: 30px;
	top: 60px;
}

/* ƒRƒ“ƒeƒ“ƒc */

#text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10 {
	margin-bottom: 25px;
	padding: 10px 14px;
}

/* ƒOƒ[ƒoƒ‹ƒƒjƒ…[ */

#topmenu {
	background-repeat: repeat-x;
	height: 48px;
	line-height: 42px;
	width: 1000px;
	position: absolute;
	top: 140px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/menu_item.jpg);
	background-position: left top;
	font-size: 13px;
}

#topmenu span a {
	overflow: hidden;
	width: 20%;
	_width:19.6%;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	float: left;
	height: 45px;
	_height:47px;
	background-image: url("img/navi_li.jpg");
	background-position: left 3px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-bottom:3px;
	display: block;
}
#topmenu span a:hover {
	background-image: url(img/menu_item_hover.jpg);
	background-position: 5px top;
	background-repeat: repeat-x;
	color: #FFFFFF;
}

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

#contents {
	_height:10px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height:400px;
	margin-top:50px;
	background: #ffffff;
	margin-top:0px;
}



/* ƒtƒbƒ^[ */

#footer {
	text-align: center;
	color: #FFFFFF;
	line-height: 64px;
	height: auto;
	background: url(img/footer.jpg) ;
}

#footer a{
	color: #FFFFFF;
	text-decoration: underline;
}

#footlink {
	color: #666666;
	font-size: 12px;
	line-height:32px;
	text-align:center;
}
#footlink a {
	color: #FFF;
	margin-left:5px;
	margin-right:5px;
}

#footer_inner {
	text-align: center;
	color: #FFFFFF;
	line-height: 64px;
	height: auto;
	width: 950px;
	margin:auto;
}

#fne,#ff5 {
	text-align: left;
	line-height: 120%;
	font-size: 12px;
	padding: 0 8px 8px;
	float: left;
	width: 300px;
}

#fne_in {
    font-size: 12px;
    line-height: 120%;
    padding: 0 8px 8px;
    text-align: left;
}

#fne ul, #ff5 ul ,#ff6 ul{
	padding-left: 15px;
}

#fne ul li, #ff5 ul li,#ff6 ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
}

#fne ul li a, #ff5 ul li a,#ff6 ul li a {
	text-decoration: underline;
}

#ff6 {
	text-align: left;
	line-height: 120%;
	font-size: 12px;
	padding: 0 8px 8px;
	float: right;
	width: 300px;
}

#fne h4, #ff5 h4, #ff6 h4 {
	font-size: 16px;
	line-height: 34px;
	background-image: url(img/01.jpg);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-right: 8px;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #ffffff;
	border-bottom: solid 2px #ffffff;
}

/* ƒtƒŠ[ƒXƒy[ƒX */

#space3 {
	background-color: #FFFFFF;
	text-align: center;
	line-height: 120%;
	font-size: 12px;
}

#space4 {
	background-color: #FFFFFF;
	text-align: center;
	line-height: 120%;
	font-size: 12px;
	padding: 8px;
}

#space5,#space6 {
	text-align: left;
	line-height: 120%;
	font-size: 12px;
	padding: 0 8px 8px;
}

/* ƒ‚ƒWƒ…[ƒ‹ */

#ad {
	float: right;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 10px;
}

/* ƒŒƒCƒAƒEƒg·•ª */

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

#main {
	width: 900px;
}


#return {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
}

#text1 h3,#text2 h3,#text3 h3,#text4 h3,#text5 h3,#text6 h3,#text6 h3,#text7 h3,#text8 h3,#text9 h3,#text10 h3{
	position: relative;
	left: -12px;
	width: 650px;
	_width: 650px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#searchbox {
	text-align: left;
	font-size:12px;
	margin: 15px 0;
}

#sh4 {
	line-height: 45px;
	background-image: url(img/menu_h4.jpg);
	background-position: left top;
	padding-left: 15px;
	overflow: hidden;
	margin: 15px 0;

}

#searchbox input {
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 2px;
}
#searchbox form {
	padding: 0px;
	margin: 0px;
}

form input {
	vertical-align: middle;
}

/* ŠeŽíŒ©o‚µ */

h1 {
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	background-color: #aa0001;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	font-family: sans-serif;
	height: 20px;
	text-align: right;
}

#main h2,#main h3,.blog .title {
	background-image: url("./img/h2.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	color: #aa0001;
	font-size: 21px;
	line-height: 40px;
	margin-bottom: 5px;
	margin-top: 5px;
	overflow: hidden;
	padding-bottom: 7px;
	padding-left: 15px;
}

.blog .title a{
	color: #9f6001;
}

#main h4  {
	font-size: 16px;
	line-height: 28px;
	background-image: url(img/h4.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 10px;
	background-position: left bottom;
	padding-right: 8px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #333333;
}

#main h5{
	background-image: url(img/h5.jpg);
	background-position: left 4px;
	background-repeat: no-repeat;
	font-size: 15px;
	line-height:35px;
	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: 25px;
	font-size: 15px;
	line-height: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* ƒTƒCƒgƒ}ƒbƒv */

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

#sitemaps ul{
	margin:0;
	padding:0;
}

#sitemaps li{
	list-style-type: none;
	list-style-image: none;
}

#sitemaps .sbox1, #sitemaps .sbox2 {
	width: 47%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#sitemaps .sbox1 {
	float: left;
	clear: left;
}

#sitemaps .sbox2 {
	float: right;
	clear: right;
}

#sitemaps .l1 {
	background-image: url(./img/sitemap_l1.jpg);
	line-height: 28px;
	height: 30px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top:0px;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 35px;
	overflow: hidden;
}

#sitemaps .l2 {
	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;
}

#sitemaps .l3 {
	background-image: url(img/sitemap_l3.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 20px;
	text-indent: 15px;
	margin-left: 38px;
	margin-bottom: 3px;
}
#whatsnew {
	border: 1px solid #CCCCCC;
	background-image: url(img/whats_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 45px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#whatsnew  li  {
	line-height: 25px;
	list-style-image: url(img/whats_li.jpg);
	margin-right: 10px;
	margin-left: 10px;
}

/* ƒJƒeƒSƒŠ[ƒŠƒXƒg */

#categorylist {
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

#categorylist .cbox{
	margin-bottom:15px;
}

#categorylist .cbox:after {
	clear: both;
}

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

#categorylist h4 a{
	color: #0f5590;
}

#categorylist p {
	padding: 0px 14px;
}

#categorylist .desc {
	font-size: 12px;
	line-height: 130%;
	color: #505050;
	padding: 10px;
}

#categorylist  .more {
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#categorylist .bottom {
	background-image: url(img/categorylist_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* ƒGƒ“ƒgƒŠ[ƒŠƒXƒg */

#entrylist {
	padding: 10px;
}

#entrylist dl {
	padding: 6px;
	display: block;
}

#main #entrylist h4 {
	background-image: url(./img/entlist_title.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#entrylist dt {
	font-weight: bold;
	font-size: 14px;
	background-image: url(./img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
	line-height: 20px;
}

#entrylist dd {
	margin-left: 15px;
	margin-bottom: 8px;
	font-size: 11px;
	color: #757575;
	line-height: 120%;
}

/* ‹LŽ–ƒXƒ^ƒCƒ‹ */

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

.txt-border p {
	line-height: 22px;
	font-size: 13px;
}

.txt-line  {
	border: 2px solid #CCCCCC;
}

.txt-yellowback {
	background-color: #FFF9DF;
	border: 2px solid #CC0000;
}

.txt-grayback {
	border: 1px solid #D9D9D9;
	background-color: #E6E6E6;

}

.txt-colorback {
	border:solid 1px #FFB380;
	background-color: #FFF2DF;
}

.txt-frame{
	border:solid 2px #CCCCCC;	
}

.txt-colorframe{
	border:solid 2px #CC0000;
}

.txt-rndbox .top{
	height:15px;
	background-image: url(./img/round.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.txt-rndbox .body{
	border-left:solid 1px #B4B4B4;
	border-right:solid 1px #B4B4B4;
	padding:10px 30px;
}

.txt-rndbox .bottom{
	height:15px;
	background-image: url(./img/round.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.txt-decbox1 {
	background-image: url(./img/dec1_body.gif);
	background-repeat: repeat-y;
}

.txt-decbox1  .top{
	height:50px;
	background-position: left top;
	background-image: url(./img/decbox1.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 30px;
}

.txt-decbox1  .body{
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}

.txt-decbox1  .bottom{
	height:70px;
	background-image: url(./img/decbox1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.txt-decbox2 {
	background-image: url(./img/dec2_body.gif);
	background-repeat: repeat-y;
}

.txt-decbox2  .top{
	height:40px;
	background-image: url(./img/decbox2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 30px;
}

.txt-decbox2  .body{
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}

.txt-decbox2  .bottom{
	height:65px;
	background-image: url(./img/decbox2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#main .txt-grayback,#main  .txt-colorback,#main .txt-line, #main .txt-frame,#main .txt-colorframe{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 30px;
}

#main .txt-rndbox, #main .txt-decbox1, #main .txt-decbox2{
	padding:0px;	
}

#main .txt-decbox1 h3,#main .txt-decbox2 h3 ,#main .txt-decbox1 h2,#main .txt-decbox2 h2{
	width: auto;
	padding: 0px;
	position: static;
	background-image: none;
	border: none;
	font-size: 26px;
	text-align: center;
}

#main .txt-decbox1 h3 span, #main .txt-decbox2 h3 span {
	background-image: none;
}

/* ‹LŽ–ƒXƒ^ƒCƒ‹ - F·•ª */

.txt-colorback {
	border:solid 1px #FFB380;
	background-color: #FFF2DF;
}

.txt-colorframe{
	border:solid 2px #CC0000;
}

#main .txt-decbox1 h3,#main .txt-decbox2 h3 ,#main .txt-decbox1 h2,#main .txt-decbox2 h2{
	color:#333;
	background-color:#FFF;
	line-height:140%;
}

.hd{
	color: #333;
	text-decoration:none;
}


#fne #newEntry ul {
	padding-left: 10px;
}

#fne #newEntry ul li a, #fne #newEntry ul li a:hover {
	background-image: url(img/newtext.gif);
	padding-left: 30px;
	background-position: 10px center;
}
#fne #newEntry ul li, #fne #newEntry ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 1px;
	background-image: url(./img/menu_line.gif);
	background-position: left bottom;
}

.menubox {
	width: auto;
}

.menubox2 {
	margin-bottom:15px;
}

/* …•½ü */

#main .border1,#main .border2,#main .border3,#main .borderdot,#main .borderdot2{
	margin: 10px;
	padding: 0px;
	line-height: 1px;
	height: 1px;
}

#main .border1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#main  .border2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

#main  .border3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
#main .borderdot {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#main .borderdot2 {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#searchresult{
	padding:15px;
}

#searchresult dt{
	background-image: url(img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top:15px;
	font-size:14px;
	padding-left:16px;
}

#searchresult dd{
	margin:0px;
	line-height:130%;
	font-size:13px;
}

#linklist {
	padding: 15px;
}

#linklist dt {
	font-size: 14px;
	font-weight: bold;
	background-image: url(./img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

#linklist dd {
	padding-left: 18px;
	margin-left: 0px;
	margin-bottom: 10px;
}

.blog {
	margin-bottom: 30px;
}
.blog .text {
	padding: 15px;
}

.blog  .title  a{
	color:#555555;
	text-decoration:none;
}

.blog  .title  a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.blog  .detail {
	font-size: 15px;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	color: #666666;
	line-height: 30px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	;
}
.blog  .more  {
	float: right;
	padding-left: 15px;
	background-image: url(img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}

.blog .date {
	background-image: url(img/calender.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 22px;
	padding-left: 30px;
	height: 22px;
	font-weight: bold;
}
.blog .plist {
	margin-right: 3px;
	margin-left: 3px;
}


/* ’Ç‰Áƒeƒ“ƒvƒŒ[ƒg—p */

#main .point1{
	background-image: url(./img/point1.png);
}
#main .point2{
	background-image: url(./img/point2.png);
}
#main .point3{
	background-image: url(./img/point3.png);
}
#main .point4{
	background-image: url(./img/point4.png);
}
#main .point5{
	background-image: url(./img/point5.png);
}
#main .point6{
	background-image: url(./img/point6.png);
}
#main .point7{
	background-image: url(./img/point7.png);
}
#main .point8{
	background-image: url(./img/point8.png);
}
#main .point9{
	background-image: url(./img/point9.png);
}
#main .point10{
	background-image: url(./img/point10.png);
}


.bt1{
	margin: 10px 0px 0px 0px;
}

.bt1 a {
 display: block;
 width: 127px;
 height: 35px;
 text-indent: -1000px;
 overflow: hidden;
 background: url("img/official-button.jpg");
 }
 
 .bt1 a:hover {
 background-position: 0 -35px;
 }

.labobt1{
	margin: 5px 100px;
}

.labobt1 a {
 display: block;
 width: 650px;
 height: 300px;
 text-indent: -1000px;
 overflow: hidden;
 background: url("img/labo-12cam.jpg");
 }
 
.labobt1 a:hover {
 background-position: 0 -300px;
 }


.dionebt1{
	margin: 10px 0px 0px 0px;
}

.dionebt1 a {
 display: block;
 width: 650px;
 height: 300px;
 text-indent: -1000px;
 overflow: hidden;
 background: url("img/dione-catch.jpg");
 }
 
.dionebt1 a:hover {
 background-position: 0 -300px;
 }

.h2box-catch-w{
	clear: both;
	padding: 10px;
	width: 950px;
	_width: 970px;
	height: 230px;
	_height: 250px;
	background: url(./img/box-haikei.jpg) no-repeat;
	overflow: hidden;
	}
.h2box-catch .left{
	float: left;
	margin: 0px auto;
	padding: 0px;
	width: 170px;
	height: 230px;
	overflow: hidden;
	}
.h2box-catch .right{
	float: right;
	margin: 0px auto;
	padding: 28px 5px 5px 25px;
	width: 430px;
	_width: 460px;
	height: 190px;
	_height: 230px;
	font-size: 15px;
	color: #695647;
	line-height: 1.5em;
	overflow: hidden;
	}


.h2box-catch2{
	clear: both;
	padding: 10px;
	width: 630px;
	_width: 650px;
	height: 230px;
	_height: 250px;
	background: url(./img/box-haikei.jpg) no-repeat;
	overflow: hidden;
	}
.h2box-catch2 .left{
	float: left;
	margin: 0px auto;
	padding: 0px;
	width: 170px;
	height: 230px;
	overflow: hidden;
	}
.h2box-catch2 .right{
	float: right;
	margin: 0px auto;
	padding: 8px 5px 5px 10px;
	width: 430px;
	_width: 460px;
	height: 205px;
	_height: 245px;
	font-size: 15px;
	color: #695647;
	line-height: 1.5em;
	overflow: hidden;
	}

.box-reccomend{
	margin:0px 0px 10px 0px;
	padding:0px;
	width:650px;
	overflow:hidden;
	}

.box-reccomend-top{
	margin:0px 0px 0px 0px;
	padding:15px 0px 0px 125px;
	width:565px;
	_width:650px;
	height:45px;
	_height:60px;
	background: url(./img/h2h2back-top.png) no-repeat;
	font-size: 19px;
	font-weight: bold;
	color: #DB0000;
	overflow:hidden;
	}

.box-reccomend-middle{
	margin:0px 0px 0px 0px;
	padding:0px 18px;
	width:620px;
	_width:650px;
	background: url(./img/h2h2back.png) repeat-y;
	overflow:hidden;
	}

.box-reccomend-bottom{
	margin:0px 0px 0px 0px;
	padding:0px;
	width:650px;
	height:12px;
	background: url(./img/h2h2back-bottom.png) no-repeat;
	font-size: 0px;
	line-height: 0px;
	}


.box-kuchikomi{
	margin:0px 0px 10px 0px;
	padding:0px;
	width:650px;
	overflow:hidden;
	}

.box-kuchikomi-top{
	margin:0px 0px 0px 0px;
	padding:15px 0px 0px 145px;
	width:565px;
	_width:650px;
	height:55px;
	_height:70px;
	background: url(./img/h2kuchikomiback-top.png) no-repeat;
	font-size: 19px;
	font-weight: bold;
	color: #DB0000;
	overflow:hidden;
	}

.box-kuchikomi-middle{
	margin:0px 0px 0px 0px;
	padding:0px 18px;
	width:620px;
	_width:650px;
	background: url(./img/h2h2back.png) repeat-y;
	overflow:hidden;
	}

.box-kuchikomi-bottom{
	margin:0px 0px 0px 0px;
	padding:0px;
	width:650px;
	height:12px;
	background: url(./img/h2h2back-bottom.png) no-repeat;
	font-size: 0px;
	line-height: 0px;
	}

table{
	width:100%;
	_width:95%;
	font-size:13px;
	margin-top:1px;
	margin-bottom:10px;
}

th{
	background-color:#EBEBEB;
}

td{
	background-color:#FFFFFF;
}

#menu .ritem td,#rmenu .ritem td{
	border:none;
}

/*@‹¤’ÊƒXƒ^ƒCƒ‹ */

.rtitle  {
	height: 44px;
	text-align: center;
	overflow: hidden;
	padding: 4px;
}

.rimg {
	text-align: center;
}
.price {
	color: #CC0000;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 120%;
	text-align: center;
}

.tdesc {
	text-align: left;
	vertical-align: top;
}


/* ¤•i’Â—ñŒ^ */
.ritm
{
	background-color:#FFFFFF;
}

.ritm th,.ritm td
{
	padding:6px;
	width:auto;
	line-height: 120%;
	border:solid 1px #CCC;
	vertical-align:top;
	text-align: center;
}

.col1 td ,.col1 th{
	width: 100%;
}

.col2 td ,.col2 th{
	width: 50%;
}

.col3 td ,.col3 th{
	width: 33%;
}

.col4 td ,.col4 th{
	width: 25%;
}

/* “Á’èŽæˆø–@‚ÉŠÖ‚·‚é•\‹L */

.tokusho {
	background-color: #CCCCCC;
}

.tokusho th, .tokusho td {
	padding: 8px;
}

.tokusho th {
	background-color: #E3E3E3;
	width: 30%;
}

/* ¤•ià–¾ */

.ritm_desc {
	border: 1px solid #CCCCCC;
}
.ritm_desc td {
	vertical-align: top;
	padding: 10px;
}
.ritm_desc .title {
	background-color: #EBEBEB;
	padding: 5px;
	margin-bottom: 8px;
	text-align:left;
	line-height:120%;
	font-family: 'HGP‘n‰pŠpºÞ¼¯¸UB', 'Hiragino Kaku Gothic Pro', 'ƒqƒ‰ƒMƒmŠpƒS Pro W6', sans-serif;
	font-weight:normal;
}

.ritm_desc .title a{
	color:#333;
}

.ritm_desc .title a:hover{
	color:#FF0000;
}

.ritm_desc .desc{
	padding:20px;
}

.ritm_desc .price {
	text-align: left;
	padding: 0px;
}
.ritm_desc  .img {
	width: 20%;
}
.ritm_desc .more, .ritm_desc .price, .ritm_desc .review {
	line-height: 25px;
	height: 25px;
	margin-right: 5px;
	margin-left: 5px;
}


/* ¥1/18ˆÈ~’Ç‰Á•ª */

/* ƒ‰ƒ“ƒLƒ“ƒO1 */

.rnk1item {
	border: 1px solid #CCCCCC;
}
.rnk1item  th {
	background-color: #FFFFFF;
	width: 70px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.rnk1item td {
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 12px;
	line-height: 130%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.rnk1item .ttitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 130%;
}

.rnk1item th, .rnk1item td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.rnk1item .timg {
	width: 130px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	vertical-align: middle;
}
.rnk1item .alt th, .rnk1item .alt td {

}

/* ƒ‰ƒ“ƒLƒ“ƒOŒ^2 */

.rnk2item {
	font-size: 12px;
}

.rnk2item .timg, .rnk2item .tdesc {
	padding: 15px;
}
.rnk2item td {
	padding: 0px;
	vertical-align: top;
}
.rnk2item .ttitle {
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: left;
	font-size: 16px;
}

.rnk2item  .timg {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width:130px;
}

.rnk2item .timg img {
	padding-bottom: 10px;
}

.rnk2item .tdesc {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	line-height: 160%;
}

.rnk2item .ttable {
	width:100%;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}
.ttable th, .ttable td {
	padding: 8px;
	width: 33%;
	text-align: center;
}

/* ¥1/25’Ç‰Á•ª */

/* ƒ‰ƒ“ƒLƒ“ƒOŒ^3 */

.rnk3item {
	border: 1px solid #CCCCCC;
}
.rnk3item  th {
	text-align: left;
	padding: 8px;
	font-size: 17px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
}
.rnk3item th img {
	vertical-align: bottom;
	margin-right: 6px;
}

.rnk3item td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.rnk3item .timg {
	text-align: center;
	width: 150px;
}

/* ‰¿Ši”äŠrŒ^1 */

.prc1item {
	border: 1px solid #CCCCCC;
}

.prc1item th {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	padding: 6px;
	text-align: center;
}
.prc1item td {
	text-align: center;
	padding: 6px;
}
.prc1item .alt td {
	background-color: #F5F5F5;
}

.prc1item .price {
	text-align: right;
	width: 120px;
}

/* €–Úà–¾Œ^ */

.dsc1item,.dsc2item {
	background-color: #CCCCCC;
}
.dsc1item  th, .dsc1item  td,.dsc2item th, .dsc2item td {
	padding: 6px;
}
.dsc1item th , .dsc2item th {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.dsc1item td , .dsc2item td {
	font-size: 95%;
	vertical-align: top;
}

.dsc1item th{
	width: 30%;
}

.dsc2item .col2 th{
	width: 50%;
}

.dsc2item .col3 th{
	width: 33%;
}

.dsc2item .col4 th{
	width: 25%;
}

/* ƒƒjƒ…[Œ^ */

.tblmenu1item td {
	font-size: 12px;
	line-height: 130%;
	border: 1px solid #CCCCCC;
	vertical-align:top;
}
.tblmenu1item  td  .ttitle {
	background-color: #EEEEEE;
	font-weight: bolder;
	padding: 7px;
	margin-bottom: 8px;
	font-size: 13px;
}

.tblmenu1item .col1{
	width:100%;
}

.tblmenu1item .col2{
	width:50%;
}


table#table-zenkoku{
	border: 1px solid #CCC;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 0 0 1px;
	padding:0;
	font-size:12px;
}
table#table-zenkoku th {
	padding: 10px 4px;
	border: #d5c28d solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	background-color: #ffe2c3;
	background-repeat: repeat-x;
	line-height:100%;
	color:#666;
}
table#table-zenkoku th span{
	font-size:10px;
	line-height:100%;
}
table#table-zenkoku td {
    padding: 5px;
    border: 1px #d5c28d solid;
    background: #FFF;
    border-width: 0 0 1px 1px;
    text-align: center;
}

table#table-zenkoku td.sal{
	width:125px;
}
table#table-zenkoku td.sal p{
	margin:0 0 5px 0;
	padding:0;}
table#table-zenkoku td.shou{
	padding:5px;
	font-weight: bold;
	}

table#table-zenkoku td.marumaru{
	background: url(./img/marumaru.jpg) no-repeat;
	background-position: center center; 
	}

table#table-zenkoku td.maru{
	background: url(./img/maru.jpg) no-repeat;
	background-position: center center; 
	}

table#table-zenkoku td.sankaku{
	background: url(./img/sankaku.jpg) no-repeat;
	background-position: center center; 
	}

table#table-zenkoku td.batsu{
	background: url(./img/batsu.jpg) no-repeat;
	background-position: center center; 
	}

.catchcopy03{
	margin:0px 0px 10px 0px;
	padding:0px;
	width:860px;
	overflow:hidden;
	}

.catchcopy03-top{
	margin:0px 0px 0px 0px;
	padding:40px 0px 0px 145px;
	width:755px;
	_width:860px;
	height:60px;
	_height:80px;
	background: url(./img/catchcopy03-top.jpg) no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #ff647a;
	overflow:hidden;
	}

.catchcopy03-middle{
	margin:0px 0px 0px 0px;
	padding:0px 20px;
	width:820px;
	_width:860px;
	background: url(./img/catchcopy03-middle.jpg) repeat-y;
	color: #695647;
	overflow:hidden;
	}

.catchcopy03-bottom{
	margin:0px 0px 0px 0px;
	padding:0px;
	width:860px;
	height:80px;
	background: url(img/catchcopy03-arrow.jpg) no-repeat;
	font-size: 0px;
	line-height: 0px;
	}


.box-checker{
	margin:0px 0px 10px 0px;
	padding:0px;
	width:860px;
	overflow:hidden;
	}

.box-checker-top{
	margin:0px 0px 0px 0px;
	padding:6px 0px 20px 155px;
	width:775px;
	_width:860px;
	height:45px;
	_height:60px;
	background: url(img/box-checker-top.png) no-repeat;
	font-size: 22px;
	font-weight: bold;
	color: #DB0000;
	overflow:hidden;
	}

.box-checker-middle{
	margin:0px 0px 0px 0px;
	padding:5px 22px;
	width:830px;
	_width:860px;
	background: url(img/box-checker-middle.png) repeat-y;
	overflow:hidden;
	}

.box-checker-bottom{
	margin:0px 0px 0px 0px;
	padding:0px;
	width:860px;
	height:12px;
	background: url(img/box-checker-bottom.png) no-repeat;
	font-size: 0px;
	line-height: 0px;
	}


.box-kuchikomi-top{
	margin:0px 0px 0px 0px;
	padding:6px 0px 23px 155px;
	width:775px;
	_width:860px;
	height:45px;
	_height:60px;
	background: url(img/box-kuchikomi-top.png) no-repeat;
	font-size: 22px;
	font-weight: bold;
	color: #DB0000;
	overflow:hidden;
	}


.bt1{
	margin: 10px 0px 0px 0px;
}

.bt1 a {
 display: block;
 width: 127px;
 height: 35px;
 text-indent: -1000px;
 overflow: hidden;
 background: url("img/official-button.jpg");
 }
 
 .bt1 a:hover {
 background-position: 0 -35px;
 }

.bt2{
	margin: 2px 0px 0px 8px;
}

.bt2 a {
 display: block;
 width: 172px;
 height: 50px;
 text-indent: -1000px;
 overflow: hidden;
 background: url("img/kousiki-bt.jpg");
 }
 
 .bt2 a:hover {
 background-position: 0 -50px;
 }





















.h2box-catch-w{
	clear: both;
	padding: 10px;
	width: 950px;
	_width: 970px;
	height: 230px;
	_height: 250px;
	background: url(./img/box-haikei.jpg) no-repeat;
	overflow: hidden;
	}
.h2box-catch .left{
	float: left;
	margin: 0px auto;
	padding: 0px;
	width: 170px;
	height: 230px;
	overflow: hidden;
	}
.h2box-catch .right{
	float: right;
	margin: 0px auto;
	padding: 28px 5px 5px 25px;
	width: 430px;
	_width: 460px;
	height: 190px;
	_height: 230px;
	font-size: 15px;
	color: #695647;
	line-height: 1.5em;
	overflow: hidden;
	}


.h2box-catch2{
	clear: both;
	padding: 10px;
	width: 630px;
	_width: 650px;
	height: 230px;
	_height: 250px;
	background: url(./img/box-haikei.jpg) no-repeat;
	overflow: hidden;
	}
.h2box-catch2 .left{
	float: left;
	margin: 0px auto;
	padding: 0px;
	width: 170px;
	height: 230px;
	overflow: hidden;
	}
.h2box-catch2 .right{
	float: right;
	margin: 0px auto;
	padding: 8px 5px 5px 10px;
	width: 430px;
	_width: 460px;
	height: 205px;
	_height: 245px;
	font-size: 15px;
	color: #695647;
	line-height: 1.5em;
	overflow: hidden;
	}

.box-reccomend{
	margin:0px 0px 10px 0px;
	padding:0px;
	width:650px;
	overflow:hidden;
	}

.box-reccomend-top{
	margin:0px 0px 0px 0px;
	padding:15px 0px 0px 125px;
	width:565px;
	_width:650px;
	height:45px;
	_height:60px;
	background: url(./img/h2h2back-top.png) no-repeat;
	font-size: 19px;
	font-weight: bold;
	color: #DB0000;
	overflow:hidden;
	}

.box-reccomend-middle{
	margin:0px 0px 0px 0px;
	padding:0px 18px;
	width:620px;
	_width:650px;
	background: url(./img/h2h2back.png) repeat-y;
	overflow:hidden;
	}

.box-reccomend-bottom{
	margin:0px 0px 0px 0px;
	padding:0px;
	width:650px;
	height:12px;
	background: url(./img/h2h2back-bottom.png) no-repeat;
	font-size: 0px;
	line-height: 0px;
	}


.box-kuchikomi{
	margin:0px 0px 10px 0px;
	padding:0px;
	width:650px;
	overflow:hidden;
	}

.box-kuchikomi-top{
	margin:0px 0px 0px 0px;
	padding:15px 0px 0px 145px;
	width:565px;
	_width:650px;
	height:55px;
	_height:70px;
	background: url(./img/h2kuchikomiback-top.png) no-repeat;
	font-size: 19px;
	font-weight: bold;
	color: #DB0000;
	overflow:hidden;
	}

.box-kuchikomi-middle{
	margin:0px 0px 0px 0px;
	padding:0px 18px;
	width:620px;
	_width:650px;
	background: url(./img/h2h2back.png) repeat-y;
	overflow:hidden;
	}

.box-kuchikomi-bottom{
	margin:0px 0px 0px 0px;
	padding:0px;
	width:650px;
	height:12px;
	background: url(./img/h2h2back-bottom.png) no-repeat;
	font-size: 0px;
	line-height: 0px;
	}


table#table-zenkoku{
	border: 1px solid #CCC;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 0 0 1px;
	padding:0;
	font-size:12px;
}
table#table-zenkoku th {
	padding: 10px 4px;
	border: #d5c28d solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	background-color: #ffe2c3;
	background-repeat: repeat-x;
	line-height:100%;
	color:#666;
}
table#table-zenkoku th span{
	font-size:10px;
	line-height:100%;
}
table#table-zenkoku td {
    padding: 5px;
    border: 1px #d5c28d solid;
    background: #FFF;
    border-width: 0 0 1px 1px;
    text-align: center;
}

table#table-zenkoku td.sal{
	width:125px;
}
table#table-zenkoku td.sal p{
	margin:0 0 5px 0;
	padding:0;}
table#table-zenkoku td.shou{
	padding:5px;
	font-weight: bold;
	}

table#table-zenkoku td.marumaru{
	background: url(./img/marumaru.jpg) no-repeat;
	background-position: center center; 
	}

table#table-zenkoku td.maru{
	background: url(./img/maru.jpg) no-repeat;
	background-position: center center; 
	}

table#table-zenkoku td.sankaku{
	background: url(./img/sankaku.jpg) no-repeat;
	background-position: center center; 
	}

table#table-zenkoku td.batsu{
	background: url(./img/batsu.jpg) no-repeat;
	background-position: center center; 
	}

.catchcopy03{
	margin:0px 0px 10px 0px;
	padding:0px;
	width:860px;
	overflow:hidden;
	}

.catchcopy03-top{
	margin:0px 0px 0px 0px;
	padding:40px 0px 0px 145px;
	width:755px;
	_width:860px;
	height:60px;
	_height:80px;
	background: url(./img/catchcopy03-top.jpg) no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #ff647a;
	overflow:hidden;
	}

.catchcopy03-middle{
	margin:0px 0px 0px 0px;
	padding:0px 20px;
	width:820px;
	_width:860px;
	background: url(./img/catchcopy03-middle.jpg) repeat-y;
	color: #695647;
	overflow:hidden;
	}

.catchcopy03-bottom{
	margin:0px 0px 0px 0px;
	padding:0px;
	width:860px;
	height:80px;
	background: url(img/catchcopy03-arrow.jpg) no-repeat;
	font-size: 0px;
	line-height: 0px;
	}


.box-checker{
	margin:0px 0px 10px 0px;
	padding:0px;
	width:860px;
	overflow:hidden;
	}

.box-checker-top{
	margin:0px 0px 0px 0px;
	padding:6px 0px 20px 155px;
	width:775px;
	_width:860px;
	height:45px;
	_height:60px;
	background: url(img/box-checker-top.png) no-repeat;
	font-size: 22px;
	font-weight: bold;
	color: #DB0000;
	overflow:hidden;
	}

.box-checker-middle{
	margin:0px 0px 0px 0px;
	padding:5px 22px;
	width:830px;
	_width:860px;
	background: url(img/box-checker-middle.png) repeat-y;
	overflow:hidden;
	}

.box-checker-bottom{
	margin:0px 0px 0px 0px;
	padding:0px;
	width:860px;
	height:12px;
	background: url(img/box-checker-bottom.png) no-repeat;
	font-size: 0px;
	line-height: 0px;
	}


.box-kuchikomi-top{
	margin:0px 0px 0px 0px;
	padding:6px 0px 23px 155px;
	width:775px;
	_width:860px;
	height:45px;
	_height:60px;
	background: url(img/box-kuchikomi-top.png) no-repeat;
	font-size: 22px;
	font-weight: bold;
	color: #DB0000;
	overflow:hidden;
	}


.bt1{
	margin: 10px 0px 0px 0px;
}

.bt1 a {
 display: block;
 width: 127px;
 height: 35px;
 text-indent: -1000px;
 overflow: hidden;
 background: url("img/official-button.jpg");
 }
 
 .bt1 a:hover {
 background-position: 0 -35px;
 }

.bt2{
	margin: 2px 0px 0px 8px;
}

.bt2 a {
 display: block;
 width: 172px;
 height: 50px;
 text-indent: -1000px;
 overflow: hidden;
 background: url("img/kousiki-bt.jpg");
 }
 
 .bt2 a:hover {
 background-position: 0 -50px;
 }
body{font-family: "ƒƒCƒŠƒI","Meiryo","ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro","‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}

h1,h2,h3,h4,h5,h6{font-family: "ƒƒCƒŠƒI","Meiryo","ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro","‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:bold;}

.rank1,.rank2,.rank3,.rank4,.rank5,.point,.point1,.point2,.point3,.point4,.point5{font-family: "ƒƒCƒŠƒI","Meiryo","ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro","‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:bold;}

#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10{font-family: "ƒƒCƒŠƒI","Meiryo","ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro","‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}
body{font-family: "ƒƒCƒŠƒI","Meiryo","ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro","‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}

h1,h2,h3,h4,h5,h6{font-family: "ƒƒCƒŠƒI","Meiryo","ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro","‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:bold;}

.rank1,.rank2,.rank3,.rank4,.rank5,.point,.point1,.point2,.point3,.point4,.point5{font-family: "ƒƒCƒŠƒI","Meiryo","ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro","‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:bold;}

#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10{font-family: "ƒƒCƒŠƒI","Meiryo","ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro","‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}
