﻿@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ページ共有のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント ------------------------------ */

body {
	color: #000000;
  font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 62.5%; /* IE */
	line-height: 1.4;
}

html>/**/body {
  font-size: 10px; /* Except IE */
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}


/* 基本タグ ------------------------------ */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(../img/bg_body.gif) repeat-x 0 78px;
	text-align: center;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

li img,
dt img {
	vertical-align: bottom;
}

address,em,cite {
	font-style: normal;
}


/* 基本テキストリンク ------------------------------ */

a {
	color: #DA6636;
	text-decoration: none;
}
a:hover {
	color: #DA6636;
	text-decoration: underline;
}


/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

div#wrap {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

div#ctArea {
	width: 900px;
	margin: 42px 0 0;
}
div#ctArea:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ctArea { display:inline-block; }
/*\*/
* html div#ctArea { height:1%; }
div#ctArea { display:block; }
/**/

div#side {
	float: left;
	width: 180px;
}

div#main {
	float: right;
	width: 660px;
}


/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

div#header {
	position: relative;
	width: 900px;
	padding: 16px 0 0;
}

div#header h1 {
	position: absolute;
	top: 33px;
	left: 259px;
}


/* グローバルナビ ------------------------------ */

ul#gNavi {
	width: 900px;
	padding-top: 15px;
}
ul#gNavi:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
ul#gNavi { display:inline-block; }
/*\*/
* html ul#gNavi { height:1%; }
ul#gNavi { display:block; }
/**/

ul#gNavi li {
	float: left;
}


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

div#footer {
	width: 900px;
	padding: 40px 0 10px;
}

div#footer p.pagetop {
	background: #E9E9E9;
	text-align: right;
}

div#footer ul {
	padding: 12px 0 10px;
	color: #666666;
	font-size: 1.2em;
}

div#footer ul li {
	display: inline;
}

div#footer address {
	color: #4C4C4C;
	font-size: 1.1em;
}


/* --------------------------------------------------------------------------------------
 コンテンツ
--------------------------------------------------------------------------------------- */

/* title ------------------------------ */

div#main h1 {
	margin-bottom: 40px;
}


/* font ------------------------------ */

div#main p {
	font-size: 1.2em;
}

div#main p.lead {
	font-size: 1.6em;
	line-height: 1.6;
}


/* --------------------------------------------------------------------------------------
 サイド
--------------------------------------------------------------------------------------- */

ul#sNavi {
	padding-bottom: 17px;
}

ul#sNavi li {
	margin-bottom: 1px;
}

div.sideBtn p {
	margin-bottom: 1px;
}



