@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;
}
h1 {
	font-size: 18px;
	color : #232323;
}
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:712px;
	margin:0 auto;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 追加 */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#header {
	margin:0 auto;
	width:712px;
	height:403px;
}

div#menu {
	margin:0 auto;
	width:712px;
	height:32px;
	}

div#menu li {
	float:left;
	}

div#h1 {
	width:676px;
	height:65px;/*25*/
	background:url(../images/bg_h1.gif) center no-repeat;
}

div#h1 h1 {
	position:relative;
	top:26px;
	left:50px;
	font-size:15px;
	color:#ffffff;
	}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	margin: 0px auto 0px auto;
	width: 100%;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	margin: 0px auto 0px auto;
	padding: 20px 18px 20px 18px;
	width: 676px!important;
	width/**/: 712px;
	clear: both;
	text-align: left;
	background-image:url(../images/bg_main.gif);
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.contents style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	padding: 10px;
	width: 652px!important;
	width/**/: 676px;
	margin:0 auto;
	background-color: #FFFFFF;
}
div#contents p {
	padding: 20px 30px 20px 30px;
	font-size: 12px;
	line-height: 1.5em;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#copyright {
	margin:0 auto;
	width:712px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

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;
}
