@charset "utf-8";

/*リセットCSS読込
------------------------------------------------------------*/
@import "reset.css";


/*基本設定
------------------------------------------------------------*/
body {
    font-size: 75%;
    color: #333333;
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ",  "ＭＳ Ｐゴシック", "Osaka－等幅", sans-serif;
	font-weight: normal;
    line-height: 1.5em;
    margin: 0px auto;
}

img {
    border: none;
}

.alignright {
    float: right;
    margin: 0px 5px 5px 5px;
    text-align:center;
    display:inline;
    font-size:0.9em;
}

.alignleft {
    float: left;
    margin: 0px 5px 5px 5px;
    text-align:center;
    display: inline;
    font-size:0.9em;
}

.centered {
    display: block;
    margin: 0px auto 5px;
    text-align: center;
    font-size:0.9em;
}

strong {
	color: #C00;
}

hr {
	display: none;
}	

.paragraph {
	width: auto;
    margin-bottom: 1.5em;
}   

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.clear {
	clear: both;
}

/*テキスト
------------------------------------------------------------*/
strong {
	color: #A04CA1;
}

.small {
	font-size: 0.85em;
}

/*リンク
------------------------------------------------------------*/
a {
	color: #A04CA1;
    text-decoration: none;
}

a:hover {
    color: #C48ED1;
    text-decoration: none;
}

a:visited {
	color: #A04CA1;
    text-decoration: none;
}

/*テーブル
------------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

tr.even {
	background: #FFE0D1;
}	

th, td {
	padding: 5px;
	border-bottom: solid 1px #CCCCCC;
}

th {
	font-weight: normal;
}

.w300 {
	width: 298px;
}	

.w400 {
	width: 400px;
}	

.w600 {
	width: 600px;
}

.w800 {
	width: 800px;
}	

	
/*ストラクチャ
------------------------------------------------------------*/
#header {
    width: 996px;
    height: 135px;
	background: url(image/common/bg_header.jpg) no-repeat left 8px;
    margin: 0px auto 0px;
    display: block;
    position:relative;
}     

#mainmenu {
    width: 970px;
    height: 35px;
    margin: 0px;
	padding: 0px;
    display: block;
	position: absolute;
	bottom: 0px;
	left: 13px;
}

.pan {
	width: 970px;
	height:20px;
	background: url(image/common/bg_pan.jpg) repeat-x;
	display: block;
	margin: 10px auto;
	position: relative;
	clear:both;
}

#pagebody {
    width: 970px;
    height:auto;
    background-color: #FFFFFF;	
    padding: 0px;
    margin: 0px auto;
    display: block;
    position: relative;
}

#headerimage {
    width: 970px;
    height:150px;
    margin: 0px auto 10px;
	padding:0px;
    display: block;
}
	
#headerimage.index {	
	height: 300px;
}

#content {
    width: 750px;
    display: block;
	float: right;
	margin: 0px auto;
	padding-bottom: 20px;
}

#pagebody.index #content {
	width: 970px;
}


.content-container {
    width: 870px;
    height: auto;
    margin: 0px 20px;
    padding: 0px;
    display: block;
}

.text-container {
    width: 708px;
    height: auto;
    margin: 10px 0px;
    padding: 20px;
    display: block;
	border: solid 1px #999;
	text-align: center;
}

#submenu {
	width: 210px;
	height: auto;
	display: inline;
	float:left;
	margin: 0px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#footer {
    width: 990px;
    height: 300px;
	background:url(image/common/bg_footer.jpg) no-repeat bottom;
    display: block;
    margin: 0px auto;
    padding: 10px 0px 0px;
	position: relative;
	clear: both;
} 

#footer.index {
	background:url(image/common/bg_footer_index.jpg) no-repeat top;
} 


/*ヘッダー
------------------------------------------------------------*/
#header h1 a {
	width: 175px;
	height: 51px;
	background:url(image/common/b_header_title.jpg) no-repeat;
	text-indent: -1000em;
	display: block;
	position: absolute;
	left: 34px;
	top: 35px;
}

