@charset "UTF-8";
/* CSS Document */


/*デフォルトCSSリセット*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------------------*/
a { outline: none; }

/*---------------------*/




html,body{
	padding:0;
	margin:0;
	height:100%;
}

img{
	border:none;
}



body{
	-webkit-text-size-adjust:none;

}


/*---------------------*/

#wrapper{
	position:relative;
    width:900px;
	padding:0;
	margin:0 auto;
}

#main{
	position:relative;
    width:840px;
	padding:0;
	margin:0 auto;
}


#logo{
	position:relative;
	width:616px;
	height:140px;
	margin:20px auto 0 auto;
}


#header{
	position:relative;
	width:840px;
	height:510px;
}


#container01{
	position:relative;
	width:840px;
	height:149px;
}

#container02{
	position:relative;
	width:840px;
	height:1019px;
	margin:70px 0 30px 0;
}


#container03{
	position:relative;
	width:840px;
	height:288px;
}

#container04{
	position:relative;
	width:840px;
	margin:30px 0;
}


#thankyou{
	position:relative;
	width:274px;
	height:31px;
	margin:20px auto 0px auto;
}


#btn{
	position:relative;
	width:421px;
	height:104px;
	margin:80px auto 80px auto;
}

#btn{
	display: block;
	width: 421px;
	height: 104px;
	background: url(../images/thankyou.jpg) no-repeat 0 0;
}

/*#btn a:hover {
	background-position: 0 bottom;
}
*/


#c1_1{
	position:absolute;
	top:130px;
	left:245px;
	width:197px;
	height:19px;
	display:block;
}

#c3_1{
	position:absolute;
	width:150px;
	height:28px;
	top:68px;
	left:28px;
	display:block;
}

#c3_2{
	position:absolute;
	width:196px;
	height:28px;
	top:145px;
	left:333px;
	display:block;
}
	
#c3_3{
	position:absolute;
	width:277px;
	height:287px;
	top:0px;
	left:564px;
	display:block;
}

#c3_4{
	position:absolute;
	width:191px;
	height:22px;
	top:201px;
	left:39px;
	display:block;
}

#c3_5{
	position:absolute;
	width:107px;
	height:22px;
	top:201px;
	left:246px;
	display:block;
}

#c3_6{
	position:absolute;
	width:116px;
	height:22px;
	top:224px;
	left:77px;
	display:block;
}


#c3_7{
	position:absolute;
	width:79px;
	height:22px;
	top:248px;
	left:43px;
	display:block;
}

#c3_8{
	position:absolute;
	width:69px;
	height:22px;
	top:225px;
	left:165px;
	display:block;
}

#c3_9{
	position:absolute;
	width:73px;
	height:22px;
	top:224px;
	left:72px;
	display:block;
}




#c {
	text-align:center;
    margin:0px auto 30px auto;
	position:relative;
    width:900px;
}
	
.text04 { vertical-align:-2pt; font-size:large; }



/*リンク文字の設定*/

a{
	

	color:#99006C;
}

a:hover{
	text-decoration:none;
	color:#CC6699;
}


/*共通設定*/

body{
	color:#666;
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/* page-top */
#page-top {
        font-size: 77%;
		width: 230px;
		text-align: center;
		margin:0;
		padding:0;
}

#page-top a {
        text-decoration: none;
        color: #fff;
        padding:0;
		margin:0 auto;
		display:inline;
}

#page-top a:hover {
        text-decoration: none;
}



#left_ft{
	position:absolute;
	bottom:10px;
	left:-230px;
	width:230px;
	color:#FFF;
	text-align:center;
}

#left_ft span{
	font-family: 'Cabin', sans-serif;
	font-size:16px;
}
