@charset "UTF-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
html, body {
	min-height: 100%;
	height: 100%;
}
body, td, th {
	color: #333;
	font: 100%/1.25em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	-webkit-text-size-adjust: 100%;
	background: #FFF url(../images/parts/body_bg.gif);
}
table {
	border-collapse: collapse;
}
img, img a {
	border: none;
}
a {
	color: #5b6c90;
	text-decoration: none;
	outline: none;
}
a:link {
	color: #6288c5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6288c5;
}
a:hover {
	text-decoration: underline;
	color: #6288c5;
}
a:active {
	text-decoration: none;
	color: #6288c5;
}
#Wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -35px;
	position: relative;
	background: #FFF url(../images/parts/contents_bg.png) repeat-y left top;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
#Header {
	height: 120px;
	width: 960px;
	overflow: hidden;
	position: relative;
}
#HeaderLogo {
	height: 120px;
	width: 180px;
	display: block;
	float: left;
}
#HeaderLogo a {
	background: #FFFFFF url(../images/header/h_logo.png) no-repeat left center;
	text-indent: -999px;
	display: block;
	height: 120px;
	width: 180px;
}
#HeadNav {
	background: #b1c4e2 url(../images/header/h_copy.png) no-repeat center top;
	float: right;
	width: 780px;
	height: 120px;
}
#HeadNav ul {
	padding-top: 30px;
	height: 90px;
	display: block;
}
#HeadNav ul li {
	float: left;
	list-style-type: none;
}
#HeadNav ul li a, #HeadNav ul li a:link, #HeadNav ul li a:visited, #HeadNav ul li a:hover {
	color: #314462;
	text-decoration: none;
	font-size: 16px;
	width: 105px;
	display: block;
	height: 40px;
	text-align: center;
	padding-top: 35px;
	padding-right: 45px;
	padding-left: 45px;
}
#HeadNav ul li a:hover {
	color: #FFF;
}
#HeadNav ul li a span {
	font-size: 12px;
	display: block;
	padding-bottom: 5px;
	border-bottom: solid 2px #b1c4e2;
}
#HeadNav ul li.Current a span {
	font-size: 12px;
	display: block;
	padding-bottom: 5px;
	border-bottom: solid 2px #314462;
}
#HeadNav ul li a:hover span {
	border-bottom: solid 2px #FFF;
}
#FooterSpace {
	height: 35px;
	clear: both;
}
#Footer {
	background-color: #314462;
	color: #FFF;
	text-align: center;
	height: 35px;
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 35px;
}
#BodyContents {
	clear: both;
	padding-bottom: 1em;
	border-top: 1px solid #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	position: relative;
}
#LeftColumn {
	float: left;
	width: 750px;
	padding-bottom: 1em;
}
#BodyContents h1 {
	font-size: 1.2em;
	line-height: 1.2em;
	position: relative;
	margin: 0.5em 0.75em;
	padding: 10px 10px 10px 30px;
	color: #666;
	background: #ccc;
	border-top: #ccc solid 1px;
	border-right: #999 solid 1px;
	border-bottom: #999 solid 1px;
	border-left: #ccc solid 1px;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
	box-shadow: 0 0 0 1px rgba(255,255,255,0.5) inset;
	background-image: -webkit-gradient(linear, left top, left bottom, from( rgba(220, 220, 220, 1.0)), color-stop(0.25, rgba(240, 240, 240, 1.0)), color-stop(0.30, rgba(235, 235, 235, 1.0)), color-stop(0.36, rgba(240, 240, 240, 1.0)), color-stop(0.50, rgba(235, 235, 235, 1.0)), color-stop(0.80, rgba(215, 215, 215, 1.0)), to( rgba(210, 210, 210, 1.0)) );
	background-image: -webkit-linear-gradient(top, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0) );
	background-image: -moz-linear-gradient(top, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0) );
	background-image: -o-linear-gradient(top, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0) );
	background-image: linear-gradient(to bottom, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0) );
}
#BodyContents h1:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 15px;
	width: 0;
	height: 100%;
	border-left: #ccc solid 1px;
}
#BodyContents h1:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 16px;
	width: 0;
	height: 100%;
	border-right: #eee solid 1px;
}
#BodyContents h1.TopImg {
	background: url(../images/top/image.png) no-repeat center center;
	text-indent: -999em;
	display: block;
	height: 250px;
	width: 960px;
	margin: 0;
	padding: 0;
	border: none !important;
}
#BodyContents h1.TopImg:before, #BodyContents h1.TopImg:after {
	border: none !important;
}
#BodyContents h2 {
	font-size: 1em;
	background: #EEE;
	margin: 1em;
	padding: 5px;
	clear: both;
}
#BodyContents h2 span {
	padding: 2px 2px 2px 5px;
	border-left: 5px solid #6288c5;
}
#BodyContents p {
	line-height: 1.5em;
	margin: 1em 1.25em;
	font-size: 0.8em;
}
#BodyContents dl#News {
	margin: 1em;
	font-size: 0.8em;
	padding: 5px;
}
#BodyContents dl#News dt {
	clear: left;
	float: left;
	margin-right: 1em;
	padding: 5px;
	border: 1px solid #6288c5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 0.5em;
}
#BodyContents dl#News dd {
	float: left;
	padding: 5px;
	margin-top: 0.5em;
	display: inline;
	width: 570px;
}
#CompanyAdress {
	width: 180px;
	position: absolute;
	right: 1em;
	bottom: 50px;
	font-size: 1em;
	display: block;
}
#BodyContents #MapArea {
	width: 700px;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	overflow: hidden;
}
#BodyContents dl.WorksList {
	margin: 1em 1em 1em 2em;
	font-size: 0.8em;
	padding: 5px;
}
#BodyContents dl.WorksList dt {
	font-weight: bold;
	width: 20em;
	clear: left;
	float: left;
	margin-right: 1em;
}
#BodyContents dl.WorksList dd {
	float: left;
	display: inline;
}
#BodyContents #SideMenu {
	width: 190px;
	height: 250px;
	position: absolute;
	display: block;
	right: 10px;
	top: 1em;
}
#BodyContents #SideMenu li {
	list-style-type: none;
	margin-bottom: 0.25em;
}
#BodyContents #SideMenu li a {
	background: #FFF;
	font-size: 0.8em;
	color: #333;
	text-decoration: none;
	padding: 5px;
	display: block;
	border: 1px solid #CCCCCC;
}
#BodyContents #SideMenu li a span {
	padding: 2px 2px 2px 5px;
	display: block;
	border-left: 5px solid #b1c4e2;
}
#GotoTop {
	text-indent: -999em;
	display: block;
	position: fixed;
	height: 30px;
	width: 30px;
	right: 15px;
	bottom: 40px;
	background: url(../images/parts/gptop.png) no-repeat center center;
}
table.Profile {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
table.Profile th, table.Profile td {
	font-size: 0.8em;
	text-align: left;
	padding: 5px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	vertical-align: top;
}
table.Profile th {
	font-weight: bold;
}
ul.ListTypeA {
	margin-left: 3em;
}
ul.ListTypeA li {
	font-size: 0.8em;
	margin-bottom: 0.25em;
	list-style-type: square;
}
.FloatRight {
	float: right;
}
.Clear {
	clear: both;
}
.M1em {
	margin: 1em;
}
.ML1em {
	margin-left: 1em;
}
.MR1em {
	margin-right: 1em;
}
.MB1em {
	margin-bottom: 1em;
}
.SmallText {
	font-size: 0.75em;
}
.AlignRight {
	text-align: right;
}
.AlignCenter {
	text-align: center;
}