#header p.copy {
	width: 393px;
	height:17px;
	display: block;
	position: absolute;
	left: 247px;
	top: 58px;
	text-indent: -1000em;
}

#header p.inquiry a {
	width: 80px;
	height:13px;
	background: url(image/common/b_header_inquiry.jpg) no-repeat top;
	display: block;
	position: absolute;
	top: 42px;
	right: 19px;
	text-indent: -1000em;
	line-height: 1em;
}

#header p.inquiry a:hover {
	background-position: 0px -13px;
}

#header ul#language {
	width: 242px;
	height: 36px;
	display: block;
	position: absolute;
	top: 0px;
	right: 20px;
}

#header ul#language li {
	display: block;
	float: left;
}

#header ul#language li.japanese a {
	width: 121px;
	height: 36px;
	background:url(image/common/b_header_language.jpg) no-repeat 0px 0px;
	display: block;
	text-indent: -1000em;
}

#header ul#language li.english a {
	width: 121px;
	height: 36px;
	background:url(image/common/b_header_language.jpg) no-repeat -121px 0px;
	display: block;
	text-indent: -1000em;
}

#header ul#language li.english a:hover {
	background-position:-363px 0px;
}

/*メニュー
------------------------------------------------------------*/
#mainmenu ul {
	width: 970px;
	margin: 0px;
    padding: 0px;
}   

#mainmenu li {
    float:left;
    margin: 0px;
    font-size: 0.9em;
    line-height: 1em;
    list-style-type: none;  
}

#mainmenu li a {
	width: 100px;
	height: 35px;
	background: url(image/common/b_header_mainmenu.jpg) no-repeat;
	display: block;
	margin: 0px 0px 0px 3px;
    text-indent: -1000em;
    text-decoration: none;
}

#mainmenu li.home a {   	width: 134px; background-position:0px 0px; margin-left: 0px;} 
#mainmenu li.partner a {   	width: 244px; background-position:-137px 0px;} 
#mainmenu li.import a {	width: 280px; background-position: -384px 0px;}
#mainmenu li.service a {	width: 150px; background-position: -667px 0px;}
#mainmenu li.company a {	width: 150px; background-position: -820px 0px;}

#mainmenu li.home a:hover {   	width: 134px; background-position:0px -35px; margin-left: 0px;} 
#mainmenu li.partner a:hover {   	width: 244px; background-position:-137px -35px;} 
#mainmenu li.import a:hover {	width: 280px; background-position: -384px -35px;}
#mainmenu li.service a:hover {	width: 150px; background-position: -667px -35px;}
#mainmenu li.company a:hover {	width: 150px; background-position: -820px -35px;}

/*パンくずリスト
------------------------------------------------------------*/
.pan ul {
	width: 970px;
	margin: 0px;
    padding: 0px;
}   

.pan ul li {
	background: url(image/common/p_pan_arrow.jpg) no-repeat left;
	display: inline-block;
	font-size: 11px;
	line-height: 1em;
	padding: 4px 3px 4px 9px; 
}

.pan ul li.home {
	background: url(image/common/p_pan_home.jpg) no-repeat left;
	display: inline-block;
	font-size: 12px;
	line-height: 1em;
	padding: 4px 3px 4px 16px;
	margin-left: 10px;
}

*html .pan ul li.home {
	margin-left: 5px;
}

*:first-child+html .pan ul li.home {
	text-indent: 0.5em;
}

.pan ul li.pagetop {
	background: url(image/common/p_pan_top.jpg) no-repeat left;
	display: inline-block;
	font-size: 12px;
	line-height: 1em;
	padding: 4px 3px 4px 24px;
	position: absolute;
	right: 10px;
}

*:first-child+html .pan ul li.pagetop {
	text-indent: 1em;
}

*:first-child+html .pan ul li {
	display: block;
	float: left;
	padding: 6px 3px 2px 9px;
}

*html .pan ul li {
	display: block;
	float: left;
	padding: 6px 3px 2px 9px;
}

.pan ul li.pagetop a,
.pan ul li.pagetop a:visited {
	color: #333;
}

/*インデックス
------------------------------------------------------------*/
.index-container-l {
	width: 760px;
	height:auto;
	display: block;
	float: left;
	margin: 0px;
	position:relative;
}

