﻿@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 PC用スタイル
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ヘッダー
----------------------------------------------------------------------------- */
#header-wrap {
	border-top: 5px solid #00b0e8;
	border-bottom: 1px solid #cccccc;
	background: #ffffff;
}
#header {
	width: 800px;
	margin: 0 auto;
	height: 105px;
	position: relative;
}
.logo {
	padding: 27px 0 0;
}
.logo:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.lead {
	position: absolute;
	left: 240px;
	top: 20px;
	background: #f9f8e5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px;
}
h1 {
	position: absolute;
	right: 0;
	top: 33px;
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
	font-weight: normal;
	text-align: right;
}

/* コンテンツエリア
----------------------------------------------------------------------------- */
#contents {
	width: 800px;
	margin: 0 auto;
	background: #ffffff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	min-height: 700px;
}
.content {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
}
.title {
	margin: 20px 0;
}
.category-box01 {
	float: left;
	width: 365px;
}
.category-box02 {
	float: right;
	width: 365px;
}
.category-wrap dd {
	background: #f9f8e5;
}
.category-wrap dd ul {
	padding: 0 15px;
}

.category-wrap dd ul li {
	border-bottom: 1px dashed #cccc99;
	line-height: 60px;
	background: url(../image/arrow.png) no-repeat left center;
	padding-left: 17px;
}
.category-wrap dd ul li:last-child {
	border-bottom: none;
}
.category-wrap dd ul li a {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
}


/* ページトップへ
----------------------------------------------------------------------------- */
/*親要素*/
.page-top-parent{
}

#page-top {
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 10;
}
#page-top a {
  display: block;
  width: 85px;
  height: 85px;
  text-indent: -9999px;
  background: url(../image/btn_pagetop.png) no-repeat 0 0;
}
#page-top a:hover {
  background: url(../image/btn_pagetop_on.png) no-repeat 0 0;
}

/* フッター
----------------------------------------------------------------------------- */
#footer-wrap {
	border-top: 1px solid #ccc;
	background: url(../image/bg_footer.png);
}
#footer {
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
}
#copy {
	float: left;

	font-size: 12px;
	color: #ffffff;
}
#footer-navi {
	float: right;
	font-size: 12px;

}
#footer-navi ul {
	font-size: 0;
}
#footer-navi ul li {
	display: inline;
	font-size: 12px;
	margin: 0 0 0 2em;
}
#footer-navi a:link,
#footer-navi a:visited {
	color: #ffffff;
}
#footer-navi a:visited {
	text-decoration: underline;
}

