/*==============================================

		GROBAL SETTING

==============================================*/

html, body, h1, h2, h3, h4, h5, h6, form, table, p, ul, ol, li {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style: none;
}

a:link, a:visited {
	color: #0066ee;
}
a:hover {
	color: #996633;
}

iframe {
	margin: 0;
	border: none;
}

body {
	text-align: center;
}

body#def {
	background: #ffecf5 url("../img/pyon.gif") 100% 90% no-repeat;
}
body#search {
	background: #ffffff;
}

#wrapper {
	margin: auto;
	width: 820px;
	text-align: left;
}
#wrapper_search {
	margin: auto;
	width: 820px;
	text-align: left;
}


/*==============================================

		HEADER STYLE

==============================================*/

#header {
	background: #ffffff;
}

#head_contents {
	margin: auto;
	width: 820px;
	text-align: left;
}

#head_contents:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#header h1{
	float: left;
	width: 200px;
}

#header h1 a:link, #header h1 a:visited {
	display: block;
	text-indent: -9999px;
	margin: 5px 0 10px 0;
	width: 307px;
	height: 53px;
	background: url("../img/logo.gif");
}

#header .caption{
	float: right;
	margin: 5px 0;
	font-size: 0.8em;
}


/*==============================================

		LEFT CONTENTS STYLE

==============================================*/

#left_box {
	float: left;
	margin: 5px 5px 14px 0;
	width: 505px;
}

/*-----main navi style-----*/

#mainnavi {
	width: 505px;
	background: url("../img/mainnavi_bg.gif");
}
#mainnavi:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#mainnavi li {
	float: left;
	width: 100px;
	height: 22px;
	font-size: 0.8em;
}
#mainnavi li a:link, #mainnavi li a:visited {
	display: block;
}
.mn {
	padding: 8px 0 0 13px;
}
.mn1 {
	background: url("../img/mn1_bg.gif") no-repeat;
}
.mn2 {
	background: url("../img/mn2_bg.gif") no-repeat;
}
.mn3 {
	background: url("../img/mn3_bg.gif") no-repeat;
}
.mn4 {
	background: url("../img/mn4_bg.gif") no-repeat;
}
.mn1_act {
	background: url("../img/mn1_bg_act.gif") no-repeat;
	color: #999;
	font-weight: bold;
}
.mn2_act {
	background: url("../img/mn2_bg_act.gif") no-repeat;
	color: #999;
	font-weight: bold;
}
.mn3_act {
	background: url("../img/mn3_bg_act.gif") no-repeat;
	color: #999;
	font-weight: bold;
}
.mn4_act {
	background: url("../img/mn4_bg_act.gif") no-repeat;
	color: #999;
	font-weight: bold;
}

/*-----main contents-----*/

#main_contents {
	height: 1%;
	padding: 6px 0 8px;
	background: #ffffff;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

/*-----update info style-----*/

#update_title {
	margin: 0 6px 6px;
	padding: 3px 4px 3px 20px;
	background: url("../img/at_icon1.gif") #f042aa no-repeat 3px 50%;
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
}

#update_info {
	padding: 0 12px 0;
}
#update_info li {
	margin: 0 0 4px;
	padding: 0 0 4px;
	border-bottom: 1px dotted #e0e0e0;
}
#update_info li div {
	float: left;
	font-size: 0.8em;
}
#update_info li:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#update_info li .date {
	margin: 0 10px 0 0;
	color: #888888;
}
#update_info li .title {
	margin: 0 8px 0 0;
	padding: 0 0 0 8px;
	width: 140px;
	color: #888888;
	font-weight: bold;
	background: url("../img/blt_icon.gif") 0 65% no-repeat;
}
#update_info li .caption {
	margin: 0 10px 0 0;
	width: 230px;
	color: #888888;
}

/*-----news style-----*/

#news_title {
	margin: 0 6px 6px;
	padding: 3px 4px 3px 20px;
	background: url("../img/at_icon2.gif") #0099cc no-repeat 3px 50%;
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
}

