@charset "utf-8";

*{margin:0;padding:0;}

body{
font: 13px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#460e0b;
background: #f5f4ef;
}

a{color:#706620;text-decoration:none;}
a:hover{color:#4d450c;}
a:active, a:focus {outline: 0;}
img{border:0;}

.clear{clear:both;}
.style01 {
	color: #C30;
}

.style11 {
	font-size: 11px;
}

.style16 {
	font-size: 16px;
}



/*******************************
/* font_size
*******************************/

.style18{
	font-size: 18px;
}
.color_red {
	color: #C00;
	font-size: 16px;
}

.block {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
	height: 80px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: 100%;
	position: relative;
}
#header #contact {
	position: absolute;
	left: 654px;
	top: 12px;
}


#header h1 {
color: #706620;
padding: 3px 0 5px;
font-size: 10px;
font-weight: normal;
}


/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 15px 0;
width: 910px;
height: 31px;
background:url(images/topnav.png) no-repeat 0 0;
}

ul#topnav li{
	float:left;
	list-style:none;
	width:182px;
}

ul#topnav a{
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 182px;
	height: 46px;
	background:url(images/topnav.png) no-repeat;
}

ul#topnav a#home{background-position:0 0;}
ul#topnav a#about{background-position:-130px 0;}
ul#topnav a#menu{
	background-position:-182px 0;
}
ul#topnav a#faq{
	background-position:-364px 0;
}
ul#topnav a#map{background-position:-520px 0;}
ul#topnav a#blog{
	background-position:-546px 0;
}
ul#topnav a#link{
	background-position:-728px 0;
}

ul#topnav a#home:hover, ul#topnav li.active a#home{background-position:0 -46px;}
ul#topnav a#about:hover, ul#topnav li.active a#about{background-position:-130px -46px;}
ul#topnav a#menu:hover, ul#topnav li.active a#menu{
	background-position:-182px -46px;
}
ul#topnav a#faq:hover, ul#topnav li.active a#faq{
	background-position:-364px -46px;
}
ul#topnav a#map:hover, ul#topnav li.active a#map{background-position:-520px -46px;}
ul#topnav a#blog:hover, ul#topnav li.active a#blog{
	background-position:-546px -46px;
}
ul#topnav a#link:hover, ul#topnav li.active a#link{
	background-position:-728px -46px;
}

li.active a#home{background-position:0 -42px;}
li.active a#guide{background-position:-213px -42px;}
li.active a#faq{
	background-position:-364px -42px;
}
li.active a#mp{background-position:-573px -42px;}


/*************
メイン（右側）コンテンツ
*************/
#main {
	float: right;
	width: 618px;
	display: inline;
	line-height: 1.6em;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

#mainimage {
margin-top: 30px;
}

#main h2{
	margin-bottom: 15px;
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
	color: #452503;
	background: url(images/heading.png) no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
}

#main h3 {
	font-size: 15px;
	line-height: 30px;
	margin-top: 10px;
	color: #706620;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	font-weight: normal;
	padding-bottom: 0px;
	padding-left: 20px;
}
#main h4 {
	padding-left: 20px;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #C33;
	font-weight: normal;
}
#main h5 {
	clear: both;
	padding-left: 5px;
	padding-top: 5px;
	font-weight: normal;
	font-size: 13px;
	padding-bottom: 5px;
	background-color: #966;
	margin-left: 15px;
	margin-right: 15px;
	color: #FFF;
	margin-bottom: 10px;
}
#main dl {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#main dl dt {
	padding-right: 20px;
}
#main dl dd {
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #966;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#main #top_h3 {
	font-size: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	margin-top: 0px;
}


#main p {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#main ul{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#main ul li{
	text-indent: -14px;
	list-style-position: inside;
	padding-left: 14px;
}
#main ol{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#main ol li {
	text-indent: -16px;
	padding-left: 16px;
	list-style-position: inside;
}

#main p a .linkimg {
	border: 1px solid #CCC;
}
#main p a:hover .linkimg{
	border: 1px solid #666;
}

/* 画像を右に回りこみ */
#main p.withImage{
	width: 598px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#main p.withImage img{
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#706620;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}
#pagetop {
	text-align: right;
	clear: both;
}
#pagetop a:hover{
cursor:pointer;
opacity:.8;
}


img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

.box_img_border{
   border: 1px solid #cccccc;
   padding: 1px;
  margin: 1px;
}

/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
}

.box_2{
	float: left;
	width: 390px;
	line-height: 1.2;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 0;
}

.box_img{
padding: 0px 0px 10px 0px;
}
.style_box {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}


.last{
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 0px;
}

