@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, p, ul, li, th, td, dd, dt {
	color: #414141;
	font-weight:normal;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5;
	letter-spacing: 1px;
}
body {
	background-color: #FFFFFF;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline!important;
}
img {
	border-style: none;
}
.mgt10 {
	margin-top:10px;
}
.mgt20 {
	margin-top:20px;
}
.mgt30 {
	margin-top:30px;
}
.mgt40 {
	margin-top:40px;
}
.mgt50 {
	margin-top:50px;
}
.mgb10 {
	margin-bottom:10px;
}
.mgb20 {
	margin-bottom:20px;
}
.mgb30 {
	margin-bottom:30px;
}
.mgb40 {
	margin-bottom:40px;
}
.mgb50 {
	margin-bottom:50px;
}
.mgr10 {
	margin-right:10px;
}
.mgr20 {
	margin-right:20px;
}
.mgr30 {
	margin-right:30px;
}
.mgr40 {
	margin-right:40px;
}
.mgr50 {
	margin-right:50px;
}
.mgl10 {
	margin-left:10px;
}
.mgl20 {
	margin-left:20px;
}
.mgl30 {
	margin-left:30px;
}
.mgl40 {
	margin-left:40px;
}
.mgl50 {
	margin-left:50px;
}
#top {
	position:relative;
	width: 860px;
	background-color: #F6F2F1;
	margin-top: 10px;
}
#wrap {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-left-color: #E7E7E7;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #E7E7E7;
	border-right-style: solid;
	border-right-width: 1px;
  padding-top: 20px;
  position: relative;
}
#headder {
	height: 135px;
	position: relative;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#headder .logo a {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 250px;
	top: 23px;
	left: 10px;
	padding-top: 53px;
	overflow: hidden;
	display: block;
	height: 0px;
}
#headder .link_home a {
	position: absolute;
	background-image: url(../images/headder_menu_01.gif);
	background-repeat: no-repeat;
	padding-top: 17px;
	overflow: hidden;
	display: block;
	height: 0px;
	width: 42px;
	top: 58px;
	left: 280px;
}
#headder .link_home a:hover {
	background-image: url(../images/headder_menu_01_on.gif);
}
#headder .logo_right {
	position: absolute;
	background-image: url(../images/logo_right.gif);
	background-repeat: no-repeat;
	width: 305px;
	padding-top: 90px;
	overflow: hidden;
	display: block;
	height: 0px;
	left: 555px;
	top: 0px;
}
#pankuzu {
	width: 860px;
	background-color: #F6F2F1;
	position: relative;
	margin-top: 5px;
}
#pankuzu .txt {
	top: 3px;
	left: 10px;
	color: #414141;
	width: 715px;
	text-indent: 10px;
	line-height: 1.8;
}
#pankuzu .txt a {
	color: #414141;
	text-decoration: none;
}
#pankuzu .word {
	position: absolute;
	left: 740px;
	top: 4px;
	padding-top: 10px;
	overflow: hidden;
	display: block;
	height: 0px;
	background-image: url(../images/headder_txt_01.jpg);
	background-repeat: no-repeat;
	width: 50px;
}
#pankuzu .word_big a {
	position: absolute;
	left: 798px;
	top: 3px;
	padding-top: 13px;
	overflow: hidden;
	display: block;
	height: 0px;
	background-repeat: no-repeat;
	width: 13px;
}
#pankuzu .word_mid a {
	position: absolute;
	left: 818px;
	top: 3px;
	padding-top: 13px;
	overflow: hidden;
	display: block;
	height: 0px;
	background-repeat: no-repeat;
	width: 13px;
}
#pankuzu .word_small a {
	position: absolute;
	left: 838px;
	top: 3px;
	padding-top: 13px;
	overflow: hidden;
	display: block;
	height: 0px;
	background-repeat: no-repeat;
	width: 13px;
}
#pankuzu .word_big a:hover {
	background-image: url(../images/headder_icon_01_on.jpg);
}
#pankuzu .word_mid a:hover {
	background-image: url(../images/headder_icon_02_on.jpg);
}
#pankuzu .word_small a:hover {
	background-image: url(../images/headder_icon_03_on.jpg);
}

