
/* 
 * $Id: styles.css 73 2009-04-22 19:36:38Z mizoguchi $
 * Copyright (C) 2009 orgaMETA, Inc. All Rights Reserved.
 */

/* エラーメッセージ */
.errorMessage {
	display: none;
	color: red;
	font-weight: bolder;
}

body {
	background-image: url(../site_images/common/site_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #521412;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color:#000000;
}

a {
	color:#00345C;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}

a:hover {
	color:#0062AA;
	text-decoration:underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}

hr {
	display:none;
	height: 0px;
}

div,
span,
form,
input {
	margin: 0px;
	padding: 0;
}

p {
	margin: 0px;
	padding: 0;
	color:#000000;
	font-size:90%;
	line-height:1.7;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.bodyContainer,
.loginContainer,
.registContainer {
	width: 1004px;
	background-color: #651715;
	background-image: url(../site_images/common/header_texture.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: 0 auto;
}

.headInfo {
	position: relative;
	height: 118px;
}

.siteID {
	float: left;
	margin: 46px 0 0 70px;
	width: 208px;
	height: 50px;
}

*html body .siteID {
	margin: 46px 0 0 35px;
}

.inquiry {
	float: left;
	margin: 67px 18px 0 0;
	width: 311px;
	height: 34px;
}

.logoutButton {
	float: left;
	margin: 67px 12px 0 0;
	width: 96px;
	height: 34px;
}

.globalNavigation {
	clear: both;
	width: 980px;
	display: block;
	margin: 0 auto;
	height: 44px;
}

.navigationList {
	height: 44px;
}

.navigationList ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	height: 44px;
}

.navigationList ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	float: left;
}

.navigationList ul li a {
	margin: 0;
	padding: 0;
}

.bodySection {
	width: 980px;
	margin: 0 auto;
	display: block;
	background-color: #FFFFFF;
	padding: 0;
}

.bodySection .bodyContainer {
	background-color: #FFFFFF;
	background-image:url(../site_images/common/side_bg.gif);
	background-position:right 300px;
	background-repeat:no-repeat;
	position: relative;
	margin: 0 10px 10px 10px;
	padding: 10px 0 0 0;
	width: auto;
}

.bodySection:after,
 .bodySection .bodyContainer:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.bodySection,
 .bodySection .bodyContainer {
	display: inline-block;
}

/* Hides from IE-mac \*/
		* html.bodySection,
 * html.bodySection .bodyContainer {
	height:1%;
}

.bodySection,
 .bodySection .bodyContainer {
	display:block;
}

/* End hide from IE-mac */




.mainContents {
	float: left;
	width: 760px;
	text-align: center;
	padding-bottom: 40px;
}

.sideContents {
	float: right;
	width: 190px;
}

.sideContents .sideContainer {
	width: 190px;
}

.loginButton {
	text-align: left;
	background-color: #EADDDD;
	padding: 0;
	height: 140px;
}

.loginButton dl {
	padding: 8px 0 0 9px;
}

.loginButton dl dt {
	display: none;
}

.loginButton dl dd {
	width: 171px;
	height: 56px;
	display: block;
	margin: 3px 0;
}

.firstCustomer {
	background-color: #D2B5B5;
	text-align: left;
	padding: 0;
	clear: both;
	height: 110px;
}

.firstCustomer dl {
	margin: 4px 0 0 4px;
}

.firstCustomer dl dt {
	margin: 0;
	width: 182px;
	height: 26px;
}

.firstCustomer dl dd {
	width: 171px;
	height: 56px;
	display: block;
	margin: 12px 0 0 5px;
}

.customerTools {
	text-align: left;
	background-color: #EADDDD;
	padding: 0;
	height: 140px;
}

.customerTools ul {
	padding: 12px 0 0 9px;
}

.customerTools ul li {
	width: 171px;
	height: 56px;
	display: block;
	margin: 3px 0;
}

.beginnerTools {
	background-color: #D2B5B5;
	text-align: left;
	padding: 0;
	clear: both;
}

.beginnerTitle {
	background-color: #D2B5B5;
	text-align: center;
}

.beginnerTitle p {
	margin: 0 auto;
	height: 26px;
	padding: 4px 0 0 0;
}

.beginnerTools p {
	width: 171px;
	height: 56px;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}

.campaignArea {
	padding: 6px 0;
	text-align: center;
	background-color: #DED0C7;
}

.campaignArea ul li {
	margin: 2px 0;
	height: 70px;
	display: block;
}

.newsArea {
	padding: 6px 0;
	background-color: #E9E0DA;
}

.newsArea ul li {
	margin: 2px 0;
	height: 50px;
	display: block;
}

.newsHeader {
	position: relative;
}

.newsHeader h2 {
	float: left;
	padding: 10px 0 0 10px;
}

.newsHeader p {
	float: right;
	padding: 12px 8px 0 0;
	font-size:80%;
	line-height:1.2;
	text-align:left;
}

.newsArea .newsList {
	clear: both;
	padding: 0 0 2px 0;
}

.newsArea .newsList ul {
	display: block;
	text-align: left;
	padding: 0 6px 0px 6px;
}

.newsArea .newsList ul li {
	font-weight: normal;
	font-size:80%;
	line-height:1.3;
	padding: 5px 0;
	display: block;
	clear: left;
	margin: 0;
	height: auto;
}

/* footer */

.footSection {
	clear: both;
	width: 1004px;
}

.footContainer {
	text-align: center;
	width: 1004px;
}

.footNavigation {
	width: 1004px;
	text-align: center;
	padding: 8px 0;
	background-color: #651715;
}

.footNavigation ul {
	display: block;
}

.footNavigation ul li {
	display: inline;
	padding: 0 10px;
	font-size: 75%;
}

.footNavigation ul li a {
	color:#C7AF9E;
}

.footNavigation ul li a:hover {
	color: #FFFFFF;
}

.copyright {
	width: 1004px;
	padding: 10px 0 15px 0;
	background-color: #521412;
	text-align: center;
}

.copyright address {
	color: #B08F77;
	font-style: normal;
	font-size: 70%;
}

/* page */

.breadcrumbNavi {
	text-align: left;
}

.breadcrumbNavi p {
	font-size: 75%;
	color: #8E8282;
}

.categoryTitle {
	text-align: left;
	margin: 0 15px;
	border-bottom: 1px solid #D8ADAD;
	padding:30px 0 8px 10px;
}

.categoryTitle h1 {
	color: #BC2B28;
	font-size: 120%;
}

.headerright {
	float: right;
}

.pagetop {
	margin: 30px 15px 0 15px;
	text-align: right;
	font-size: 12px;
	clear: both;
}

.pagetop a {
	background-image: url(../site_images/common/arrow_up.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
	display: block;
	padding-right: 16px;
}

.imgR {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.imgL {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* form */

.formStyle01 {
	margin: 0 25px 0 25px;
	padding: 10px 0;
}

.formStyle01 table {
	width: 100%;
}

.formStyle01 table th {
	width: 25%;
	background-color: #1B1B1B;
	padding: 5px 5px 5px 10px;
	font-size: 85%;
	text-align: left;
	vertical-align: middle;
	line-height: 1.2;
	font-weight: bold;
	border-bottom: 2px solid #FFFFFF;
	color: #FFFFFF;
}

.formStyle01 table td {
	padding: 12px;
	text-align: left;
	vertical-align: middle;
	background-color: #E3E0DF;
	border-bottom: 2px solid #FFFFFF;
	line-height: 1.6;
	color: #FFFFFF;
}

.formStyle01 table td p {
	color: #000000;
	padding-top: 3px;
	line-height: 1.4;
}

.formStyle02 {
	padding: 10px 0;
}

.formStyle02 table {
	width: 100%;
}

.formStyle02 table th {
	width: 25%;
	background-color: #1B1B1B;
	padding: 10px;
	font-size: 75%;
	text-align: left;
	vertical-align: middle;
	line-height: 1.2;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.formStyle02 table td {
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	background-color: #E3E0DF;
	border-bottom: 1px solid #FFFFFF;
	line-height: 1.6;
	color: #FFFFFF;
}

.formStyle02 table td p {
	color: #000000;
	padding-top: 3px;
	line-height: 1.4;
	font-size:75%;
}

.formStyle03 {
	padding: 10px 0;
}

.formStyle03 table {
}

.formStyle03 table th {
	background-color: #1B1B1B;
	padding: 10px;
	font-size: 75%;
	text-align: left;
	vertical-align: middle;
	line-height: 1.2;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.formStyle03 table td {
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	background-color: #E3E0DF;
	border-bottom: 1px solid #FFFFFF;
	line-height: 1.6;
	color: #FFFFFF;
}

.formStyle03 table td p {
	color: #000000;
	padding-top: 3px;
	line-height: 1.4;
	font-size:75%;
}

.formStyle03 table .bgLight {
	background-color:#666666;
}

.formStyle03 table .bgLight2 {
	background-color:#666666;
	border-left: 5px solid #FFFFFF;
}

.formStyle03 table .bgDeep {
	background-color:#333333;
}

.formStyle03 table .bgDeep2 {
	background-color:#000000;
	border-left: 5px solid #FFFFFF;
}

.formStyle03 table .bgDeep3 {
	background-color:#333333;
	border-left: 1px solid #FFFFFF;
}

.formStyle03 table .bgTD {
	border-left: 1px solid #FFFFFF;
}

.mark {
	font-weight: normal;
	color: #FF0000;
}

.notice {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	padding-top:8px;
}

td p.notice {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	padding-top:8px;
}

.name {
	width: 250px;
}

.email {
	width: 350px;
	height: 25px;
}

textarea {
	width: 450px;
	height: 150px;
}

.telCounter {
	display: block;
	border: 1px solid;
	border-color: #C58787;
	padding: 10px 15px;
	margin-top: 10px;
	font-weight: bold;
}

.tel {
	font-size: 120%;
	color: #C71B1B;
	padding-right: 20px;
}

.date {
	font-weight: normal;
	padding-right: 20px;
}

/* midashi */
.midashi01 {
	background-image: url(../site_images/common/midashi_1.jpg);
	background-position:center;
	background-repeat: repeat-x;
	height: auto;
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 25px;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 4px;
	clear:both;
	margin-bottom: 15px;
	border-left: 3px solid #BC2B28;
	border-bottom: 1px solid;
	border-bottom-color: #666666;
}

.midashi02 {
	background-image: url(../site_images/common/midashi_2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 30px;
	display: block;
	font-size: 16px;
	color: #000000;
	text-align: left;
	margin-top: 25px;
	padding-left: 15px;
	clear:both;
}

.mailAddress,
.cardNum,
.cardName,
.cord {
	width: 350px;
	height: 25px;
	font-size: 18px;
	ime-mode: inactive;
}

.password {
	width: 350px;
	height: 25px;
	font-size: 18px;
	ime-mode: disabled;
}

.name {
	width: 180px;
	height: 25px;
	font-size: 18px;
	ime-mode: active;
}

.name2 {
	width: 350px;
	height: 25px;
	font-size: 18px;
}

.date,
.zip,
.phone {
	width: 50px;
	height: 25px;
	font-size: 18px;
	ime-mode: disabled;
}

.address1,
.address2 {
	width: 470px;
	margin-top:2px;
	height: 25px;
	font-size: 18px;
	ime-mode: active;
}

.prefecture {
	width: 76px;
	margin-top:2px;
	margin-right:-4px;
	height: 25px;
	font-size: 18px;
	background-color: #F0F0F0;
	color: black;
	ime-mode: active;
}

.address3,
.address4 {
	width: 250px;
	height: 25px;
	font-size: 18px;
	ime-mode: active;
}

.gotop {
	margin: 0 50px;
	text-align: left;
	background-image: url(../site_images/common/arrow_back.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	padding-bottom: 3px;
}

.gotop a {
	padding-left: 18px;
	font-size: 75%;
}

.text10 {
	font-size: 75%;
}

.side_news {
	font-size: 9pt;
}
