@charset "utf-8";

/*====================================================================================
■01.基本情報
  01_1.基本設定
  01_2.リンク設定
  01_3.タグリセット

■02.主要コンテンツ基本設定
■03.SEO関連
■04.ヘッダー
■05.グローバルナビ（サイドグローバルナビ含む）
■06.フッター（サブナビ含む）
■07.AIバナー、FLASHリンクなど
■08.印刷CSS
■09.clearfix
■10.ページアップ
■11.その他
====================================================================================*/

/*====================================================================================
■00.基本情報
====================================================================================*/

/*
  01_1.基本設定
--------------------------------------------------------------*/

* {
	-webkit-text-size-adjust: none;
}

html{overflow-y:scroll;}

body {
	font-size: 14px;
	margin: 0; padding: 0;
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka,sans-serif;
	text-align: center;
	background: #FFFFFF;
	color: #666666;
	line-height: 1.5;
	}

/*
  01_2.リンク設定
-------------------------------------------------------------*/

a {
	outline: none;
}
a,
a:link,
a:visited {
	color: #df66cb;
	text-decoration: underline;
}
a:hover,
a:active,
a:focus {
	color: #F3C5EB;
	text-decoration: underline;
}

/*
  01_3.タグリセット
-------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,form,address {
	margin: 0; padding: 0;
}
h2,h3,h4,h5,h6 {
	font-size: 12px;
}
ul,li {
	margin: 0; padding: 0;
	list-style: none;
}
img {
	vertical-align: top;
	margin: 0; padding: 0;
	border: none;
}
table,tr,td {
	border-collapse: collapse;
}
table th,
table td {
	text-align: left;
	vertical-align: top;
}

/*====================================================================================
■02.主要コンテンツ基本設定
====================================================================================*/

/* 全体ラッパー */
#wrapper {
	min-width: 1044px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #FFFFFF;
}

/* コンテンツ全体 */
#container {
	margin: 0 auto;
	padding: 0;
}

/* ヘッダー */
#header_area {
}
.top_header {
	height: 600px;
	background: url(../images/bg_top_header.jpg) center top no-repeat;
}
.sec_header {
	height: 300px;
	background: url(../common_img/bg_sec_header.jpg) center bottom no-repeat;
}
#header {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

/* グローバル */
#gnavi {
	background: url(../common_img/bg_gnavi.jpg) left top repeat-x;
}

/* サイドグローバル */
#side_navi{
	margin: 0 auto;
	padding: 0;
	background: url(../common_img/bg_side.jpg) left top repeat-x;
}

/* コンテンツ */
#main {
	padding-bottom: 80px;
	background: url(../common_img/bg_main.jpg) center top no-repeat;
}

/* セカンドページコンテンツ */
#contents {
	width: 1000px;
	margin: 0 auto;
}

/* フッター */
#footer {
	background: url(../common_img/bg_footer.jpg) left top repeat-x;
	border-top: 1px solid #F8F5EE;
    padding-bottom: 20px;
}


/*====================================================================================
■03.SEO関連
====================================================================================*/

h1#top {
	width: 800px;
	height: 32px;
	margin: 0;
	padding: 0;
	color: #CCCCCC;
	font-size: 10px;
	font-weight: normal;
	font-family:"ＭＳ Ｐゴシック";
	line-height: 32px;
}

/*====================================================================================
■04.ヘッダー
====================================================================================*/

#header h2 {
	margin: 0 0 0 324px; padding: 44px 0 0 0;
}
#header ul {
	position: absolute;
	top: 0; right: 0;
}

/*====================================================================================
■05.グローバルナビ（サイドグローバルナビ含む）
====================================================================================*/

/* グローバル */
#gnavi ul {
	width: 1002px;
	margin: 0 auto;
}
#gnavi ul > li {
	float: left;
}

/*====================================================================================
■06.フッター（サブナビ含む）
====================================================================================*/

#footer .sec01 {
	width: 1000px;
	min-height: 250px;
	margin: 0 auto;
}
#footer .area01 {
	width: 391px;
	float: left;
}
#footer .area02 {
	width: 355px;
	float: left;
}
#footer .area03 {
	width: 254px;
	float: left;
}

#footer .area01 address {
	margin: 0 0 0 15px;
	font-weight: normal;
	font-style: normal;
}

#footer .area02 dl dd a {
	margin: 0 0 0 9px;
	display: block;
}
#footer ul {
	padding: 10px 0 0 0;
	float: left;
}
#footer ul.n01 {
	width: 88px;
}
#footer ul.n02 {
	width: 166px;
}
#footer ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	background: url(../common_img/arrow01.png) left center no-repeat;
}
#footer ul li a,
#footer ul li a:link,
#footer ul li a:visited {
	color: #666666;
	text-decoration: none;
}
#footer ul li a:hover,
#footer ul li a:active,
#footer ul li a:focus {
	color: #CC0000;
	text-decoration: underline;
}


/*====================================================================================
■07.AIバナー、FLASHリンクなど
====================================================================================*/
/*====================================================================================
■08.印刷CSS
====================================================================================*/

@media print{
/*印刷用のスタイルを指定*/
}


/*====================================================================================
■09.clearfix
====================================================================================*/

.clearfix {zoom:1;}
.clearfix:after{ content: ""; display: block; clear: both; }

/*
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	zoom: 1;
}
*/

/*====================================================================================
■10.ページアップ
====================================================================================*/

.page-up {
	position: fixed;
	right: 50px; bottom: 50px;
	z-index: 200;
	cursor: pointer;
}

/*====================================================================================
■11.その他
====================================================================================*/
