@charset "UTF-8";

/* ****************************************************
	layout.css
***************************************************** */

/*  common Settings
=========================================*/
* html body {
	text-align: center;
}

#pageContainer {
}

#header,
#footContainer .footerText,
#footerLink,
#copyright,
#mainContents {
	width: 980px;
	margin: 0 auto;
}
* html #header,
* html #mainContents {
	text-align: left;
}

/*  Header
=========================================*/
#headContainer {
	padding-bottom: 19px;
	background: url(../images/header_bg01.gif) repeat-x 0 0;
}
* html #header {
	text-align: left;
}
#header #identity {
	float: left;
	width: 500px;
}
#header #logo {
	float: left;
	margin: 21px 20px 0 0;
}
#header .text {
	margin-top: 27px;
	overflow: hidden;
	font-size: 83%;
}
#header #headerUtility {
	float: right;
	width: 367px;
	margin-right: 4px;
	margin-top:15px;
}
#header #headerUtility dt {
	float: left;
	width: 122px;
	height: 56px;
	margin-top: 26px;
}
/*20150123まで*/
/* #header #headerUtility dt {
	float: left;
	width: 122px;
	height: 56px;
	margin-top: 26px;
	background: url(../images/header_tx01.gif) no-repeat 0 0;
} */
/*20150123まで*/
#header #headerUtility dt span {
	display: none;
}
#header #headerUtility dd {
	float: left;
	margin-top: 21px;
}


/*  Footer
=========================================*/
#footContainer {
	clear: both;
	padding-top: 17px;
/*	background: url(../images/footer_bg01.gif) repeat-x 0 0;*/
	font-size: 83%;
	line-height: 1.6;
	text-align: center;
}
#footer {
	margin-top: 13px;
	padding: 15px 0 20px;
	background: url(../images/footer_bg02.gif) repeat-x 0 0;
}
#footerLink {
	line-height: 1.1;
}
#footerLink li {
	display: inline;
	padding-left: 10px;
	background: url(../images/footer_ic01.gif) no-repeat 0 0;
}
#footerLink li.first {
	padding-left: 0;
	background: none;
}
#copyright {
	width: 401px;
	height: 9px;
	margin-top: 10px;
	background: url(../images/footer_tx01.gif) no-repeat 0 0;
}
#copyright span {
	display: none;
}


/*  Contents
=========================================*/
#mainContents {
	clear: both;
	padding-bottom: 35px;
}
#contentsLeft {
	float: left;
	width: 475px;
}
#contentsRight {
	float: right;
	width: 475px;
}
.section {
	clear: both;
	margin: 25px 0 0;
}


/*  Search
=========================================*/
#cse-search-box div {
	font-size: 0;
}
#search {
	width: 152px;
	height: 16px;
	margin-right: 10px;
	padding: 2px;
	background: #ffffff url(http://www.google.com/cse/intl/ja/images/google_site_search_watermark.gif) no-repeat 0 50%;
	border: 1px solid #7e9db9;
	vertical-align: middle;
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
}
* html #search {
	width: 156px;
	height: 22px;
	padding: 3px 2px 1px;
}
#search-submit {
	margin-top: 2px;
	vertical-align: middle;
}


/*  Login
=========================================*/
.loginArea {
	clear: both;
	width: 475px;
	margin-top: 39px;
	color: #666666;
}
.loginArea li {
	float: left;
}
.loginArea #members.on {
	margin: 0 24px 0 0;
}
.loginArea #simple.on {
	margin: 0 0 0 23px;
}
.loginArea .tabBtn span {
	display: none;
}
.loginArea .tabBtn a {
	display: block;
	width: 176px;
	outline: none;
	position: relative;
}
.loginArea #members a:link,
.loginArea #members a:visited {
	height: 26px;
	margin-left: 20px;
	background: url(../images/com_bt02.gif) no-repeat 0 0;
}
.loginArea #members a:hover,
.loginArea #members a:active {
	height: 36px;
	margin-top: -10px;
	margin-left: 20px;
	background: url(../images/com_bt02on.gif) no-repeat 0 0;
}
.loginArea #members.on a {
	width: 255px !important;
	height: 40px !important;
	margin: -14px 0 0 0 !important;
	background: url(../images/com_bt02current.gif) no-repeat 0 0 !important;
}
.loginArea #simple a:link,
.loginArea #simple a:visited {
	height: 26px;
	background: url(../images/com_bt03.gif) no-repeat 0 0;
}
.loginArea #simple a:hover,
.loginArea #simple a:active {
	height: 36px;
	margin-top: -10px;
	background: url(../images/com_bt03on.gif) no-repeat 0 0;
}
.loginArea #simple.on a {
	width: 255px !important;
	height: 40px !important;
	margin-top: -14px !important;
	background: url(../images/com_bt03current.gif) no-repeat 0 0 !important;
}
.loginArea .tabContents01 .innerBlock {
	padding: 17px 21px 23px;
	zoom: 1;
}
.loginArea #membersLogin {
	background: url(../images/com_bg07.gif) no-repeat 0 100%;
}
.loginArea #membersLogin .innerBlock {
	background: url(../images/com_bg06.gif) no-repeat 0 0;
}
.loginArea #simpleLogin {
	background: url(../images/com_bg09.gif) no-repeat 0 100%;
}
.loginArea #simpleLogin .innerBlock {
	background: url(../images/com_bg08.gif) no-repeat 0 0;
}
.loginArea .tabContents01 .error {
	clear: both;
	margin-top: 10px;
	padding: 7px 8px;
	background: #ffffb7;
	color: #FF0000;
}
.loginArea .tabContents01 .error .cmn {
	display: none;
}