#top-contents {
	background-color: #F6F2F1;
}
#note {
	background-color: #fff;
    padding: 0 10px 0 15px;
}
#note p {
	font-size: 16px;
	color: rgb(255, 0, 0);
}
#vimeo {
	display: grid;
	grid-template-columns: 1.35fr 0.65fr;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: 1fr 1fr;
	background-color: #fff;
}
#vimeo #vimeo01 {
	grid-column: 1 / 2;
	grid-row: 1 / 1;
	margin: 10px 0 20px 10px;
}
#vimeo #vimeo02 {
/*	grid-column: 2 / 4;
	grid-row: 1 / 2;
	margin: 10px;
*/	
	grid-column: 2 / 2;
	grid-row: 1 / 1;
	margin: 10px 0 20px 10px;
}
#vimeo #vimeo03 {
	grid-column: 2 / 4;
	grid-row: 2 / 3;
	margin: 10px;
}

#top-images {
	background-color: #fff;
	width: calc(100% - 20px);
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: end;
	column-gap: 10px;
	row-gap: 10px;
	padding: 10px 10px 20px 10px;
}

#top-images img {
	width: calc(100% - 0px) !important;
	height: calc(100% - 0px) !important;
	margin: auto;
}

#led,
#led2 {
	padding: 0 10px 10px 10px;
	background-color: #fff;
}
#led img,
#led2 img {
	width: 100%;
}

#newstopics {
	padding-bottom: 15px;
	width: 600px;
	float: left;
	position: relative;
}
#newstopics h2 {
	background-image: url(../images/topics_ttlbar.jpg);
	background-repeat: no-repeat;
	width: 615px;
	padding-top: 36px;
	overflow: hidden;
	display: block;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
#newstopics ul {
	margin-left: 25px;
	min-height:150px;
	padding-top: 5px;
}
#newstopics li {
	width: 545px;
	padding-bottom: 7px;
	border-bottom-color: #BEBEBE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	background-image: url(../images/arrow_06.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 10px;
	padding-top: 7px;
}
#newstopics li span {
	color: #999999;
}
#newstopics li .new {
	background-image: url(../images/icon_new.jpg);
	background-repeat: no-repeat;
	width: 26px;
	display: block;
	padding-top: 13px;
	overflow: hidden;
	display: block;
	height: 0px;
	float: inherit;
}
#newstopics .link a {
	background-image: url(../images/arrow_09.gif);
	background-repeat: no-repeat;
	width: 90px;
	display: block;
	display: block;
	font-size: 1em;
	padding-left: 20px;
	position: absolute;
	left: 505px;
	top: 8px;
	line-height: 1em;
	font-weight: bold;
	background-position: 0px 4px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#stockList {
	float: left;
	width: 615px;
	padding-bottom: 0px;
	position: relative;
}
#stockList h2 {
	background-image: url(../images/stockList_ttlbar.jpg);
	background-repeat: no-repeat;
	width: 615px;
	padding-top: 36px;
	overflow: hidden;
	display: block;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
