/* レイアウトの設定darknessfinancing.info*/
@import url(/box/tbl.css);
@import url("/box/hikaku.css");
*{
	margin:0;
	padding:0;
	zoom:1;
}

form {
padding: 6px;}
textarea{
width: 500px;
}

body{
	padding:20px;
	background-color:#FFFFFF;
	background-image: url(/img/right-wall.jpg);
}
table{
	font-size: 13px;
	color: #FFFFFF;
	}
td{background-color: #999999;}

/* ヘッダーの設定*/
#head{
	width:800px;
	height:90px;
	background-image: url(/img/head-wall.jpg);
	background-color:#666666;
}
#headleft {
	float: left;
	width:710px;
}
#headleft h1 {
	font-size: 17px;
	font-weight: bold;
	padding: 15px 0 0 15px;
	color: #CC99FF;
}
#headleft h2{
	font-size: 13px;
	color: #cccccc;
	padding: 0 0 0 15px;
}

#headleft p{
	font-size: 13px;
	color: #cccccc;
	padding: 0 0 0 15px;
}

#headleft a:link,#headleft a:visited {
	color: #CC99FF;
	text-decoration: none;
}
#headleft a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#topsite {
	float: right;
	font-size: 13px;
	width:90px;
	margin: 15px 0 0 0;
}
#topsite a:link, #topsite a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
	}
#topsite a:hover {
	background-color: #333333;
	text-decoration: none;
	padding: 3px;
}


/* ラッパーの設定*/
#wrap{
	width:799px;
	background-color:#999999;
	border-top: thin solid #cccccc;
	border-right: thin solid #666666;
	overflow:hidden;
	font-size: 13px;
}
/* 左側の設定*/
#left{
	width:224px;
	float:left;
	background-color:#ffffff;
	list-style-type: none;
	list-style-image: none;
	border-top: thin solid #666666;
	border-right: thin solid #cccccc;
	border-bottom: thin none #cccccc;
	border-left: thin solid #666666;
	margin: 5px 0 0 6px;
	background-image: url(/img/right-wall.jpg);
	padding: 0px;
}

#left a:link {
	background-color:#666666;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#left a:visited {
	background-color:#666666;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#left a:hover {
	background-color:#999999;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#left a:active {
	background-color:#999999;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#left ul{
	padding: 2px 5px 0px;
}
#left li{
	list-style-type: none;
	padding: 3px;
	background-color:#999999;
	border-top: thin solid #999999;
	border-right: thin solid #333333;
	border-bottom: thin solid #333333;
	border-left: thin solid #999999;
	margin: 2px 0 2px 0;
}

/* 左側2の設定*/
#left2{
	width:224px;
	float:left;
	background-color:#ffffff;
	list-style-type: none;
	list-style-image: none;
	border-top: thin none #666666;
	border-right: thin solid #cccccc;
	border-bottom: thin solid #cccccc;
	border-left: thin solid #666666;
	margin: 0px 0 0 6px;
	background-image: url(/img/right-wall.jpg);
	padding: 0px;
}

#left2 a:link {
	background-color:#666666;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#left2 a:visited {
	background-color:#666666;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#left2 a:hover {
	background-color:#999999;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#left2 a:active {
	background-color:#999999;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#left2 ul{
	padding: 0px 5px 2px;
}
#left2 li{
	list-style-type: none;
	padding: 3px;
	background-color:#999999;
	border-top: thin solid #999999;
	border-right: thin solid #333333;
	border-bottom: thin solid #333333;
	border-left: thin solid #999999;
	margin: 2px 0 2px 0;
}

/*#left3---------------------*/
#left3{
	width:224px;
	float:left;
	background-color:#666666;
	list-style-type: none;
	list-style-image: none;
	border-top: thin solid #333333;
	border-right: thin solid #cccccc;
	border-bottom: thin solid #cccccc;
	border-left: thin solid #333333;
	margin: 5px 0 0 6px;
}

#left3 .cm{
margin: 10px;
}

#left3 a:link, #left3 a:visited, #left3 a:active {
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#left3 a:hover {
    color: #CC99FF;
	display: block;
	text-decoration: none;
}


/* 右側の設定*/
#right{
	width:556px;
	color: #666666;
	float:right;
	margin: 5px 5px 5px 0;
	padding: 7px 0 0 0;
	border-top: thin solid #666666;
	border-right: thin solid #cccccc;
	border-bottom: thin solid #cccccc;
	border-left: thin solid #666666;
	background-color:#FFFFFF;
	background-image: url(/img/right-wall.jpg);
	font-size: 13px;
}
#right p{line-height: 16px;
padding: 10px 0 20px 0;}
#right ul{ margin: 0 0 0 25px;}
#right a:link, #right a:visited, #right a:active{
	color: #CC99FF;
}
#right a:hover {
	color: #9966CC;
	background-color: #333333;
}

