@charset "utf-8";

body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: small;
	line-height: 135%;
}

.contmain{
/*	width: 900px; TK MOD 2009.05.30 *//* ←ページ全体の幅を変えるときはこの数値を修正して下さい */
	width: 1100px; /* TK MOD 2009.05.30  */
	min-width: 600px; /* TK MOD 2009.05.30  */
	text-align:left;
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
/*	border-right-width: 1px;	*/
/*	border-left-width: 1px;		*/
/*	border-right-style: solid;	*/
/*	border-left-style: solid;	*/
/*	border-right-color: #BBBBBB;	*/
/*	border-left-color: #BBBBBB;		*/
}

#leftcolumn {
/*	width: 190px;TK MOD 2009.05.30 *//* ←左メニューの幅を変えるときはこの数値を修正して下さい */
	width: 180px;/* TK MOD 2009.05.30 *//* ←左メニューの幅を変えるときはこの数値を修正して下さい */
	min-width: 180px; /* TK MOD 2009.05.30  */
	padding-top: 8px;
	padding-right: 4px;
	padding-left: 8px;
/*	border-right-width: 1px;		*/
/*	border-right-style: dotted;		*/
/*	border-right-color: #FFFFFF;	*/
}

#rightcolumn {
	width: 245px;/* ←右メニューの幅を変えるときはこの数値を修正して下さい */
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
/*	border-left-width: 1px;		*/
/*  border-left-style: dotted;	*/
/*	border-left-color: #666666;	*/
}

table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

table td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

a {
	color: #1111cc;
	text-decoration: none
}
a:visited {                 /* 既に見たリンク */
  color: #8811cc;
  text-decoration: none     /* 下線を消す */
}

a:hover {
	color: #111199;
	text-decoration: underline;    /* 下線を消す */
}

h1 {
	font-size: 125%;
}
h2 {
	font-size: 112%;
}
h3, h4, h5 {
	font-size: 100%;
}

ul { margin: 2px; padding: 2px; list-style: decimal outside; text-align: left;}
li {
	list-style: square inside;
	color: #777777;
	margin-top: 3px;
	margin-bottom: 3px;
}

input.formButton {}

.item {border: 1px solid #cccccc;}
.itemHead {padding: 3px; background-color: #666666; color: #FFFFFF;}
.itemInfo {text-align: right; padding: 3px; background-color: #efefef}
.itemTitle a {font-size: 130%; font-weight: bold; font-variant: small-caps; color: #ffffff; background-color: transparent;}	
.itemPoster {font-size: 90%; font-style:italic;}
.itemPostDate {font-size: 90%; font-style:italic;}
.itemStats {font-size: 90%; font-style:italic;}
.itemBody {padding-left: 5px;}
.itemText {margin-top: 5px; margin-bottom: 5px; line-height: 1.5em;}
.itemText:first-letter {font-size: 133%; font-weight: bold;}
.itemFoot {text-align: right; padding: 3px; background-color: #efefef}
.itemAdminLink {font-size: 90%;}
.itemPermaLink {font-size: 90%;}

.clear {
	clear: both;
}

#header {
	background-image: url(images/head.gif);
	padding: 8px;
}

#headerlogo {
	float: left;
}

#headertext {
	color: #FFFFFF;	
}

#banner{
	float: right;
}

#headerbar {
	background-image: url(images/hbar.jpg);
	padding-left: 3px;
	height: 25px;
}

.main-navi a{
	background-image: url(images/menulink1.gif);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	float: left;
	background-position: left center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.main-navi a:hover{
	background-image: url(images/menulink2.gif);
	background-repeat: no-repeat;
}

th {
/*	color: #FFFFFF;	*/
	color: #000000;
	font-size:16px;
	text-align: left;
	padding-top: 7px;
	padding-left: 20px;
	vertical-align : middle;
	background-image: url(images/center-parts/center_title.png);
	background-repeat:no-repeat;
}

#leftcolumn .blockTitle1 {
	background-image: url(images/menu1_01.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	vertical-align: middle;
	height: 20px;
	padding-top: 2px;
}

#leftcolumn .blockTitle2 {
	background-image: url(images/menu1_02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 5px;
}

#leftcolumn div.blockContent {
	margin-bottom: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}

