@charset utf-8;
/*+++++++++++++++++++++++++++++++++*/
/*JerkMan Web Site Section.CSS   Ver.06_0201*/
/*+++++++++++++++++++++++++++++++++*/

/*=======================*/
/*Head Line Settings*/
/*=======================*/
.page_header {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid black;
	display: block;
	}

.h1_basic {
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	clear: both;
	margin: 25px 0px 0px 6px;
	padding-left: 4px;
	border-left: 3px solid #f00000;
	display: block;
	}
.jm_h1_top {
    display: none;
	}

.h2_shikaku {
	color: red;
	font-size: 17px;
	font-weight: bold;
	line-height: 120%;
	background-image: url(../../img/parts/h2_shikaku.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear: both;
	margin-top: 10px;
	margin-bottom: 12px;
	padding-left: 22px;
	display: block;
	}
.h3_top_side {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	clear: both;
	padding-top: 6px;
	border-bottom: 1px solid black;
	}
.h3_rod {
	color: red;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	clear: both;
	padding-top: 6px;
	border-bottom: 1px solid black;
	}
/*TOP PAGE*/
.jm_h2_picup_01 {
     display:none;
	}
.h2_picup_01 {
	background-image: url(../../img/top/ph_picup_01.jpg);
	background-repeat: no-repeat;
	text-indent: -9000px;
	width: 231px;
	height: 80px;
	}
.h2_picup_02 {
	background-image: url(../../img/top/ph_picup_02.jpg);
	background-repeat: no-repeat;
	text-indent: -9000px;
	width: 231px;
	height: 80px;
	}
.h2_picup_03 {
	background-image: url(../../img/top/ph_picup_03.jpg);
	background-repeat: no-repeat;
	text-indent: -9000px;
	width: 231px;
	height: 80px;
	}
.h2_sub_01 {
	background-image: url(../../img/top/ph_subnavi_01.jpg);
	background-repeat: no-repeat;
	text-indent: -9000px;
	width: 231px;
	height: 80px;
	}
.h2_sub_02 {
	background-image: url(../../img/top/ph_subnavi_02.jpg);
	background-repeat: no-repeat;
	text-indent: -9000px;
	width: 231px;
	height: 80px;
	}
.h2_sub_03 {
	background-image: url(../../img/top/ph_subnavi_03.jpg);
	background-repeat: no-repeat;
	text-indent: -9000px;
	width: 231px;
	height: 80px;
	}
.h2_sub_04 {
	background-image: url(../../img/top/ph_subnavi_04.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
	width: 231px;
	height: 80px;
	}
.h2_shopping {
	background-image: url(../../img/top/ph_side_main.jpg);
	background-repeat: no-repeat;
	text-indent: -9000px;
	width: 231px;
	height: 80px;
	clear: both;
	}
/*=======================*/
/*Paragraph & Font Settings*/
/*=======================*/
.p_basic {
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	padding-top: 0;
	padding-bottom: 1em;
	}
.p {
    display:none;
	}
.p_big {
	color: red;
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	margin: 0;
	padding-top: 0;
	padding-bottom: 1em;
	}
.jm_p_big {
	color: red;
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	margin: 50px 0px 0px 0px;
	padding-top: 0;
	padding-bottom: 1em;
	}
.p_16_strong {
	color: red;
	font-size: 16px;
	line-height: 120%;
	padding-bottom: 1em;
	padding-left: 20px;
	}

.p_caption {
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 1em;
	}

.jm_p_waku {
	font-size: 12px;
	line-height: 140%;
	margin: 3em;
	padding: 12px;
	border: 1px solid #A52A2A;
	
	}

.font_red {
	color: red;
	}
	
.jm_font_bold {
	font-weight: bold;
	}
	
.font_wh {
	color: white;
	}

div.f-both{
     clear:both;
     margin:2px;
     padding:1px;
     height: 10px;
     }

/*=======================*/
/*Parts & Tables*/
/*=======================*/
.page_top {
	text-align: right;
	width: 100%;
	clear: both;
	padding-top: 10px;
	display: block;
}
.page_top_sub {
	text-align: right;
	width: 735px;
	display: block;
	padding-top: 10px;
	clear: both;
	}

.img_left {
	float: left;
	margin-right: 8px;
	}

.jm_img{
	margin-bottom: 10px;
	}

.link_box {
	text-align: right;
	margin-right: 0;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 5px;
	display: block;
	}

/*Float Clear == Thanks for positioniseverything.net*/
.link_box:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .link_box { display: inline-block; }
/* hide ie mac \*/
* html .link_box { height: 1%; }
.link_box { display: block; }
/* */




.link_box p {
	font-size: 12px;
	line-height: 18px;
	background-color: #fef0f0;
	background-image: url(../../img/parts/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding: 2px 20px 2px 5px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	display: inline;
	
	}

.link_box li {
	font-size: 12px;
	line-height: 13px;
	background-color: #fef0f0;
	background-image: url(../../img/parts/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	padding: 3px 20px 3px 5px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	list-style-type: none;
	display: inline;
	}

.link_box a {
	color: black;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 5px;
	border-left: 3px solid red;
	display: inline;
	}
.link_box a:visited {
	color: black;
	text-decoration: none;
	display: inline;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 5px;
	border-left: 3px solid red;
	}

.link_box a:hover {
	color: red;
	text-decoration: none;
	display: inline;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 5px;
	border-left: 3px solid red;
	}

.clear
{
 clear: both;
 overflow: hidden;
 width: 1px;
 height: 1px;
 margin: 0 -1px -1px 0;
 border: 0;
 padding: 0;
 font-size: 0;
 line-height: 0;
}
.jm_waku_b {
 background-color: #e9e9e9;
 border-color: #d8d8d8;
 border-width: 1px;
 }
.jm_ichiran {
 text-align: left;
 }
.jm_ichiran table {
 border-style: none;
 background-color: #6E6E6E;
 }
.jm_ichiran td, th {
 border-style: none;
 background-color: #ffffff;
 }
.jm_kaimono table {
 border: solid #000000;
 border-bottom-width: 1px;
 border-top-width: 1px;
 border-left-width: 0px;
 border-right-width: 0px;
 }
/*=======================*/
/*TOP PAGE CONTENTS*/
/*=======================*/
#top_header {
	width: 775px;
	}

#top_logo {
	margin-top: 5px;
	margin-left: 3px;
	}

#h1_top {
	font-size: 12px;
	text-align: right;
	position: absolute;
	top: 10px;
	right: 20px;
	width: 560px;
	height: 15px;
	}
#jm_h1_top {
     display:none;
	}
