@charset "UTF-8";

/*--------------------------------
 Basic Styles
-------------------------------- */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #524C4A;
	font-style: normal;
	background: #FFF;
	margin: 0;
	padding: 0;
	background: url(../images/backimage.jpg) repeat left top;		
}

.wrapper {
	margin: auto;
	padding: 0 10px;
	width: 960px;
}

a:hover {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.clearfix {
	clear: both;
}


/*--------------------------------
header
-------------------------------- */

#header {
	height: 150px;
	margin: 0;
	padding: 0;
}

.head-wrapper {
	margin: auto;
	padding: 40px 10px 0;
	width: 960px;
}

#header #head-navi {
	height:80px;
	margin: 0 0 0 27px;
}

#header .head-logo {
	font-size: 12px;
	text-indent: -9999px;
	width: 220px;
	height: 80px;
	background: url(../images/header_mainlogo_w220h80.png) no-repeat 0 0;
	float: left;
	margin: 0 31px 0 0;
}

#header #head-copy {
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 12px;
	color: #FFF;
	letter-spacing: .1em;
	line-height: 20px;	
	background: #C96;
	float: left;
	height: 18px;
	width: 634px;
	margin: 8px 0 0 0;
	padding: 2px 8px;
}

#header nav {
	clear: both;
	display: inline;
}

#header nav ul {
	display: block;
}

#header nav ul li {
	float: left;
	margin: 5px 5px 0 0;
}

#header .pankuzu-div {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	clear: both;
	width: 920px;
	height: 30px;
	padding: 5px 0 0 5px;
	background: url(../images/header_pankuzu_line_w920h28.png) no-repeat 0 0;
}

#header .pankuzu-div a,
#header .pankuzu-div a:visited {
	color: #524C4A;
}

#breadcrumbslist li {
	float: left;
	margin-right: 5px;
	display: block;
}

/*--------------------------------
main
-------------------------------- */

#main {
	padding: 20px 25px;
	width: 930px;
	overflow:hidden;
	min-height: 650px;
	_height: 650px;
	}

/*--------------------------------
フロートナビゲーション
-------------------------------- */

#menu-column {
	float: right;
	width: 140px;
	height:400px;
	display: inline;
	margin: 0 0 0 20px;
}

#menu-column nav ul {
	clear: both;
}

#menu-column .sub-menu li {
	margin: 5px 0 0 0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#menu-column .sub-menu .gNav-btn {
	display: block;
	width: 140px;
	height: 45px;
	text-indent: -9999px;
}

#menu-column .sub-menu .gNavi-faq {
	background: url(../images/home_faq_w140h45.png) no-repeat 0 0;
}

#menu-column .sub-menu .gNavi-CN {
	background: url(../images/home_cn_w140h45.png) no-repeat 0 0;
}

#menu-column .sub-menu  :hover {
	-webkit-transform: scale( 1.2 );
	-o-transform: scale( 1.2 );
	-moz-transform: scale( 1.2 );
	transform: scale( 1.2 );

}

#menu-column nav .policy {
	width: 140px;
	height: 45px; 
	margin: 5px 0 0 0;
	background: url(../images/home_sp_line_w140h45.png) no-repeat 0 0;
}

#menu-column nav .policy a{
	font-size: 12px;
	line-height: 23px;
	color: #745024;
	margin: 0 0 0 20px;
}

#menu-column nav .policy a:hover {
	color: #C96;
}

/*--------------------------------
ページトップボタン
-------------------------------- */

#pagetopBtn {
	margin-top: 10px;
	height: 36px;
	text-align: right;
}

/*--------------------------------
footer
-------------------------------- */

#footer {
	clear: both;
	overflow:hidden;
	width: 100%;
	height: auto;
}

#footer .footer-copy {
	display: block;
	text-indent: -9999px;
	width: 950px;
	height: 26px;
	background: url(../images/footer_copy_w930h26.png) no-repeat 0 0;
}

#footer .footer-innner {
	background: #C96;
	border-top: 1px solid #C96;
	height: 189px;
}

#footer .footer-top-column {
	margin: 15px auto;
	width: 960px;
	height: 18px;
}

#footer .footer-top-column h1 {
	display: block;
	float: left;
	text-indent: -9999px;
	width: 215px;
	height: 18px;
	background: url(../images/footer_logo_w215h18.png) no-repeat 0 0;
}

#footer .footer-top-column h2 {
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-left: 5px;
	font-size: 12px;
	color: #FFF;
	float: left;
	width: 730px;
	text-justify: distribute-all-lines;
	text-align: justify;
	line-height: 18px;
}

#footer .footer-left-column {
	display: block;
	float: left;
	color: #FFF;
	line-height: 10px;
	width: 270px;
	height: 107px;
	margin: 10px 0 0 4px;
	position: relative;
}