.content-container.news {
    width: 640px;
    height: auto;
	/*min-height: 80px;*/
	background: url(image/index/bg_index_news.jpg) no-repeat left 10px;
    margin: 0px;
    padding: 30px 0px 0px 120px;
    display: block;
}

#pagebody.index #content h2.news {
	width:145px;
	height: 35px;
	_height:0;
	_margin-top:-20px;
	background: none;
	display: block;
	text-indent: -1000em;
	/*margin: 0px 0px 0px;*/
}

.index-container-l dl {
	width: 640px;
	height:auto;
	margin:5px;
}

/*.index-container-l dl dt {
	width: 120px;
	color: #7D6E6C;
	font-size: 0.9em;
	padding-bottom: 2px;
	display: inline-table;
	margin: 10px 0px 5px;
	float: left;
}

.index-container-l dl dd {
	width: 520px;
	display: inline-table;
	float: left;
}*/

.index-container-l dl dt {
    /*float:left;
    clear:both;*/
    width:580px;
    padding-top:0.6em;
    _width:580px;    /* WinIE */
    white-space:nowrap;
	color: #7D6E6C;
	font-size: 0.9em;
	font-weight:bold;
	border-bottom:dotted 1px #ccc;
}

.index-container-l dl dd {
    margin-left:1em;    /* = dt.width + dt.padding */
	padding:0.2em;
}

.index-container-r {
	width: 200px;
	height:auto;
	display: block;
	float: right;
	margin: 0px;
	position: relative;
}

.index-container-r p {
	width: 200px;
	margin: 0px 0px 10px 0px;
}

/*サブメニュー
------------------------------------------------------------*/
#submenu ul li {
	width: 210px;
	height: 27px;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 10px;
	line-height: 1em;
	text-indent: -1000em;
}

#submenu ul li a {
	width: 210px;
	height: 27px;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 10px;
	line-height: 1em;
	text-indent: -1000em;
}

#submenu ul.oneline li a {
	width: 210px;
	height: 20px;
	display: block;
	margin-bottom: 15px;
	line-height: 1em;
	text-indent: -1000em;
}

#submenu a, #sidebar a:visited {
	color: #666;
}
 
#submenu strong {
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
}
 
/*フッター
------------------------------------------------------------*/
#footer .logo a {
	width: 80px;
	height:101px;
	background: url(image/common/b_footer_logo.jpg) no-repeat;
	display: inline;
	margin: 0px 0px 0px 80px;
	text-indent: -1000em;
	float: left;
}

#footer dl {
	width: auto;
	height:auto;
	display: block;
	float: left;
	margin: 0px 0px 10px 60px;
}

#footer dl.brand dt {
	width: 241px;
	height: 16px;
	background: url(image/common/t_footer_brandlist.jpg) no-repeat;
	display: block;
	margin:0px 0px 15px 0px;
	text-indent: -1000em;
}

#footer dl.about dt {
	width: 112px;
	height: 16px;
	background: url(image/common/t_footer_aboutus.jpg) no-repeat;
	display: block;
	margin:0px 0px 15px 0px;
	text-indent: -1000em;
}

#footer dl.company dt {
	width: 112px;
	height: 16px;
	background: url(image/common/t_footer_companyinfo.jpg) no-repeat;
	display: block;
	margin:0px 0px 15px 0px;
	text-indent: -1000em;
}

#footer dl dd a {
	color: #333;
}

#footer p.address,
#footer p.copyright {
	clear: left;
	display: block;
	margin-left: 220px;
	line-height: 1.5em;
}

/*下層ページ共通
------------------------------------------------------------*/
#pagebody #content .list {
	width: 740px;
	height:auto;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
}

#pagebody #content .list li {
	display: inline-block;
	margin-right: 15px;
	list-style: none;
}

*:first-child+html #pagebody #content .list li {
	display: block;
	float: left;
	margin-right: 15px;
}

*html #pagebody #content .list li {
	display: block;
	float: left;
	margin-right: 15px;
}

#pagebody #content .list li a {
	color: #666;
}