#top_picup {
	width: 775px;
	padding-top: 8px;
	padding-left: 20px;
	display: block;
	}

#jm_top_picup {
	width: 231px;
	padding-left: 2px;
	display: block;
	float: left;
	}

/*Float Clear == Thanks for positioniseverything.net*/
#top_picup:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html #top_picup { display: inline-block; }
/* hide ie mac \*/
* html #top_picup { height: 1%; }
#top_picup { display: block; }
/* */



.top_picup_item {
	width: 231px;
	float: left;
	margin-left: 20px;
	display: block;
	}
.jm_top_picup_item {
	width: 231px;
	float: left;
	display: block;
	}
.top_picup_item_bug {
	display: block;
	width: 231px;
	float: left;
	}

.jm_top_picup_item p {
	font-size: 12px;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 6px;
	}
.top_picup_item p {
	font-size: 12px;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 6px;
	}
.top_picup_item_bug p {
	font-size: 12px;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 6px;
	}
#top_picup_link {
	width: 775px;
	padding-left: 20px;
	display: block;
	}
/*Float Clear == Thanks for positioniseverything.net*/
#top_picup_link:after
{
   content: " ";
   display: block;
   visibility: hidden;

   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html #top_picup_link { display: inline-block; }
/* hide ie mac \*/
* html #top_picup_link { height: 1%; }
#top_picup_link {
	clear: both;
	display: block;
	}
/* */
#top_picup_link ul {
	list-style-type: none;
	display: block;
	}

