@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	background-color: #CCCCCC;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
h1 {
	display: none;
}
img {
	border: none;
}
a:link{
    color:#0066CC;
    font-style:normal;
    text-decoration:underline;
}
a:visited {
    color:#9999CC;
	font-style:normal;
    text-decoration:underline;
}
a:hover {
    color:#FF0000;
    font-style:normal;
    text-decoration:underline;
}
tr {
	background-color: #FFFFFF;
}
table {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#main {
	width: 940px;
	float: left;
	background-image: url(images/back_left.gif);
	background-repeat: repeat-y;
}
#logo {
	float: left;
	width: 225px;
	margin-top: 110px;
	margin-bottom: 135px;
}
#logo_menu {
	float: left;
	width: 225px;
}
#left_photo {
	float: left;
	width: 140px;
	padding-left: 10px;
}
#container {
	width: 955px;
	overflow: auto;
	margin: auto;
	background-image: url(images/back_right.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}
#menu {
	float: left;
	width: 225px;
}
#right {
	float: left;
	width: 565px;
}
#right_photo {
	float: left;
	height: 255px;
	width: 565px;
}
#right_philosophy {
	float: left;
	width: 505px;
	background-image: url(images/back_contents.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 20px;
}
.heading {
	float: left;
	width: 505px;
	margin-bottom: 15px;
	text-align: left;
	margin-top: 30px;
}
.subheading {
	float: left;
	width: 505px;
	margin-bottom: 15px;
	text-align: left;
	margin-top: 15px;
}
.text_philosophy {
	float: left;
	width: 300px;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	line-height: 150%;
	color: #666666;
}
#right_information {
	float: left;
	width: 505px;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.text_information {
	float: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	color: #666666;
	line-height: 120%;
	text-align: left;
	width: 505px;
}
#copyright {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 10pt;
	text-align: center;
	float: left;
	width: 505px;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 20px;
	display: inline;
	color: #666666;
	margin-top: 10px;
}
#navigation {
	float: left;
	height: 15px;
	width: 545px;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
}

