* {
	margin : 0;
}

img{
	border: none;
}

body{
	text-align: center;
	background-image: url('../images/head_bg.gif');
	background-repeat: repeat-x;
	text-align: center;
}

#container{
	text-align: left;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/* head_navi */
#head_navi{
	width: 800px;
	height: 72px;
	border-top: 1px solid #9cc; /* for w3c!!!!*/
	margin-bottom: 10px;
}

#head_logo{
	float: left;
}

#head_navi_tabs{
	margin-left: 187px;
	margin-top: 19px;
}

#head_navi_tabs a{
	float: left;
}

/* navi */

#signup{
	width: 391px;
	height: 239px;
}

#login{
	margin: -240px 0 0 410px;
	background-image: url(../images/login_back.gif);
	width: 390px;
}

#login .form_item{
	height: 34px;
}

#login label{
	width: 122px;
	float: left;
}

#login .form_item input {
	background-color: #f39;
	color: #fff;
	border: none;
}

#login .form_submit_button input {
	margin: 0 auto 6px 258px;
}

#login .login_footer{
	background-image: url(../images/login_foot.gif);
	background-repeat: no-repeat;
	width: 390px;
	height: 44px;
}

#login .login_footer a{
	color: #c30;
	font-weight: bold;
	font-size: 13px;
	background-repeat: no-repeat;
	padding: 2px 0 4px 20px;

	height: 18px;
	margin-right: 18px;
}

/* 罫線 */

div.check_hr {
	margin: 10px 1px;
	height: 6px;
	font-size: 6px;
	background-image: url(../images/border_back.gif);
	background-repeat: repeat;
}


/*　左右contents */

div.section{
	position: relative;
}

div.section img.icon{
	position: absolute;
	top: 0;
	left: 0;
}

div.section p{
	line-height: 130%;
	color: #666;
	font-size: 12px;
}

/* 左側contents */
#contents #alpha{
	float: left;
	width: 391px;
}

#contents #alpha div.section{
	border-bottom: 1px dotted #99CCCC;
	height: 70px;
	margin-bottom: 6px;
}

#contents #alpha div.section h3{
	margin-left:80px;
	margin-bottom: 3px;
}

#contents #alpha div.section p{
	margin-left:85px;
}

/* */

div.vr{
	border-left: solid 1px #9cc;
	margin: 0 0 0 400px;
	padding: 0 0 0 10px;
	width: 385px;
}

/* 右側contents */
#contents #beta{
	width: 380px;
}

#contents #beta div.section{
	position: relative;
	border-bottom: 1px solid #9cc;
	height: 92px;
	margin-bottom: 10px;
}

#contents #beta div.section h3{
	margin-left:80px;
	margin-bottom: 3px;
}

#contents #beta div.section p{
	margin-left:85px;
}

#secure_seal{
	width: 115px;
	height: 82px;
	margin: 10px auto;
}

/* お問い合わせ先一覧 */
ul#contact{
	padding: 0;
}


ul#contact li{
	text-indent: 0;

	list-style: none;
	margin: 10px 5px;
	font-size: 12px;
}

ul#contact li a{
	text-decoration: none;
	color: #699;
}

ul#contact li a:hover{
	color: #f60;
}


/* footer
div#footer{
	margin: 10px auto;
    background-color: #fff;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;

	text-align: center;
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #666;
    font-size: 12px;
	width: 800px;
}

*/