.top_picup_link_li {
	font-size: 12px;
	line-height: 13px;
	background-image: url(../../img/parts/arrow_red_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: 231px;
	float: left;
	margin-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	list-style-type: none;
	display: block;
	}

.top_picup_link_li_bug {
	font-size: 12px;
	line-height: 13px;
	background-image: url(../../img/parts/arrow_red_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	list-style-type: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 231px;
	float: left;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}

#top_picup_link a {
	color: black;
	text-decoration: none;
	width: 218px;
	margin-left: 5px;
	padding-left: 4px;
	border-left: 3px solid red;
	display: block;
	}

#top_picup_link a:hover {
	color: red;
	text-decoration: none;
	width: 218px;
	margin-left: 5px;
	padding-left: 4px;
	border-left: 3px solid red;
	display: block;
	}

.top_main_img {
	clear: both;
	}

#top_column_box {
	padding: 10px 20px;
	display: block;
	}
/*Float Clear == Thanks for positioniseverything.net*/
#top_column_box:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html #top_column_box { display: inline-block; }
/* hide ie mac \*/
* html #top_column_box { height: 1%; }
#top_column_box {
	clear: both;
	display: block;
	}
/* */
#top_content_box {
	width: 482px;
	float: left;
	}

#jm_top_content_box {
	width: 482px;
	float: right;
	}

.img_border {
	clear: both;
	margin-bottom: 10px;
	margin-top: 5px;
	border-style: solid;
	border-width: 1px;
	}

.monthly_comment {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	display: block;
	}

.monthly_comment p {
	font-size: 10px;
	line-height: 12px;
	background-image: url(../../img/top/jm_mid_01.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 230px;
	}

.top_news {
	margin-top: 3px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}

.top_news_day {
	font-size: 12px;
	line-height: 14px;
	vertical-align: top;
	padding: 2px 8px 2px 13px;
	white-space: nowrap;
	}

.top_news_txt {
	font-size: 12px;
	line-height: 14px;
	vertical-align: top;
	padding: 2px 6px 3px 8px;
	border-left: 4px solid black;
	}

#top_main_navi {
	width: 230px;
	float: left;
	}

.top_menu_mid {
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-bottom: 1px solid black;
	
	}

#top_sub_navi {
	width: 230px;
	float: right;
	}
#jm_top_sub_navi {
	width: 230px;
	float: left;
	}
#top_sub_navi ul {
	margin-bottom: 7px;
	border-bottom: 1px solid #000;
	list-style-type: none;
	display: block;
	}
#jm_top_sub_navi ul {
	margin-bottom: 7px;
	border-bottom: 1px solid #000;
	list-style-type: none;
	display: block;
	}
#top_sub_navi li {
	font-size: 12px;
	line-height: 13px;
	background-image: url(../../img/parts/arrow_red_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: 230px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid black;
	list-style-type: none;
	display: block;
	}
#jm_top_sub_navi li {
	font-size: 12px;
	line-height: 13px;
	background-image: url(../../img/parts/arrow_red_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: 230px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid black;
	list-style-type: none;
	display: block;
	}
#top_sub_navi li a {
	color: black;
	text-decoration: none;
	width: 217px;
	margin-left: 5px;
	padding-left: 4px;
	border-left: 3px solid red;
	display: block;
	}
#jm_top_sub_navi li a {
	color: black;
	text-decoration: none;
	width: 217px;
	margin-left: 5px;
	padding-left: 4px;
	border-left: 3px solid red;
	display: block;
	}
#top_sub_navi li a:hover {
	color: red;
	text-decoration: none;
	width: 217px;
	margin-left: 5px;
	padding-left: 4px;
	border-left: 3px solid red;
	display: block;
	}
#jm_top_sub_navi li a:hover {
	color: red;
	text-decoration: none;
	width: 217px;
	margin-left: 5px;
	padding-left: 4px;
	border-left: 3px solid red;
	display: block;
	}
.top_subnavi_txt {
	font-size: 12px;
	line-height: 14px;
	padding-top: 8px;
	padding-bottom: 6px;
	}

