@charset "Shift_JIS";
/*-------------------------------------------------------------------------

	base CSS

	- default
	- header
	- global_navi
	- pankuzu
	- local_side
		- form
		- s_navi
		- ss_navi
	- m_side
	- footer
		- pagetop
		- address
		- foot_banner
		- foot_link
	- link
	- clearfix

	* index.html

	* find/index.html
	* find/use-office/index.html (list)
	* find/product/p0000.html

	* guide/index.html
	* guide/faq.html
	* guide/sell.html
	* guide/mail_magazine.html
	* guide/refoem.html
	* guide/setup.html
	* guide/watch.html

	* company/index.html
	* company/privacy.html
	* company/sitemap.html

	* inquery/index.html

	* search

--------------------------------------------------------------------------*/

/*---------------------------------------------------
	default
----------------------------------------------------*/
body {
	text-align: center;
}

#bg_top {
	background-image: url(/cmn_img/cmn_body_bg01.gif);
	background-repeat: repeat-x;
	background-position: 0px 26px;
}

#bg_bottom {
	background: #eeeeee url(/cmn_img/cmn_body_bg02.gif) repeat-x;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

h1 {
	width: 830px; /* 850px */
	margin: 0 0;
	padding: 9px 5px;
	text-align: left;
}

/* dotline */
.dotline {
	padding: 30px 0 20px;
}

.dotline15 {
	padding: 15px 0;
}

.dotline30 {
	padding: 30px 0;
}

/* text link */
.txt_link {
	padding-left: 15px;
	background: url(/cmn_img/cmn_icon_next.gif) no-repeat left center;
}

.txt_pagetop {
	padding-left: 15px;
	background: url(/cmn_img/cmn_icon_pagetop.gif) no-repeat left center;
}

.txt_back {
	padding-left: 15px;
	background: url(/cmn_img/cmn_icon_back.gif) no-repeat left center;
}

/* page top */
.pagetop2 {
	float: right;
	padding: 30px 0 10px 0;
}

/* table */
#table_list2 {
	width: 590px;
}

.table_list {
	border-collapse: collapse;
	width: 630px;
}
caption {
	text-align: left;
	padding-bottom: 5px;
}
.table_list th,
.table_list td {
	padding: 7px;
	border: 1px solid #cccccc;
}

.table_list th {
	font-weight: bold;
	white-space: nowrap;
	background: #eeeeee;
}

.table_list th.title {
	color: #ffffff;
	background: #999999;
}

/* bg */
.bg_gray {
	background: #eeeeee;
}

/*---------------------------------------------------
	header
----------------------------------------------------*/
#header {
	width: 850px;
	height: 106px;
	position: relative;
}

div#header h2 {
	height: 57px;
	width: 445px;
	display: block;
	position: absolute;
	left: 0px;
	top: 35px;
	margin: 0px;
	}
div#header h2 a {
	height: 57px;
	width: 445px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}
div#header h2 a img {
	height: 57px;
	width: 445px;
	display: block;
	position: absolute;
	margin: 0px;
	left: 0px;
	top: 0px;
}

#h_navi {
	position: absolute;
	right: 0px;
	top: 0px;
	float: right;
	width: 317px;
	padding-top: 9px;
}

#h_navi li {
	float: left;
	padding-right: 9px;
}

#h_navi li.end {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#phone_num {
	width: 235px;
	height: 56px;
	position: absolute;
	right: 0px;
	top: 36px;
	padding: 0px;
}

/*---------------------------------------------------
	global_navi
----------------------------------------------------*/
#gnav {
	padding-bottom: 15px;
}

#gnav li {
	float: left;
	padding-top: 8px;
}

#gnav a {
	display: block;
	width: 184px;
	height: 0;
	padding-top: 47px;
	overflow: hidden;
}

#gnav #gnav01 a {
	width: 116px;
	background: url(/cmn_img/g_navi01.jpg) no-repeat top;
}

#gnav #gnav02 a {
	background: url(/cmn_img/g_navi02.jpg) no-repeat top;
}

