@charset "utf-8";






/* formatting styles
-----------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #f2f2f2;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 170%;
	color: #4d4d4d;
}
hr {
	display: none;
}
a img {
	border-style: none;
}
.clear {
	clear: both;
}






/* link styles
-----------------------*/
a:link {
	color: #327db9;
	text-decoration: underline;
}
a:visited {
	color: #6E0096;
	text-decoration: underline;
}
a:hover {
	color: #327db9;
	text-decoration: none;
}
a:active {
	color: #327db9;
	text-decoration: none;
}






/* container styles
-----------------------*/
#container {
	width: 908px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	background-color: #FFFFFF;
}






/* head styles
-----------------------*/
#head {
	position: relative;
	background-image: url(../images/back_head.gif);
	background-repeat: repeat-x;
	height: 137px;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
}
#head h1 {
	height: 107px;
	width: 232px;
	position: absolute;
	left: 0px;
	top: 30px;
}
#head ul {
	height: 27px;
	width: 325px;
	top: 3px;
	right: 0px;
	position: absolute;
}
#head ul li {
	float: left;
	list-style: none;
}
#head p#head_tel {
	height: 107px;
	width: 160px;
	position: absolute;
	top: 30px;
	right: 25px;
}






/* global_navi styles
-----------------------*/
#global_navi {
	height: 55px;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#global_navi ul li {
	float: left;
	list-style: none;
}
#global_navi img {
	vertical-align: top;
}






/* main styles
-----------------------*/
#main {
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}






/* left_bar styles
-----------------------*/
#left_bar {
	width: 221px;
	float: left;
}
#left_bar ul li {
	list-style: none;
	margin-bottom: 1px;
}
#left_bar img {
	list-style: none;
	vertical-align: top;
}






/* right_bar styles
-----------------------*/
#right_bar {
	width: 657px;
	float: right;
}






/* topics styles
-----------------------*/
#topics {
	margin-top: 20px;
}
#topics dl {
	background-color: #f0f5ff;
	margin-top: 1px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#topics dl dt {
	float: left;
	margin-right: 10px;
	background-image: url(../images/icon_square_01.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	font-weight: bold;
	padding-left: 20px;
}






/* about styles
-----------------------*/
#about {
	margin-top: 25px;
}
#about .inner {
	padding: 8px;
	background-color: #f0f5ff;
}
#about .inner .pic {
	float: left;
	width: 70px;
	background-image: url(../images/about_pic_04.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 8px;
	padding-right: 10px;
}
#about .inner .pic  p.caption {
	font-size: 10px;
	text-align: center;
	line-height: 150%;
}
#about .inner .text {
	float: left;
	width: 377px;
}
#about .inner h3 {
	margin-bottom: 2px;
}

#about .inner .text p {
	font-size: 10px;
	line-height: 150%;
}






/* works styles
-----------------------*/
#works {
	margin-top: 25px;
}
#works .inner {
	padding: 8px;
	background-color: #f0f5ff;
}
#works .inner p.pic {
	float: left;
	width: 70px;
	margin-right: 8px;
	height: 70px;
}

#works .inner .text_left {
	float: left;
	width: 233px;
	background-image: url(../images/about_pic_04.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
	margin-right: 8px;
	height: 70px;
}
#works .inner .text_right {
	float: left;
	width: 233px;
	height: 70px;
}
#works .inner h3 {
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/icon_square_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#works .inner p.place {
	font-size: 10px;
	font-weight: bold;
	line-height: 150%;
}
#works .inner p.caption {
	font-size: 10px;
	line-height: 150%;
}
#works .inner p.line {

}






/* right_bar_tel styles
-----------------------*/
#right_bar_tel {
	margin-top: 25px;
}






/* link styles
-----------------------*/
#link {
	height: 42px;
	background-image: url(../images/back_link.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #e6e6e6;
	border-bottom: 3px solid #326eb9;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	text-align: center;
	line-height: 42px;
}
#link a:link {
	color: #327db9;
	text-decoration: underline;
}
#link a:visited {
	color: #327db9;
	text-decoration: underline;
}
#link a:hover {
	color: #327db9;
	text-decoration: none;
}
#link a:active {
	color: #327db9;
	text-decoration: none;
}






/* foot styles
-----------------------*/
#foot {
	height: 85px;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/back_foot.gif);
	background-repeat: repeat-x;
	position: relative;
}
#foot p#privacy {
	left: 0px;
	top: 0px;
}
#foot p#pagetop {
	position: absolute;
	top: 0px;
	right: 0px;
}
#foot address {
	position: absolute;
	left: 0px;
	top: 60px;
}