#news_title a:link, #news_title a:visited {
	color: #ffffff;
}

#news {
	padding: 0 0 0 9px;
	clear: both;
}
#news .news_set {
	float: left;
	width: 240px;
	margin: 0 5px 5px 0;
}
*html #news .news_set {
	margin: 0 4px 5px 0;
}
#news:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#news_sub, #news_sp {
	padding: 0 0 0 9px;
}
#news_sub .news_set, #news_sp .news_set {
	margin: 0 5px 5px 0;
}
*html #news_sub .news_set {
	margin: 0px 4px 5px 0;
}

*html #news_sp .news_set {
	clear: both;
	margin: 5px 4px 5px 0;
}
#news_sub:after, #news_sp:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
}

.news_set h3 {
	padding: 4px 4px 4px 7px;
	height: 16px;
	background: #f0f0f0;
	font-size: 0.8em;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	color: #009999;
}

.news_set01 h3 {
	padding: 4px 4px 4px 7px;
	background: #f0f0f0;
	font-size: 0.8em;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	color: #009999;
}

*html .news_set h3 {
	height: 17px;
}
.news_set h3 a:link, .news_set h3 a:visited {
	color: #009999;
}

*html .news_set01 h3 {
	height: 17px;
}
.news_set01 h3 a:link, .news_set h3 a:visited {
	color: #009999;
}

.news_list {
	padding: 0 0 6px;
	height: 16em;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	font-size: 0.8em;
}
.news_list li {
	margin: 0 5px;
	padding: 9px 0 0 10px;
	background: url("../img/blt_icon.gif") 2px 14px no-repeat;
	color: #666;
}
.news_list li a:link, .news_list li a:visited {
	color: #666;
	text-decoration: none;
}
.news_list li a:hover {
	color: #996633;
	text-decoration: none;
}

#news_sub_navi {
	margin: 15px 9px 7px;
	border: 1px solid #dddddd;
}
#news_sub_navi:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#news_sub_navi li {
	float: left;
	margin: 0 1px 0 0;
	padding: 2px 7px;
	font-size: 0.8em;
}
#news_sub_navi li a:link, #news_sub_navi li a:visited {
	color: #009999;
}

#news_sub .news_list {
	height: 100%;
}
#news_sub .news_set h3 {
	height: 100%;
}

#news_sp .news_list {
	height: 100%;
}
#news_sp .news_set h3 {
	height: 100%;
}

#news_sp .news_set01 {
	margin: 5px 4px 5px 0;
	float: left;
	width: 260px;
}

#news_sp01 .news_list {
	height: 100%;
}
#news_sp01 .news_set h3 {
	height: 100%;
}

.sitename a:link, .sitename a:visited {
	color: #ff9900;
}

/*-----news page style-----*/

#subnavi {
	height: 1%;
	margin: 0 9px 8px;
	background: #f4f4fd;
	font-size: 0.8em;
}
#subnavi li {
	float: left;
	height: 1.2em;
	padding: 5px 10px;
}
#subnavi:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.sn {
	border-left: 1px solid #ffffff;
}

#pan {
	margin: 15px 0 7px 20px;
	font-size: 0.8em;
}

#pan2 {
	margin: 15px 0 7px 20px;
	font-size: 0.8em;
}

.navifoot_cm {
	margin: 6px 0 7px 17px;
}

.news_sb{
	width: 360px;
}

.news_01{
	margin: 0px;
	width: 275px;
}

.descri {
	margin: 10px;
	color: #666;
	line-height: 1.4;
}

.site_link {
	margin: 0 10px 20px;
	font-size: 0.9em;
	text-align: right;
}

.news_ad00{
	margin: 0 5px 0 0;
	float: right;
	width: 120px;
	height: 600px;
	border: #eee 1px solid;
}

.news_ad01{
	margin: 5px 10px 5px 0;
	float: right;
	width: 200px;
	height: 200px;
	border: #eee 1px solid;
}
*html .news_ad01 {
	margin: 5px 5px 5px 0;
}