#gnav #gnav03 a {
	background: url(/cmn_img/g_navi03.jpg) no-repeat top;
}

#gnav #gnav04 a {
	background: url(/cmn_img/g_navi04.jpg) no-repeat top;
}

#gnav #gnav05 a {
	width: 182px;
	background: url(/cmn_img/g_navi05.jpg) no-repeat top;
}

#gnav #gnav01 a:hover {
	width: 116px;
	background: url(/cmn_img/g_navi01.jpg) no-repeat 0 -47px;
}

#gnav #gnav02 a:hover {
	background: url(/cmn_img/g_navi02.jpg) no-repeat 0 -47px;
}

#gnav #gnav03 a:hover {
	background: url(/cmn_img/g_navi03.jpg) no-repeat 0 -47px;
}

#gnav #gnav04 a:hover {
	background: url(/cmn_img/g_navi04.jpg) no-repeat 0 -47px;
}

#gnav #gnav05 a:hover {
	background: url(/cmn_img/g_navi05.jpg) no-repeat 0 -47px;
}

/*---------------------------------------------------
	pankuzu
----------------------------------------------------*/
#pankuzu li {
	float: left;
	padding-bottom: 15px;
}

#pankuzu li a {
	display: block;
	padding-right: 12px;
	background: url(/cmn_img/cmn_pankuzu_bg.gif) no-repeat right;
}

/*---------------------------------------------------

	local_side

----------------------------------------------------*/
#l_side {
	float: left;
	width: 180px;
}

/*-------------------------
	form
--------------------------*/
#l_side form {
	position: relative;
	width: 180px;
	height: 45px;
	background: #e2ecfa url(/cmn_img/cmn_form_bg01.gif) no-repeat top;
	margin-top: 9px;
}

#l_side form #search {
	position: absolute;
	top: 12px;
	left: 10px;
	width: 110px;
	height: 16px;
	border: 1px solid #94a7c5;
}

#l_side form #btn {
	position: absolute;
	top: 12px;
	left: 127px;
	width: 42px;
	height: 22px;
}

/*-------------------------
	s_navi
--------------------------*/
#l_side dl.s_navi dt,
#l_side dl.s_navi dd {
	height: 33px;
	font-size: 1px;
	line-height: 1px;
}

/*-------------------------
	ss_navi
--------------------------*/
#l_side #ss_navi {
	width: 146px; /* 180px */
	padding: 15px;
	padding-bottom: 0;
	line-height: 1px;
	font-size: 1px;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
}

#l_side #ss_navi li {
	padding-bottom: 15px;
}

/*---------------------------------------------------
	main_side
----------------------------------------------------*/
#m_side {
	float: right;
	width: 635px; /* 655px; */
	padding: 15px 0 0 20px;
	background: url(/cmn_img/cmn_tit_bg01.jpg) no-repeat;
	text-align: left;
}

#m_side h3 {
	width: 630px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	background: url(/cmn_img/cmn_tit_bg02.gif) no-repeat bottom;
}

/*---------------------------------------------------

	footer

----------------------------------------------------*/
#footer {
	width: 850px;
	margin: 0 auto;
	padding: 40px 0 0px;
	text-align: center;
}
#footer strong {
	font-weight: bold;
}
#footer table th {
	font-weight: bold;
	padding-right: 15px;
	background-image: url(../cmn_img/cell_line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 3px;
	text-align: left;
}
#footer table td {
	background-image: url(../cmn_img/cell_line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 0px;
	text-align: left;
}
#footer table td.lastChild,#footer table th.lastChild {
	background-image: none;
}
/*-------------------------
	pagetop
--------------------------*/
.pagetop {
	float: right;
}

/*-------------------------
	address
--------------------------*/
#address {
	float: left;
	width: 210px;
	margin-bottom: 10px;
	font-family: "Osaka";
}

#address th {
	padding: 0 10px 5px 0;
	vertical-align: top;
}

#address td {
	padding-bottom: 5px;
}

/*-------------------------
	footer_banner
--------------------------*/
#foot_banner {
	width: 420px;
	padding-left: 20px;
}

#foot_banner li {
	float: left;
	padding-right: 10px;
}