.loginArea .tabContents01 .errorText {
	color: #cc3333;
	font-size: 110%;
	font-weight: bold;
}
.loginArea .loginFormArea .loginText {
	display: block;
	margin-top: 1px;
	padding: 6px 0;
	background: url(../images/com_bg10.gif) repeat-y 0 0;
}
.loginArea .loginFormArea .loginText img {
	vertical-align:middle;
}

.loginArea .loginFormArea .loginText label,
.loginArea .loginFormArea .loginText span {
	vertical-align: middle;
}
.loginArea .loginFormArea .loginText .text_size {
	width: 179px;
	height: 16px;
	margin: 0 23px 0 7px;
	padding: 2px;
	border: 1px solid #9fa7ad;
	vertical-align:middle;
}
.loginArea .loginFormArea .loginText .cookieUse {
	margin-right: 5px;
}
.loginArea .loginFormArea .chargecode {
	margin: 10px 0 0 121px;
}
.loginArea .loginFormArea .chargecode li {
	margin-right: 3px;
}
.loginArea .loginFormArea .chargecode li.keyChargecode {
	cursor: pointer;
}
.loginArea .loginFormArea .chargecodeArea {
	display:none;
}
.loginArea .loginFormArea .loginBtn {
	clear: both;
	margin-top: 11px;
	text-align: center;
}
.loginArea .loginFormArea .loginBtn span {
	display: block;
	margin-bottom: 2px;
}
.loginArea #simpleLogin .forSimple {
	margin-top: 10px;
	text-align: center;
}
.loginArea #simpleLogin .forSimple .simpleText {
	font-size: 110%;
	font-weight: bold;
}
.loginArea #simpleLogin .forSimple .iconLink01 {
	background-position: 0 0.2em;
}
#switchArea #switchBox {
	float: right;
}
#switchArea #toSSL,
#switchArea #toSSL2 {
	display: block;
	width: 167px;
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
}
#switchArea #toSSL:link,
#switchArea #toSSL:visited {
	background: url(../images/com_bt04.gif) no-repeat 0 0;
}
#switchArea #toSSL:hover,
#switchArea #toSSL:active {
	background: url(../images/com_bt04on.gif) no-repeat 0 0;
}
#switchArea #toSSL2:link,
#switchArea #toSSL2:visited {
	background: url(../images/com_bt05.gif) no-repeat 0 0;
}
#switchArea #toSSL2:hover,
#switchArea #toSSL2:active {
	background: url(../images/com_bt05on.gif) no-repeat 0 0;
}

/*  Login checkbox inverse FIX
=========================================*/
#saveUserId,
#savePwd,
#saveChargeCode { vertical-align:middle; }
#cookieUse,
#notSavePwd,
#chargeCodeUse  { display:none; }
#loginBtnMember { margin:0 auto; }
#loginBtnSimple { margin:0 auto; display:none; }
#chargeCodeImageShow {  }
#chargeCodeImageHide { display:none; }

/*  extra
=========================================*/
/* clearfix */
#header:after,
#header #identity:after,
#header #headerUtility dl:after,
#contentsWrap:after,
#switchArea:after,
.loginArea ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header,
#header #identity,
#header #headerUtility dl,
#contentsWrap,
#switchArea,
.loginArea ul {
	zoom: 1;
	display: block;	/* for safari firefox3 */
	min-height: 1%;  /* for IE 7*/
}
/* IE7 hacks */
*:first-child+html #header,
*:first-child+html #header #identity,
*:first-child+html #header #headerUtility dl,
*:first-child+html #contentsWrap,
*:first-child+html #switchArea,
*:first-child+html .loginArea ul:after {
	display: inline-table;
}/* end hacks */