#footer .footer-left-column .eigyo {
	margin-top: -10px;
	display: inline;
	line-height: 21px;
	position: absolute;
}

#footer .footer-left-column .eigyo span {
	font-size: 10px;
	margin-left: -5px;
	vertical-align: central;
}

#footer .footer-left-column img {
	display: inline;
	margin: 50px 0 0 170px;
}

#footer .footer-right-column {
	display: block;
	float: left;
	line-height: 21px;
	width: 640px;
	height: 107px;
}

#footer .site-map img, .site-map dl {
	display: block;
	float: left;
}

#footer .site-map dl {
	width: 120px;
	height: 107px;
	color: #745024;
	padding: 0px 2px;
}

#footer .site-map dl a, .site-map dl a:visited {
	color: #745024;
}

#footer .site-map dl a:hover {
	color: #D7CBBC;
}

#footer .site-map dt a:hover {
	filter:alpha(opacity=40); /*IE*/
	-moz-opacity:0.4; /*Older Firefox*/
	opacity:0.4; /* Modern Browsers*/
}

#footer .site-map span {
	display: block;
	margin-top: -6px;
}

#footer .site-map .home{
	display: block;
	text-indent: -9999px;
	background: url(../images/site_home_w118h17.png) no-repeat 0 0;
}

#footer .site-map .what{
	display: block;
	text-indent: -9999px;
	background: url(../images/site_whatsnew_w118h17.png) no-repeat 0 0;
}

#footer .site-map .about{
	display: block;
	text-indent: -9999px;
	background: url(../images/site_about_w118h17.png) no-repeat 0 0;
}

#footer .site-map .works{
	display: block;
	text-indent: -9999px;
	background: url(../images/site_works_w118h17.png) no-repeat 0 0;
}

#footer .site-map .contact{
	display: block;
	text-indent: -9999px;
	background: url(../images/site_contact_w118h17.png) no-repeat 0 0;
}

#footer .site-map .faq{
	display: block;
	text-indent: -9999px;
	background: url(../images/site_faq_w118h17.png) no-repeat 0 0;
}

#footer .site-map .cn{
	display: block;
	text-indent: -9999px;
	background: url(../images/site_cn_w118h17.png) no-repeat 0 0;
}

#footer .footer-bottom{
	clear: both;
	height: 26px;
	margin-top: 14px;
	background: #745024;
}


#footer .copyright {
	color: #C96;
	text-align: center;
	line-height:24px;
}

/*--------------------------------
全ページ共通項目
-------------------------------- */

.main-title-line {
	margin: 3px 0 0 0;
	width: 700px;
	height: 2px;
	background: url(../images/hasen_w700h2.png) no-repeat 0 0;
	border: 0;
}

.page-tag {
	width: auto;
}

.page-tag a, .brown a {
	color: #745024;
}

.color745024  a {
	color:#745024;
}

a:hover {
color: #C96;
}

.spacing {
	letter-spacing: 0em;
}

.caption dt,
.caption dd {
	float: left;
	line-height: 18px;
	letter-spacing: .2em;
}

.caption dt {
	margin: 10px 0 0 45px;
	width: 20px;
}

.caption dd {
	margin: 10px 0 0 5px;
	width: 614px;
}

.tsume {
	line-height:140%;
}

.komoji {
	color: #930;
	line-height: 100%;
	vertical-align: top;
	font-size:80%;
}

.bold {
	font-weight: bold;
}

.akamoji {
	color: #930;
}

.akabeta {
	background-color: #930;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

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

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

.t-bottom {
	vertical-align: bottom;	
}

.top-10px {
	margin-top: 10px;
}

.top-20px {
	margin-top: 20px;
}

.left-10px {
	margin-left: 10px;
}

.left-30px {
	margin-left: 30px;
}

.right-20px {
	margin-right: 20px;
}

.right-50px {
	margin-right: 50px;
}

.bottom-10px {
	margin-bottom: 10px;
}

.bottom-40px {
	margin-bottom: 40px;
}

.d-block {
	display: block;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/*--------------------------------
管理ボタン項目
-------------------------------- */
#kanri_form {
	display: block;
	margin: 2px 0 0 12px;
}

#footer input[type="password"] {
	border: 1px dotted #745024;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	margin: 0;
	max-width: 100%;
	background: #C96;
}

#footer input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #745024;
 	color: #745024;
 	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}

#footer .kanri-button {
	margin: 0 0 0 3px;
  border: 0;
	width: 30px;
	height: 18px;
	text-indent: -9999px;
	background: url(../images/kanrib_w30h54.png) no-repeat 0 0;
}

#footer .kanri-button:hover {
	background-position: 0 -18px;
}

#footer .kanri-button:active {
	background-position: 0 -36px;
}
