@charset "utf-8";
/* BODY */
/*HTML {
		HEIGHT: 100%;
	background-image: url(../../img/bg_wrapper.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #000000;
}*/
body{
	font-family:"MS UI Gothic","・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け","sans-serif";
	color: #666666;
	background-image: url(../../img/bg.gif);
}
/* LINK */
a:link{text-decoration:underline;color:#E4428E}
a:visited{color:#E4428E}
a:hover{text-decoration:underline;color:#DB0066}

/* Default setting */
h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0px;
	padding: 0px;
	color: #333333;
}
h1{font-size: 135%;	}
h2{font-size: 135%;}
h3{font-size: 120%;	}
h4{font-size: 120%;}
h5{font-size: 100%;}
h6{font-size: 100%;}
p{margin: 12px 0px;}
form{
	margin: 0;
}
blockquote{margin: 0px;	padding-left: 16px;}
img{border-width: 0px;	border-style: none;}
.smallTxt {	font-size: 12px;  line-height: 130%;}
ul{	padding: 0px;	margin: 0px 0px 0px 20px;}
ul li{	margin: 0px 0px 0px 10px;	padding-left: 1px;	}
ol{padding: 0px 0px 0px 15px;margin: 0px 0px 0px 15px;}
ol li{padding: 0px;margin: 0px;}

/* Format DIV */
#bg {
	background-image: url(../../img/bg_top.jpg);
	background-repeat: repeat-x;
}
#wrapper{
	width:760px;
	text-align:left;
	background-image: url(../../img/bg_wrapper.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
#hedder {
}
#menu {
}
#contents {
	text-align: left;
}
#futter {
	margin-right: auto;
	margin-left: auto;
	width: 724px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.subhd {
	border: 1px solid #CBD6DC;
	background-image: url(../../img/subhd_point.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	margin-bottom: 25px;
	background-color: #FFFFFF;
	height: 21px;
}
/* Contents DIV */
.txtbox{
	width: 670px;
	margin-right: auto;
	margin-left: auto;
}
.txtbox_s{
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	margin-top: 25px;
}
.pagetop {
	text-align: right;
	margin-right: 25px;
	margin-top: 15px;
	clear: both;
}
.line {
	background-image: url(../../img/futter_line.gif);
	background-repeat: repeat-x;
}
