@charset "utf-8";
/* CSS Document */

/* basic layout
------------------------------*/
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.wrapper {
	background-color: #FFFFFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-right: 3px double #CCCCCC;
	border-left: 3px double #CCCCCC;
}


/* main_contents1 styles
------------------------------*/
#main_contents1 {
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	border-bottom-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #A62758;
}

/* main_contents2 styles
------------------------------*/
#main_contents2 {
	margin: 20px;
	border: 1px solid #CCCCCC;
	line-height: 2em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
}

/* main_contents3 styles
------------------------------*/
#main_contents3 {
	padding: 5px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}

/* main_contents4 styles
------------------------------*/
#main_contents4 {
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 14px;
	line-height: 1.5em;
}

/* main_contents5 styles
------------------------------*/
#main_contents5 {
	padding: 5px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12px;
	line-height: 2em;
	border: thin solid #f08080;
}

/* main_contents6 styles
------------------------------*/
#main_contents6 {
	margin: 20px;
	border: 1px solid #CCCCCC;
	line-height: 2em;
	padding-top: 5px;
	padding-right: 27px;
	padding-bottom: 5px;
	padding-left: 27px;
	font-size: 14px;
}

/* footer styles
------------------------------*/
#footer {
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 2em;
	margin-bottom: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 10px;
	border-top-color: #A62758;
	border-right-color: #A62758;
	border-bottom-color: #A62758;
	border-left-color: #A62758;
}

.img_float {
	float: left;
	padding-right: 20px;
}
