@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;
}

p.header {
	background-image: url(../img_taishin/header.jpg);
	margin: 0px;
	height: 30px;
	width: 780px;
}

/* menu styles
------------------------------*/
p.menu {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	background-color: #000000;
	text-align: center;
	margin: 0px;
	height: 3em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-bottom-style: solid;
}
p.menu a:hover {
	background-color: #996600;
}
p.menu a {
	line-height: 3em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	display: block;
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

/* main_contents_img1 styles
------------------------------*/
#main_contents_img1 {
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 2em;
	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_contents0 styles
------------------------------*/
#main_contents0 {
	color: #000000;
	font-family: "ＭＳ Ｐ明朝";
	font-size: 12px;
	line-height: 2em;
	margin: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #CCCCCC;
}

#main_contents0 h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #000033;
	padding: 5px;
	font-weight: bold;
}

#main_contents0 h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #000000;
	background-color: #add8e6;
	padding: 5px;
	font-weight: normal;
}

/* main_contents styles
------------------------------*/
#main_contents {
	color: #000000;
	font-family: "ＭＳ Ｐ明朝";
	font-size: 12px;
	line-height: 2em;
	margin: 20px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}

#main_contents h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #000000;
	background-color: #FFCC33;
	padding: 5px;
	font-weight: normal;
}

/* main_contents1 styles
------------------------------*/
#main_contents1 {
	width: 700px;
	color: #000000;
	margin-bottom: 30px;
	margin-left: 50px;
}

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

/* main_contents_img3 styles
------------------------------*/
#main_contents_img3 {
	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;
	padding-left: 550px;
	border-top-width: 10px;
	border-top-color: #A62758;
	border-right-color: #A62758;
	border-bottom-color: #A62758;
	border-left-color: #A62758;
	padding-top: 5px;
}

/* footer styles
------------------------------*/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	height: 30px;
	padding-left: 250px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
}