/*-------------------------
	footer_link
--------------------------*/
#foot_link {
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	margin: 0px;
	width: 830px;
}

#foot_link li {
	display: inline;
	line-height: 170%;
}
#foot_link li.lastChild {
	display: inline;
	line-height: 170%;
}
/*-------------------------
	copy
--------------------------*/
#copy {
	width: 243px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 10px;
}

/*--------------------------------------------------------------------------

	index CSS

	- global_navi
	- local_side
	- main_side
		- recommend
		- news
	- banner_side

--------------------------------------------------------------------------*/

/*---------------------------------------------------
	global_navi
---------------------------------------------------*/
#index #gnav {
	padding-bottom: 20px;
}

/*---------------------------------------------------
	local_navi
---------------------------------------------------*/
#index ul#banner02 {
	display: none;
}

/*---------------------------------------------------

	main_side

---------------------------------------------------*/
#index #contents {
	float: left;
	width: 490px;
}

#index #m_side {
	float: right;
	width: 655px;
	padding: 0;
	background: none;
}

#index #m_side h3 {
	width: 655px;
	margin-bottom: 10px;
	padding-bottom: 0;
	background: none;
}

/*-------------------------
	recommend
--------------------------*/
#index #recommend {
	padding: 15px 0 10px 15px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#index #recommend h5 {
	margin-bottom: 8px;
}
#index #recommend .thumb {
	float: left;
	width: 157px;
}

#index #recommend .end {
	width: 145px;
	padding-right: 0;
}

#index #recommend .thumb p.pic a {
	display: block;
	width: 142px; /* 145px */
	height: 133px; /* 136px */
	margin-bottom: 10px;
	padding: 3px 0 0 3px;
	background: url(/cmn_img/index_contents_bg02.jpg) no-repeat;
}

#index #recommend .thumb p.pic a:hover {
	background: url(/cmn_img/index_contents_bg02_on.jpg) no-repeat;
}

#index #recommend .thumb p.f_small {
	width: 145px;
}

/*-------------------------
	news
--------------------------*/
#index #news {
	padding: 15px 15px 0 15px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#index #news dl {
	padding-bottom: 15px;
	line-height: 160%;
}

#index #news dt {
	clear: both;
	float: left;
}

#index #news dd {
	padding-left: 6.5em;
}

/*---------------------------------------------------
	banner_side
---------------------------------------------------*/
#index #b_side {
	float: right;
	width: 150px;
}

#index #b_side li {
	margin-bottom: 10px;
}



/*--------------------------------------------------------------------------

	find/index.html CSS

--------------------------------------------------------------------------*/
#find #gnav #gnav02 a {
	background: url(/cmn_img/g_navi02.jpg) no-repeat 0 -47px;
}

#find .category {
	width: 630px;
	background: #e2ecfa url(/find/img/index_btn_bg.gif) no-repeat bottom;
}

#find .category ul {
	padding: 0 0 5px 5px;
}

#find .category li {
	float: left;
	width: 155px;
}

#find #price li {
	width: 124px;
}



/*--------------------------------------------------------------------------

	find/use-office/index.html (list)

--------------------------------------------------------------------------*/
#list #gnav #gnav02 a {
	background: url(/cmn_img/g_navi02.jpg) no-repeat 0 -47px;
}

#list #products {
	margin-bottom: 20px;
}

#list .product {
	float: left;
	width: 200px;
	text-align: center;
	background: url(/find/img/category_bg01.gif) repeat-y;
	margin-top: 0;
	margin-right: 11px;
	margin-bottom: 11px;
	margin-left: 0;
	height: 280px;
	position: relative;
}

#list .product table {
	text-align: center;
	height: 70px;
	background: url(/find/img/category_stit_bg.gif) no-repeat;
}

#list .product h4 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#list .product h4 a:link,
#list .product h4 a:visited {
	color: #1d6be0;
	text-decoration: none;
}

#list .product h4 a:hover,
#list .product h4 a:active {
	color: #1d6be0;
	text-decoration: underline;
}

