@charset "shift-jis";


/*============汎用============*/
.clearfix:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	clear: both; 
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.small{
	font-size: small;
}
.bold{
	font-weight: bold;
}
.red{
	color: #C30;
}
.mt10 {
	margin-top: 30px;
}
.mb10 {
	margin-bottom: 10px;
}

.blue{
	color: #3087dd;
}



/*============リンク============*/
a:link{
	color:#923276;
}
a:visited{
	color:#923276;
}
a:hover{
	color:#3090f0;
	text-decoration: underline;
}
a:active{
	color:#FFF;
}
.fade {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.fade:hover {
	opacity: 0.4;
	filter: alpha(opacity=60);
}
/*============共通============*/
#wrapper{
	color: #545455;
	background-image: url(../img/bg_sec.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper header{
	height: 101px;
	background-image: url(../img/header_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper header h1 {
	height: 33px;
	width: 397px;
}
#wrapper header h1 a img {
	padding-top: 50px;
}
#wrapper #contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#wrapper #contents nav {
	width: 960px;
	margin-top: 18px;
	height: 50px;
}
#wrapper #contents nav ul li {
	float: left;
	vertical-align: bottom;
}
#pagetop {
	clear: both;
	float: none;
	height: 29px;
	width: 108px;
	margin-left: 851px;
	padding-top: 20px;
}
#wrapper footer {
	clear: both;
	float: none;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	height: 104px;
	background-position: left top;
	background-color: #966EBA;
}
#wrapper footer a:vlink {
	color:#FF00FF
}
#footerNav  {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 70%;
	text-align: right;
	height: 104px;
	color: #FFF;
}
#footerNav .copyright {
	float: right;
	width: 800px;
	margin-top: 20px;
}
#footerNav ul {
	margin-bottom: 0px;
}
#footerNav ul li {
	display: inline;
}
#footerNav .support {
	text-align: left;
	font-size: 11px;
	line-height: 1.2;
	color: #ffffff;
	float: left;
	width: 100px;
	margin-top: 20px;
}
/*============トップページ============*/

#toppage #wrapper{
	color: #545455;
	background-image: url(../img/bg_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#contents .boxLeft {
	float: left;
	width: 711px;
	margin-top: 20px;
}
#contents .boxRight {
	float: right;
	width: 229px;
	margin-top: 20px;
}
.banner{
	width: 711px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.photo ul li{
	margin-bottom: 10px;
}
.description {
	height: 67px;
	width: 661px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
}
.boxLeft h2  {
	margin-bottom: 7px;
}
/*============セカンダリ共通============*/

.boxSecond{
	width:960px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
.boxSecond h3 {
	height: 39px;
	margin-bottom: 15px;
}
.boxSecond p {
	font-size: 90%;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 20px;
}







/*============googleマップ============*/

.mapArea  {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 90%;
}
.map {
	height: 420px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}





/*--------------------------------------------------------------------------------
　PHP トップページ新着情報
--------------------------------------------------------------------------------*/

.pg-news {
	font-size: 80%;
	padding-top: 13px;
	margin-bottom: 5px;
	width: 711px;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

/* clearfix */
.pg-news:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	clear: both; 
}

.pg-news {
	min-height: 1px;
}

* html .pg-news {
	height: 1px;
}

.pg-news dt {
	width: 110px;
	float: left;
	padding-bottom: 5px;
}

.pg-news dd {
	width: 600px;
	float: right;
	padding-bottom: 5px;
}
.companyBox table {
	width: 800px;
	margin-top: 20px;
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.6em;
	margin-bottom: 20px;
	font-size: 80%;
}
.companyBox table th {
	padding:5px;
	background-color: #ebf3bf;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 200px;
}
.companyBox table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 10px;
}
.boxContact {
	height: 314px;
	width: 938px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.boxSitemap     {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.boxSitemap li {
	margin-bottom: 20px;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 10px;
	margin-top: 10px;
	background-image: url(../../sitemap/img/icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 30px;
	line-height: 1.4em;
}
