@charset "utf-8";

/*===================================================

	共通スタイル
	
======================================================*/

body {
	background-color: #fff;
	font-family: 'ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック','Lucida Grande',Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height:1.5em;
	margin: 0px;
	padding:0;
	color: #1e1e1e;
}
h1,h2,h3,h4 {
	margin:0;
	padding:0;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding:0;
}

p, ul, ol, li, dl, dt, dd, table, th, td, form {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #cc000a;
}

a:hover {
	color: #6c6c6c;
	text-decoration: none;
}

img {
	border: 0;
}

a.btn:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}


/*　clearfix
---------------------*/

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clearfix:after {
  content: " ";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

/*------------------------------------

	ヘッダー
	
------------------------------------*/
header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 143px;
}

header section.inner {
	width:900px;
	margin:0 auto;
}

header section.inner h1 {
	width:389px;
	height:89px;
	float:left;
}

header section.inner address {
	width:213px;
	height:93px;
	background-image:url(../images/header_address_bg.png);
	background-repeat:no-repeat;
	float:right;
}

header section.inner address .tel {
	text-indent:-10000px;
	height:40px;
}

header section.inner address .contact {
	margin:15px 0 0 8px;
}

header section.inner nav {
	clear:both;
	width:870px;
	height:29px;
	margin:0 auto;
}

header section.inner nav ul li {
	height:29px;
	float:left;
	display:block;
}

header section.inner nav ul li a {
	height:29px;
	text-indent:-10000px;
	display:block;
	background-image: url(../images/nav_menu.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

header section.inner nav ul li a:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
}

header section.inner nav ul li.about a {
	background-position:0 0;
	width:248px;
}

header section.inner nav ul li.step a {
	background-position:-248px 0;
	width:220px;
}

header section.inner nav ul li.case01 a {
	background-position:-468px 0;
	width:238px;
}

header section.inner nav ul li.case02 a {
	background-position:-706px 0;
	width:164px;
}


/*------------------------------------

	トップメイン
	
------------------------------------*/

#container .topmain {
	width:900px;
	margin:0 auto;
	padding:17px 0 55px 0;
}

#container .topmain h2 {
	background-image:url(../images/top_catch.gif);
	background-repeat:no-repeat;
	width:542px;
	height:25px;
	text-indent:-10000px;
	margin:0 auto;
}

#container .topmain h3 {
	font-weight: normal;
	text-align:center;
	margin-top:6px;
	font-size: 13px;
}

#container .topmain .top_facebook {
	border:1px solid #3b5998;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width:580px;
	margin:20px auto 28px auto;
}

#container .topmain .top_facebook p {
	float:left;
	line-height:1em;
}

#container .topmain .top_facebook .fbttl {
	background-color: #3b5998;
	padding:3px 10px;
}

#container .topmain .top_facebook .txt {
	padding:12px 15px 0 17px;
}

#container .topmain .top_facebook iframe {
	padding:8px 0px 0 20px;
}

#container .topmain .top_visual{
	width:819px;
	margin:0 auto;
}


/*------------------------------------

	フッター
	
------------------------------------*/

footer {
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	clear:both;
	padding:22px 0 0 0;
	min-height:81px;
	line-height:1.5em;
}

footer .inner {
	width:900px;
	margin:0 auto;
}

footer address {
	text-align:center;
}

footer p.name {
	margin-bottom:5px;
}

footer .pagetop {
	position:absolute;
	margin:-31px 0 0 0;
	width:870px;
	height:27px;
	text-align:right;
}

footer .pagetop a {
	cursor:pointer;
}