#stockList ul {
	margin-left: 25px;
	min-height:150px;
	padding-top: 5px;
}
#stockList li {
	width: 545px;
	padding-bottom: 7px;
	border-bottom-color: #BEBEBE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	background-image: url(../images/arrow_06.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 10px;
	padding-top: 7px;
}
#stockList li span {
	color: #999999;
}
#stockList li .new {
	background-image: url(../images/icon_new.jpg);
	background-repeat: no-repeat;
	width: 26px;
	display: block;
	padding-top: 13px;
	overflow: hidden;
	display: block;
	height: 0px;
	float: inherit;
}
#stockList .link a {
	background-image: url(../images/arrow_09.gif);
	background-repeat: no-repeat;
	width: 90px;
	display: block;
	display: block;
	font-size: 1em;
	padding-left: 20px;
	position: absolute;
	left: 505px;
	top: 8px;
	line-height: 1em;
	font-weight: bold;
	background-position: 0px 4px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#pickup {
	float: right;
	padding: 0px;
}
#pickup h2 {
	width: 88px;
	overflow: hidden;
	height: 0px;
}
#pickup ul {
	margin-top: 10px;
	margin-left: 5px;
}
#pickup img {
	margin-bottom: 5px;
}
#pickup li {
}
.page_top {
	clear: both;
	width: 91px;
	margin-left: auto;
	margin-right: 10px;
	position: absolute;
	bottom: 10px;
	right: 20px;
}
.page_top a {
	background-image: url(../images/pagetop_btn.jpg);
	background-repeat: no-repeat;
	width: 91px;
	padding-top: 21px;
	overflow: hidden;
	display: block;
	height: 0px;
	display: block;
}
.page_top a:hover {
	background-image: url(../images/pagetop_btn_on.jpg);
}
#footer {
	height: 105px;
}
#footer_in {
	width: 860px;
	height: 105px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#footer li {
	line-height: 2;
	display: inline;
}
#footer li a {
	color: #B3B3B3;
	padding-right: 15px;
	padding-left: 15px;
	border-right-color: #B3B3B3;
	border-right-style: solid;
	border-right-width: 1px;
	height: 12px;
}
#footer .link_01 {
	position: absolute;
	text-decoration: none;
	left: 15px;
	top: 15px;
	width: 798px;
	text-indent: -15px;
}
#footer .copyright {
	background-image: url(../images/footer_copyright.jpg);
	background-repeat: no-repeat;
	width: 241px;
	position: absolute;
	top: 80px;
	left: 10px;
	padding-top: 11px;
	overflow: hidden;
	display: block;
	height: 0px;
}
#footer .logo a {
	background-image: url(../images/footer_logo.jpg);
	background-repeat: no-repeat;
	width: 131px;
	position: absolute;
	top: 70px;
	left: 719px;
	padding-top: 19px;
	overflow: hidden;
	display: block;
	height: 0px;
}
#main {
	background-color: #F6F2F1;
	height: auto;
	width: 860px;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	position: relative;
  display: flex;
}
#left {
	width: 220px;
	height: 100%;
}
#left p {
	margin-top: 10px;
	margin-left: 9px;
}
#left a img {
}
#left h3.stockList {
	background-image: url(../images/stocklist_ttl.gif);
	background-repeat: no-repeat;
	width: 220px;
	padding-top: 50px;
	overflow: hidden;
	display: block;
	height: 0px;
}
#left h3.thema {
	background-image: url(../images/left_theme_ttl.jpg);
	background-repeat: no-repeat;
	width: 220px;
	padding-top: 41px;
	overflow: hidden;
	display: block;
	height: 0px;
}
#left h3.archives {
	background-image: url(../images/archive_ttl.gif);
	background-repeat: no-repeat;
	width: 220px;
	padding-top: 32px;
	overflow: hidden;
	display: block;
	height: 0px;
	background-color: #FFFFFF;
}
#left h4 {
	background-color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	text-indent: 20px;
	background-image: url(../images/arrow_09.gif);
	background-repeat: no-repeat;
	background-position: 11px 12px;
	padding: 5px 5px 5px 10px;
	border-top: 1px dotted #999999;
}
#left h4:hover {
	background-color: #EFF5C1;
}
#left .end {
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#left .space {
	width: 220px;
	height: 30px;
	background-color: #FFFFFF;
	border-bottom: 3px solid #264700;
}
#left .on {
	background-color: #EFF5C1;
}
#left ul {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 0px;
}
#left ul.h2_under {
	padding-top: 0px;
}
#left ul.h2_end {
}
#left li {
	background-image: url(../images/arrow_09.gif);
	background-repeat: no-repeat;
	border-top-color: #999999;
	border-top-style: dotted;
	border-top-width: 1px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-position: 20px 15px;
	display: block;
	text-indent: 20px;
	background-color: #FBF9F9;
}
#left li:hover {
	background-color: #FFFCE8;
}
#left li.on {
	background-color: #FFFCE8;
}
#left li.end {
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#right {
	width: 600px;
	background-color: #FFFFFF;
	padding-left: 40px;
	min-height: 400px;
	position: relative;
	padding-bottom: 60px;
	overflow: hidden;
}
#right .sttl {
	width: 530px;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 20px;
	background-color: #EFF5C1;
	font-size: 1em;
	padding: 7px 20px;
}
#right.all .sttl {
	width: 750px;
}
#right .sttl_02 {
	width: 525px;
	height: 32px;
	line-height: 32px;
	text-indent: 20px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 30px;
	border-left-color: #FFCC33;
	border-left-style: solid;
	border-left-width: 6px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
