/*共通部分*/

img { zoom: 1;}
a:link {/*未訪問のリンク*/
    color:#F41887;
}
a:visited {/*訪問後のリンク*/
    color:#F41887;
}
a:hover {/*マウスをのせたとき*/
    color:#F41887;
}
body {
	margin: 0px;
	padding: 0px;
	background-image:url(../img/bg.gif);
	text-align:center;
	color:#000000;
}

#center_position {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	border:solid 2px #FFF;
	background-color: #FFF;
}
.pink {
	font-weight:bold;
	color:#FF3366;
}
/*index部分*/
#index_body {
	background-image: url(../img/index_bg.jpg);
	height: 450px;
	width: 740px;
	text-align:center;
}
#index_body a {
	display:block;
	margin-left:440px;
}
#exit {
	color: #FFFFFF;
	font-size:12px;
	text-align:right;
	margin-top:10px;
}
.footer {
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	width: 740px;
	height: 80px;
	font-size: 12px;
	color:#000000;
	text-align:center;
	line-height:120%;
}
#errormessage {
	font-size: 12px;
	color:#000000;
	text-align:center;
	line-height:120%;
	margin: 0px 80px 0px 0px;
}


/*top部分*/
#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 740px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding: 10px 0px 0px 0px;
}
#header input.id01 {
	height: 15px;
	width: 100px;
	font-size:12px;
	font-weight:bold;
	margin: 0px 5px 0px 5px;
}
#header input.pass01 {
	height: 15px;
	width: 100px;
	font-size:12px;
	font-weight:bold;
	margin: 0px 5px 0px 5px;
}
#menu {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	padding-top:20px;
}
#main_form_bg {
	background-image: url(../img/main_form_bg.jpg);
	background-repeat: no-repeat;
	height: 450px;
	width: 740px;
}
#form_bg {
	padding-top:36px;
	padding-right:10px;
}
#form_bg th {
	width:120px;
	background-color:#F41887;
	padding-top:4px;
	padding-bottom:4px;
	color:#FFFFFF;
	text-align:left;
	font-size:12px;
}
#form_bg td {
	text-align:left;
}
#marquee_bg {
	background-image: url(../img/marquee_bg.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 730px;
	margin-top:5px;
	margin-left:5px;

}
#marquee_bg marquee {
	font-size:12px;
	width:595px;
	padding-top:5px;
	margin-right:10px;
	margin-left:125px;
}
#mobile_bg {
	background-image: url(../img/mobile_bg.jpg);
	height: 150px;
	width: 300px;
	background-repeat: no-repeat;
	float:left;
	text-align:left;
}
#mobile_bg img {
	margin-top:32px;
	margin-left:4px;
}
#step3 {
	background-image:url(../img/step3.jpg);
	width: 435px;
	height: 150px;
	background-repeat:no-repeat;
	float:right;
}
#login_bg {
	background-image: url(../img/login_bg.jpg);
	width: 195px;
	height: 205px;
	float:left;
	font-size: 14px;
	color:#660000;
	font-weight: bold;
	text-align:left;
	line-height:120%;
	padding: 5px 0px 0px 10px;
}
#login_bg img {
	text-align:left;
	padding: 10px 0px 0px 0px;
}
#login_bg table {
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	margin-bottom:10px;
}
#login_bg th {
	text-align:right;
	font-size:12px;
	padding:10px;
}
#login_bg td {
	text-align:left;
}
#about_bg {
	background-image:url(../img/about_bg.jpg);
	width:530px;
	height:210px;
	background-repeat:no-repeat;
	float:right;
}
#about_bg h3 {
	width:520px;
	float:right;
	font-size: 14px;
	color:#660000;
	font-weight: bold;
	text-align:left;
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}
#about_text {
	font-size:12px;
	margin-top:30px;
	text-align:left;
	line-height:130%;
	padding-left:3px;
}
#about_text strong {
	color:#F41887;
}
#anshin {
	width:285px;
	height:210px;
	float:left;
	background-image:url(../img/anshin.jpg);
	background-repeat:no-repeat;
}
#anshin h3 {
	width:275px;
	float:right;
	font-size: 14px;
	color:#660000;
	font-weight: bold;
	text-align:left;
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}
#party_bg {
	width:450px;
	height:210px;
	float:right;
	background-image:url(../img/party_bg.jpg);
	background-repeat:no-repeat;
}
#party_bg h3 {
	width:440px;
	float:right;
	font-size: 14px;
	color:#660000;
	font-weight: bold;
	text-align:left;
	padding: 5px 0px 15px 10px;
	margin: 0px 0px 0px 0px;
}
#party_bg #party_image {
	padding:5px;
	text-align:left;
	font-size:12px;
	line-height:130%;
}
#party_bg #party_image img {
	margin-right:5px;
	margin-left:5px;
}
#party_image strong {
	color:#F41887;
}
/*popup部分*/
.popup_body {
	background-color:#E5CCB6;
	width:540px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.popup_text {
	padding:10px;
	font-size:12px;
}
.popup_footer {
	background-image:url(../img/popup_footer.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
	width:540px;
}
/*error部分*/
#header2 {
	background-image:url(../img/header2.jpg);
	background-repeat:no-repeat;
	width:740px;
	height:150px;
}
#header3 {
	background-image:url(../img/header3.jpg);
	background-repeat:no-repeat;
	width:740px;
	height:150px;
}
#header4 {
	background-image:url(../img/header4.jpg);
	background-repeat:no-repeat;
	width:740px;
	height:150px;
}
#header5 {
	background-image:url(../img/header5.jpg);
	background-repeat:no-repeat;
	width:740px;
	height:150px;
}
#error_bg {
	background-image:url(../img/error_bg.jpg);
	background-repeat:no-repeat;
	width:740px;
	height:300px;
}		
#done_bg {
	background-image:url(../img/error_bg.jpg);
	background-repeat:no-repeat;
	width:740px;
	height:1000px;
}		
#done2_bg {
	background-image:url(../img/error_bg.jpg);
	background-repeat:no-repeat;
	width:740px;
	height:300px;
}		
