@charset "utf-8";
/* CSS Document */

img{
    margin:0;
	padding:0;
}

#size {
	margin: 0px;
	padding: 0px;
	width: 800px;
}

#center_style {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

p{
     margin:0px;
	 padding:0px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	line-height: 20px;
	margin-left: 20px;
}

.style1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #333333;
	margin-right: 10px;
	margin-left: 15px;
	line-height: 20px;
}
.style2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #333333;
	margin-right: 10px;
	margin-left: 75px;
	line-height: 18px;
}

.style3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	margin-left: 105px;
	margin-bottom: 5px;
	line-height: 14px;
	margin-top: 2px;
}

.style4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color:#FF6699;
	margin-left: 65px;
	line-height: 20px;
	margin-top: 10px;
}

.style5 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color:#CC0000;
	margin-left: 40px;
	margin-top: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}

.style6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-left: 20px;
}

.style7 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #CC0033;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 10px;
}

.style8 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #330066;
	margin-top: 15px;
	margin-left: 25px;
	line-height: 16px;
	margin-right: 20px;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	line-height: 16px;
	margin-bottom: 5px;
}


a:visited {
	color:#FF6699;
	text-decoration: underline;
}
a:hover {
	color:#000066;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
	color: #FF0066;
}


li{
	list-style-image:url(img/list.gif);
	line-height: 20px;
	margin-right: 10px;
}
#main{
	width:800px;
	background-repeat: no-repeat;
	height: 600px;
	background-color: #DCF3EC;
}


#left {
	width: 380px;
	float: left;
	height: 540px;
}

#rigrt {
	width: 420px;
	float: right;
	height: 540px
}


#footer{
	width: 800px;
	background-color: #F0F0F0;
	height: 60px;
}

