body {
	font-family: Verdana, "ＭＳ Ｐゴシック", Arial;
	font-size: 12px;
	color: #333300;
	text-align: center;
	margin: 0;
}
#body-box {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 740px;
	background-color: #FFFFFF;
}
#body-top {
	margin-bottom: 3px;
	color: #999999;
	text-align: center;
}
#body-top strong {
	font-weight:normal;
}
#body-top h1 {
	font-style:normal;
	font-weight: normal;
	display: inline;
	font-size: 12px;
}
.head-sub {
	width: 130px;
	text-align: center;
	vertical-align: bottom;
}
#head-title {
	text-align: center;
}
.subtitle {
	font-size: 11px;
	text-align: center;
	color: #003300;
	margin-top: 10px;
	margin-bottom:10px;
	background-color: #E2EBFD;
}
#contents {
	float: left;
	width: 510px;
	margin: 1px;
	text-align:left;
	line-height: 130%;
}
#menu {
	float:right;
	width: 220px;
	margin: 1px;
	text-align:left;
}
.box-topbottom-line {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #EEEEEE;
	padding: 5px;
	width: 490px;
	clear:both;
}
.box-kategori-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #FFE8BA;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 2px;
	width: 495px;
}
.box-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #FFE8BA;
	font-weight: bold;
	padding: 3px;
	width: 100%;
	text-align: center;
}

.box-topbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #EAF6EC;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	text-align: center;
}
.box-topbottom2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #EFEFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	text-align: center;
}
.box-topbottom-line-color {
	background-color: #F1F1FD;
	border-top: 1px solid #99CCFF;
	border-bottom: 1px solid #99CCFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
.box-red-line-outer{
	width: 500px;
	border: 1px solid #BB0000;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #FFFFFF;
	background-color: #BB0000;
	line-height: 18px;
}
.box-red-line-inner{
	background-color: #FFFFFF;
	text-align: center;
	color: #333300;
	padding: 10px;
	line-height: normal;
}
.center-textlink {
	text-align: center;
	border-bottom: 1px solid #999999;
	padding: 10px;
	width: 480px;
}
.menu-main-title {
	background-color: #4D66E5;
	width: 160px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	margin-top: 20px;
}
.menu-main-box {
	width: 220px;
	background-color: #E5F6FF;
	border-top: 2px solid #4D66E5;
	border-right: 2px solid #4D66E5;
	border-bottom: 1px solid #4D66E5;
	border-left: 2px solid #4D66E5;
	margin-bottom: 20px;
}
.menu-main-box ul {
	list-style : none;
	margin:0;
	padding:0;
}
.menu-main-box ul li:before {
	content: ""; /* 空の要素作成 */
	width: 0.5px; /* 幅指定 */
	height: 0.5px; /* 高さ指定 */
	display: inline-block; /* インラインブロックにする */
	background-color: #000; /* 背景色指定 */
	border-radius: 50%; /* 要素を丸くする */
	position: relative; /* 位置調整 */
	top: 1px; /* 位置調整 */
	margin: 3px;
	padding: 1px;
}
.menu-main-box ul li {
	border-bottom: 1px solid #4D66E5;
	padding-left: 1px;
	height: 19px;
	padding-top: 5px;
}
.memu-main-textlink{
	border-bottom: 1px solid #4D66E5;
	padding-left: 5px;
	height: 19px;
	padding-top: 5px;
}
.menu-sub-title {
	background-color: #3B996D;
	width: 160px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 3px;
}
.menu-sub-box {
	width: 220px;
	background-color: #F1F1FD;
	border-top: 1px solid #3B996D;
	border-right: 1px solid #3B996D;
	border-left: 1px solid #3B996D;
}
.menu-sub-box ul {
	list-style : none;
	margin:0;
	padding:0;
}
.menu-sub-box ul li:before {
	content: ""; /* 空の要素作成 */
	width: 0.5px; /* 幅指定 */
	height: 0.5px; /* 高さ指定 */
	display: inline-block; /* インラインブロックにする */
	background-color: #000; /* 背景色指定 */
	border-radius: 50%; /* 要素を丸くする */
	position: relative; /* 位置調整 */
	top: 1px; /* 位置調整 */
	margin: 3px;
	padding: 1px;
}
.menu-sub-box ul li {
	margin: 7px 2px 7px 2px;
}
.menu-sub-box-end {
	width: 220px;
	background-color: #F1F1FD;
	border: 1px solid #3B996D;
}
.menu-sub-box-end ul {
	list-style : none;
	margin:0;
	padding:0;
}
.menu-sub-box-end ul li:before {
	content: ""; /* 空の要素作成 */
	width: 0.5px; /* 幅指定 */
	height: 0.5px; /* 高さ指定 */
	display: inline-block; /* インラインブロックにする */
	background-color: #000; /* 背景色指定 */
	border-radius: 50%; /* 要素を丸くする */
	position: relative; /* 位置調整 */
	top: 1px; /* 位置調整 */
	margin: 3px;
	padding: 1px;
}
.menu-sub-box-end ul li {
	margin: 7px 2px 7px 2px;
}
.memu-sub-textlink{
	padding-left: 5px;
	height: 19px;
	padding-top: 5px;
}
.footer-textlink {
	text-align: center;
	border-bottom: 1px solid #999999;
	padding: 5px;
}
.footer-textlink2 {
	text-align: center;
	padding: 5px;
}
#footer{
	font-size: 10px;
	text-align: center;
	margin: 10px;
}
.kategori {
	font-size: 15px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
  width : 30px;
}
.right {
	text-align: right;
	color:#990000;
}
.mozi {
	font-size: 10px;
}
.mozi2 {
	font-size: 10px;
	width : 160px;
	text-align: center;
	background-color: #000000;
	color:#ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
}
.mozi1 {font-size: 10px; width: 200px;}

