﻿@charset "utf-8";

/* --------------------------------- */
/* 初期設定 */

/*-----------------------------------------------
 __各ページ.css
-----------------------------------------------*/

*{
	margin		: 0;
	padding		: 0;
}

html{
	direction	: ltr;
	border		: 0;
}

address,blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,map,ol,p,pre,ul{
	display		: block;
}

code, pre, samp, var, kbd, input, select, textarea{
	font-family: Meiryo, Verdana, "メイリオ", "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, Osaka;
}

img {
	border: 0px;
}

table {
	border-collapse: collapse;
	/* border-collapse: separate; */
}

input, select, textarea{
	font-size: 12px;	
}

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

.c-both {
	clear:both;
}

.none {
	display:none;
}

ul,dl,ol {list-style:none;}


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

body {
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, Osaka;
	text-align:center;
}


/* --------------------------------- */
/* フォント */

.bold {
	font-weight: bold;
}

/* フォント End */
/* --------------------------------- */



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


h1 {
	float:left;
	overflow: hidden;
	width: 309px;
	height: 96px;
}


#head ul {
	float:right;
	overflow: hidden;
	margin:47px 11px 0 0;
	width: 490px;
	height: 31px;
}
#head li {float:left;}
		

/* --------------------------------- */
/* メイン */
/* --------------------------------- */


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

#content {
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 750px;
	text-align: center;
}

/* --------------------------- */
/* リンク */
/* --------------------------- */

#side {
	float:right;
	overflow: hidden;
	margin: 10px 10px 0 0;
	padding: 0 0 0 0;
	width: 250px;
	color:#333;
	text-align: left;
}

#side dl {margin:0 0 15px 0;}
#side dt {padding:0 0 5px 0;}
#side dd {padding:0 0 0 17px; font-size:11px; line-height:1.6; text-align:left; background-image: url(../images/icon.jpg); background-position: left 1px; background-repeat: no-repeat;}
	
	

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

#foot {
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 100%;
	height: 294px;
	color:#333;
	text-align: center;
	background-image: url(../images/foot.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
}

#toTop {
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 954px;
	height:20px;
	text-align: right;
}


/* --------------------------- */
/* フッターナビ */
/* --------------------------- */

#fNavi {
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 15px 0 20px 0;
	width: 954px;
	font-size:11px;
	line-height:1.5;
	text-align: left;
}
#fNavi li {display:inline;}



/* --------------------------- */
/* フッターコンテンツ */
/* --------------------------- */

#fCont {
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 0 0 25px 0;
	width: 954px;
	font-size:11px;
	line-height:1.5;
	text-align: left;
}
#fCont dl {
	float:left;
	margin:0 10px 0 0;
	width:175px;
	height:80px;
}
#fCont dt {padding:0 0 0 17px; font-size:12px; font-weight:bold; background-image: url(../images/icon.jpg); background-position: left 1px; background-repeat: no-repeat;}
#fCont dd {padding:0 0 0 3px; color:#7C7C7C;}



/* --------------------------- */
/* フッターインフォ */
/* --------------------------- */

#fInfo {
	overflow: hidden;
	margin: 0 auto 0 auto;
	width: 945px;
	font-size:12px;
	color:#333;
	line-height:1.5;
	text-align: left;
}
#fInfo dt {float:left; width:500px;}
#fInfo dd {float:right; padding:30px 0 0 0; width:350px; color:#7D7D7D; text-align:right;}
