@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-color: #dcdddd;
}
img {
	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;
}
.english {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	line-height: normal;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	margin-top: 30px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-bottom: 20px;
}
#wrapper #button {
	height: 57px;
	width: 668px;
	margin-right: auto;
	margin-left: auto;
}
div#header {
	position: relative;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/mfp_header.png', sizingMethod='scale');
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #333;
	width: 690px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	width/**/: auto;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/mfp_container.png', sizingMethod='scale');
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 20px;
}
#wrapper #container #kdbase #profile {
	height: 650px;
	padding: 50px;
}
#wrapper #container #kdbase #profile #profileinto {
	margin-top: 40px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #999999;
}
#wrapper #container #kdbase #works {
	padding: 50px;
	height: 580px;
}
#wrapper #container #kdbase {
	background-image: url(../image/kdbase.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#wrapper #container #kdbase #works #worksleft {
	height: 585px;
	width: 220px;
	clear: right;
	float: left;
}
#wrapper #container #kdbase #works #worksright {
	width: 350px;
	float: right;
	height: 600px;
}
#wrapper #container #kdbase #works #worksright #box {
	height: 564px;
	width: 334px;
}
#wrapper #container #kdbase #works #worksleft #winto {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	margin-top: 40px;
}
#wrapper #container #kdbase #process {
	padding: 50px;
	height: 400px;
}
#wrapper #container #kdbase #process #dppict {
}
#wrapper #container #kdbase #process #dpinto {
	margin-top: 40px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	color: #999999;
}
#wrapper #container #kdbase #process #dpp {
	background-image: url(../image/dppict.gif);
	background-repeat: no-repeat;
	height: 82px;
	margin-top: 80px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.contents style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	width: 600px!important;
	width/**/: 610px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 40px;
	padding-left: 5px;
}
#wrapper #line {
	background-color: #99BC4A;
	width: 700px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrapper #line #link {
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/mfp_footer.png', sizingMethod='scale');
	background-image: url(../image/footer.png);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}
h1#title {
	position: absolute;
	top: 30px;
	left: 40px;
	color: #FFFFFF;
	float: left;
}
div#header span {
	position: absolute;
	top: 55px;
	left: 40px;
	color: #FFFFFF;
	font-size: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: auto;
}
div#contents p {
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	line-height: 1.5em;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#copyright {
	color: #FFFFFF;
	clear: both;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 10px;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 12px;
	background-color: #333;
	font-size: 10px;
	text-align: center;
}
div#copyright p {
	font-size: 10px;
}
div#copyright span {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#thanks {
	padding: 40px 0px 40px 0px;
	text-align: center;
}
div#thanks p {
	font-size: 16px;
}
div#thanks p strong {
	font-size: 18px;
	color: #CC0000;
}
#wrapper #container #space {
	height: 300px;
}
#wrapper #container #hometop {
	background-image: url(../image/mainphoto.jpg);
	height: 500px;
	background-repeat: no-repeat;
}
#wrapper #container #hometop #maincopy {
	width: 322px;
	float: right;
	margin-top: 110px;
	margin-right: 35px;
	height: 150px;
	background-image: url(../image/maincopy.gif);
	background-repeat: no-repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #999999;
	padding-top: 180px;
	line-height: 18px;
	padding-left: 5px;
}
#wrapper #container #hometop #maincatch {
	height: 156px;
	width: 322px;
	float: right;
	background-image: url(../image/maincopy.gif);
	background-repeat: no-repeat;
}
#wrapper #container #kdbase #works #worksleft #wp img {
	margin-top: 50px;
}
#logo {
	padding-top: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	height: 51px;
	padding-right: 30px;
}
#logoimage {
	width: 211px;
	background-image: url(../image/logo.png);
	height: 38px;
	float: left;
}
#sitemap {
	height: 12px;
	width: 200px;
	float: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #666;
	text-align: right;
	margin-top: 38px;
}
#undernavi {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