BODY,TD{
  font-size : 12px;
}
.box14{/*外側の薄い枠の設定*/
	border-width : 1px;
	border-style :  solid;
	border-color : #DDDDDD;
	position : relative;
	top : 30px;
	width : 710px;
	text-align: center;
	margin:0 auto;
}
.box14 strong {
	font-weight:normal;
}
.title{/*SiteTitle部分の設定*/
  color : #999999;
  font-size : 15px;
  font-family : Arial;
  letter-spacing : 0.7em;
  position : relative;
  top : -10px;
}
.title1{/*SiteTitle部分の設定*/
  color : #999999;
  font-size : 12px;
  font-family : Arial;
  letter-spacing : 0.7em;
  position : relative;
  top : -10px;
}
.topmoji{/*SとTの文字色*/
  color : #202428;
}
.menu{
	position : relative;
	top : 10px;
	width : 280px;/*メニューを広げるときはここを*/
	background-color : #4094D8;
	margin:0 auto;
}
.mo{/*メニューの背景が青い部分の設定*/
  width : 130px;/*メニュー一個の幅*/
  padding : 5px;
  background-color : #4094D8;
  color : #FFFFFF;/*白抜き文字に設定*/
  font-family : Verdana;
  font-weight : bold;
  text-align : center;
}
.mw{/*メニューの背景が白い部分の設定*/
  width : 130px;
  padding : 5px;
  background-color : #FFFFFF;
  color : #0068D0;
  font-family : Verdana;
  font-weight : bold;
  text-align : center;
}
.linkc{/*mo内のリンクを白く設定*/
  color : #FFFFFF
}
A.top{/*リンク色*/
  text-decoration : none;
  font-size : 15px;
}
.border {
	border-bottom: 1px solid #4D66E5;
}
img {border-style: none;}
.mozi {font-size:10px;}
#kousin {font-size:10px;}
.bg1 {
	background-color: #EFF4FE;
}
em {font-size: 10px; color: #999999; width:740px; text-align:left; font-style:normal;}

.kei {border-width:1px; border-color:#003366; border-style:solid; width:500px; background-color:#003366;}
.navi{width:740px; text-align:left;}

#koukoku-kt{text-align:left; font-size:15px;}

.center {text-align:center; margin-top:5px; margin-bottom:10px;}

#font10 {font-size:10px;}

.right_ad{margin-top:5px; text-align:center;}

.linebar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5CDDB;
	background-color: #DEECFB;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 2px;
	width: 495px;
	margin-bottom:5px;
	clear:both;
}

.left-center {
	text-align:center;
	padding-left: 3px;
	margin-top:5px;
	margin-bottom:10px;
	width: 495px;
}

.left {
	text-align:left;
}

#ranking{text-align:left;}

#ranking th{text-align:center;}

#ranking table{width:497px;}

#ranking td,th{padding: 3px;}

.redbold {
	font-weight:bold;
	color:#990000;
}

marquee{width:710px; line-height:100%;}

.clear {
	clear:both;
}
/*ライン*/
hr {
	height:1px;
	border-width:1px 0 0 0;
	border-style:solid none none none;
	border-color:#999999 #ffffff #ffffff #ffffff;
	font-weight:1px;
	clear:both;
}

/*LinkVisorSP*/
 
#visor-left{width:170px; float:left; text-align:left; line-height:130%; padding-left:10px;}

#visor-right{width:560px; text-align:left; float:right;}

#visor-copy{text-align:center; width:740px; clear:both;}

/*サイト名*/
.visor-site{text-align:left; font-size:17px; font-weight:bold; margin-bottom:3px;}

/*サイトの説明文*/
.visor-box{text-align:left; font-size:16px;}

#visor-title{background:url('http://18kin-navi.com/image/visor-title.gif') no-repeat top left; color:#666666; text-align:center; height:30px; padding-top:3px;}

h1{font-size:23px; margin-top:3px;}

.font-color1{color:#009999; font-weight:bold;}

#visor-indent{width:550px; text-align:center;}

#visor-kanri{text-align:right; width:740px;}

#visor-center{width:560px; text-align:center;}

.waku{border-width:2px; border-color:#FF6600; border-style:solid; width:498px; background-color:#FFFF00;}


.lett{text-align:left; width:100%;}

.modoru {
	background:url('img/ico_arrow31u_1.gif') no-repeat center left;
	float:right;
	padding:0 0 2px 10px;
	width:135px;
}

#left{text-align:left; width:100%;}

#ttl{text-align:center; background:url('images/ttl_bg.gif')}

H2  {
  font-size: 15px;
  font-family: "ＭＳ Ｐゴシック", "Osaka";
  font-weight: bold ;
  margin-top: 1px;
  margin-bottom: 2px;
  color:#CC0066
}

#main table{
	font-size: 14px;
	line-height: 130%;
}

#main h1{
  font-size: 12px;
  font-family: "ＭＳ Ｐゴシック", "Osaka";
  font-weight: bold ;
  margin-top: 1px;
  margin-bottom: 2px;
  color:#ffe6ff
}

.popup a img {
	position: absolute; /* img は a を基準にした絶対位置指定 */
	top: 3em;
	left: 3em;
	display: none; /* 最初は不可視状態 */
	border: none;
}

/*.popup a:hover { IE で動作せず？ */
.popup a:hover {
	position: relative; /* a img の absolute 指定のため */
}

.popup a:hover img{
	display: block; /* マウスオーバーで可視状態になる */
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction="120",strength=5);
	border: 1px solid #666666;
}
form{
	margin:0;
}
.flvplayer {
	float:right;
	margin:0 7px 10px 5px;
}
.top-title {
	font-size: 130%;
	text-align:left;
	margin:0 5px 0 2px;
	font-weight: bold ;
}
.index-title {
	font-size: 120%;
	text-align:left;
	margin:0 3px 0 2px;
	font-weight: bold ;
}
.present {
	font-size: 120%;
	text-align:left;
	margin:0 5px 0 5px;
	line-height: 150%;
	padding: 0 5px 5px 5px;
}
.top-com {
	text-align:left;
	margin:3px 5px 0 0;
	line-height: 150%;
	padding: 0 0 5px 0;
	float:left;
	width:240px;
}
.left-box {
	text-align:left;
}
.title-right {
	float:right;
	font-weight: normal;
	margin:1px 0 0 0;
}
.font-small{
    font-size:80%;
}
.thum-info {
	margin:3px 0 10px 0;
	width:260px;
}
.thum-info td {
	text-align:left;
	font-size: 12px;
	margin:0;
}
.overflow {
	width:503px;
	height:300px;
	overflow:auto;
}
.cate-thum {
	float:left;
	text-decoration:none;
	display:block;
	width:240px;
	height: 150px;
	text-align:left;
	padding:0;
	margin:0 0 0 5px;
	font-size: 100%;
	line-height:100%;
}
.package-s {
	float:left;
	margin:0 0 5px 0;
}
.package-right {
	float:right;
	width:145px;
	line-height:130%;
}
.package-title {
	font-size: 110%;
	margin:0 0 5px 0;
	font-weight: bold;

}
.package {
	float:right;
	clear:both;
	position: absolute;
	top:110px;
	left:35px;
	width:145px;
	background:url('img/ico_arrow8e_r.gif') no-repeat center left;
	padding:0 0 0 15px;
}
.new-right {
	text-align: right;
	margin: 5px 5px 5px 0;
	padding:0;
}
.bottom {
	vertical-align: bottom;
}
.middle {
	vertical-align: middle;
}
#box-keytop {
	margin:5px 0 0 0;
	clear:both;
	width:100%;
}
#box-keytop ul {
	margin:0;
	padding:0;
}
#box-keytop ul li {
	float:left;
	display:block;
	width:152px;
	text-align:left;
	height:21px;
	background:url('image/folder2.gif') no-repeat top left;
	padding:5px 0 0 18px;
}