#right .sttl_03 {
	width: 533px;
	margin-left: 10px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	height: 10px;
}
#right.all .sttl_03 {
	width: 750px;
}
#right .clear {
	clear:both;
	padding-bottom:20px;
}
#right .q_txt {
	color: #ec8164;
	background-image: url(../images/qa_point_q.jpg);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 30px;
	margin-top: 20px;
	margin-left: 30px;
	padding-right: 80px;
}
#right .a_txt {
	color: #622b00;
	background-image: url(../images/qa_point_a.jpg);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 30px;
	margin-left: 30px;
	margin-top: 5px;
	padding-right: 80px;
}
#right .link {
	margin-left: auto;
	text-align: right;
	color: #EC8064;
}
#right .link a {
	color: #EC8064;
	text-decoration:underline;
}
#right .float_right {
	float:right;
}
#right .float_left {
	float:left;
}
#right th.th_color_01 {
	background-color: #fbece6;
}
#right th.th_color_02 {
	background-color: #fcfcfc;
}
#right td.td_color_01 {
	background-color: #f5f5f5;
}
#right td.td_color_02 {
	background-color: #fcfcfc;
}
#right .about_box, #right .privacy_box, #right .lecture_box {
	margin-top: 20px;
	padding-right: 50px;
	margin-left: 20px;
}
#right .about_txt_01 {
	margin-left: auto;
	width: 335px;
	clear: both;
	padding-top: 10px;
}
#right .about_txt_02 {
	margin-left: auto;
	width: 270px;
	display: block;
	float: right;
	padding-right: 20px;
	padding-bottom: 20px;
}
#right table.company {
	margin-left: 35px;
	margin-top: 20px;
}
#right .company th {
	text-align: left;
	line-height: 1.2;
	padding-left: 0px;
	padding-bottom: 20px;
	width: 100px;
	padding-top: 0px;
}
#right .company td {
	line-height: 1.2;
	padding-left: 0px;
	padding-bottom: 20px;
	text-align: left;
}
#right table.lesson {
	clear: both;
}
#right .lesson th {
	width: 110px;
	text-align: right;
	line-height: 1.2;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	letter-spacing: 0px;
}
#right .lesson td {
	width: 400px;
	line-height: 1.2;
	padding-left: 0px;
	padding-bottom: 5px;
}
#right .lecture_txt, #right .explan_txt {
	width: 400px;
	float: right;
}
#right .lecture_box .float_right, #right .about_box .float_right {
	float:right;
	margin-left: 10px;
	margin-right: 10px;
}
#right .lecture_box .float_left, #right .about_box .float_left {
	margin-right: 10px;
}
#right table.contact {
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
}
#right .contact input, #right .contact textarea {
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-right-width: 0px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-width: 0px;
}
#right .contact input {
	height: 20px;
}
#right .contact textarea {
	height: 100px;
	width: 330px;
}
#right .contact th {
	text-align: left;
	width: 130px;
	padding: 10px;
	background-image: url(../images/contact_point_01.gif);
	background-repeat: no-repeat;
	background-position: 10px 11px;
	padding-left: 28px;
}
#right .contact th span {
	color: #EF957E;
}
#right .contact td span {
	color: #999999;
}
#right .contact td {
	text-align: left;
	width: 330px;
	padding: 10px;
}
#right .contact_btn {
	clear: both;
	margin-left: auto;
	width: 96px;
	height: 22px;
}
#right .contact_btn a {
	width: 96px;
	display: block;
	background-image: url(../images/contact_btn_02.jpg);
	background-repeat: no-repeat;
	padding-top: 22px;
	overflow: hidden;
	display: block;
	height: 0px;
}
#right .contact_txt {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 520px;
}
#right .contact_btn_02 a {
	display: block;
	background-image: url(../images/contact_btn_01.jpg);
	background-repeat: no-repeat;
	width: 124px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-top: 33px;
	overflow: hidden;
	display: block;
	height: 0px;
	margin-bottom: 20px;
}
#right .contact_btn_02 a:hover {
	background-image: url(../images/contact_btn_01_on.jpg);
}
#right .contact_btn_03 a {
	display: block;
	background-image: url(../images/contact_btn_03.jpg);
	background-repeat: no-repeat;
	width: 124px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-top: 33px;
	overflow: hidden;
	display: block;
	height: 0px;
	margin-bottom: 20px;
}
#right .contact_btn_03 a:hover {
	background-image: url(../images/contact_btn_03_on.jpg);
}
#right .contact_completion_txt {
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
}
#right .error_box {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border-color: #FF0000;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	background-color: #FBECE6;
	margin-top: 20px;
}
#right .error_box p {
	color: #FF0000;
}
.gmap {
	margin-top:20px;
	margin-left:30px;
	margin-bottom: 10px;
}
#right .contact td span.error, .error {
	display:block;
	color:#FF0000;
}
#right .gallery_img_00 {
	margin-top: 30px;
	margin-left: 15px;
}
#right.all {
	width:820px;
	min-height: 0px;
}
#right .date {
	color:#999999;
}
.clearfix {
	overflow: hidden;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clear1 {
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
	font-size:1px;
	line-height:1px
}
#column1area {
	float: left;
}
#column2area {
	clear: right;
}
#newstopics .newsTopics_area {
	position: relative;
	overflow: hidden;
	float: left;
}
#newstopics .stockList_area {
	position: relative;
	overflow: hidden;
	float: left;
}
.left_column_area {
	float: left;
	width: 615px;
	overflow: hidden;
	background-color: #FFFFFF;
	padding-bottom: 60px;
	padding-right: 10px;
}
.right_column_area {
	float: right;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 0px;
}
/*stock_list
-----------------------------------*/
.sidebar_area {
	float: left;
	width: 210px;
	overflow: hidden;
	padding: 0px 5px;
}
.main_area {
	float: right;
	width: 570px;
	overflow: hidden;
	background-color: #FFFFFF;
	padding-left: 40px;
	padding-right: 30px;
}
#banner {
	margin-left: 5px;
	margin-right: 5px;
}
#banner h2 {
	height: 0px;
	width: 0px;
	overflow: hidden;
}
#banner li {
	margin-top: 10px;
}
#left a:hover {
}
.banner_btm_space {
	padding-bottom: 30px;
}
.red {
	color: #FF0000;
}
.float_left {
	float: left;
}
.list_color {
	background-color: #FAFAFA;
}
#printer #newstopics {
	width: 570px;
}
#printer #newstopics ul {
	margin-left: 25px;
	min-height:150px;
	padding-top: 13px;
}
#printer #newstopics li {
	width: 500px;
	padding-bottom: 7px;
	border-bottom-color: #BEBEBE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	background-image: url(../images/arrow_06.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 10px;
	padding-top: 7px;
}
#printer #newstopics li span {
	color: #999999;
}
#printer #newstopics li .new {
	background-image: url(../images/icon_new.jpg);
	background-repeat: no-repeat;
	width: 26px;
	display: block;
	padding-top: 13px;
	overflow: hidden;
	display: block;
	height: 0px;
	float: inherit;
}
#printer #newstopics .link a {
	background-image: url(../images/arrow_09.gif);
	background-repeat: no-repeat;
	width: 90px;
	display: block;
	display: block;
	font-size: 1em;
	padding-left: 20px;
	position: absolute;
	left: 505px;
	top: 8px;
	line-height: 1em;
	font-weight: bold;
	background-position: 0px 4px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#printer #stockList {
	float: left;
	width: 570px;
	padding-bottom: 0px;
	position: relative;
}
#printer #stockList h2 {
	background-image: url(../images/stockList_ttlbar.jpg);
	background-repeat: no-repeat;
	width: 615px;
	padding-top: 36px;
	overflow: hidden;
	display: block;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
