/* CSS Document */

body,
div,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,a,
img,
table,th,td,
form {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
margin:0;
padding:0;
border:0;
background-color:#transparent;
font-size:12px;
font-weight:normal;
font-style:normal;
color:#333333;
line-height:160%;
}
img {
	vertical-align:bottom;
}
ul {
	list-style-type: none;
}
html {
overflow-x: hidden;
} 
/*----body----*/

body{
	text-align:center;
	background-color:#FFFFFF;
}

/*----wrapper---*/

#wrapper{
	width:500px;
	text-align:left;
	margin:0 auto;
}

/*----content---*/

#content{
	float:left;
	width:500px;
	margin:3px 0px 0px 0px;
}
#content .cont{
	margin:0px 0px 0px 0px;
}
#content .cont .top{
	width:500px;
	height:25px;
	background:url(../img/mt_contTop.gif) top left no-repeat;
}
#content .cont .text{
	background-color:#FFFFFF;
}
#content .cont .bottom{
	height:2px;
}
#content .cont .top h3{
        　　　 margin:0px 0px 0px 20px;
                font-size:12px;
                font-weight:bold;
}
* html #content .cont .top h3{
	padding:0px 0px 20px 0px;
}
#content .cont .text{
	padding:-20px 0px 0px 0px;
}

* html #content .cont .text{
	margin:-20px 0px 0px 0px;
}
#content .cont .text p{
	margin:0px 0 3px 0;
}

#content .cont .text p.more{
	margin:40px 0 0 0;
	text-align:right;
}