.news_ad02{
	margin: 10px;
	float: left;
	width: 300px;
	height: 250px;
	border: #eee 1px solid;
}



/*-----honyararatter page style-----*/

.honya_caption {
	margin: 0 10px 8px;
	font-size: 0.8em;
	color: #888888;
}

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

*html .ter_menu li {
	display: inline;
}

.ter_menu li {
	float: left;
	margin: 0 2px 5px;
	width: 238px;
	height: 3em;
	border: 1px solid #80ccff;
}

.ter_menu li a:link, .ter_menu li a:visited {
	display: block;
	width: 238px;
	text-decoration: none;
}

.ter_menu:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.ter_menu li h3 {
	padding: 3px 5px 0 34px;
	font-size: 0.8em;
	color: #0099ff;
}
.ter_menu li a:hover h3 {
	padding: 5px 5px 0 34px;
	font-size: 0.8em;
	color: #ff9900;
}

.ter_menu li p {
	padding: 0 5px 5px 34px;
	font-size: 0.6em;
	color: #888888;
}

.menu_title {
	clear: both;
	margin: 0 6px 6px;
	padding: 2px 4px 2px 20px;
	background: url("../img/at_icon1.gif") #f042aa no-repeat 3px 50%;
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
}

#form_contents h2 {
	padding: 8px 0 0 10px;
	color: #ff9900;
	font-size: 1.2em;
}

#form_contents span {
	height: 28px;
}

#form_contents .caption {
	margin: 8px 0 0 38px;
	font-size: 0.8em;
	color: #666666;
}

#form_contents form {
	margin: 14px 10px 22px;
	text-align: center;
}

#form_contents form span {
	vertical-align: 10%;
	padding: 5px;
	background: #33cc00;
	color: #ffffff;
	font-size: 0.8em;
}

*html #form_contents form span {
	vertical-align: 40%;
}

#form_contents form input {
	margin: 0 4px;
	padding: 2px;
	font-size: 1.2em;
	border: 1px solid #ccc;
	text-align: center;
}

#form_contents form a {
	vertical-align: 15%;
	display: inline-block;
	padding: 8px 0 0 0;
	width: 110px;
	height: 22px;
	font-size: 0.8em;
	text-decoration: none;
	color: #666666;
	background: url("../img/send_bg.gif") no-repeat;
}

*html #form_contents form a {
	vertical-align: -5%;
}

#err {
	margin: 4px;
	color: #FF3399;
	font-size: 0.9em;
	font-weight: bold;
}

#result {
	float: left;
	width: 350px;
	margin: 12px 10px 0;
	padding: 4px 0;
	font-size: 1.4em;
	text-align: center;
	background: #f2f2f2;
}
*html #result {
	margin: 12px 10px 0 5px;
}

#res_caption {
	margin: 0 10px;
	padding: 9px 28px;
	border: 1px solid #f2f2f2;
	font-size: 0.9em;
	color: #666666;
}

.username {
	margin: 0 8px 0 0;
	font-size: 1.4em;
	color: #ff3399;
	font-weight: bold;
}

.return {
	clear: both;
	float: right;
	margin: 8px 18px 0 0;
	font-size: 0.8em;
}
*html .return {
	margin: 8px 9px 0 0;
}

.twit a:link, .twit a:visited {
	display: block;
	float: left;
	width: 91px;
	height: 25px;
	margin: 12px 0 0;
	padding: 9px 0 0 30px;
	font-size: 0.8em;
	font-weight: bold;
	background: url("../img/twit_btn.gif") no-repeat;
	color: #003399;
	text-decoration: none;
}

#search_contents {
	clear: both;
	margin: 8px 0 14px 20px;
	padding: 5px 20px 10px;
}

*html .honya_ad {
	margin: 0px 10px 20px 10px;
	float: right;
	width: 200px;
	height: 200px;
	border: #eee 1px solid;

}

.honya_ad {
	margin: 0px 25px 20px 20px;
	float: right;
	width: 200px;
	height: 200px;
	border: #eee 1px solid;
}