#pagebody #content .lead {
	display: block;
	margin: 10px 0px;
}

#pagebody #content .content-pagetop a {
	width: 65px;
	height: 13px;
	background: url(image/common/b_content_pagetop.jpg) no-repeat right;
	display: block;
	text-indent: -1000em;
	margin: 10px 0px 10px auto;
	clear: both;
}

/*提携乗馬クラブ
------------------------------------------------------------*/
#pagebody #content h3.partner {
	width: 740px;
	height:16px;
	background: url(image/partner/t_partner_partner.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 5px;
	text-indent: -1000em;
}

#pagebody #content h3.program {
	width: 740px;
	height:16px;
	background: url(image/partner/t_partner_program.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 5px;
	text-indent: -1000em;
}

#pagebody #content h4.list {
	width: 750px;
	height:53px;
	background: url(image/partner/t_partner_partner_list.jpg) no-repeat left center;
	display: block;
	margin-bottom: 10px;
	text-indent: -1000em;
	border-bottom: none;
}

#pagebody #content h4.program {
	width: 750px;
	height:53px;
	background: url(image/partner/t_partner_program.jpg) no-repeat left center;
	display: block;
	margin-bottom: 10px;
	text-indent: -1000em;
	border-bottom: none;
}

#pagebody #content h4.system {
	width: 750px;
	height:21px;
	background: url(image/partner/t_partner_program_01.jpg) no-repeat left center;
	display: block;
	margin: 30px 0px 10px;
	text-indent: -1000em;
	border-bottom: none;
}

#pagebody #content h4.course {
	width: 750px;
	height:21px;
	background: url(image/partner/t_partner_program_02.jpg) no-repeat left center;
	display: block;
	margin: 30px 0px 10px;
	text-indent: -1000em;
	border-bottom: none;
}

#pagebody.partner ul.system li {
		float: left;
		margin-right:2px;
}

#pagebody.partner div.merit-container {
	width: 370px;
	height:auto;
	background: #006633;
	float: left;
	display: block;
	margin-right: 5px;
}

#pagebody.partner div.merit-container h5.merit01 {
	width: 263px;
	height:48px;
	background: url(image/partner/t_partner_program_merit_01.jpg) no-repeat left center;
	display: block;
	margin: 10px auto;
	text-indent: -1000em;
	border-bottom: none;
}

#pagebody.partner div.merit-container h5.merit02 {
	width: 348px;
	height:48px;
	background: url(image/partner/t_partner_program_merit_02.jpg) no-repeat left center;
	display: block;
	margin: 10px auto;
	text-indent: -1000em;
	border-bottom: none;
}

#pagebody.partner div.merit-container p {
	width: 340px;
	height:auto;
	background: #FFF;
	margin: 10px;
	padding: 5px;
}	

#pagebody.partner div.merit-container.rignt {
	margin-right: 0px;
}

#pagebody.partner p.platinum,
#pagebody.partner p.gold {
	width: 370px;
	height:auto;
	float: left;
}

#pagebody.partner p.platinum {
	margin-right: 5px;
}

#pagebody.partner .partner-list {
	width: 750px;
	height:auto;
	display: block;
	border-top: solid 1px #CCC;
	padding: 10px 0px;
	margin: 10px 0px;
}

#pagebody.partner .partner-container {
	width: 750px;
	height: 70px;
	display: block;
	padding: 10px 0px;
	border-bottom: solid 1px #CCC;
	margin-bottom: 10px;
	line-height: 1.2em;
}

#pagebody.partner .partner-container .logomark {
	width: 120px;
	height: 70px;
	display: block;
	float: left;
	margin-right: 10px;
}

#pagebody.partner .partner-container .logomark img {
	width: 120px;
	height: 60px;
}

#pagebody.partner .partner-container h5 {
	font-size: 120%;
	font-weight: bold;
	color: #A04CA1;
	line-height: 1.5em;
}

#pagebody.partner .partner-container .addtel {
	display: inline-block;
	margin:3px 0px;
}

#pagebody.partner .partner-container .addtel span {
	font-size: 0.85em;
}


#pagebody.partner #submenu {
	background: url(image/partner/bg_partner_submenu.jpg) no-repeat left top;
}

