@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	color: #666666;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}
img {
	border:0;
}
a:link {
	color: #87400E;
	text-decoration: underline;
}
a:visited {
	color: #CC9966;
	text-decoration: underline;
}
a:hover {
	color: #990000;
}



#wrap {
	background: #FFFFFF url(../img/bg_wrap.jpg) repeat-x;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#bg {
	width: 800px;
	background-image: url(../img/bg_globalnavi.jpg);
	background-repeat: repeat-y;
	background-position: 10px 90px;
}
#left_side {
	float: left;
	width: 200px;
}
#right_side {
	float: right;
	width: 600px;
}
#global_navi {
	background: url(../img/bg_globalnavi.jpg) repeat-y;
	width: 190px;
	margin-left: 10px;
	font-size: 0px;
	height: 100%;
}
#global_navi ul {
	font-size: 0px;
	margin-bottom: 40px;
}
#global_navi li {
	padding-bottom: 5px;
	list-style-type: none;
	font-size: 0px;
}

#sub_navi {
	width: 590px;
	text-align: right;
	height: 25px;
}
#sub_navi h1 {
	color:#9D9D9D;
	float: left;
	padding: 5px;
	font-size: 10px;
	display: inline;
	font-weight: normal;
}
#sub_navi ul {
	font-size: 10px;
	color: #CCCC99;
}
#sub_navi li {
	display: inline;
	line-height: 25px;
	list-style-type: none;
	padding:0 10px;
	background: url(../img/arrow01.gif) no-repeat left center;
}
#sub_navi a:link {
	color: #CCCC99;
	text-decoration: none;
}
#sub_navi a:visited {
	color: #CCCC99;
	text-decoration: none;
}
#sub_navi a:hover {
	color: #CCCC99;
	text-decoration: underline;
}
#tel {
	text-align: right;
	height: 65px;
	width: 600px;
}
.clear {
	clear: both;
}

#specialities {
	height: 40px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	list-style-type: none;
	padding: 5px 0 5px 200px;
	background: url(../img/bg_globalnavi.jpg) repeat-y 10px top;
}
#specialities a:link {
	color: #666666;
	text-decoration: none;
}
#specialities a:visited {
	color: #666666;
	text-decoration: none;
}
#specialities a:hover {
	color: #996600;
	text-decoration: underline;
}

#specialities ul {
	font-size: 10px;
	color: #666666;
	line-height: 2em;
	width: 580px;
	margin-left: 10px;
	border-top: 1px dotted #CCCCCC;
}
#specialities li {
	display: inline;
	list-style-type: none;
}

#footer {
	background-color: #333333;
	height: 25px;
	width: 800px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}
address {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 25px;
	padding-right: 15px;
}
