/* CSS Document */

.body{
	background-color: #CCCCCC;
	text-align: center;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	line-height: 15px;
}
a:hover{
	color: #996699;
}
a:link{
	color: #FF0033;
}
a:visited{
	color: #CC0033;
}

#waku{
	height: auto;
	width: 750px;
	background-color: #FFFFFF;
	margin-top: 5px;
}

h6{
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	font-weight: normal;
}

#top{
	background-attachment: scroll;
	background-image: url(../img/top/img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 145px;
	width: 730px;
	margin-top: 5px;
}
.top h1{
	color: #FFFFFF;
	text-align: left;
	text-indent: 15px;
	font-size: 14px;
	line-height: 120px;
	padding-top: 10px;
}

#main{
	height: auto;
	width: 730px;
	float: none;
}

.left{
	width: 180px;
	text-align: left;
	float: left;
}

.left p{
	text-align: left;
	margin: 1px;
	padding: 1px;
}

.left ul{
	width: 100%;
	margin: 1px;
	padding: 1px;
	clear: both;
}

.left li{
	text-align: left;
	list-style-position: inside;
	list-style-type: square;
	list-style-image: url(../img/icon/p_icon.png);
	height: 25px;
	width: 150px;
	font-size: 12px;
	color: #333333;
	line-height: 25px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-indent: 5px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-weight: normal;
	display: list-item;
}
.left h3{
	font-size: 14px;
	color: #990033;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.right{
	width: 510px;
	text-align: left;
	padding: 5px;
	float: right;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.right h4{
	text-align: left;
	margin-top: 2px;
	margin-bottom: 3px;
	width: 480px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #EF2F6D;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #EF2F6D;
}
.right p{
	font-size: 12px;
	color: #333333;
	width: 450px;
	margin-top: 2px;
	margin-bottom: 5px;
	background-position: right;
	line-height: 15px;
}
.right ul{
	width: 450px;
	margin-bottom: 5px;
	margin-top: 2px;
	font-size: 12px;
	line-height: 20px;
	list-style-type: square;
	list-style-position: outside;
	text-align: left;
}
.margin{
	margin: 5px;
}

.table{
	margin: 1px;
}

#footer{
	height: 20px;
	width: 730px;
	clear: both;
	float: none;
	background-color: #EF2F6D;
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
}
