@charset "Shift_JIS";
/* ----------------------------
 import css
---------------------------- */ 
@import url("common.css"); 
/* ----------------------------
 base
---------------------------- */
body {
	color:#000000;
	background-color:#FFF;
	text-align:center;
	padding:0px;
	margin: 0px;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
img,
a img {	border-width: 0px;	border-style: none;}
h1,
h2,
h3,
p {
	margin: 0px;
	padding: 0px;
}
h1 strong,
h2 strong,
h3 strong {	font-weight: normal;}
ul {	list-style-type: none;}
form {
margin: 0px;
padding: 0px;
}
a:link,
a:visited,
a:active {
	color: #00F;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
.hd,
#header span,
#side span,
#sp-header,
.drawer-toggle,
.hamburger-menu,
.drawer-nav {
	display: none;
}
/* ----------------------------
 container
---------------------------- */
#container {
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(../image/header-bg.jpg);
	background-repeat: repeat-x;
}
/* ----------------------------
 header
---------------------------- */
#header {
	width:950px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
	background-image: url(../image/header-tel.png);
	background-repeat: no-repeat;
	background-position: right 50px;
}
#header span {
	display: none;
}
#header h1 {
	font-size: 10px;
	font-weight: normal;
	color: #333;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}
#header p a {
}
#header .left {
	float: left;
	width: 600px;
	padding-top: 7px;
}
#header .left .logo {
	padding-top: 15px;
}
#header .left a {
	display: block;
	height: 43px;
	width: 221px;
	background-image: url(../image/logo.gif);
}
#header .right {
	width: 350px;
	float: right;
	padding-top: 6px;
}
#header .right ul {
	overflow: hidden;
	position: relative;
}
#header .right li {
	float: right;
	font-size: 11px;
	margin-left: 10px;
}
#header .right li a {
	background-image: url(../image/header-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 6px;
	color: #000000;
	text-decoration: none;
}
#header .right li a:hover {
	color: #06F;
	text-decoration: underline;
}
/* ----------------------------
 header navi
---------------------------- */
#header #navi {
	clear: both;
	display: block;
	width: 950px;
	padding-top: 15px;
	z-index: 1000;
}
#navi dl {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#navi dl dd {
	height:40px;
	float:left;
	list-style-type:none;
	padding:0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
}
#navi dd a {
	height: 40px;
	display: block;
	margin:0;
    padding:0;
}
#navi dd a:hover {
	background-position: 0px -40px;
}
#navi .nb1 {
	background-image: url(../image/nb1.gif);
	width: 68px;
}
#navi .nb2 {
	background-image: url(../image/nb2.gif);
	width: 144px;
}
#navi .nb3 {
	background-image: url(../image/nb3.gif);
	width: 105px;
}
#navi .nb4 {
	background-image: url(../image/nb4.gif);
	width: 80px;
}
#navi .nb5 {
	background-image: url(../image/nb5.gif);
	width: 80px;
}
#navi .nb6 {
	background-image: url(../image/nb6.gif);
	width: 110px;
}
#navi .nb7 {
	background-image: url(../image/nb7.gif);
	width: 90px;
}
#navi .nb8 {
	background-image: url(../image/nb8.gif);
	width: 110px;
}
#navi .nb9 {
	background-image: url(../image/nb9.gif);
	width: 82px;
}
#navi .nb10 {
	background-image: url(../image/nb10.gif);
	width: 81px;
}
/* ----------------------------
 drop down menu
---------------------------- */ 
dl#menu{
	float: left;
	margin-top: 4px;
}
dl#menu ul{
		list-style: none;
}
dl#menu dd{
		float: left;
		text-align: center;
		position: relative;
		height: 40px;
}	
dl#menu dd ul{
	background-color: #CEEFFF;
	display: none;
	position: absolute;
	top: 35px;
	left: 5px;
	z-index: 3;
	border: 1px solid #67C7E5;
}	
dl#menu dd ul a{
	font-size: 12px;
	color: #039;
	height: 20px;
	line-height: 130%;
	text-align: left;
	width: 160px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
}
dl#menu dd ul li.rollOver{
	background-color: #FFF;
}
dl#menu dd ul li.rollOver a.rollOverA{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
dl#menu dd ul li{
	position: relative;
	height: 25px;
	padding-top: 3px;
	font-size: 12px;
	padding-left: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
dl#menu dd ul li ul{
	display: none;
	position: absolute;
	top: 0px;
	left: 135px;
	z-index: 3;
}

/* ----------------------------
 body
---------------------------- */
#mainbody {
	clear: both;
	text-align: left;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}
#mainbody .breadcrumb-list {
	font-size: 11px;
	line-height: 150%;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