#centercolumn {
	padding: 10px;
}

.cont-title {
	font-weight: bold;
	padding: 3px;
	color: #000000;
	background-image: url(images/center-parts/center_title.png);
	text-align: center;
}

.cont-title a {
	color: #FFFFFF;
	text-decoration: underline;
}

.centerCcolumn {
	clear:both;
	padding-bottom: 3px;
}

.centerCcolumn div.blockTitle {
	clear:both;
	font-weight: bold;
	height: 35px;
	color: #000000;
	background-image: url(images/center-parts/center_title.png);	
	background-repeat:no-repeat;
	font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif; 
	font-size:16px;
	text-align: left;
	padding-top: 7px;
	padding-left: 20px;
}

.centerCcolumn div.blockTitle a {
	color: #000000;
	text-decoration: underline;
}


.centerCcolumn div.blockContent {
	margin-bottom: 10px;
	padding-top: 5px;
	background-color: #FFFFFF;
}

.centerLcolumn {
	float: left;
	overflow:hidden;
	width: 49%;
	padding-right: 3px;
}

.centerLcolumn div.blockTitle {
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	background-image: url(images/center-parts/center_title.png);
	background-repeat: repeat-x;
}

.centerLcolumn div.blockTitle a {
	color: #FFFFFF;
	text-decoration: underline;
}

.centerLcolumn div.blockContent {
	margin-bottom: 10px;
	padding: 4px;
	background-color: #EEEEEE;
}

.centerRcolumn {
	float: right;
	overflow:hidden;
	width: 49%;
	padding-left: 3px;
}

.centerRcolumn div.blockTitle {
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	background-image: url(images/center-parts/center_title.png);
	background-repeat: repeat-x;
}

.centerRcolumn div.blockTitle a {
	color: #FFFFFF;
	text-decoration: underline;
}

.centerRcolumn div.blockContent {
	margin-bottom: 10px;
	padding: 4px;
	background-color: #EEEEEE;
}

div#content {
	text-align: left;
}

#rightcolumn .blockTitle1 {
	background-image: url(images/right-parts/title_space.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 10px;
	vertical-align: middle;
	height: 30px;
}

#rightcolumn .blockTitle2 {
	background-image: url(images/right-parts/title_space_r.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 5px;
}

#rightcolumn div.blockContent {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 4px;
	margin-bottom: 10px;
	margin-left:3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #888888;
	border-left-color: #BBBBBB;
	background-color: #FFFFFF;
}

#pagetop {
	text-align:right;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 1px;
	background-color: #EEEEEE;
}

.footmenu{
	padding-top: 5px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(images/even.gif);
	background-repeat: repeat-x;
}

.footer {
	text-align:center;
	padding: 10px;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	height: 20px;
	color: #FFFFFF;
}

.footer a {
	color: #AAAAAA;
}

#mainmenu a {
	display: block;
	background-image: url(images/menulink1.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
	margin-right: 3px;
	margin-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#mainmenu a:hover {
	background-image: url(images/menulink2.gif);
	background-repeat: no-repeat;
}

#mainmenu a.menuTop {padding-left: 16px;}
#mainmenu a.menuMain {padding-left: 16px;}
#mainmenu a.menuSub {
	padding-left: 15px;
	margin-left: 15px;
	display: block;
}

#usermenu a {
	display: block;
	background-image: url(images/menulink1.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-right: 3px;
	margin-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#usermenu a:hover {
	background-image: url(images/menulink2.gif);
	background-repeat: no-repeat;
}
#usermenu a.menuTop {}
#usermenu a.highlight {background-color: #fcc;}