.service_last{
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* ボタン */
p.button{
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

p.button a{
display:block;
line-height: 32px;
background: url(images/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#452503;}
p.button a:hover{color:#3b240b;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}
.button_long {
	margin-top: 10px;
}


p.button_long a{
	display:block;
	line-height: 32px;
	background: url(images/button_long.png) no-repeat;
	text-align: center;
	margin-top: 0;
	margin-right: -20px;
	margin-bottom: 0;
	margin-left: -20px;
}

p.button_long a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{
	margin-left: 20px;
}
#main li, #footer li{margin-bottom: 3px;}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
	float: left;
	width: 265px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
	margin-top: 5px;
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
	color: #452503;
	background-image: url(images/heading_cat.png);
	background-repeat: no-repeat;
	text-indent: 16px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 23px;
	margin-bottom: 20px;
}

#sidebar ul{
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px dashed #a17646;
}

#sidebar li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:15px;
}

#sidebar li a:hover{background-position: 3px 50%;}




/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
border-top: 1px solid #e6e4d9;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}

address{
	text-align: center;
	font-style:normal;
	font-size: 12px;
	clear:both;
	display:block;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #460e0b;
}
address p {
	line-height: 1.8em;
}


/*******************
/* 商品開発・販売
*******************/

#pitt_menu{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 16px;
}
#pitt_menu ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#pitt_menu ul li {
	float: left;
	background-color: #CC9;
	list-style-type: none;
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
	padding: 0px;
	background-image: url(images/yajirushi_icon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	text-indent: 2px;

}
#pitt_menu ul li a {
	display: block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 22px;
	margin: 0px;
}

/*------アコーディオンメニュー----------*/

#main .acordion{
	margin: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
 
#main .acordion li {
	border-bottom: solid 1px #808080;
	list-style: none;
	cursor: pointer;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-indent: 0px;
	padding-left: 0px;
}
 
#main .acordion li:first-child {
border-top: solid 1px #808080;
}
 
#main .acordion li ul {
	border: none;
}
 
#main .acordion li ul li {
	color: #C03;
	border-left-color: #999;
	font-size: 14px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
 
#main .acordion li ul li:last-child{
border-bottom: none;
}
 
#main .acordion li ul li a {
	color: #696969;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
 
#main .acordion li .none-submenu {
	background-size:4%;
	display: block;
	text-indent: 0px;
	background-image: url(images/trigger-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
 
#main .acordion li .active-submenu {
	background-size:4%;
	display: block;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-indent: 0px;
	background-image: url(images/triggeractive-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}

/* 
@media only screen and (max-width: 600px) {
ul.acordion li .none-submenu{ background: url(trigger-arrow.png) no-repeat 96% 50%; }
ul.acordion li .active-submenu{ background: url(triggeractive-arrow.png) no-repeat 96% 50%; }
}
*/


/*-------アコーディオンメニュー---end-----*/



#main .product_tit {
	font-size: 18px;
	background-image: url(images/onpu_icon.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 28px;
	margin-left: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#set_plice {
	background-color: #FFFFE8;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#set_plice dt {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#pp_kako {
	position: absolute;
	left: 415px;
	top: -2px;
}

#musescore_sample {
	height: 450px;
}



.musescore{
	float: left;
	text-align: center;
	height: auto;
	width: 174px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
}
#footer_contact {
	background-color: #F60;
	margin-top: 20px;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-left: 20px;
	color: #FFF;
	font-size: 15px;
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;
	
}

#footer_contact a {
	color: #FFF;
	display: block;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#footer_contact a:hover{
	background-color: #F96;
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;
}

/*************
/* 会社案内
*************/

#main .company_info {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#main .company_info dt {
	float: left;
	padding-left: 5px;
	width: 80px;
}
#main .company_info dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #963;
	margin-bottom: 10px;
	padding-left: 0px;
}
#main .company_info .map {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	padding-bottom: 10px;
}
#main .product_icon {
	background-image: url(images/product_heading.png);
	background-repeat: no-repeat;
}

/*--------お問い合わせ----------*/

.contact_tit {
	font-weight: bold;
	font-size: 16px;
	background-image: url(images/cat_icon.png);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	background-size:4% auto;
	color: #CC3300;
	text-indent: 20px;
	margin-bottom: 6px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.contact_txt {
	height: auto;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-size: 12px;

}

#sodan_tel {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5em;
	color: #630;
}
.contact_area{
	border:0;
	padding: 0px;
	margin-bottom: 20px;
}


/*--------clearfix-------------*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*******************************
/* Rss
*******************************/
#rss {
	width:auto;
	height:250px;
	overflow: auto;
	background-color: #FFFFFF;
	color: #333;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 15px;
}

#rss hr {
	height:1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#rss .Interlinear {
	clear:both;
}
#rss img {
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 0px;
	padding-left: 0px;
}
.rss_title {
	font-weight:bold;
	padding-bottom: 8px;
}
.rss_title a{
	color: #C00;
	padding-bottom: 8px;
}
.rss_line {
	border-top:1px solid #999999;
	padding-bottom:8px;
	clear:both;
}
