@charset "utf-8";

/************************************************
 初期化設定
************************************************ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin: 0;padding: 0;border: 0;}table,caption,th,td{margin: 0;padding: 0;border: 0;border-collapse : collapse ;border-spacing: 0px;empty-cells: show;text-align: left;font-weight: normal;}a img,iframe{border: none;}ol,ul,li{list-style: none;}input,textarea,select,button{font-size: 100%;font-family: inherit;}address{font-style:normal;}

/************************************************
 共通設定
************************************************ */
body {
    color: #666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-color: #efefef;
    font-size: 80%;
    line-height: 200%;
    letter-spacing: 0.1em;
}

/* 写真 */
img.picture {
    border: 1px solid #ccc;
}

span.none {
	height:0;
	overflow:hidden;
	display:block;
}

.fltL {
	float:left;
}

.fltR{
	float:right;
}

.attention {
	color:#ff3333;
}

.mini {
	font-size:85%;
	line-height:normal;
}
/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: left;
}

/* コンテンツ */
#container {
    margin: 0 auto;
    padding: 0 0 30px;
    width: 980px;
    text-align: left;
}

/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}

/* リンク指定
----------------------------------------------- */
a:link,
a:visited {
    color: #3e3a39;
    text-decoration: none;
}
a:link:hover,
a[href]:hover {
	color:#1f286f;
	font-weight:bold;
/*
    text-decoration: underline;
*/
}

h1 {
	color:#656161;
	font-size:200%;
	text-align:center;
	font-weight:normal;
}

h1.title {
	background:#1f286f;
	color:#fff;
	font-size:200%;
	padding:30px 0;
	text-align:center;
	margin:0 0 80px;
	font-weight:bold;
}

h2.title {
	background:#f9f9f9;
	color:#656161;
	font-size:200%;
	padding:30px 0;
	text-align:center;
	margin:100px 0 80px;
}

/* ==============================================
 ヘッダー
============================================== */
header {
	width:100%;
	border-bottom:3px solid #59b9d9;
	z-index:1;
}

header .inner {
	width:980px;
	margin:auto;
}

header .inner #logo_area {
	float:left;
	width:400px;
	height:92px;
	margin-top:15px;
}

/* ==============================================
 グローバルナビゲーション
============================================== */
header nav {
	float:right;
	top:3px;
	position:relative;
	z-index:2;
}

header nav p.link {
	text-align:right;
}

header nav ul li {
	float:left;
	width:121px;
}

header nav ul li a {
	display:block;
	width:121px;
	height:83px;
	background:url("../img/common/navi.png") no-repeat;
}

header nav ul li.nav1 a {background-position:0 0;}
header nav ul li.nav2 a {background-position:-121px 0;}
header nav ul li.nav3 a {background-position:-242px 0;}
header nav ul li.nav4 a {background-position:-363px 0;}

header nav ul li.nav1 a:hover {background-position:0 -83px;}
header nav ul li.nav2 a:hover {background-position:-121px -83px;}
header nav ul li.nav3 a:hover {background-position:-242px -83px;}
header nav ul li.nav4 a:hover {background-position:-363px -83px;}


/* ==============================================
 メイン画像
============================================== */
#main_image_area {
	width:100%;
	background:#000;
	margin-bottom:20px;
}

#main_image_area #main_image {
	width:1000px;
	margin:auto;
}

#main_image h1 {
	display:block;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	width:1000px;
	height:324px;
	background:url("../img/common/main01.png") no-repeat;
}

/* ==============================================
 アーティクル
============================================== */
article {
	width:980px;
	margin:auto;
	float:none;
}

article.top {
	float:left;
	width:680px;
}

article#price {
	margin:auto;
	width:100%;
	float:none;
}

article .banner {
	margin-bottom:20px;
}
/* ==============================================
 サイドブロック
============================================== */
aside {
	float:right;
	width:280px;
}

aside section#news {
	margin-bottom:20px;
}

aside section#news article {
	width:100%;
	float:none;
}

aside section#news article p {
	line-height:normal;
}

aside section#facebook div.fb-page {
	min-height:500px;
}
/* ==============================================
 タイトル
============================================== */
article h2.service {
	display:block;
	white-space: nowrap;
	text-indent:100%;
	overflow:hidden;
	width:100%;
	height:47px;
	background:url("../img/title/tit_service.png") no-repeat;
	margin-bottom:10px;
}

section h2 {
	display:block;
	white-space: nowrap;
	text-indent:100%;
	overflow:hidden;
	width:100%;
	height:33px;
	margin-bottom:10px;
}

section h2.news {
	background:url("../img/title/tit_news.png") no-repeat;
}

section h2.facebook {
	background:url("../img/title/tit_facebook.png") no-repeat;
}

article #service_area section h1 {
	border-top:3px solid #299bd2;
	border-bottom:3px solid #299bd2;
	color:#299bd2;
	padding:10px 0;
	margin:20px auto;
	position:relative;
}

#service_area section .disc h2 {
	text-indent:inherit;
	white-space:normal;
	width:100%;
	height:auto;
	color:#333;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:200%;
	font-style:italic;
	border-bottom:1px solid #333;
	padding:10px 0;
}

#service_area ul li {
	list-style:inside square;
}

#service_area ul.pdf li {
	list-style:inside url("../img/icon/icon_pdf.png");
}

#service_area .adobe {
	margin-top:20px;
}
/* ==============================================
 サブページ
============================================== */
#service_area section {
	margin:40px 0 80px;
}

#service_area section .disc {
	width:60%;
	float:left;
}

#service_area section .bnr {
	width:36%;
	float:right;
}

#service_area section h1 span {
	position:absolute;
	bottom:0;
	right:0;
	font-size:50%;
}
#service_area section h1 span a:link,
#service_area section h1 span a:visited {
	color:#003b6d;
}

#service_area section h1 span a:link:hover,
#service_area section h1 span a[href]:hover {
	font-weight:normal;
	text-decoration:underline;
}

.btn_area {
	margin-top: 10px;
	text-align: center;
	width: 100%;
}

.btn_area li {
    display: inline;
    padding-right: 10px;
}

table {
	margin-top:20px;
	width:100%;
	border:1px solid #ccc;
}

table tr th,
table tr td {
	border-bottom:1px solid #ccc;
	padding:10px 25px;
	background:#fff;
}

table tr:first-child th,
table tr:first-child td {
	border-top:1px solid #ccc;
}

table tr th {
	background:#666;
	color:#fff;
	width:200px;
}

.box60 {width:60px;}
.box120 {width:120px;}
.box300 {width:300px;}
.box380 {width:380px;}

/* ==============================================
 料金表
============================================== */
article#price table tr th,
article#price table tr td {
	letter-spacing:normal;
	line-height:normal;
	font-size:100%;
}

/* ==============================================
 フッター
============================================== */
footer {
	width:100%;
	background:#299bd2;
	color:#fff;
}

footer .inner {
	width:980px;
	margin:auto;
	padding:30px 0;
	position:relative;
}

footer #pagetop {
	position:absolute;
	top:0;
	right:0;
}

footer .profile {
	width:430px;
	float:left;
	border-right:1px solid #fff;
	padding-right:35px;
	letter-spacing:normal;
}

footer .profile h2 {
	font-weight:normal;
}

footer #footer_navi {
	float:left;
	padding-left:35px;
}

footer #footer_navi ul li a:link,
footer #footer_navi ul li a:visited {
	color:#fff;
}

footer #copyright {
	background:#3f3f3f;
	padding:3px 0;
	text-align:center;
	color:#fff;
}