@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 00.base style                                                          */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: sans-serif,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","sans-serif";
	text-shadow: 1px 1px 1px #CCCCCC;
}
body {
	background-image: url(../images/mfp_background_image.gif);
	margin: 0px auto 0px auto;
	text-align: center;
}
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","ＭＳ Ｐゴシック","sans-serif";
	font-weight: bolder;
}
hr {
	border-style: solid;
	border-color: #999999;
}

a:active {
	color: #0000FF;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #990099;
}
a:hover {
	color: #CC0000;
}
.english {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	line-height: normal;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	width: 800px;
	clear: both;
	text-align: left;
	margin: 10px 0px;
}
div#wrapper div#header {
	position: relative;
	width: 800px;
	height: 170px;
	background-image: url(../images/wrapper_01.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/wrapper_01.png', sizingMethod='scale');
	text-indent: -5000px;
}
div#wrapper div#header h1 a {
	position: absolute;
	font-size: 32px;
	color: #666666;
	font-family: sans-serif;
	text-decoration: none;
	top: 70px;
	left: 200px;
}
div#wrapper h2 {
	font-family: sans-serif;
	clear: both;
	font-size: 36px;
	padding: 15px 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	width: 800px;
	background-image: url(../images/wrapper_02.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/wrapper_02.png', sizingMethod='scale');
}
div#container div#inner {
	background-color: #FFFFFF;
	padding: 0px 15px 30px 15px;
	width: 760px!important;
	width/**/: 790px;
}
div#footer {
	position: relative;
	width: 800px;
	height: 80px;
	background-image: url(../images/wrapper_03.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/wrapper_03.png', sizingMethod='scale');
}
div#footer ul {
	position: absolute;
	top: 4px;
	width: 785px;
	height: 30px;
}
div#footer ul li {
	background-position: center right;
	background-image: url(../images/tree.gif);
	height: 30px;
	padding: 0px 15px;
	background-repeat: no-repeat;
	float: left;
}
div#footer ul li a {
	display: block;
	padding: 5px;
}
div#footer span {
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0px;
	display: block;
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #999999;
	text-align: right;
}
div#footer span a {
	color: #999999;
	text-decoration: none;
}


div#container h4 {
	padding: 10px 0px 5px 0px;
	font-size: 16px;
}
div#container p {
	padding: 0px 10px 15px 10px;
	font-size: 14px;
	line-height: 1.7em;
}
div#container ol li {
	font-size: 16px;
	list-style: decimal;
	margin: 0px 0px 0px 30px;
}
div#container ul li {
	font-size: 16px;
	list-style: disc;
	margin: 0px 0px 0px 30px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