#list .product dt {
	margin: 0 auto;
	margin-bottom: 5px;
	padding-top: 3px;
}


#yoko_navi {
	width: 610px; /* 630px */
	padding: 10px;
	text-align: center;
	background: #eeeeee;
}

#yoko_navi li {
	display: inline;
}



/*--------------------------------------------------------------------------

	find/product/p0000.html CSS

--------------------------------------------------------------------------*/
#p0000 #gnav #gnav02 a {
	background: url(/cmn_img/g_navi02.jpg) no-repeat 0 -47px;
}

#p0000 #mainpic {
	position: relative;
	width: 630px;
	height: 343px;
	background: url(/find/img/cmn_pic_bg.gif) no-repeat;
}
#p0000 #soldout {
	width: 624px;
	position: absolute;
	top: 3px;
	height: 337px;
	left: 3px;
}



#p0000 #area {
	position: relative;
	width: 630px;
	height: 83px;
	background-image: url(../cmn_img/area_bg.png);
	background-repeat: no-repeat;
	margin-top: 16px;
	display: block;
}
#p0000 #area p.mise {
	position: absolute;
	width: 320px;
	height: 62px;
	left: 33px;
	top: 12px;
}
#p0000 #area p.areaBt {
	position: absolute;
	width: 210px;
	height: 21px;
	top: 12px;
	right: 33px;
	text-align: right;
}
#p0000 #area input#inqBt {
	width: 244px;
	height: 33px;
	background-image: url(../cmn_img/area_inqBt.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	display: block;
	top: 41px;
	right: 33px;
	position: absolute;
}
#p0000 p.miru {
	padding-top: 30px;
	text-align: center;
}



#p0000 #mainpic li {
	position: absolute;
}

#p0000 #p_main {
	top: 3px;
	left: 3px;
}

#p0000 #p_sub01 {
	top: 3px;
	left: 453px;
}

#p0000 #p_sub02 {
	top: 112px;
	left: 453px;
}

#p0000 #p_layout {
	top: 221px;
	left: 453px;
}

#p0000 #detail {
	border-collapse: collapse;
	width: 630px;
}

#p0000 #detail th,
#p0000 #detail td {
	padding: 10px;
	border: 1px solid #cccccc;
}

#p0000 #detail th {
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	background: #eeeeee;
}



/*--------------------------------------------------------------------------

	guide/index.html CSS

--------------------------------------------------------------------------*/
#guide_index #gnav #gnav01 a {
	width: 116px;
	background: url(/cmn_img/g_navi01.jpg) no-repeat 0 -47px;
}

#guide_index #speech {
	float: left;
	width: 415px;
}

#guide_index #pic {
	float: right;
	width: 195px; /* 200px */
	padding-right: 5px;
}

/* banner link GIB */
#guide_index .howto {
	width: 630px;
	background: url(/guide/img/index_bg01_2.jpg) repeat-y center;
}

#guide_index .how_bg_top {
	background: url(/guide/img/index_bg01_1.jpg) no-repeat top;
}

#guide_index .how_bg_bottom {
	background: url(/guide/img/index_bg01_3.jpg) no-repeat bottom;
}

#guide_index .link {
	float: left;
	width: 185px; /* 205px */
	padding: 20px 0 20px 20px;
}

#guide_index .text {
	float: left;
	width: 300px;
	padding: 20px 0 15px;
}

#guide_index .icon {
	float: left;
	width: 95px; /* 110px */
	padding-left: 15px;
	text-align: center;
}

#guide_index #icon01 {
	padding-top: 10px;
}

#guide_index #icon02,
#guide_index #icon03 {
	padding-top: 15px;
}

/* banner link SMALL */
#guide_index .howto02 {
	float: left;
	width: 203px;
	padding-right: 10px;
	background: url(/guide/img/index_bg02_2.jpg) repeat-y left;
}

#guide_index .howto_end {
	padding-right: 0;
}

#guide_index .howto02 .how_bg_top {
	background: url(/guide/img/index_bg02_1.jpg) no-repeat top;
}

