@charset "UTF-8";
/* CSS Document */

body	{
	background-color:#eef0f4;
	color:#373737;
	font-size:small;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0 auto;
	padding:0;
	text-align:center;
	line-height: 1.4;
}

h1 {
	margin: 0px;
	padding-top: 10px;
	padding-left: 90px;
}

h2 {
margin:0px;
padding:0px;
}

h3 {
margin:0px 0px 11px 0px;
padding:0px;
}

#wrap	{
	min-height:100%;
	height:100%;
	height:auto;
	width:782px;
	margin:0 auto -10px;
	padding:0;
}
#container	{
	margin:0 auto;
	text-align:center;
}
/*page back ground*/
#main {
	width: 782px;
	text-align:left;
	background-image: url(../img/pageback.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
}
/* page left dotted pattern*/
.pageDotBack {
	background: url(../img/page_dot_back.gif) repeat-y;
	padding-right: 30px;
	padding-left: 90px;
	margin-left: 6px;
}
img {
border:none;
}
p {
margin: 0px 0px 15px 0px;
}
.off {
	position: absolute;
	top: 0px;
	left: -1000px;
	width: 150px;
}

/* LINK COLOR */
a:link {
	color:#0033cc;
	text-decoration:underline;
}
a:visited{
	color:#0033cc;
	text-decoration:underline;
}
a:active {
	color:#ff7200;
	text-decoration:underline;
}
a:hover {
	color:#ff7200;
	text-decoration:underline;
}

/*H1*/
.h1Back {
	background:url(../img/h1_back.gif) no-repeat;
	margin: 0px 6px;
	height: 88px;
	width: 747px;
	text-align:left;
	padding: 0px;
}
/*margin 0 image*/
.zeroImg {
margin:0px;
}
/*space 35px*/
.space1 {
margin-bottom:35px;
}
/*products float */
.productLeft {
float:left;
width:380px;
}
.productRight {
float:right;
width:270px;
}
/*CLEAR*/
.CL {
clear:both;
}
/*page top*/
.pageTop {
	margin-top:35px;
	padding-bottom:15px;
	width:655px;
	text-align:right;
	font-size:smaller;
}

/* header */
.MSheader {
	background: url(../img/header01.gif) no-repeat;
	margin: 15px auto 0px;
	height: 97px;
	width: 782px;
}

/* footer */
.MSfooter {
	margin-top:0px;
	margin-bottom:0px;
}

/*table 1 */
.TB1 table {
	width:655px;
}

.TB1 th {
	background-color:#ccd8e4;
	padding:12px 6px 12px 15px;
	text-align:left;
	vertical-align:top;
	color:#1f4d74;
	border-top: 6px solid #ffffff;
	border-bottom: 1px solid #a3a3a3;
}
.TB1 td {
	padding:12px 0px 12px 15px;
	text-align:left;
	vertical-align:top;
	border-top: 6px solid #ffffff;
	border-bottom: 1px solid #a3a3a3;
}
/*topics*/
.infoDate {
	color:#a69977;
	text-align:left;
	vertical-align:top;
	padding-right:6px;
	padding-bottom:6px;
}
.infoTex {
	text-align:left;
	vertical-align:top;
	padding-bottom:6px;
}
