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

/* basic layout
------------------------------*/

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

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

p.header {
	background-image: url(img_company/header.jpg);
	margin: 0px;
	height: 50px;
	width: 780px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000066;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}

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

/* main_contents styles
------------------------------*/
#main_contents {
	width: 700px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 2em;
	margin-top: 20px;
	margin-right: 23px;
	margin-bottom: 20px;
	margin-left: 22px;
	padding: 16px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}

#main_contents h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0099FF;
}

/* main_contents2 styles
------------------------------*/
#main_contents2 {
	width: 642px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 2em;
	margin-top: 20px;
	margin-right: 23px;
	margin-bottom: 20px;
	margin-left: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
	padding-right: 45px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}

#main_contents2 h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0099FF;
}

p img.left {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.img_float {
	float: left;
	padding-right: 20px;
}

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

/* footer styles
------------------------------*/

#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 12px;
	width: 760px;
	padding: 10px;
	margin-top: 10px;
	height: 80px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#footer ul li a {
	color: #FFFFFF;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #FFFFFF;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
#footer p {
	margin: 0px;
	float: right;
	color: #FFFFFF;
}