#guide_index .howto02 .how_bg_bottom {
	padding: 15px 20px;
	background: url(/guide/img/index_bg02_3.jpg) no-repeat bottom;
}

#guide_index .link02 {
	padding-bottom: 5px;
}



/*--------------------------------------------------------------------------

	guide/faq.html CSS

--------------------------------------------------------------------------*/
#faq #gnav #gnav05 a {
	width: 182px;
	background: url(/cmn_img/g_navi05.jpg) no-repeat 0 -47px;
}

#faq #m_side dt {
	clear: both;
	float: left;
	padding-bottom: 5px;
}

#faq #m_side dd {
	padding-left: 2.5em;
	padding-bottom: 5px;
}



/*--------------------------------------------------------------------------

	guide/sell.html CSS

--------------------------------------------------------------------------*/
#sell #gnav #gnav03 a {
	background: url(/cmn_img/g_navi03.jpg) no-repeat 0 -47px;
}

#sell #case1 {
	float: left;
	width: 310px;
	text-align: center;
	background: url(/guide/img/sell_bg01.gif) repeat-y;
}

#sell #case2 {
	float: left;
	width: 320px;
	text-align: center;
	background: url(/guide/img/sell_bg03.gif) repeat-y;
}

#sell .text {
	width: 590px; /* 630px */
	padding: 15px 20px;
	background: #eeeeee;
}

#sell .text02 {
	width: 588px; /* 630px */
	padding: 15px 20px;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
}

#sell .flow {
	width: 630px;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
}

#sell .flow td {
	padding: 10px 20px;
	vertical-align: middle;
}

#sell .flow td.title {
	width: 160px; /* 200px */
	background: #eeeeee;
}

#sell p.arrow {
	width: 630px;
	margin: 5px 0;
	text-align: center;
}



/*--------------------------------------------------------------------------

	guide/mail_magazine.html CSS

--------------------------------------------------------------------------*/
#mail #mail_magazine {
	width: 590px;
	margin-left: 20px;
}


/*--------------------------------------------------------------------------

	guide/refoem.html CSS

--------------------------------------------------------------------------*/
#reform #case {
	width: 630px;
	background: url(/guide/img/reform_bg01.gif) repeat-y;
}

#reform .flow {
	width: 590px;
	padding: 0 20px 15px;
}

#reform .flow p.pic01 {
	float: left; 
	width: 236px;
	padding-top: 15px;
}

#reform .flow p.arrow {
	float: left; 
	width: 54px;
	padding-top: 90px;
}

#reform .flow p.pic02 {
	float: left; 
	width: 300px;
}

#reform .flow .bg_gray {
	padding: 10px 15px;
}



/*--------------------------------------------------------------------------

	guide/setup.html CSS

--------------------------------------------------------------------------*/
#setup #text {
	float: left;
	width: 420px;
}

#setup p#pic {
	float: right;
	width: 190px;
	padding: 10px 5px 0 0;
}



/*--------------------------------------------------------------------------

	guide/watch.html CSS

--------------------------------------------------------------------------*/
#watch #gnav #gnav04 a {
	background: url(/cmn_img/g_navi04.jpg) no-repeat 0 -47px;
}

#watch p.g_map {
	float: left;
	width: 455px;
}

#watch .text {
	width: 590px; /* 630px */
	padding: 15px 20px;
	background: #eeeeee;
}
#watch .miru {
	text-align: right;
	padding-top: 12px;
}
/*--------------------------------------------------------------------------

	company/index.html CSS

--------------------------------------------------------------------------*/
#company table th {
	width: 120px;
}


#company #google {
	width: 600px; /* 630px */
	padding: 10px 15px;
	background: #e2ecfa;
}

#company #text {
	float: left;
	width: 180px;
}

#company #g_map {
	float: right;
	width: 400px;
}










/*--------------------------------------------------------------------------

	company/privacy.html CSS

--------------------------------------------------------------------------*/
#privacy #m_side {
	float: none;
	width: 810px !important; /* 850px; */
	padding: 15px 20px 0;
	background: url(/cmn_img/cmn_tit850_bg.jpg) no-repeat;
}

