@charset "utf-8";
/* CSS Document */

img{
    margin:0;
	padding:0;
}

#size {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 850px;
}

#center_style {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

p{
     margin:0px;
	 padding:0px;
}

.style1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #660000;
	line-height: 22px;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 15px;
}
.style2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #660000;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 90px;
}

.style3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #660000;
	line-height: 22px;
	padding-left: 15px;
}

.style4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color:#FF6600;
	line-height: 24px;
	padding-top: 30px;
	padding-left: 20px;
}

.style9 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color:#FF6699;
	padding-left: 20px;
}


.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
}


a:visited {
	color:#FF6699;
	text-decoration: underline;
}
a:hover {
	color:#000066;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
	color: #FF0066;
}

#main{
	width:800px;
	background-repeat: no-repeat;
}

#title{
	width:800px;
	height: 50px;
	background-image:url(img/title.gif)
}

#left {
	width: 400px;
	float: left;
	height: 440px;
	background-image: url(img/top_1.jpg);
}

#rigrt {
	width: 400px;
	float: right;
	height: 440px;
	background-image: url(img/right_bg.gif);
}


#footer{
	width: 800px;
	background-color: #DDFAD3;
}

