/* CSS Document */
@charset "UTF-8"

html, body, h1, h2, h3, h4, h5, h6, p, pre, ul, li, ol, dl, dt, dd,
blockquote, form, fieldset,input{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, code{
	font-size: 1em;
}

body{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3,sans-serif";
	color: #333333;
	background-color: #CCCCCC;
	text-align: center;
	margin: 0
}

img{
	border: none;
}

#container{
	width: 800px;
	height: auto;
	background-color: #FFFFFF;
	text-align: left;
	margin-left: 50px;
}

#header{
	margin: 0;
	padding: 0;
}

#navi{
	border-bottom: 1px dotted #666666;
	height: 25px;
	margin-bottom: 20px;
}

#navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navi li {
	display: inline;
	background: url(../images/bt.gif) no-repeat left center;
	font-size: 10px;
	padding-top: 0;
	padding-right: 0em;
	padding-bottom: 0;
	padding-left: 1.3em;
	margin: 0px;
}

#navi a{
    color:#000066;
	text-decoration:none;
}

#navi a:hover{
	color:#FF3300;
	text-decoration:underline;
}

.contents{
	font-size: 12px;
	margin-bottom: 30px;
}

h2{
	margin:30px;
}

.contents table {
	margin-left: 160px;
	text-align: left;
	border-collapse: collapse;
	border-color:#CCCCCC;
	width: 600px;
}

td, th {
	padding: 5px;
	height: 30px;
} 

td{
	width: 440px;
}

th{
	width: 160px;
}

.map{
	vertical-align: top;
}

.contents p{
	float: right;
	margin: 10px;
	text-decoration: underline;
}

#footer{
	padding: 5px 0;
	text-align: center;
	background: #AAE1F7;
	font-size: 10px;
}
#philosophy {
	height: 500px;
	margin: 0px;
	padding: 0px;
}

#philosophy p{
	text-align: center;
	margin: 20px;
}
