@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 00.base style                                                          */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
}
html {
	overflow-x: hidden;
}
body {
	margin: 0px auto 0px auto;
	text-align: center;
}

.english {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	line-height: normal;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	margin: 0px auto 0px auto;
	padding: 0 0 0 15;
	width: 935px!important;
	clear: both;
	text-align: left;
	background: none;

}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.contents style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	width: 950px!important;
	background-color: #FFFFFF;
}

*html div#contents {
	width: 950px;
	background-color: #FFFFFF;
}

div#contents p {
	padding: 3px 10px 3px 10px;
	font-size: 12px;
	line-height: 1.5em;
}
/* header */
#header h1{font-size:70%;}

div#footer p{text-align:left;}

*html div#footer p{text-align:left!important;}

div#thanks {
	padding: 40px 0px 40px 0px;
	text-align: left;
}
div#thanks p {
	font-size: 16px;
}
div#thanks p strong {
	font-size: 18px;
	color: #CC0000;
}
