/*--------------------------------------------------------------------

/- file   : main.css

/- admin  : HAQUA - Takumi Tanaka

/- since : 2010.02.15

/- update : 2010.04.27

/- URL    : www.kuonya.jp

/--------------------------------------------------------------------*/



body{
	font-family: 'Arial','Verdana','Osaka',sans-serif ;
	font-size:12px;
	line-height:150%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#outline {
	height:100%;
	width:900px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(/img/interface/header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative; 
	height: 90px;
	width: 900px;
	float:left;
}
*html #header {
	margin-bottom:-3px;	
}
	
#global_navi {
	position:relative; 
	height: 34px;
	width: 900px;
	float:left;
}

#navi_tab{
	position:relative;
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
}
#navi_tab li,#navi_tab li a{
	height: 34px;
	width: 180px;
	display: block;
	float:left;
}
#navi_tab_01a,#navi_tab_01a a{
	background:url(/img/interface/navi_tab_01.gif) no-repeat bottom right;
}
#navi_tab_02a,#navi_tab_02a a{
	background:url(/img/interface/navi_tab_02.gif) no-repeat bottom right;
}
#navi_tab_03a,#navi_tab_03a a{
	background:url(/img/interface/navi_tab_03.gif) no-repeat bottom right;
}
#navi_tab_04a,#navi_tab_04a a{
	background:url(/img/interface/navi_tab_04.gif) no-repeat bottom right;
}
#navi_tab_05a,#navi_tab_05a a{
	background:url(/img/interface/navi_tab_05.gif) no-repeat bottom right;
}
#navi_tab_01b,#navi_tab_01b a{
	background:url(/img/interface/navi_tab_01.gif) no-repeat top left;
}
#navi_tab_02b,#navi_tab_02b a{
	background:url(/img/interface/navi_tab_02.gif) no-repeat top left;
}
#navi_tab_03b,#navi_tab_03b a{
	background:url(/img/interface/navi_tab_03.gif) no-repeat top left;
}
#navi_tab_04b,#navi_tab_04b a{
	background:url(/img/interface/navi_tab_04.gif) no-repeat top left;
}
#navi_tab_05b,#navi_tab_05b a{
	background:url(/img/interface/navi_tab_05.gif) no-repeat top left;
}
#navi_tab_01b a:hover{
	background-position: bottom right;
}
#navi_tab_02b a:hover{
	background-position: bottom right;
}
#navi_tab_03b a:hover{
	background-position: bottom right;
}
#navi_tab_04b a:hover{
	background-position: bottom right;
}
#navi_tab_05b a:hover{
	background-position: bottom right;
}

#main_wrapper{
	position: relative; 
	height: auto;
	width: 900px;
	padding:10px 0px 10px 0px;
	display:inline;
	float:left;
}

#l_sidebar{
	position: relative;
	background-color:#FFFFFF;
	height: auto;
	width: 180px;
	border-style:solid;
	border-width:1px;
	border-color:#BDB9BA;
	margin-right:10px;
	padding:9px;
	float:left;
}

.side_cate_item{
	background-image: url(/img/interface/side_category.gif);
	background-repeat:no-repeat;	
	position: relative; 
	height: 45px;
	width: 150px;
	margin-bottom:10px;
	padding-left:30px;
	display:inline;
	float:left;
}
.side_category_name{
	font-size:12px;
	font-weight:bold;
	line-height:200%;
}
.side_cate_item a:link {color: #444444; text-decoration: none;}
.side_cate_item a:visited {color: #444444; text-decoration: none;}
.side_cate_item a:hover {color: #FC2F2A; text-decoration: underline;}
.side_cate_item a:active {color: #444444; text-decoration: underline;}

#contents{
	position: relative;
	height: auto;
	width: 670px;
	border-style:solid;
	border-width:1px;
	border-color:#BDB9BA;
	padding:9px;
	float:left;
}

#contents_nosidebar{
	position: relative;
	height: auto;
	width: 680px;
	border-style:solid;
	border-width:1px;
	border-color:#BDB9BA;
	margin:0px 100px 0px 100px;
	padding:9px;
	line-height:150%;
	display:inline;
	float:left;
}

#region_navi {
	position:relative; 
	height: 34px;
	width: 670px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#9F260B;
	margin-bottom:15px;
	float:left;
}
#region_navi_tab{
	position:relative;
	margin:0px;
	padding-left:4px;
	list-style-type:none;
	float:left;
}
#region_navi_tab li,#region_navi_tab li a{
	height: 34px;
	width: 70px;
	display:inline;
	margin-right:4px;
	float:left;
}
*html #region_navi_tab li,#region_navi_tab li a{
	margin-right:2px;
}
#region_navi_tab_01,#region_navi_tab_01 a{
	background:url(/img/interface/region_navi_tab_01.gif) no-repeat top left;
}
#region_navi_tab_02,#region_navi_tab_02 a{
	background:url(/img/interface/region_navi_tab_02.gif) no-repeat top left;
}
#region_navi_tab_03,#region_navi_tab_03 a{
	background:url(/img/interface/region_navi_tab_03.gif) no-repeat top left;
}
#region_navi_tab_04,#region_navi_tab_04 a{
	background:url(/img/interface/region_navi_tab_04.gif) no-repeat top left;
}
#region_navi_tab_05,#region_navi_tab_05 a{
	background:url(/img/interface/region_navi_tab_05.gif) no-repeat top left;
}
#region_navi_tab_06,#region_navi_tab_06 a{
	background:url(/img/interface/region_navi_tab_06.gif) no-repeat top left;
}
#region_navi_tab_07,#region_navi_tab_07 a{
	background:url(/img/interface/region_navi_tab_07.gif) no-repeat top left;
}
#region_navi_tab_08,#region_navi_tab_08 a{
	background:url(/img/interface/region_navi_tab_08.gif) no-repeat top left;
}
#region_navi_tab_09,#region_navi_tab_09 a{
	background:url(/img/interface/region_navi_tab_09.gif) no-repeat top left;
}

