@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-size:100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	background-color:#ededed;
	color:#333;
	background-image:url(images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	font-size:14.5px;
}

#wraper {
	width:800px;
	margin:0 auto;
}

img {
	border:none;
}

#header {
	width:800px;
	height:276px;
	display:block;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
}

#header p {
	display:none;
}

#content {
	width:800px;
	background-color:#fff;
}

#content p {
	padding:10px 20px 10px 28px;
	font-size:16px;
	line-height:1.8em;
}

#content th {
	padding:2px;
	border:1px solid #fff;
	background-color:#ededed;
}

#content td {
	padding:2px;
	border:1px solid #fff;
	background-color:#fff;
	text-align:left;
}

#content #x001 {
	width:800px;
	height:270px;
	display:block;
	background-image:url(images/x001.gif);
	background-repeat:no-repeat;
}

#content #x002 {
	width:800px;
	height:331px;
	display:block;
	background-image:url(images/x002.gif);
	background-repeat:no-repeat;
}

#content #x003 {
	width:800px;
	height:256px;
	display:block;
	background-image:url(images/x003.gif);
	background-repeat:no-repeat;
}

#content #x004 {
	width:800px;
	height:60px;
	display:block;
	background-image:url(images/x004.gif);
	background-repeat:no-repeat;
}

#content #x005 {
	width:800px;
	height:60px;
	display:block;
	background-image:url(images/x005.gif);
	background-repeat:no-repeat;
}

#content #x006 {
	width:800px;
	height:60px;
	display:block;
	background-image:url(images/x006.gif);
	background-repeat:no-repeat;
}

#content #x007 {
	width:800px;
	height:224px;
	display:block;
	background-image:url(images/x007.gif);
	background-repeat:no-repeat;
}

#content #x008 {
	width:800px;
	height:435px;
	display:block;
	background-image:url(images/x008.gif);
	background-repeat:no-repeat;
}

#content #x010 {
	width:800px;
	height:647px;
	display:block;
	background-image:url(images/x010.gif);
	background-repeat:no-repeat;
}

#content #x011 {
	width:800px;
	height:168px;
	display:block;
	background-image:url(images/x011.gif);
	background-repeat:no-repeat;
}

#content span {
	display:none;
}

#content em {
	font-style:normal;
	font-weight:bold;
	font-size:20px;
}

#content .blog {
	margin:10px 20px;
	width:750px;
	border:3px solid #9fc8fa;
	background-color:#fff;
}

#content .blog p {
	padding:12px;
}

#Content .blog img{
	margin-right:10px;
	margin-bottom:5px;
}

#content .voice {
	margin:10px 20px;
	width:750px;
	border:3px solid #369;
	background-color:#e2eff9;
}

#content .voice p {
	padding:12px;
}

#Content .voice img{
	margin-right:10px;
	margin-bottom:5px;
}