#top_side_box {
	width: 230px;
	float: right;
	display: block;
	}

#jm_top_side_box {
	width: 230px;
	float: right;
	display: block;
	}
	
.side_item_box {
	width: 230px;
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	display: block;
	}
.side_item_box ul {
	list-style-type: none;
	display: block;
	}
.side_item_box li {
	font-size: 12px;
	line-height: 13px;
	background-image: url(../../img/parts/arrow_red_bot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 123px;
	padding-top: 2px;
	list-style-type: none;
	display: block;
	}
.side_item_box li a{
	color: black;
	text-decoration: none;
	width: 123px;
	display: block;
	}
.side_item_box li a:visited{
	color: black;
	text-decoration: none;
	width: 123px;
	display: block;
	}
.side_item_box li a:hover{
	color: red;
	text-decoration: none;
	width: 123px;
	display: block;
	}
/*Float Clear == Thanks for positioniseverything.net*/
.side_item_box:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .side_item_box { display: inline-block; }
/* hide ie mac \*/
* html .side_item_box { height: 1%; }
.side_item_box {
	clear: both;
	display: block;
	}
/* */

.side_item_box_left {
	width: 103px;
	float: left;
	display: block;
	}

.side_item_box_right {
	width: 123px;
	float: right;
	display: block;
	}
.side_item_box_sub {
	width: 230px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	display: block;
	}

.side_item_box_sub ul {
	list-style-type: none;
	display: block;
	}
.side_item_box_sub li {
	font-size: 12px;
	line-height: 13px;
	background-image: url(../../img/parts/arrow_red_bot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 143px;
	padding-top: 2px;
	list-style-type: none;
	display: block;
	}
.side_item_box_sub li a{
	color: black;
	text-decoration: none;
	width: 143px;
	display: block;
	}
.side_item_box_sub li a:visited{
	color: black;
	text-decoration: none;
	width: 143px;
	display: block;
	}
.side_item_box_sub li a:hover{
	color: red;
	text-decoration: none;
	width: 143px;
	display: block;
	}
/*Float Clear == Thanks for positioniseverything.net*/
.side_item_box_sub:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .side_item_box_sub { display: inline-block; }
/* hide ie mac \*/
* html .side_item_box_sub { height: 1%; }
.side_item_box_sub {
	clear: both;
	display: block;
	}
/* */
.side_item_box_left_sub {
	width: 78px;
	float: left;
	display: block;
	}

.side_item_box_right_sub {
	width: 143px;
	float: right;
	display: block;
	}


.item_ph_red {
	border-left: 6px solid red;
	
	}

.item_ph_navy {
	border-left: 6px solid #08198c;
	}

.item_ph_black {
	border-left: 6px solid black;
	}
.side_item_banner {
	width: 230px;
	display: block;
	}
.side_item_banner ul {
	list-style-type: none;
	display: block;
	}
.side_item_banner li {
	font-size: 12px;
	line-height: 13px;
	background-image: url(../../img/parts/arrow_red_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	list-style-type: none;
	display: block;
	}
.side_item_banner li a{
	color: black;
	text-decoration: none;
	display: block;
	}
.side_item_banner li a:visited{
	color: black;
	text-decoration: none;
	display: block;
	}
.side_item_banner li a:hover{
	color: red;
	text-decoration: none;
	display: block;
	}
.side_end {
	background-color: #e4e4e4;
	margin-top: 10px;
	padding: 5px;
	}

/*Float Clear == Thanks for positioniseverything.net*/
.side_end:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .side_end { display: inline-block; }
/* hide ie mac \*/
* html .side_end { height: 1%; }
.side_end {
	clear: both;
	display: block;
	}
/* */
.side_end_left {
	width: 82px;
	float: left;
	display: block;
	}

.side_end_right {
	width: 131px;
	float: right;
	display: block;
	}

.side_end_add {
	font-size: 12px;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.side_end_link {
	font-size: 12px;
	line-height: 14px;
	background-color: #d3d3d3;
	padding: 4px;
	display: block;
	}