#mainbody .breadcrumb-list a {
	color: #666;
}
#mainbody .breadcrumb-list strong {
	font-weight: bold;
	color: #000;
}
#page #breadcrumb {
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#page ul.breadcrumb {
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 4px;
}
#page ul.breadcrumb li {
	float: left;
	margin-right: 10px;
	font-size: 13px;
	color: #666;
}
#page ul.breadcrumb a {
	margin-right: 10px;
	color: #000;
}
#mainbody #main {
	float: right;
	width: 705px;
	display: block;
}
#category-title {
	display: block;
	height: 40px;
	width: 705px;
}
#category-title h1 {
	display: none;
}
#main p {
	font-size: 14px;
	line-height: 170%;
	color: #333;
	margin: 0px;
	padding: 0px;
}
#main p.small {
}

#social {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	overflow: hidden;
	position: relative;
}
/* ----------------------------
 side
---------------------------- */
#mainbody #side {
	float: left;
	width: 220px;
}
#side #info {
	background-image: url(../image/side-info-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 40px;
}
#side #info .body {
	background-image: url(../image/side-info-tel.gif);
	padding-top: 56px;
}
#side #info .body .bt01 {
}
#side #info .body .bt01 a {
	background-image: url(../image/side-info-bt01.gif);
	display: block;
	height: 26px;
	width: 160px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#side #info .body .bt01 a:hover {
	background-position: 0px -26px;
}
#side #info .photo {
	margin-top: 20px;
	text-align: center;
}
#side #info .copy {
	background-color: #F6F6F6;
	width: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#side #info .copy p {
	font-size: 11px;
	line-height: 1.4em;
	color: #333;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#side #info .bt02 {
	padding-top: 10px;
}
#side #info .bt02 a {
	background-image: url(../image/side-info-bt02.gif);
	display: block;
	height: 25px;
	width: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#side #info .bt02 a:hover {
	background-position: 0px -25px;
}
#side #menu {
	background-color: #ECFCFF;
	margin-top: 20px;
}
#side #menu ul {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
}
#side #menu li {
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
	color: #003366;
	background-image: url(../image/side-menu-arrow.gif);
	background-position: left 2px;
	padding-left: 16px;
	margin-bottom: 8px;
}
#side #menu li a {
	color: #036;
}
#side #menu li a.new {
	background-image: url(../image/new-icon.jpg);
	background-position: right center;
	padding-right: 40px;
}
#side #menu li ol {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#side #menu li ol li {
	background-image: none;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 12px;
}
#side #menu li a:hover {
	color: #666;
}
#side #links {
	margin-top: 25px;
	padding-right: 5px;
	padding-left: 5px;
}
#side #links p {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	line-height: 150%;
}
#side #links ul {
	padding-bottom: 15px;
	padding-top: 5px;
}
#side #links li {
	font-size: 11px;
	line-height: 150%;
	margin-bottom: 10px;
	color: #333;
}
#side #links li a {
	color: #79B8DD;
	text-decoration: underline;
	font-weight: bold;
}
#side #links li a:hover {
	color: #069;
}
#side .banner {
	text-align: center;
	margin-top: 15px;
}
/* ----------------------------
 conact
---------------------------- */
#contact {
	width: 1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contact .title {
	margin-bottom: 10px;
}
#contact .contactbody {
	background-color: #FFECDE;
	border: 5px solid #FF9326;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 25px;
	background-image: url(../image/contact-bg.jpg);
	background-position: right bottom;
	padding-right: 150px;
}
#contact .contactbody h6 {
	font-size: 14px;
	line-height: 1.7em;
	color: #000;
	font-weight: normal;
	padding-left: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#contact .contactbody h6 b {
	font-weight: bold;
	font-size: 16px;
}
#contact .contactbody .tel {
	padding-top: 20px;
	padding-left: 30px;
}
#contact .contactbody .bt {
	padding-top: 20px;
	padding-left: 30px;
}
#contact a img:hover {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}
/* ----------------------------
 footer
---------------------------- */
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 10px;
	cursor: pointer;
	z-index: 1000;
}
#footer {
	text-align: left;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 40px;
	background-image: url(../image/footer-bg.jpg);
	background-repeat: repeat-x;
}
#footer .body {
	padding-top: 30px;
	padding-bottom: 5px;
	overflow: hidden;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer .body p {
	text-align: left;
	font-size: 13px;
	line-height: 1.7em;
	color: #CCC;
}
#footer .body p a {
	font-weight: bold;
	text-decoration: underline;
	color: #036;
}
#footer .body p a:hover {
	color: #39F;
}
#footer .body .profile {
	font-size: 13px;
	line-height: 150%;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .body .profile p {
	color: #333;
}
#footer #cr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-right: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
#footer #cr p {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}
/*=============================================================
socialbutton
=============================================================*/
.socialbutton {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.socialbutton div {
float:left;
margin-right:5px;
}
.socialbutton #facebook {
	width: 100px;
}
.socialbutton #g-plusone {
	width: 60px;
}