#privacy #m_side h3 {
	width: 810px;
	background: url(/cmn_img/cmn_tit850_bg02.gif) no-repeat left bottom;
}



/*--------------------------------------------------------------------------

	company/sitemap.html CSS

--------------------------------------------------------------------------*/
#sitemap ul.dir01 li {
	width: 290px; /* 300px */
	margin-bottom: 10px;
	padding: 5px;
	background: #e8f3ff url(/company/img/sitemap_icon01.gif) no-repeat left;
}

#sitemap ul.dir01 li a {
	display: block;
	padding-left: 20px;
}

#sitemap #left {
	float: left;
	width: 318px;
	background: url(/cmn_img/cmn_doline_height.gif) repeat-y right;
}

#sitemap #right {
	float: right;
	width: 300px;
}

#sitemap ul.dir02 li {
	margin-bottom: 10px;
	padding-left: 40px;
	background: url(/company/img/sitemap_icon02.gif) no-repeat left;
}

#sitemap ul.dir03 {
	margin-bottom: 5px;
}

#sitemap ul.dir03 li {
	margin-bottom: 10px;
	padding-left: 50px;
	background: url(/company/img/sitemap_icon03.gif) no-repeat left;
}



/*--------------------------------------------------------------------------

	inquery/index.html CSS

--------------------------------------------------------------------------*/
#inquery #l_side form,
#inquery #l_side p#purpose {
	display: none;
}

#inquery #list {
	width: auto;
}

#inquery #list td {
	padding: 3px;
	border: none;
}

#inquery .mfp {
	border: 1px solid #94a7c5;
}

#inquery .no_border {
	border: none;
}

#inquery .short {
	width: 100px;
}

#inquery .long {
	width: 300px;
}



/*--------------------------------------------------------------------------

	search CSS

--------------------------------------------------------------------------*/
#search .hidden {
	display: none;
}

#search #products {
	margin-bottom: 20px;
}

#search .product {
	float: left;
	width: 200px;
	text-align: center;
	background: url(/find/img/category_bg01.gif) repeat-y;
	margin-top: 0;
	margin-right: 11px;
	margin-bottom: 11px;
	margin-left: 0px;
	position: relative;
	height: 280px;
}

#search .product table {
	text-align: center;
	height: 70px;
	background: url(/find/img/category_stit_bg.gif) no-repeat;
}

#search .product h4 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#search .product h4 a:link,
#search .product h4 a:visited {
	color: #1d6be0;
	text-decoration: none;
}

#search .product h4 a:hover,
#search .product h4 a:active {
	color: #1d6be0;
	text-decoration: underline;
}

#search .product dt {
	margin-bottom: 5px;
	padding-top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

.product dl {
	position:
}
 .product dd.photo {
	height: 105px;
	position: absolute;
	left: 0px;
	bottom: 79px;
	background-image: url(/find/img/category_pic_bg.gif);
	background-repeat: no-repeat;
	background-position: 28px 0px;
	padding-top: 3px;
	padding-left: 31px;
	width: 169px;
	text-align: left;
}