#pagebody.partner #submenu.prog {
	background: url(image/partner/bg_partner_prog_submenu.jpg) no-repeat left top;
}

#pagebody.partner #submenu h4 {
	width: 210px;
	height:36px;
	display: block;
	margin: 20px 0px 16px 0px;
	text-indent: -1000em;
}

#pagebody.partner #submenu.prog h4 {
	height:55px;
}

#pagebody.partner #submenu ul li.hokkaitouhoku a {
	background: url(image/partner/b_partner_submenu_hokkaitouhoku.gif);
}

#pagebody.partner #submenu ul li.kantou a {
	background: url(image/partner/b_partner_submenu_kantou.gif);
}

#pagebody.partner #submenu ul li.chuhoku a {
	background: url(image/partner/b_partner_submenu_chuhoku.gif);
}

#pagebody.partner #submenu ul li.kansai a {
	background: url(image/partner/b_partner_submenu_kansai.gif);
}

#pagebody.partner #submenu ul li.chushiko a {
	background: url(image/partner/b_partner_submenu_chushiko.gif);
}

#pagebody.partner #submenu ul li.kyuuoki a {
	background: url(image/partner/b_partner_submenu_kyuuoki.gif);
}

#pagebody.partner #submenu ul li.list a {
	background: url(image/partner/b_partner_submenu_list.gif);
}

#pagebody.partner #submenu ul li.program a {
	background: url(image/partner/b_partner_submenu_program.gif);
}

#pagebody.partner #submenu ul li.outline a {
	background: url(image/partner/b_partner_submenu_outline.gif);
}

#pagebody.partner #submenu ul li.course a {
	background: url(image/partner/b_partner_submenu_course.gif);
}

/*オリジナル乗馬用品
------------------------------------------------------------*/
#pagebody.original .brandimage {
	width: 100px;
	height: 100px;
	background: #CCC; 
	border: solid 1px #999;
	display: block;
	float: left;
}

#pagebody.original .description {
	width: 645px;
	height:auto;
	display: block;
	margin-left: 110px;
}

#pagebody.original #submenu {
	background: url(image/original/bg_original_submenu.jpg) no-repeat left top;
}

#pagebody.original #submenu h4 {
	width: 210px;
	height:36px;
	display: block;
	margin: 20px 0px 16px 0px;
	text-indent: -1000em;
}

/*インポート乗馬用品
------------------------------------------------------------*/

#pagebody #content h3.akiko {
	width: 740px;
	height:16px;
	background: url(image/import/t_import_akiko.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody #content h3.hvpolo {
	width: 740px;
	height:16px;
	background: url(image/import/t_import_hvpolo.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody #content h3.roosli {
	width: 740px;
	height:16px;
	background: url(image/import/t_import_roosli.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody #content h3.cavallo {
	width: 740px;
	height:16px;
	background: url(image/import/t_import_cavallo.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody #content h3.roeckl {
	width: 740px;
	height:17px;
	background: url(image/import/t_import_roeckl.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody #content h3.konig {
	width: 740px;
	height:17px;
	background: url(image/import/t_import_konig.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody #content h3.schumacher {
	width: 740px;
	height:17px;
	background: url(image/import/t_import_schumacher.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody #content h3.ovation {
	width: 740px;
	height:17px;
	background: url(image/import/t_import_ovation.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody #content h3.sonnenreiter {
	width: 740px;
	height:17px;
	background: url(image/import/t_import_sonnenreiter.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody #content h3.tattini {
	width: 740px;
	height:17px;
	background: url(image/import/t_import_tattini.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody #content h3.happyross {
	width: 740px;
	height:17px;
	background: url(image/import/t_import_happyross.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody #content h3.peli {
	width: 740px;
	height:17px;
	background: url(image/import/t_import_peli.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody.import .brandimage {
	width: 100px;
	height: 100px;
	background: #CCC; 
	border: solid 1px #999;
	display: block;
	float: left;
}

#pagebody.import .description {
	width: 645px;
	height:auto;
	display: block;
	margin-left: 110px;
}

*:first-child+html #pagebody.import .description {
	width: 630px;
	height:auto;
	display: block;
}

*html #pagebody.import .description {
	width: 630px;
	height:auto;
	display: block;
}

#pagebody.import #submenu {
	background: url(image/import/bg_import_submenu.jpg) no-repeat left top;
}

#pagebody.import #submenu h4 {
	width: 210px;
	height:36px;
	display: block;
	margin: 20px 0px 16px 0px;
	text-indent: -1000em;
}

#pagebody.import #submenu ul li.akiko a {
	background: url(image/import/b_import_submenu_akiko.gif);
}

#pagebody.import #submenu ul li.hvpolo a {
	background: url(image/import/b_import_submenu_hvpolo.gif);
}

#pagebody.import #submenu ul li.roosli a {
	background: url(image/import/b_import_submenu_roosli.gif);
}

#pagebody.import #submenu ul li.sonnenreiter a {
	background: url(image/import/b_import_submenu_sonnenreiter.gif);
}

#pagebody.import #submenu ul li.cavallo a {
	background: url(image/import/b_import_submenu_cavallo.gif);
}

#pagebody.import #submenu ul li.schumacher a {
	background: url(image/import/b_import_submenu_schumacher.gif);
}

#pagebody.import #submenu ul li.roeckl a {
	background: url(image/import/b_import_submenu_roeckl.gif);
}

