@charset "utf-8";




body {
	font-family:"MS PGothic","Osaka",Arial,sans-serif;
	background: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:top center;
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}


ul {
	list-style-type:none;
} 

input,textarea,select {
	font-size: 1em;
}


#sitaji {
	background: #ffffff url(../images/sitaji.gif);
	text-align: left;
	width: 900px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

#home{
	margin-left: 35px;

}

#menu{	
	background-image : url(../images/navi_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 12px;
	width: 900px;
	height: 30px;
	line-height:30px;

}

#menu p {	
	position: absolute;
	top: 150px;
	margin-left: 125px;

}

#menu a {
	color: #cccccc;	
	text-decoration: none;
}

#menu p {
	color: #666666;	
	text-decoration: none;
	background-image : url(../images/navi_li.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left: 10px;
	height: 30px;
	line-height:30px;
}

#menu a:hover {
	text-decoration: underline;
}

.big {
	font-size: 150%;
	line-height: 28px;
}

.list_1 {
	margin:10px 10px;
}

.list_1 li {
	background: url(../images/check.gif) no-repeat;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 3px;
	line-height: 17px;
}

.list_2 {
	margin:10px 5px;
}

.list_2 li {
	background: url(../images/check_3.gif) no-repeat;
	margin: 0px 5px;
	padding-left: 17px;
	padding-top: 1px;
	padding-bottom: 3px;
	line-height: 17px;
}

.space {
	margin: 100px 0px;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.waku_1 {
	font-size: 100%;
	background: #ffe8ff;
	color: #333333;
	border: 1px dashed #ff99ff;
	padding: 5px 10px;
	margin:15px 10px;
}

.waku_2 {
	font-size: 100%;
	background: #ff66ff url(../images/waku_2_bg.gif) ;
	color: #000000;
	border: 3px double #ff33ff;
	padding: 5px 5px;
	margin:10px 10px;
}

.set {
	margin-bottom:25px;
}

.cr {
	clear: both;
}

.cr hr {
	display:none;
}