.product dd.btn {
	height: 65px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 200px;
	margin: 0px;
	background-image: url(/find/img/category_stit_bg02.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.product dd.btn span {
	display: block;
	height: 30px;
}
 dd.soldout {
	width: 200px;
	height: 99px;
	position: absolute;
	left: 0px;
	text-align: center;
	margin: 0px;
	bottom: 85px;
}


.container {width: 630px; margin: 10px 0;}
ul.tabs {
	padding: 0;
	list-style: none;
	height: 38px;
	width: 630px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
}
ul.tabs li {
	float: left;
	padding: 0;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-left: 10px;
	bottom: -1px;
}
ul.tabs li a {
	display: block;
	height: 38px;
	width: 145px;
}
ul.tabs li {
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background-repeat: no-repeat;
}
html ul.tabs li.osaka a {
	background-image: url(../cmn_img/tab_osaka.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -4000px;
	height: 38px;
	width: 145px;
	display: block;
}
html ul.tabs li.osaka.active a {
	background-image: url(../cmn_img/tab_osaka_.png);
}
html ul.tabs li.osaka a:hover  {
	background-image: url(../cmn_img/tab_osaka_h.png);
}

html ul.tabs li.saitama a {
	background-image: url(../cmn_img/tab_saitama.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -4000px;
	height: 38px;
	width: 145px;
	display: block;
}
html ul.tabs li.saitama.active a {
	background-image: url(../cmn_img/tab_saitama_.png);
}
html ul.tabs li.saitama a:hover  {
	background-image: url(../cmn_img/tab_saitama_h.png);
}

html ul.tabs li.hyogo a {
	background-image: url(../cmn_img/tab_hyogo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -4000px;
	height: 38px;
	width: 145px;
	display: block;
}
html ul.tabs li.hyogo.active a {
	background-image: url(../cmn_img/tab_hyogo_.png);
}
html ul.tabs li.hyogo a:hover  {
	background-image: url(../cmn_img/tab_hyogo_h.png);
}

.tab_container {
	clear: both;
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding-top: 20px;
}




body#blog strong {
	font-weight: bold;
}
body#blog a {
	text-decoration: none;
}
body#blog a:hover {
	text-decoration: underline;
}

body#blog div.section#txtBody {
	padding-bottom: 3px;
	margin-top: 18px;
	background-image: url(../cmn_img/dot_line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.comment-header {
	padding-bottom: 3px;
	background-image: url(../cmn_img/dot_line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.comments-content {
	width: 600px;
	margin: auto;
}

.marg50 {
	margin-bottom: 50px;
}

body#blog div.section#txtBody h3.title {
	background-position: 0px 0px;
	background-image: url(../cmn_img/h4Bg.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-left: 18px;
	font-size: 17px;
	font-weight: bold;
	color: #3C3C3C;
	width: 612px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
body#blog div.section#txtBody h3.title a {
	text-decoration: none;
}
body#blog div.section#txtBody h3.title a:hover {
	text-decoration: underline;
}

body#blog div.section#txtBody div.days {
	width: 620px;
	text-align: right;
	margin-bottom: 20px;
	padding-right: 10px;
	margin-top: 3px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3795ff;
}
body#blog div.section#txtBody div.track {
	width: 620px;
	text-align: right;
	margin-top: 35px;
	padding-right: 10px;
	color: #CCCCCC;
}


body#blog div.section div.section {
	width: 580px;
	line-height: 1.4em;
	border-bottom-style: none;
	color: #333333;
	padding-right: 20px;
	padding-left: 20px;
}




body#blog div#recent {
	width: 180px;
	background-image: url(../cmn_img/cmsBg.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-bottom: 20px;
}
body#blog div#recent ul,
body#blog div#catego ul {
	width: 160px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
body#blog div#recent ul li,
body#blog div#catego ul li  {
	background-image: url(../cmn_img/recentAnc.png);
	background-repeat: no-repeat;
	background-position: -3px 5px;
	margin-bottom: 1px;
	padding-bottom: 3px;
	font-size: 12px;
	line-height: 18px;
}
body#blog div#recent ul li span,
body#blog div#catego ul li span {
	background-image: url(../cmn_img/blog_dot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-top: 2px;
}
body#blog div#recent p {
	margin-bottom: 0px;
}

body#blog div#recent h3 {
	width: 180px;
	background-image: url(../cmn_img/recent.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 36px;
	text-indent: -3000px;
	margin-bottom: 15px;
}



body#blog div#archives {
	width: 180px;
	background-image: url(../cmn_img/cmsBg.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	text-align: center;
	margin-top: 19px;
	margin-bottom: 19px;
}
body#blog div#archives h3 {
	width: 180px;
	background-image: url(../cmn_img/archive.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 36px;
	text-indent: -3000px;
	margin-bottom: 15px;
}
body#blog div#archives select {
	width: 150px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
body#blog div#archives a {
	background-image: url(../images/blog/recentAnc.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 12px;
	display: block;
	text-align: left;
	padding-left: 15px;
	width: 90px;
	color: #3366FF;
	text-decoration: underline;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}


