/* CSS Document */

/* -------------------------------------------------------------------- */

#header{
	position:relative;
	height:100px;
	background-color:#FFFFFF;
	width:100%;
	background-image: url(../img/logo_mini.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#header h1 {
	display:none;
}
/*
 Mac IE 5以外のブラウザは以下を読み込みます。
\*/
#header h1 {
	display:block;
	position: absolute;
	left: -10000px;
	width: 10000px;
}
/*
 Mac IE 5以外のブラウザは以下を読み込みます。
*/

#header .description {
	display:none;
}
/*
 Mac IE 5以外のブラウザは以下を読み込みます。
\*/
#header .description {
	display:block;
	position: absolute;
	left: -10000px;
	width: 10000px;
}
/*
 Mac IE 5以外のブラウザは以下を読み込みます。
*/

#header .link_navi {
	width:100%;
	height: 100%;
}

#header .link_navi img {
	width:100%;
	height: 90px;
}

/* -------------------------------------------------------------------- */

h2 span {
	display:none;
}
/*
 Mac IE 5以外のブラウザは以下を読み込みます。
\*/
h2 span  {
	position:absolute;
	display:block;
	text-indent:-10000px;
}
/*
 Mac IE 5以外のブラウザは以下を読み込みます。
*/

/* -------------------------------------------------------------------- */

#cat_case {
	margin: 20px 0 0 0;
}

#cat_case h2#custmer {
	width: 506px;
	height: 35px;
	background-image: url(../img/h2_customer.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#cat_case h2#products {
	width: 506px;
	height: 35px;
	background-image: url(../img/h2_products.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#cat_case h2#about {
	width: 506px;
	height: 35px;
	background-image: url(../img/h2_about.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#cat_case h2#pickup {
	width: 506px;
	height: 35px;
	background-image: url(../img/h2_pickup.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#cat_case h2#news {
	width: 506px;
	height: 35px;
	background-image: url(../img/h2_news.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#cat_case h2#tags {
	width: 506px;
	height: 35px;
	background-image: url(../img/h2_tags.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#cat_case .description {
	margin: 0 12px 0 6px;
	font-size: 0.8em;
	line-height: 160%;
}

#cat_case .main_body {
	margin: 10px 35px 20px 6px;
	line-height: 160%;
}

#cat_case .pageswitch {
	margin: 10px 0;
	font-size: 0.7em;
}

#cat_case .main_body h3 {
	border-bottom: 1px dotted #515151;
}
#cat_case .main_body h3 a 			{ color: #666666; font-weight: bold; text-decoration: none; }
#cat_case .main_body h3 a:link		{ color: #666666; font-weight: bold; text-decoration: none; }
#cat_case .main_body h3 a:visited	{ color: #666666; font-weight: bold; text-decoration: none; }
#cat_case .main_body h3 a:active	{ color: #666666; font-weight: bold; text-decoration: none;  }
#cat_case .main_body h3 a:hover		{ color: #666666; font-weight: bold; text-decoration: none;  }


#cat_case .main_body_inside {
	line-height: 160%;
	font-size: 0.9em;
}

#cat_case .contentitemcategory {
	background: url(../img/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}

#cat_case .contentitempostedby {
	background: url(../img/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}

#cat_case .contentitemcomments {
	background: url(../img/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}

#cat_case .contentitemedit {
	background: url(../img/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}

#cat_case .contentitem {
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
}

#cat_case .contentitem1 {
	display: inline;
	text-align: left;
}

#cat_case .contentitem2 {
	display: inline;
	background: url(../img/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}

#cat_case .contentitem3 {
	display: inline;
	background: url(../img/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}

#cat_case .contentitem4 {
	display: inline;
	padding: 0 0 0 10px;
	background: url(../img/dotv.gif) left repeat-y;
}

#cat_case .contentitemcomments {
	background: url(../img/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}

#cat_case .contentitemedit {
	background: url(../img/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}

.main_body_comments {
	margin: 10px 35px 20px 6px;
	font-size: 0.9em;
	line-height: 130%;
}

#cat_case .main_body_comments h4 {
	margin: 1em 0 1em 0;
	border-bottom: 1px dotted #515151;
}


.commentform {
	background-color: #F3F3F3;
	padding: 10px;
}

.commentform .formfield, .commentform .formbutton, .loginform .formbutton {
	display: block;
	background-color: #FFFFFF;
}

.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield {
    width: 300px;
}

.commentform .formbutton {
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	background-color: #FFFFFF;
}

#npcm_form {
	margin: 10px 10px;
	display: block;
}

#npcm_form .npcm_err {


}

#npcm_form .formbutton {
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}


/* -------------------------------------------------------------------- */

#sidecol .catalog {
	margin: 10px 0 0 0;
}


/* -------------------------------------------------------------------- */

.pricebox {
	padding: 10px;
	border: 1px dotted #CCCCCC;
	font-size: 0.9em;
}

table.item_size {
	border: solid #999999;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
	empty-cells: show;
}

table.item_size td {
	border: solid #999999;
	border-width: 0 1px 1px 0;
	padding: 4px;
	text-align:center;
}
