@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :sato (admin)
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub
 
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラー、レイアウトなど
----------------------------------------------------*/
html {
	background: #fff;
}

body {
	text-align: center;
	margin: 0 auto;
}


a:link {
	overflow:hidden;
	outline:none;
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a:active {
}


/*----------------------------------------------------
	clearfix
----------------------------------------------------*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.left {
	float: left;
}

.right {
	float: right;
}

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}

/*
	clearfix
*/
#hoge:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*----------------------------------------------------
	#navSkip (NavigationSkip)
----------------------------------------------------*/
span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}


/*----------------------------------------------------
	#wrap
----------------------------------------------------*/
#wrap {
	width: 100%;
	text-align: left;
	margin: 0 auto;
}



/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	position: relative;
	width: 1045px;
	margin: 0 auto;
	background: url(../img/share/bg_contents.gif) repeat-y right top;
	min-height: 850px;
}

#contents .pageTop {
	width: 1045px;
	margin: 0;
	padding: 13px 0;
	clear: both;
	background: #fff;
	text-align: right;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: left;
	margin: 0;
	padding: 25px 25px 10px 25px;
	position: absolute;
	top: 295px;
	left: 16px;
	width: 615px;
	min-height: 200px;
	background: url(../img/share/main-bg.png) top left no-repeat;
}

* html #main {
	height: 200px;
}

#main h2 {
	margin: 0;
	padding: 9px 0 0 15px;
	width: 287px;
	height: 29px;
	color: #91be30;
	font-size: 14px;
	background: url(../img/top/midashi-bg.gif) top left no-repeat;
	letter-spacing: -0.03em;
}

#main h2 a:link {
	text-decoration: none;
}
#main h2 a:visited {
	text-decoration: none;
}

#main h3 {
	margin: 30px 0 10px;
	padding-bottom: 5px;
	border-bottom: 5px solid #333;
}

#main dl.serviceList {
	margin: 0;
}

#main dl.serviceList dt {
	margin: 10px 0 0;
	position: relative;
	width: 287px;
}

#main dl.serviceList dt.firstChild,
#main dl.serviceList dt:first-child {
	border-top: 0;
	padding-top: 0;
}

#main dl.serviceList dt a {
	margin-top: 10px;
	padding-left: 15px;
	color: #006699;
	font-size: 15px;
	text-decoration: none;
	background: url(../img/item/mark_01.gif) no-repeat left center;
}

#main dl.serviceList dt img {
	position: absolute;
	top: 15px;
	left: 0;
	padding: 2px;
	border: 1px solid #EEE;
}

#main dl.serviceList dt.firstChild img,
#main dl.serviceList dt:first-child img {
	top: 0;
}

#main dl.serviceList dd {
	width: 285px;
	height: 50px;
	font-size: 11px;
	line-height: 1.3;
}

#main dl.serviceList > dd {
	min-height: 50px;
	height: auto;
}

.link {
	margin: 6px 0 25px 0;
}



/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	position: absolute;
	top: 295px;
	right: 16px;
	width: 330px;
	padding: 10px;
	background: url(../img/share/sub-bg.png) top left no-repeat;
}

#sub-inner {
	width: 298px;
	height: 400px;
	margin: 20px auto;
}

#sub li {
	text-align: left;
}