.rank {
	padding: 2px 5px 0 34px;
	font-size: 0.7em;
	color: #ff0099;
}


/*-----follow page style-----*/


.pyon01 {
	margin: 0 10px 10px 10px;
	width: 270px;
	height: 200px;
	border: #33CC99 1px solid;
}

.follow_ad {
	margin: 0 5px 5px 5px;
	float: right;
	width: 200px;
	height: 200px;
	border: #eee 1px solid;
}

*html .pyon02 {
	float:left;
	width: 235px;
	margin: 0 3px 6px 5px;
	height: 85px;
	border: #33CC99 1px solid;
}

.pyon02 {
	float:left;
	width: 235px;
	margin: 0 3px 6px 9px;
	height: 85px;
	border: #33CC99 1px solid;
}

.pimg01 {
	clear: left;
	margin: 10px 4px;
	float: left;
	border: #f042aa 1px double;
}
.pimg {
	clear: left;
	margin: 4px;
	float: left;
	border: #f042aa 1px solid;
}

.tantou a:link, .tantou a:visited {
	color: #009999;
}

.pyons_setumei {
	margin: 0 0 8px 10px;
	color: #666;
	font-size: 0.8em;
}

.pyons_title {
	margin: 0 6px 6px;
	padding: 2px 4px 2px 20px;
	background: url("../img/at_icon3.gif") #33CC99 no-repeat 3px 50%;
	font-weight: bold;
	font-size: 0.8em;
	color: #FFFFFF;
}

.img_p a:link, .img_p a:visited {
	display: block;
	color: #f042aa;
	border: none;
	cursor:pointer;
	text-decoration: none;
}

.follow h3 {
	padding: 9px 5px 5px;
	font-size: 0.8em;
	color: #f042aa;
}

.follow p {
	padding: 3px 5px 0 0;
	font-size: 0.7em;
	color: #FF0066;
}

.clearboth {
	clear: both;
}

/*==============================================

		RIGHT CONTENTS STYLE

==============================================*/

#right_box {
	float: left;
	margin: 5px 0 5px 0;
	padding: 4px;
	width: 300px;
	border: 1px solid #e0e0e0;
	background: #ffffff;
}

/*-----CM style-----*/

#center_ad {
	margin: 0 0 5px 19px;
}

.rectcm {
	margin: 0 0 8px;
}

#under_contents {
	margin: 0 auto 10px;
	text-align: center;
}

/*-----hash_contents style-----*/

#twframe {
	margin: 0 0 8px;
	border: 1px solid #99ccff;
}
*html #twframe {
	width: 296px;
}
#hashes_title {
	margin: 0;
	padding: 5px 4px 3px 25px;
	background: url("../img/hashes_bg.gif") no-repeat;
	font-size: 0.9em;
	font-weight: bold;
	color: #0099cc;
}

#tw_hash {
	margin: 0 5px 0;
	padding: 5px 0 0;
}
*html #tw_hash {
	margin: 0 5px 0 0;
}
#tw_hash li {
	margin: 0 0 8px;
	padding: 0 0 6px;
	height: 1%;
	border-bottom: 1px dotted #ccc;
}
#tw_hash li:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
*html #tw_hash li h4 {
	
}
*:first-child+html #tw_hash li h4 {
	
}
#tw_hash li img {
	float: left;
	margin: 0 4px 4px 0;
}
*html #tw_hash li img {
	margin: 0 4px 4px 5px;
}
#tw_hash li #tw_rightset {
	float: left;
	width: 200px;
}
#tw_hash li p {
	padding: 0;
	font-size: 0.7em;
	color: #75754f;
}
#hash_navi {
	margin: 8px 0;
	padding: 0 0 0 9px;
	background: url("../img/blt_icon.gif") 0 65% no-repeat;
	font-size: 0.8em;
}


/*==============================================

		FOOTER STYLE

==============================================*/

#footer {
	clear: both;
	margin: 18px 0 0 0;
	padding: 7px 0 12px;
	text-align: center;
	font-size: 0.8em;
	color: #888888;
	background: #ffffff;
}
