@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 00.base style                                                          */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
}
body {
	background:url(../../img/bg.gif);
	margin: 0px auto 0px auto;
	text-align: center;
}
div.section {
	border: solid 1px #CCCCCC;
	padding: 10px;
	margin: 10px;
}
img {
	display: block;
	border: none;
}
p,li {
	font-size: 12px;
	line-height: 1.5em;
	color : #232323;
}
li {
	list-style: none;
}
em,strong,h1,h2,h3,dt {
	font-family: "Hiragino Kaku Gothic Pro W6","ヒラギノ角ゴ Pro W6","Osaka","ＭＳ Ｐゴシック";
	font-weight: bolder;
}

h2 {
	font-size: 16px;
	color : #232323;
}
h3 {
	font-size: 14px;
	color : #232323;
}
hr {
	border-style: solid;
	border-color: #999999;
}


a {
	text-decoration: none;
}
a:active {
	color: #0000FF;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #990099;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}


#footer_link a:link, #footer_link a:visited {
	color:#fff;
	text-decoration:underline;
}

#footer_link a:hover {
	color:#fff;
	text-decoration:none;
}


.english {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	line-height: normal;
}


div#center {
	width:750px;
	margin:0 auto;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#wrapper {
	margin: 0px auto 0px auto;
	width: 100%;
}

div#container {
	margin: 0px auto 0px auto;
	padding: 0px 16px 20px 16px;
	width: 718px!important;
	width/**/: 750px;
	clear: both;
	text-align: left;
	background:url(../images/bg_main.gif) repeat-y;
}

h1#header a {
	display:block;
	width:718px;
	height:150px;
	overflow:hidden;
	background:url(../images/header.jpg) no-repeat center;
	text-indent:-7777px;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.contents style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#contents {
	padding: 10px 10px 20px 10px;
	width: 670px!important;
	width/**/: 718px;
	margin:0 auto;
	background-color: #FFFFFF;
}
div#contents p {
	padding: 20px 30px 20px 30px;
	font-size: 12px;
	line-height: 1.5em;
}


#footer_link {
	width:100%;
	background:#378C98;
	text-align:center;
	padding:5px 0;
	color:#ffffff;
	font-size:13px;
	margin:0 auto;
	}

p#copyright {
	width:750px;
	height:44px;
	overflow:hidden;
	margin:0 auto;
	background:url(../images/copyright.gif);
	text-indent:-7777px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#thanks {
	padding: 0px 0px 40px 0px;
	text-align: center;
}
div#thanks p {
	font-size: 14px;
}
div#thanks p strong {
	font-size: 18px;
	color: #CC0000;
}
