@charset "utf-8";

/*-------------------------------------

■ file name: common.css
■ file about: 共通スタイル設定
■ last update: 2009/06/05

-------------------------------------*/

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: #FFFFFF url(../images/bg.gif) repeat-x top left;
	text-align: center;
	margin:0;
	padding:0;
	font-size: 12px;
}


#wrap {
	position: relative;
	width: 511px;
	margin: 0 auto 0;
	text-align: left;
}

/*-------------------------------------

# HEADER ヘッダ

-------------------------------------*/

#header {
	position: relative;
	height: 92px;
	width: 100%;
}

/*-------------------------------------

# CONTENTS FRAME コンテンツフレーム

-------------------------------------*/

#content {
		background-color: #FFFFFF;
		border-style:solid;
		border-width:0px 1px 0px 1px;
		border-color:#CCCCCC;
		width:549px;
		text-align:left;
}

#content-inner {
	padding: 7px 29px ;
	text-align: left;
	width:490px;
}

p.status_bar {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 25px;
}


p.infomation{
	margin-top: 10px;
	padding: 5px 0 0;
	font-size: 12px;
	line-height: 18px;
}

/*------------------------------------- 

 # FOOTER フッタ

-------------------------------------*/

#footer {
	margin: 5px 0 50px;
	width: 551px;
}
.copy {
	margin: 5px 0 0 5px;
	font-size: 10px;
}
.close {
	margin: 5px 10px 5px 0;
}

/* リンクスタイル ---------------*/
a{
	color:#656565;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color: #66A308;
	position: relative;
	top: 1px;
	left: 1px;
}

/* Thanksスタイル ---------------*/

#thanks {
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.step03img {
	margin: 70px 0 10px;
}
div.step03txt {
	font-size: 12px;
	color: #555555;
	line-height: 140%;
	margin: 0 0 15px;
}
div.step03mv {
	margin: 60px 0 15px;
}
