@charset "UTF-8";

body{
	padding: 0px;
	margin: 0px;
	font-family:Verdana,'メイリオ','ＭＳ Ｐゴシック',Meiryo,Osaka,Helvetica,Arial,sans-serif;
	font-size: 12px;
}

hr {
	display:none;
}

a {
	color: #ff3d9d;
	text-decoration:none;	
}

a:hover {
	border-bottom: #ff3d9d 1px dotted;
}

img{
	border: none;
	vertical-align: top;
}

h1 {
	font-weight: normal;
	text-align: center;
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

strong {
	font-weight: normal;
}

address {
	font-style:normal;
	text-align:right;
	position:absolute;
	left: 589px;
	top: 0;
}

/*ラッパーの設定
================================================================================*/
div#wrapper {
	height: auto;
	width: 800px;
	padding: 0px;
	margin: 0 auto 0 auto;
	background-color: #fff;
}

/*コンテンツの設定
================================================================================*/
div#contents {
	height: 600px;
	width: 800px;
	background-color: #fff;
}

/*代替コンテンツの設定
================================================================================*/
div#alternateMessage {
	padding: 20px;
	width:720px;
	margin:10px auto;
	border: solid 1px #ddd;
}

div#alternateMessage p {
	padding: 0px 20px;
	font-size: 12px;
}

div#mirror {
	width:400px;
	height:50px;
	margin: 10px 200px 0px 200px;
	background: url(img/hansya.gif) no-repeat;
	background-position: center;
}


div#alternateContents {
	width:760px;
	padding:20px;
	line-height:200%;
	clear:both;
}

div#navigation {
    width:200px;
	float:left;
}

div#mainContents {
	float:right;
	width:550px;
}

div#mainContents table.designworks {
	width:550px;
}

div#mainContents table.designworks td {
	padding-bottom:10px;
}

div#mainContents dl.corporateoutline dl {
	width:550px;
	clear:both;
}

div#mainContents dl.corporateoutline dt{
	width:150px;
	float:left;
}

div#mainContents dl.corporateoutline dd {
	margin-left:-150px;
}

div#mainContents dl.corporateoutline dd ul.address {
	margin-left:300px;
}

div#mainContents dl.corporateoutline dd ul.address li{
	list-style:none;
}

div#alternateContents div#mainContents h4 {
	color:#666;
	margin-top:15px;
	font-size:120%;
}

div#alternateContents div#mainContents p {
	font-size:105%;
}

/*エラーメッセージ
================================================================================*/
div#errorContents {
	height: 600px;
	width: 800px;
	background-color: #fff;
	background: url(img/404error.jpg) center no-repeat;
}

div#errorMessage {
	padding: 10px 10px;
	margin: 10px 100px 0px 100px;
}

div#errorMessage h1 {
	font-size:200%;
	text-align:left;
	margin-bottom:0;
	color:#ff3d9d;
	font-weight:bold;
	background: url(img/logo.jpg) no-repeat;
	padding-left:55px;
	padding-top:10px;
	height:50px;
}

div#errorMessage p {

}

div#errorMessage ul {
	margin:0;
	padding:0;
}

div#errorMessage ul li {
	line-height:250%;
	list-style:none;
	padding-left:1.4em;
}

div#errorMessage ul li a {
	color:#333;
	text-decoration:none;
}

div#errorMessage ul li a:hover {
	color:#ff3d9d;
	text-decoration:underline;
}

div#errorMessage ul li.topPage {
	background: url(img/icon_top.gif) center left no-repeat;
}

div#errorMessage ul li.concept {
	background: url(img/icon_concept.gif) center left no-repeat;
}

div#errorMessage ul li.flowChart {
	background: url(img/icon_flowChart.gif) center left no-repeat;
}

div#errorMessage ul li.designWorks {
	background: url(img/icon_designWorks.gif) center left no-repeat;
}

div#errorMessage ul li.corporateoutline {
	background: url(img/icon_corporateOutline.gif) center left no-repeat;
}

div#errorMessage ul li.zeroNoOhanashi {
	background: url(img/icon_zero.gif) center left no-repeat;
}

div#errorMessage ul li.Access {
	background: url(img/icon_access.gif) center left no-repeat;
}

/*フッタの設定
================================================================================*/
div#footer {
	clear:both;
	margin:0px;
	padding:0px;
	position:relative;
	font-size: 9px;
}

div#footer ul {
	margin: 0;
	padding: 0;
}

div#footer ul li {
	list-style:none;
	background: url(img/icon_arrow.gif) left center no-repeat;
	padding-left: 1em;
}

/*Pマーク*/
div#pmarklink p a:hover {
	border-bottom: none;
	}


/*個人情報保護方針
================================================================================*/
div#privacyWrap {
	width: 550px;
	padding:7px;
	font-size: 90%;
	line-height: 150%;
}

div#privacyWrap {
	xpadding-top: 0;
}

div#privacyWrap table th, 
div#privacyWrap table td {
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
}

div#privacyWrap div.closeBtn {
	text-align:center;
}

/*clearfix
==============================================================*/
.clearfix:after{
display:block;
clear:both;
height:0;
visibility:hidden;
content:".";
line-height:0;
}
.clearfix{
display:inline-table;
min-height:1%;
}
/* FOR MAC IE \*/
* html .clearfix{
height:1%;
}
.clearfix{
display: block;
}
/* END OF FOR MAC IE */