#pagebody.import #submenu ul li.ovation a {
	background: url(image/import/b_import_submenu_ovation.gif);
}

#pagebody.import #submenu ul li.konig a {
	background: url(image/import/b_import_submenu_konig.gif);
}

#pagebody.import #submenu ul li.tattini a {
	background: url(image/import/b_import_submenu_tattini.gif);
}

#pagebody.import #submenu ul li.happyross a {
	background: url(image/import/b_import_submenu_happyross.gif);
}

#pagebody.import #submenu ul li.peli a {
	background: url(image/import/b_import_submenu_peli.gif);
}

/*事業概要
------------------------------------------------------------*/
#pagebody #content h3.wholesale {
	width: 740px;
	height:22px;
	background: url(image/service/t_service_wholesale.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody #content h3.directselling {
	width: 740px;
	height:22px;
	background: url(image/service/t_service_directselling.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody #content h3.import {
	width: 740px;
	height:22px;
	background: url(image/service/t_service_import.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody #content h3.export {
	width: 740px;
	height:22px;
	background: url(image/service/t_service_export.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody #content h3.itsupport {
	width: 740px;
	height:22px;
	background: url(image/service/t_service_itsupport.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody.service .brandimage {
	width: 100px;
	height: 100px;
	background: #CCC; 
	border: solid 1px #999;
	display: block;
	float: right;
	margin-bottom: 10px;
}

#pagebody.service .description {
	width: 645px;
	height:auto;
	display: block;
}

*:first-child+html #pagebody.service .description {
	width: 630px;
	height:auto;
	display: block;
}

*html #pagebody.service .description {
	width: 630px;
	height:auto;
	display: block;
}

#pagebody.service #submenu {
	background: url(image/service/bg_service_submenu.jpg) no-repeat left top;
}

#pagebody.service #submenu h4 {
	width: 210px;
	height:36px;
	display: block;
	margin: 20px 0px 16px 0px;
	text-indent: -1000em;
}

#pagebody.service #content .content-pagetop a {
	width: 65px;
	height: 13px;
	background: url(image/common/b_content_pagetop.jpg) no-repeat right;
	display: block;
	text-indent: -1000em;
	margin: 20px 0px 10px auto;
	clear: both;
}

#pagebody.service #submenu ul li.wholesale a {
	background: url(image/service/b_service_submenu_wholesale.gif);
}

#pagebody.service #submenu ul li.directselling a {
	background: url(image/service/b_service_submenu_directselling.gif);
}

#pagebody.service #submenu ul li.import a {
	background: url(image/service/b_service_submenu_import.gif);
}

#pagebody.service #submenu ul li.itsupport a {
	background: url(image/service/b_service_submenu_itsupport.gif);
}