#category_title{
	background-color:#FFECD0;
	position: relative; 
	height: 30px;
	width: 664px;
	font-size:16px;
	line-height:30px;
	margin-bottom:10px;
	padding-left:6px;
	float:left;
}

#top_category{
	position: relative; 
	height: 100%;
	width: 670px;
	float:left;
}
.top_cate_wrapper{
	position: relative; 
	height: auto;
	width: auto;
	margin-bottom:15px;
	float:left;
}
.top_cate_item{
	background-image: url(/img/interface/top_category.gif);
 	background-repeat:no-repeat;
	position: relative; 
	height: 105px;
	width: 210px;
	margin-right:20px;
	padding-top:3px;
	float:left;
}
.category_img{
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
	margin:0px 10px 0px 3px;
	float:left;
}
.top_category_name{
	font-size:14px;
	font-weight:bold;
	line-height:140%;
}
.top_cate_item a:link {color: #444444; text-decoration: none;}
.top_cate_item a:visited {color: #444444; text-decoration: none;}
.top_cate_item a:hover {color: #FC2F2A; text-decoration: underline;}
.top_cate_item a:active {color: #444444; text-decoration: underline;}

.top_subcategory{
	position:relative;
	height:auto;
	width:210px;
	margin-top:10px;
	float:left;
}
*html .top_subcategory{
	margin-top:5px;
}
.top_subcate_list{
	position:relative;
	height:auto;
	width:210px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	clear:both;
}
.top_subcate_list li{
	border-style:solid;
	line-height:150%;
	padding:0px 7px 0px 7px;
	white-space: nowrap;
	float:left;
}
.top_subcate_list li a:link {color: #99271C; text-decoration: none;}
.top_subcate_list li a:visited {color: #99271C; text-decoration: none;}
.top_subcate_list li a:hover {color: #FC2F2A; text-decoration: underline;}
.top_subcate_list li a:active {color: #99271C; text-decoration: underline;}

.new_renew_list{
	position:relative;
	height:auto;
	width:320px;
	border-style:solid;
	border-width:1px;
	border-color:#BDB9BA;
	padding:4px;
}
*html .new_renew_list{
	margin-top:-3px;
}
.new_renew_item{
	position:relative;
	height:auto;
	width:320px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#BDB9BA;
	margin-bottom:5px;
	padding-bottom:5px;	
}

#search_form{
	position: relative; 
	height: 22px;
	width: 670px;
	margin-bottom:15px;
	float:right;
	vertical-align:middle;
}
#search_bar{
	height: 14px;
	width: 220px;
	border-style:solid;
	border-width:2px;
	border-color:#FC2F2A;
	margin-right:3px;
}
#search_button{
	background-image: url(/img/interface/search_button.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height:20px;
	width:55px;
	border:0px;
}

.search_item{
	position: relative; 
	height: auto;
	width: 648px;
	border-style:dashed;
	border-width:1px;
	border-color:#BDB9BA;
	margin-bottom:10px;
	padding:10px;
	line-height:150%;
	float:left;		
}
.search_item_shot{
	position: relative; 
	height: auto;
	width: auto;
	border-style:solid;
	border-width:1px;
	border-color:#E2DED3;
	margin-right:20px;
	float:left;		
}
.search_item_wrapper{
	position: relative; 
	height: auto;
	width: 504px;
	float:left;		
}
.search_item_title{
	font-size:14px;
	font-weight:bold;
}
.search_item_data{	
}
.search_item_category{	
}
.search_item_text{
}

.reregi_top{
	position: relative; 
	height: auto;
	width: 150px;
	border-style:dashed;
	border-width:0px 0px 1px 0px;
	border-color:#E2DED3;
	margin:0px 0px 20px 20px;
	padding:0px 20px 20px 20px;
	text-align:right;
}
*html .reregi_top{
	padding:0px 20px 10px 20px;
}

.cate_list_wrapper{
	position: relative; 
	height: auto;
	width: auto;
	margin-bottom:30px;
	float:left;
}

.cate_list_item{
	position: relative;
	height: auto;
	width: 300px;
	float:left;
}

.cate_list_dai{
	font-size:16px; 
	font-weight:bold;
}
.cate_list_dai a:link {color: #99271C; text-decoration: none;}
.cate_list_dai a:visited {color: #99271C; text-decoration: none;}
.cate_list_dai a:hover {color: #FC2F2A; text-decoration: underline;}
.cate_list_dai a:active {color: #99271C; text-decoration: underline;}

.cate_list_list{
	list-style-type:none;
	font-size:14px;
	line-height:150%;
}

#top_ad{
	position:relative;
	height:60px;
	width:468px;
	margin-bottom:15px;
	padding:0px 101px 0px 101px;
	float:left;
}

#side_ad{
	position:relative;
	height:90px;
	width:180px;
	margin-top:30px;
	display:inline;
	float:left;
}

#mailform{
	height: 720px;
	width: 670px;
}
*html #mailform{
	height: 650px;
}

#footer{
	background-image: url(/img/interface/footer.gif);
	position: relative; 
	height: auto;
	width: 880px;
	color:#FFFFFF;
	text-align:center;
	padding:10px;
	clear:both;
}
#foot_list {
	list-style-type:none;
	float:left;
}
#foot_list li {
	border-style:solid;
	border-width:0px 0px 0px 1px;
	border-color:#FFFFFF;
	padding:0px 10px 0px 10px;
	float:left;
}
#footer a:link {color: #FFFFFF; text-decoration: none;}
#footer a:visited {color: #FFFFFF; text-decoration: none;}
#footer a:hover {color: #FFFFFF; text-decoration: underline;}
#footer a:active {color: #FFFFFF; text-decoration: underline;}


/* その他の共通要素 */
.read{
	font-size: 13px;
	line-height:160%;
}
.text{
	font-size: 12px;
	line-height:150%;
}
.cap{
	font-size: 11px;
	line-height:140%;
}
.text a:link {color: #000000; text-decoration: none; border-bottom:1px #000000 dashed;}
.text a:visited {color: #000000; text-decoration: none; border-bottom:1px #000000 dashed;}
.text a:hover {color: #FC2F2A; text-decoration: none; border-bottom:1px #FC2F2A solid;}
.text a:active {color: #000000; text-decoration: none; border-bottom:1px #000000 solid;}

.center{
	display:block;
	margin:auto;
	text-align:center;
}

.invis {
	display:none ;
}

a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:hover {color: #FC2F2A; text-decoration: underline;}
a:active {color: #000000; text-decoration: underline;}

div,img,dl,dd,ul,li {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#small{ font-size:10pt; }
#kanri{ color:#ff9999; } /* 管理人コメントの色 */
#log{ width:630; border-style:solid; border-color:#9999CC; }
#log-0{ background-color:#FFCC66; } /* ランキング順位 */
#log-1{ background-color:#CCCCFF; } /* タイトル */
#log-2{ background-color:#FFCCFF; } /* カテゴリ */
#log-3{ background-color:#FFFFFF; font-size: 83%; line-height: 140%; } /* 紹介文 */
#log-4{ background-color:#FFFFFF; font-size: 83%; line-height: 140%; } /* 管理人コメント */
#mid-bar{ background-color:#DDDDDD; } /* 中段バー */

/* タイトルバー */
.table_titlebar {
	background-color:#A7C2DD;
	color:#000000;
	font-size:12px;
}

/* 検索フォーム */
.table_searchform {
	background-color: #EEEEEE;
	padding: 5px;
	float:right;
}
.table_menu {
	background-color: #EEEEEE;
	padding: 5px;
	line-height: 160%;
	border: 1px dotted #999999;
	font-size: 14px;
}
.table_topmenu {
	background-color: #E2DED3;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	font-size: 14px;
}
.table_top_category {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	font-size: 14px;
	line-height: 150%;
}
.table_other_category {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	font-size: 12px;
}
.table_other_category2 {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	font-size: 12px;
}
.table_sub_category {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	font-size: 12px;
}
.table_sub_category2 {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	font-size: 12px;
}
.table_menu_bar {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	font-size: 12px;
	text-align: right;
}
.table_navigation_bar {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	font-size: 12px;
}