body#blog div#catego {
	width: 180px;
	background-image: url(../cmn_img/cmsBg.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
body#blog div#catego h3 {
	width: 180px;
	background-image: url(../cmn_img/categories.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 36px;
	text-indent: -3000px;
	margin-bottom: 15px;
}





#blog div#post {
	margin-bottom: 40px;
}
#blog div#postNavi {
	margin-top: 5px;
	font-size: 1em;
	width: 630px;
}
#blog div#postNavi ul {
	position: relative;
	height: 20px;
	width: 630px;
}
#blog div#postNavi li.backBt {
	width: 290px;
	position: absolute;
	left: 5px;
	bottom: 0px;
}
#blog div#postNavi li.nextBt {
	width: 290px;
	text-align: right;
	position: absolute;
	right: 5px;
	bottom: 0px;
}
#blog div#postNavi li.newList {
	text-align: center;
	bottom: 0px;
	display: block;
	width: 658px;
	margin: 0px;
	padding: 0px;
	position: absolute;
}
#blog div#postNavi p {
	font-size: 1em;
	text-align: center;
}

#blog div#catego_link {
	margin-top: 20px;
	margin-left: 0px;
}
#blog div#catego_link h4 {
	margin-top: 40px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 32px;
	margin-bottom: 20px;
	background-color: #F7F7F7;
	color: #333333;
	padding-top: 5px;
	height: 23px;
	background-image: url(../cmn_img/h4title.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 598px;
}
#blog div#catego_link h4.track {
	margin-bottom: 10px;
}

#blog div#catego_link ul {
	padding-left: 15px;
	list-style-type: none;
}
#blog div#catego_link li {
	margin-top: 5px;
	padding-left: 12px;
	background-image: url(../cmn_img/dotBg.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	list-style-type: none;
}
#blog div#catego_link p {
	margin-top: 5px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
}
#blog div#catego_link dl {
	padding-left: 10px;
	margin-top: 20px;
}
#blog div#catego_link dl dt {
	float: left;
	clear: left;
	background: url(../../common/images/bg_tss.gif) 0 4px no-repeat;
	font-size: 100%;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
	display: block;
}

#blog div#catego_link dl dd {
	margin: 0 0 8px 100px;
}



#blog div#catego_link dl dd input#subBt  {
	width: 114px;
	height: 31px;
	background-image: url(../cmn_img/submitBg.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	display: block;
	background-color: #FFFFFF;
}


#blog div#catego_link textarea {
	width: 500px;
	height: 150px;
	font-size: 86%;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}


#blog table#priceTb {
	width: 580px;
	border: 1px solid #d2d2d2;
	border-collapse:collapse;
	margin-top: 10px;
}

#blog table#priceTb th {
	width: 125px;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	font-weight: bold;
	background-color: #eeeeee;
	padding-top: 5px;
	padding-bottom: 5px;	border: 1px solid #d2d2d2;
}
#blog table#priceTb td {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #d10000;
	padding-left: 10px;	border: 1px solid #d2d2d2;
}
div#archives form {
	background-image: none;
	padding: 0px;
	background-color: #FFFFFF;
	height: 22px;
	width: 170px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#blog span.navi {
	text-align: center;
	width: 615px;
	padding-right: 20px;
	display: block;
}
#blog span.navi a {
	margin-right: 3px;
	margin-left: 3px;
}
#blog span.navi a.link_before {
	margin-right: 8px;
}
#blog span.navi a.link_next {
	margin-left: 8px;
}

#blog p.results_img {
	margin-top: 10px;
}
#blog p.results_img img {
	margin-right: 5px;
	margin-bottom: 5px;
}
#blog p.results_img .lastChild img {
	margin-right: 0px;
}

p.inq {
	margin-left:30px;
	margin-top: 25px;
}
p.inq strong {
	font-weight: bold;	
}
div#inqlist {
	display: block;
	height: 60px;
	clear: both;
	}
div#inqlist p {
	display: block;
	width: 210px;
	float: left;
	}
div#inqlist p.kansai {
	width: 190px;
	}
div#inqlist p.shikoku {
	width: 230px;
	}