#printer #stockList dl {
	margin-left: 25px;
	min-height:150px;
	padding-top: 30px;
}
#printer #stockList dd {
	width: 400px;
	padding-bottom: 7px;
	border-bottom-color: #BEBEBE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-left: 5px;
	float: left;
	margin-bottom: 5px;
	height: 70px;
	margin-right: 0px;
	font-size: 12px;
}
#printer #stockList dd span {
	color: #999999;
}
#printer #stockList dd .new {
	background-image: url(../images/icon_new.jpg);
	background-repeat: no-repeat;
	width: 26px;
	display: block;
	padding-top: 13px;
	overflow: hidden;
	display: block;
	height: 0px;
	float: inherit;
}
#printer #stockList .link a {
	background-image: url(../images/arrow_09.gif);
	background-repeat: no-repeat;
	width: 90px;
	display: block;
	display: block;
	font-size: 1em;
	padding-left: 20px;
	line-height: 1em;
	font-weight: bold;
	background-position: 0px 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: static;
	float: right;
	text-align: left;
	color: #333333;
	margin-top: 5px;
	margin-right: 0px;
}
#right .permit {
	text-align: right;
	position: absolute;
	top: 11px;
	right: 40px;
	display: block;
	font-size: 10px;
	width: 300px;
	color: #414141;
}
#right .photozoom {
	text-align: right;
	position: absolute;
	top: 58px;
	right: 40px;
	display: block;
	font-size: 9px;
	width: 210px;
	color: #414141;
}
#right .lead {
	position: absolute;
	top: 55px;
	display: block;
	font-size: 12px;
	width: 320px;
	color: #414141;
	left: 60px;
}
#right .notice_btm {
	background-image: url(../images/notice_btm.gif);
	background-repeat: no-repeat;
	margin: 45px 10px 10px 0px;
	height: 120px;
	width: 460px;
	padding-top: 25px;
	padding-left: 100px;
	font-size: 12px;
}
.stock_photo {
	float: left;
	margin-right: 10px;
}
.stock_txt {
	float: left;
	margin-left: 5px;
}
#right .about_box dt {
	width: 65px;
	float: left;
	margin-top: 5px;
}
#right .about_box dd {
	float: left;
	width: 320px;
	margin-top: -7px;
	margin-bottom: 7px;
}
.attention {
	border: 1px solid #CCCCCC;
	padding: 5px;
	width: 310px;
	display: block;
}
.x120 {
	font-size: 110%;
}
.color_Dgreen {
	color: #264700;
}
.sp5 {
	display: block;
	height: 5px;
	overflow: hidden;
}
.sp10 {
	display: block;
	height: 10px;
	overflow: hidden;
}
.sp15 {
	display: block;
	height: 15px;
	overflow: hidden;
}
.map {
	height: 235px;
	float: right;
	margin-left: 10px;
}
.orange {
	color: #FF6600;
}
.link_blue {
	color: #0000FF;
}
.page_next {
	margin-left: 20px;
	border-top: 1px solid #DDDDDD;
	margin-right: 65px;
}
.paddingb40 {
	padding-bottom: 40px;
}
#right ul.pagination {
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 180px;
}
#right ul.pagination li {
	display: inline;
	margin-right: 10px;
}
#right ul.pagination li a {
	color: #FF9900;
}
#right ul.pagination li.arrow_01 img {
	background-repeat: no-repeat;
	margin-right: 20px;
	border-color: #CCCCCC;
	border-style: dotted;
	border-width: 1px;
	margin-left: auto;
}
#right ul.pagination li.arrow_01 a img {
	background-repeat: no-repeat;
	margin-right: 20px;
	border-color: #CCCCCC;
	border-style: dotted;
	border-width: 1px;
	margin-left: auto;
}
#right ul.pagination li.arrow_02 img {
	background-repeat: no-repeat;
	margin-right: 20px;
	border-color: #CCCCCC;
	border-style: dotted;
	border-width: 1px;
	margin-left: 10px;
}
#right ul.pagination li.arrow_02 a img {
	background-repeat: no-repeat;
	margin-right: 20px;
	border-color: #CCCCCC;
	border-style: dotted;
	border-width: 1px;
	margin-left: 10px;
}
#right .about_box .cap {
	font-size: 10px;
	float: left;
	width: 99px;
	text-align: center;
	text-decoration: none;
}
#right .about_box .link_category {
	text-align: left;
	background-image: url(../images/arrow_circle.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 5px;
	padding: 0px 0px 0px 16px;
	background-position: 0px 1px;
	font-size: 11px;
	color: #7B7B7B;
}
#right .about_box .link_category a:hover {
	color: #999999;
}
#right .about_box table {
	float: left;
}
/*20100803　在庫リスト
・リンク色⇒　赤
-----------------------------------*/
#printer #wrap #main #left a {
	color: #FF0000;
}
.hidden_text {
	height: 0px;
	width: 0px;
	overflow: hidden;
}
#right h1 {
	display: block;
	height: 36px;
	width: 570px;
	overflow: hidden;
}
#right #contact .btn {
	text-align: center;
	margin-top:10px;
}
#right #contact .btn input {
	padding:5px;
}
#right #contact .er {
	color: #FF0000;
	display: block;
	background-color: #FFE1E1;
	padding: 3px;
	padding-left: 7px;
	border-style: solid;
	border-width: 1px;
	border-color: #FF9F9F;
	margin-bottom: 5px;
}
#right #contact .er p {
}
#right #contact table {
	width: 530px;
	border-collapse: separate;
	border-spacing: 0px;
	margin-top:20px;
	float: none;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #264700;
}
#right #contact table .f10 {
	font-size:100%;
}
#right #contact table th {
	background-color: #EFF5C1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #264700;
	text-align: left;
	padding: 10px;
	color: #264700;
	padding-left: 10px;
	padding-right: 10px;
}
#right #contact table th .hissu {
	color: #FF3300;
	font-weight: bold;
}
#right #contact table th string {
	font-weight:bold;
}
#right #contact table td {
	background-color: #F9FBE8;
	padding: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #264700;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
}
#right #contact table td select,
#right #contact table td input,
#right #contact table td textarea {
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	font-size: 100%;
	padding: 3px;
}

.stock_list .about_box a > img{
	width: 99px;
}
