/*@charset "utf-8";*/

/*
-----------------------------------------------------------
 ブラウザスタイルのリセットと基本設定
----------------------------------------------------------- */

/* ----------------------- Browser Default Initialization */
html {
	overflow-y:scroll;
}
body {
	overflow-x:hidden;
	overflow-y:auto;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;  padding:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
}
table {
	border-collapse:collapse;  border-spacing:0;
}
caption, th {
	text-align:left;
}
q:before ,q:after {
	content:'';
}
object, embed {
	vertical-align:top;
}
hr, legend {
	display:none;
}
h1, h2, h3, h4, h5, h6	{
	font-size:100%;
}
img, abbr, acronym, fieldset {
	border:0;
}
li {
	list-style-type:none;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background:#FFF;
	color:#333;
	font-size:75%;
	line-height:150%;
	letter-spacing:1px;
	text-align:center;
}
html>/**/body {
	font-size:12px;
}

* + html body {
	font-family:"メイリオ","Meiryo";
}

/* ------------ A Style */
a:link {
	text-decoration:none;
	color:#00f;
}

a:visited {
	text-decoration:none;
	color:#00f;
}

a:hover {
	text-decoration:underline;
	color:#00f;
}

a:active {
	text-decoration:none;
	color:#00f;
}

/* ------------ Visual style */
.clear {
	clear:both;
}

.clearfix:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
*:first-child+html .clearfix { height:1%; } /* ie7 */
* html .clearfix { height:1%; } /* ie6 */

/*
-----------------------------------------------------------
 全体　共通設定
----------------------------------------------------------- */

a {text-decoration:underline !important;}


/* レイアウトについて
----------------------------------------------------------- */

#header, #footer, #main {
	margin:0 auto;
	width:1000px;
	text-align:left;
}


/* ヘッダー
----------------------------------------------------------- */

#top {float:left;}
#header-contact {float:right;}
#heading {clear:both;}
#global-navi {overflow:auto;padding-top:3px;}
#global-navi li {float:left;}
h1{
	text-align:left;
	font-size:10px;
	font-weight:normal;
	padding:5px 0;
}

/* メイン　（※基本的には各フォルダ内の css/page.css に記述）
----------------------------------------------------------- */

#pan {padding:0.75em 5px 0.5em;font-size:12px;}


/* フッター
----------------------------------------------------------- */

#pagetop {clear:both;padding:0.5em 3px 0.5em 0;text-align:right;}

#footer {padding:20px 20px 10px;width:960px;color:#8a8a8a;background-color:#000;}
* html #footer {width:1000px;}

#footer a       {color:#8a8a8a;}
#footer a:hover {color:#ffffff;}

#footer-contact {float:left;width:250px;}
#footer-contact span {display:block;margin-left:10px;}

#footer-navi {float:right;width:700px;text-align:right;}
#footer-navi li {display:inline;}

#footer-links {float:right;padding-top:1em;width:700px;text-align:right;}

#copyright {clear:both;padding:3em 0.5em 0;font-weight:bold;color:#fefefe;}

/*
-----------------------------------------------------------
privacyページ　設定
----------------------------------------------------------- */

#left{
	margin:70px 120px;
	float:left;
	}
#right{
	width:720px;
	float:left;
	margin:30px 0 0 0;
	}
#right .ttl{
	height:29px;
	background:url(privacy/img/bg.gif) no-repeat;
	padding:5px 0 0 20px;
	font-weight:bold;
	}
#right .details{
	width:680px;
	margin:15px 0 40px 20px;
	}
	
	
/* 
----------------------------------------------------------- */