.outer {border: 1px dotted #CCCCCC;}
.head {
	padding: 5px;
	background-image: url(images/foot.gif);
	background-repeat: repeat-x;
	background-color: #EBEBEB;
}

.even {
	padding: 5px;
	background-image: url(images/even.gif);
	background-repeat: repeat-x;
}

.odd {
	padding: 5px;
	background-image: url(images/even.gif);
	background-repeat: repeat-x;
}

.foot {
	padding: 5px;
	background-image: url(images/foot.gif);
	background-repeat: repeat-x;
	background-color: #EBEBEB;
}

tr.even td {
	padding: 5px;
	background-image: url(images/even.gif);
	background-repeat: repeat-x;
}

tr.odd td {
	padding: 5px;
	background-image: url(images/even.gif);
	background-repeat: repeat-x;
}

div.errorMsg { background-color: #FFCCCC; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.confirmMsg { background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.resultMsg { background-color : #CCCCCC; color: #333333; text-align: center; border-top: 1px solid silver; border-left: 1px solid silver; font-weight: bold; border-right: 1px solid #666666; border-bottom: 1px solid #666666; padding: 10px;}

div.xoopsCode { 
	background: #FFFFFF; 
	border: 1px inset #000080;
	padding: 0px 6px 6px 6px;
	width: 400px;
	overflow: auto;
}

div.xoopsQuote { 
	background: #FFFFFF; 
	border: 1px inset #000080; 
	padding: 2px;
	width: 400px;
	overflow: auto;
}
/* tai1 ---> 2009.05.30 */
/*-----------------------------------------------
スクロールアップ
-----------------------------------------------*/
.scroll {
	clear:				both;
	margin:				10px 0;
	text-align:			center;
	position:			fixed;
	left:				90%;
	top:				95%;
}
.scroll a {
	background:			url(images/scroll_up.gif) no-repeat top;
}
.scroll a:hover {
	background:			url(images/scroll_up.gif) no-repeat bottom;
}

/* tai1 <--- 2009.05.30 */
#topmenu {
	margin : 0 ;
	padding : 0 ;
	list-style-type : none ;
}
#topmenu ul { margin : 0 ;padding : 0 ;list-style-type : none ;}
#topmenu li { padding : 0 ;margin : 0 ;list-style-type : none ;float : left ;}
#topmenu li em { visibility: hidden;}	/*テキスト消し*/
#topmenu li a 
{ 	display : block ;
	background-repeat : no-repeat ;
	background-position : top center ;
	text-decoration : none ;
	margin : 0 ;
	padding : 0 ;
	width : 158px ;
	height : 27px ;
	list-style-type : none ;
	overflow : hidden ;
/*	text-indent : -8000px ;*/
}
#topmenu li.top a { background-image : url(/themes/nekotheme/images/left-parts/menu-bar/top.gif) ;}
#topmenu li.top a:hover  { background-image : url(/themes/nekotheme/images/left-parts/menu-bar/top-s.gif) ;}
#topmenu li.search a { background-image : url(/themes/nekotheme/images/left-parts/menu-bar/kensaku.gif) ;}
#topmenu li.search a:hover  { background-image : url(/themes/nekotheme/images/left-parts/menu-bar/kensaku-s.gif) ;}
#topmenu li.company a { background-image : url(/themes/nekotheme/images/left-parts/menu-bar/kaisyagaiyou.gif) ;}
#topmenu li.company a:hover  { background-image : url(/themes/nekotheme/images/left-parts/menu-bar/kaisyagaiyou-s.gif) ;}
#topmenu li.contact a { background-image : url(/themes/nekotheme/images/left-parts/menu-bar/otoiawase.gif) ;}
#topmenu li.contact a:hover  { background-image : url(/themes/nekotheme/images/left-parts/menu-bar/otoiawase-s.gif) ;}
#topmenu li.about a { background-image : url(/themes/nekotheme/images/left-parts/menu-bar/about.gif) ;}
#topmenu li.about a:hover  { background-image : url(/themes/nekotheme/images/left-parts/menu-bar/about-s.gif) ;}



#Catmenu {
	margin : 0 ;
	padding : 0 ;
	list-style-type : none ;
}
#Catmenu ul { margin : 0 ;padding : 0 ;list-style-type : none ;}
#Catmenu li { padding : 0 ;margin : 0 ;list-style-type : none ;float : left ;}
#Catmenu li em { visibility: hidden;}	/*テキスト消し*/