/*会社案内
------------------------------------------------------------*/
#pagebody #content h3.philosophy {
	width: 740px;
	height:22px;
	background: url(image/company/t_company_philosophy.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody #content h3.info {
	width: 740px;
	height:22px;
	background: url(image/company/t_company_info.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody #content h3.access {
	width: 740px;
	height:22px;
	background: url(image/company/t_company_access.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody #content h3.carreer {
	width: 740px;
	height:22px;
	background: url(image/company/t_company_carreers.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody.company #content h4 {
	width: 740px;
	height:15px;
	display: block;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
	font-size: 1.2em;
	border-bottom: dotted 1px #A04CA1;
	padding: 15px 5px 3px;
	margin-bottom: 10px;
}

#pagebody #content h4.philosophy {
	width: 506px;
	height:111px;
	background: url(image/company/p_company_philosophy_catch.jpg) no-repeat left center;
	display: block;
	margin: 10px 0px;
	text-indent: -1000em;
	padding: 0px;
	border-bottom: none;
}

#pagebody.company #content h4 a {
	color: #333;
}

#pagebody.company table.info {
	width: 100%;
}

#pagebody.company #content table.carreer {
	width: 100%;
	border-top: solid 1px #CCC;
	margin-top: 15px;
}

#pagebody.company #content table.carreer th {
	width: 20%;
}

#pagebody.company #content table.carreer tr.emphasis th,
#pagebody.company #content table.carreer tr.emphasis td {
	background: #F0E3F0;
}

#pagebody.company iframe {
	margin: 10px 0px;
	border: solid 1px #999;
}

#pagebody.company #submenu {
	background: url(image/company/bg_company_submenu.jpg) no-repeat left top;
}

#pagebody.company #submenu h4 {
	width: 210px;
	height:36px;
	display: block;
	margin: 20px 0px 16px 0px;
	text-indent: -1000em;
}

#pagebody.company #submenu ul li.philosophy a {
	background: url(image/company/b_company_submenu_philosophy.gif);
}

#pagebody.company #submenu ul li.info a {
	background: url(image/company/b_company_submenu_info.gif);
}

#pagebody.company #submenu ul li.access a {
	background: url(image/company/b_company_submenu_access.gif);
}

#pagebody.company #submenu ul li.carreer a {
	background: url(image/company/b_company_submenu_carreer.gif);
}


/*お問い合わせ
------------------------------------------------------------*/
#pagebody.inquiry #content {
	width: 750px;
	float: none;
	margin:0px auto;
}

#pagebody #content h3.inquiry {
	width: 740px;
	height:16px;
	background: url(image/inquiry/t_inquiry_index.jpg) no-repeat left center;
	display: block;
	border-bottom: dotted 1px #999;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-indent: -1000em;
}

#pagebody.inquiry p.step {
	width: 670px;
	height: 44px;
	display: block;
	margin:20px auto;
}

#pagebody.inquiry table.form th {
	width: 190px;
	height:auto;
	padding: 10px 10px 10px 30px;
	border-bottom: solid 1px #CCC;
	line-height: 1.1em;
	text-align: left;
}

#pagebody.inquiry table.form td {
	width: 490px;
	height:auto;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}

#pagebody.inquiry table.form td .agreement {
	width: 710px;
	height:120px;
	overflow: scroll;
	border: solid 1px #CCC;
	padding: 10px;
	margin: 10px;
}

#pagebody.inquiry table.form td input.button_single {
	width: 200px;
	height:56px;
	display: block;
	margin:10px auto
}

#pagebody.inquiry table.form td input.button_double {
	width: 200px;
	height:44px;
	display: block;
	margin:10px auto
}


#pagebody.inquiry table.form .require {
	color: #C00;
}

/*プライバシーポリシー
------------------------------------------------------------*/

#pagebody.privacy dl dt {
	width: 743px;
	height:auto;
	display: block;
	margin: 15px 0px 5px;
	padding: 2px 0px 2px 5px;
	border-left: solid 2px #A04CA1;
	line-height: 1.1em;
}

#pagebody.privacy dl dd {
	width: 740px;
	height:auto;
	display: block;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
