@charset "UTF-8";

/* 共通設定
--------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

.clearboth {
	clear: both;
}

.bold {
	font-weight: bold;
}

body {
	line-height: 150%;
	font-family: verdana, arial, helvetica, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, Sans-Serif;
	font-size: 13px;
	/*\*/
	_font-size: 81%;
	/**/
	color: #333;
	text-align: center;
	background-image: url("../images/common/bodyArea_bg.gif");
	background-repeat: repeat-x;
}

#wrapper {
	width: 878px;
	background-color: #fff;
	text-align: left;
	margin:0 auto;
	padding-bottom: 20px;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
}

/* ヘッダー
--------------------------------------------- */
#headerArea {
	width: 800px;
	height: 125px;
	margin: 0 35px;
	background-image: url(../images/common/headerArea_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#headerArea h1 {
	float: left;
	width: 270px;
}

#headerArea p {
	float: left;
	width: 450px;
	height: 100px;
	position: relative;
}

#headerArea p span {
	position: absolute;
	bottom: 5px;
	font-size: 12px;/* ************11pxでもいいかも******** */
}

/* コンテンツエリア
--------------------------------------------- */
#contentArea {
	width: 800px;
	margin: 45px 35px 30px;
}


/* テキスト装飾 */
h2 {
	margin-bottom: 50px;
}

h3 {
	margin-bottom: 20px;
}

.normalparagraph p {
	width: 780px;
	margin: 0 auto 10px;
}

p.addMarginBottom {
	margin-bottom: 35px;
}


/* プライバシーポリシー */

.privacypolicyTerm, .termofuseTerm {
	width: 780px;
	margin: 0 auto;
}

.privacypolicyTerm dt, .termofuseTerm dt {
	font-weight:bold;
	margin: 20px 0 5px;
}

.privacypolicyTerm dd, .termofuseTerm dd {
	margin-bottom: 5px;
}

.privacypolicyTerm dd ul, .privacypolicyTerm dd ol,
.termofuseTerm dd ul, .termofuseTerm dd ol {
	list-style-type: none;
	margin-left: 20px;
}

.privacypolicyTerm dd ul.addliststyle {
	list-style-type: disc;
	padding-left: 10px;
}

/* 利用規約ページ */

.termofuseTerm dd ol.addliststyle {
	list-style-type: decimal;
	padding-left: 10px;
}

.normalparagraph p.signature {
	width: 780px;
	margin: 50px auto 10px;
}


/* 新規登録ページ */

h2.delmarginBottom {
	margin-bottom: 10px;
}

.process {
	text-align: center;
}

#signup {
	width:590px;
	background-image:url(../images/signup/form_bg.gif);	
	margin: 10px auto;
}

#signup table {
	width: 540px;
	margin: 25px;
	border: 1px #ccc solid;
	border-collapse: collapse;
	background-color: #fff;
}

#signup table th, #signup table td {
	border: 1px #ccc solid;
	padding: 7px;
	font-size: 0.9em;
}

#signup table th {
	font-weight: normal;
	text-align: center;
	width: 110px;
}

#signup table td input, #signup table td select {
	border: 1px #ccc solid;
}

#signup div.submit {
	width: 150px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#signup div.submit p {
	width: 200px;
}

#signup .registeredMailAddress {
	background-color: #fff;
	border: 1px #ccc solid;
	width: 500px;
	padding: 10px;
	text-align: center;
}

#signup .confirmMessage {
	text-align: center;
	width: 540px;
	margin: 25px;
}


/* 運営会社ページ */
.companyInfo {
	margin-left: 10px;
}

.companyInfo dt {
	clear:both;
	float: left;
	width: 100px;
	font-weight: bold;
	padding-top: 10px;
}

.companyInfo dd {
	margin-left: 120px;
	padding-top: 10px;
}

/* フッター
--------------------------------------------- */
#footerArea {
	background-image: url(../images/common/footerNav_bg.gif);
	background-repeat: no-repeat;
	width: 800px;
	margin: 0 35px;
}

#footerArea ul {
	padding-left: 23px;
	height: 25px;
	list-style-type: none;
}

#footerArea ul li {
	display: inline;
}

#footerArea ul li a {
	position: relative;
	top: 2px;
}

#footerArea ul li img {
	vertical-align: middle;
	padding: 0 12px;
}

/* リンクテキスト装飾 */

#footerArea ul li a:link	{
	color: #999;
	text-decoration: none;
}

#footerArea ul li a:visited {
	color: #999;
	text-decoration: none;

}

#footerArea ul li a:hover {
	color: #c00;
	text-decoration: none;
}

#footerArea ul li a:active	{
	color: #c00;
	text-decoration: none;
}

/* //リンクテキスト装飾 */

#linkArea {
    text-align:center;
    margin: 0.5em;
    color: grey;
}

#linkArea h2 {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    display: inline;
}

#linkArea ul {
    link-style: none;
    display: inline;
}

#linkArea ul li {
    display: inline;
}

#linkArea a:link, #linkArea a:visited {
    color: grey;
    text-decoration: none;
}

#linkArea a:hover, #linkArea a:active {
    color: #c00;
    text-decoration: none;
}