#Catmenu li a 
{ 	display : block ;
	background-repeat : no-repeat ;
	background-position : top center ;
	text-decoration : none ;
	margin : 0 ;
	padding : 0 ;
	width : 170px ;
	height : 42px ;
	list-style-type : none ;
	overflow : hidden ;
/*	text-indent : -8000px ;*/
}

#Catmenu li.catfood a { background-image : url(/themes/nekotheme/images/left-parts/category-bar/syokuhin.gif) ;}
#Catmenu li.catfood a:hover  { background-image : url(/themes/nekotheme/images/left-parts/category-bar/syokuhin-s.gif) ;}
#Catmenu li.catcar a { background-image : url(/themes/nekotheme/images/left-parts/category-bar/kuruma.gif) ;}
#Catmenu li.catcar a:hover  { background-image : url(/themes/nekotheme/images/left-parts/category-bar/kuruma-s.gif) ;}
#Catmenu li.cathoka a { background-image : url(/themes/nekotheme/images/left-parts/category-bar/sonota.gif) ;}
#Catmenu li.cathoka a:hover  { background-image : url(/themes/nekotheme/images/left-parts/category-bar/sonota-s.gif) ;}
#Catmenu li.catdenki a { background-image : url(/themes/nekotheme/images/left-parts/category-bar/denkiseihin.gif) ;}
#Catmenu li.catdenki a:hover  { background-image : url(/themes/nekotheme/images/left-parts/category-bar/denkiseihin-s.gif) ;}
#Catmenu li.catbike a { background-image : url(/themes/nekotheme/images/left-parts/category-bar/baiku.gif) ;}
#Catmenu li.catbike a:hover  { background-image : url(/themes/nekotheme/images/left-parts/category-bar/baiku-s.gif) ;}
#Catmenu li.catirui a { background-image : url(/themes/nekotheme/images/left-parts/category-bar/iryou.gif) ;}
#Catmenu li.catirui a:hover  { background-image : url(/themes/nekotheme/images/left-parts/category-bar/iryou-s.gif) ;}
#Catmenu li.cattel a { background-image : url(/themes/nekotheme/images/left-parts/category-bar/ippan.gif) ;}
#Catmenu li.cattel a:hover  { background-image : url(/themes/nekotheme/images/left-parts/category-bar/ippan-s.gif) ;}
#Catmenu li.catcd a { background-image : url(/themes/nekotheme/images/left-parts/category-bar/cddvdbd.gif) ;}
#Catmenu li.catcd a:hover  { background-image : url(/themes/nekotheme/images/left-parts/category-bar/cddvdbd-s.gif) ;}
#Catmenu li.catdanbou a { background-image : url(/themes/nekotheme/images/left-parts/category-bar/danbou.gif) ;}
#Catmenu li.catdanbou a:hover  { background-image : url(/themes/nekotheme/images/left-parts/category-bar/danbou-s.gif) ;}
#Catmenu li.catbat a { background-image : url(/themes/nekotheme/images/left-parts/category-bar/denti.gif) ;}
#Catmenu li.catbat a:hover  { background-image : url(/themes/nekotheme/images/left-parts/category-bar/denti-s.gif) ;}
#Catmenu li.catsound a { background-image : url(/themes/nekotheme/images/left-parts/category-bar/gakki.gif) ;}
#Catmenu li.catsound a:hover  { background-image : url(/themes/nekotheme/images/left-parts/category-bar/gakki-s.gif) ;}
#Catmenu li.cathob a { background-image : url(/themes/nekotheme/images/left-parts/category-bar/gangu.gif) ;}
#Catmenu li.cathob a:hover  { background-image : url(/themes/nekotheme/images/left-parts/category-bar/gangu-s.gif) ;}
#Catmenu li.catiryoukiki a { background-image : url(/themes/nekotheme/images/left-parts/category-bar/iryoukiki.gif) ;}
#Catmenu li.catiryoukiki a:hover  { background-image : url(/themes/nekotheme/images/left-parts/category-bar/iryoukiki-s.gif) ;}
#Catmenu li.catgas a { background-image : url(/themes/nekotheme/images/left-parts/category-bar/gasu.gif) ;}
#Catmenu li.catgas a:hover  { background-image : url(/themes/nekotheme/images/left-parts/category-bar/gasu-s.gif) ;}
#Catmenu li.catiyakuhin a { background-image : url(/themes/nekotheme/images/left-parts/category-bar/iyakuhin.gif) ;}
#Catmenu li.catiyakuhin a:hover  { background-image : url(/themes/nekotheme/images/left-parts/category-bar/iyakuhin-s.gif) ;}
#Catmenu li.catcos a { background-image : url(/themes/nekotheme/images/left-parts/category-bar/kesyouhin.gif) ;}
#Catmenu li.catcos a:hover  { background-image : url(/themes/nekotheme/images/left-parts/category-bar/kesyouhin-s.gif) ;}
#Catmenu li.catmoney a { background-image : url(/themes/nekotheme/images/left-parts/category-bar/kinyuu.gif) ;}
#Catmenu li.catmoney a:hover  { background-image : url(/themes/nekotheme/images/left-parts/category-bar/kinyuu-s.gif) ;}
#Catmenu li.catkyuutouki a { background-image : url(/themes/nekotheme/images/left-parts/category-bar/kyuutouki.gif) ;}
#Catmenu li.catkyuutouki a:hover  { background-image : url(/themes/nekotheme/images/left-parts/category-bar/kyuutouki-s.gif) ;}
#Catmenu li.catiryohin a { background-image : url(/themes/nekotheme/images/left-parts/category-bar/m-iryouhin.gif) ;}
#Catmenu li.catiryohin a:hover  { background-image : url(/themes/nekotheme/images/left-parts/category-bar/m-iryouhin-s.gif) ;}
#Catmenu li.catname a { background-image : url(/themes/nekotheme/images/left-parts/category-bar/nabetu.gif) ;}
#Catmenu li.catname a:hover  { background-image : url(/themes/nekotheme/images/left-parts/category-bar/nabetu-s.gif) ;}
#Catmenu li.catbath a { background-image : url(/themes/nekotheme/images/left-parts/category-bar/yokusitu.gif) ;}
#Catmenu li.catbath a:hover  { background-image : url(/themes/nekotheme/images/left-parts/category-bar/yokusitu-s.gif) ;}


input, select, textarea {
font-size: 100%;
}


#copyright {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
}
#copyright_left {
	float: left;
}
#copyright_right {
	float: right;
	text-align: right;
}
.text_01 {
	font-weight: bold;
	font-size: medium;
}
.text_02 {
	font-weight: bold;
}



.comTitle {font-weight: bold; margin-bottom: 2px;}
.comText {padding: 2px;}
.comUserStat {font-size: 10px; color: #2F5376; font-weight:bold; border: 1px solid silver; background-color: #ffffff; margin: 2px; padding: 2px;}
.comUserStatCaption {font-weight: normal;}
.comUserStatus {margin-left: 2px; margin-top: 10px; color: #2F5376; font-weight:bold; font-size: 10px;}
.comUserRank {margin: 2px;}
.comUserRankText {font-size: 10px;font-weight:bold;}
.comUserRankImg {border: 0;}
.comUserName {}
.comUserImg {margin: 2px;}
.comDate {font-weight: normal; font-style: italic; font-size: smaller}
.comDateCaption {font-weight: bold; font-style: normal;}