#right .hh{
	color: #000000;
	font-weight: bold;
	padding-left: 4px;
	background-color: #666666;
	border: thin ridge #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #CCCCCC;
}

#right dl{
	padding: 7px 0 0 0;
}

#right dt{
	color: #663399;
	font-weight: bold;
	padding: 0 10px 10px 10px;
}
#right dd{
	padding: 0 10px 10px 10px;
}
#right dd.t1{
	color: #CC99FF;
	padding: 0 10px 10px 15px;F
	font-weight: bold;
}

#right dd.tyu{
	padding-bottom: 10px;
	color: #6600CC;
}
.cen {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
/* コンテンツのデザイン枠 */
#right .con {
	width: 540px;
	float: left;
	border: 2px solid #666666;
	background-color: #FFFFFF;
	margin:0 0 7px 7px;
}
#right .con h2,#right .con h3,#right .con h4,#right .con_h {
	background-color: #666666;
	border-top: thin solid #cccccc;
	border-right: thin solid #333333;
	border-bottom: thin solid #333333;
	border-left: thin solid #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 13px;
}

.right_gai_right strong{
	background-color: #666666;
	border-bottom: solid 2px #333333;
	font-weight: bold;
}

.right_gai_right_h{
	width: 496px;
	background-color: #666666;
	font-weight: bold;
	padding: 3px 0 3px 3px;
}

.right_gai_right p {
	width: 490px;
	padding: 3px;
}

.right_ad_h {
	background-color: #666666;
	border-top: thin solid #cccccc;
	border-right: thin solid #333333;
	border-bottom: thin solid #333333;
	border-left: thin solid #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #CCCCCC;
}
#right .con p {
	margin: 5px;
}
/* 広告 */
.right_link {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 5px;
}

.right_ad {
	float:left;
	margin:0 0 7px 7px;
	}
	
.right_ad ul{
	margin: 5px 0 5px 5px;
	list-style-type: none; 
	}
.right_ad li{
	margin: 0 0 3px 0;
	}
.right_left {
	width: 266px;
	float: left;
	border: 2px solid #666666;
	background-color: #ffffff;
	margin: 0 7px 0 0;
}
.right_right {
	width: 265px;
	float: left;
	border: 2px solid #666666;
	background-color: #ffffff;
}


.right_left p, .right_right p{
	margin: 5px;
	padding: 0px;
}


/* 外部広告 */
.right_ad_gai
	{
	float:left;
	border: 2px solid #666666;
	background-color: #FFFFFF;
	margin:0 0 7px 7px;
	width: 540px;
	}
.right_gai_left {
	float: left;
}
.right_gai_right {
	float: right;
}


#free{
	width:540px;
	height: 198px;
	background-image: url(/img/free.gif);
	background-repeat: no-repeat;
	margin:0 0 7px 7px;
}

div#free .free_img{
	display: block;
	float:right;
	margin: 10px 0 0px;
	}    /* 上---右--下--左 */

div#free .free_left{
    color:#ffffff;
	width:230px;
	height: 115px;
	display: block;
	line-height: 23px;
	float:left;
	margin: 63px 0 0 10px;
	padding: 12px 0 0 25px;
	}
	
div#free-free_left｛｝

/* フッターの設定*/
#foot{
	width:800px;
	height:25px;
	color: #ffffff;
	background-color:#666666;
	border-top: thin solid #777777;
	border-right: thin solid #333333;
	border-bottom: thin solid #333333;
	border-left: thin solid #}
	
/* フッターの設定*/
#foot{
	width:800px;
	height:25px;
	color: #ffffff;
	background-color:#666666;
	border-top: thin solid #999999;
	border-right: thin solid #333333;
	border-bottom: thin solid #333333;
	border-left: thin solid #999999;
	text-align: center;
	line-height: 25px;
}
#foot a:link, #foot a:visited{
	color: #CC99FF;
}
#foot a:hover {
	color: #9966CC;
	background-color: #333333;
}	


/*cenad------------------*/
.cenad {
	text-align: center;

}
.cenad a:hover img{
/*	filter: alpha(style=3, opacity=100);
	filter: glow(color=red);*/
	filter: wave(freq=30, strength=5, lightstrength=50);
}
