@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;
	background: url(../img/share/header-bg.gif) top left repeat-x;
}


a:link {
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a:active {
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.left {
	float: left;
	margin: 0;
}

.right {
	float: right;
	margin: 0;
}

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 13px 10px 0;
}


.imgL0 {
	float: left;
	margin: 0 0 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
----------------------------------------------------*/

#flash {
	width: 200px;
	height: 150px;
	float: left;
	margin: 0 10px 5px 0;
}

#contents {
	width: 938px;
	margin: 60px auto 0;
	background: #fff url(../img/share/bg_contents.gif) repeat-y right top;
}

#contents .pageTop {
	width: 938px;
	margin: 0;
	padding: 13px 0;
	clear: both;
	background: #fff;
	text-align: right;
}

#infoContents {
	margin: 0 auto;
	width: 910px;
}

#infoContents h3 {
	font-size: 14px;
	color: #0099CC;
}

#infoContents .column-wide {
	margin: 10px 0 5px 0;
	border-bottom: #CCCCCC dotted 1px;
}

#infoContents .column {
	width: 690px;
	margin: 0px 0 5px 0;
	border-bottom: #CCCCCC dotted 1px;
}

#infoContents .column a {
	color:#0099cc;
	text-decoration: none;
}

#infoContents .column a:visited {
	color:#0099cc;
	text-decoration: none;
}

#infoContents .column a:hover {
	color:#0099cc;
	text-decoration: underline;
}

#infoContents .column-wide a {
	color:#0099cc;
	text-decoration: none;
}

#infoContents .column-wide a:visited {
	color:#0099cc;
	text-decoration: none;
}

#infoContents .column-wide a:hover {
	color:#0099cc;
	text-decoration: underline;
}

/*----------------------------------------------------
	#mainContainer
		メインコンテナ
----------------------------------------------------*/

#mainContainer {
	position: relative;
	margin: 0 auto;
	width: 938px;
	height: 327px;
	background: url(../img/top/main-img-bg.gif) top left repeat-x;
}

#topic-col {
	position: absolute;
	top: 220px;
	left: 0px;
	width: 930px;
}



/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/

#main-col {
	width: 910px;
	margin: 0 auto;
}

#main {
	margin: 15px 0 0 0;
	float: right;
	width: 700px;
	min-height: 200px;
}

* html #main {
	height: 200px;
}

#main h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 100%;
	letter-spacing: .1em;
}

#main h3 {
	font-size: 14px;
	color: #0099CC;
	margin: 10px 0 10px;
	padding-bottom: 5px;
	border-bottom: #CCCCCC dotted 1px;
}

#main h3 a {
	color:#0099cc;
	text-decoration: none;
}

#main h3 a:visited {
	color:#0099cc;
	text-decoration: none;
}

#main h3 a:hover {
	color:#0099cc;
	text-decoration: underline;
}

#main dl.serviceList {
	margin: 10px 0 0 0;
	padding: 0 22px 0 0;
}

#main dl.serviceList .end {
	margin: 10px 0 0 0;
}

#main dl.serviceList dt {
	position: relative;
	width: 200px;
	margin-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
}



#main dl.serviceList dt a {
	color:#006699;
	text-decoration: none;
	padding-left: 15px;
	background: url(../img/item/mark_01.gif) no-repeat left center;
}

#main dl.serviceList dt a:visited {
	color:#006699;
	text-decoration: none;
}

#main dl.serviceList dt a:hover {
	color:#006699;
	text-decoration: underline;
}

#main dl.serviceList dt.gr a {
	color: #009933;
	background: url(../img/item/mark_02.gif) no-repeat left center;
}

#main dl.serviceList dt img {
	position: absolute;
	top: 37px;
	left: 0;
	padding: 2px;
	border: 1px solid #EEE;
}



#main dl.serviceList dd {
	padding: 5px 0 5px 80px;
	width: 130px;
	height: 50px;
	border-top: #CCCCCC 1px dotted;
	font-size: 12px;
}

#main dl.serviceList > dd {
	min-height: 90px;
	height: auto;
}

.p-box {
	width: 700px;
	margin: 0 0 20px 9px;
}

#top-box {
	text-align: left;
	float: right;
	width: 685px;
	margin: 10px 0 10px 0;
	padding: 5px;
	font-size: small;
	font-weight : normal;
	border: 2px solid #e9e9e9;
	color: #666666;
	background: #f8f8ff;
}

dl.area{
	margin-top: 10px;
	padding: 0;
	border: 1px solid #eee;
	border-top: none;
	background-color: #f5f5f5;
	font-size: 11px;
}

dl.area dt {
	margin: 0;
	padding: 0.3em 0 0.1em 0.5em;
	border-top: 1px solid #eee;
	width: 11em;
	float: left;
	color: #333;
}
	
dl.area dd {
	margin: 0 0 0 11em;
	padding: 0.3em 1em;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #999;
	background-color: #fff;
}

/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	margin-top: 15px;
	float: left;
	width: 187px;
}


#sub li {
	text-align: left;
}

#smenu-col {
	font-size:11px;
}

#smenu-col h3 {
	display: block;
	height: 21px;
	background: url(../img/share/side-top-bg.gif) top left no-repeat;
	padding: 7px 3px 0 20px;
	color: #fff;
	margin-top: 10px;
}

#smenu-col li {
	text-align: left;
	padding: 6px 3px 6px 25px;
    background: url(../img/share/icon.gif) no-repeat 10px 0.7em;
    list-style: none;
	border-bottom:1px solid #e9e9e9;
	line-height:1.5em;
}

#smenu-col li a {
	color: #666;
	text-decoration: none;
}

#smenu-col li a:visited {
	color: #666;
	text-decoration: none;
}

#smenu-col li a:hover{
	color: #666;
	text-decoration: underline;
}