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

/*----------------------------------------------------------------------*/
/*                         Reset                                        */
/*----------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img { 
	border: 0;
	vertical-align: bottom;
}
address,caption,em,strong,th {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}


/*----------------------------------------------------------------------*/
/*                         Style                                        */
/*----------------------------------------------------------------------*/
/*============================================================
  全体・共通
============================================================*/
body {
	background: url(../images/common/back.gif);
	text-align: center;
	color: #333333;
	line-height: 1.5;
}
.contents {
	width: 918px;
	margin: 0 auto;
	background: url(../images/common/back_c.png) repeat-y top;
	text-align: left;
}

/* リンク */
a {
	color: #0059B2;
}
a:hover {
	text-decoration: none;
}


/*============================================================
  ヘッダー
============================================================*/
.header {
	width: 900px;
	height: 142px;
	margin: 0 0 0 9px;
	background: url(../images/common/header/back.jpg) no-repeat top;
}

/* ロゴ */
h1 {
	padding: 30px 0 35px 20px;
}

/* ナビゲーション */
.header ul {
	background: url(../images/common/header/back_n.gif) repeat-x top;
}
.header li {
	list-style: none outside none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 0 0 45px;
	vertical-align: top;
}
.header li.firstChild {
	margin: 0 0 0 43px;
}
.header li img {
	vertical-align: top;
}


/*============================================================
  メイン
============================================================*/
.main {
	width: 840px;
	margin: 0 0 0 39px;
	font-size: 90%;
}

/*--------------------------------------
  他
--------------------------------------*/
/* 見出し */
h2 {
	margin: 30px 0 0 0;
}
h3,
.headStyle {
	margin: 50px 0 15px 0;
}
h4 {
	margin: 30px 0 10px 0;
	color: #990000;
	font-weight: bold;
}
h5 {
}

/* テキスト */
.main p {
	line-height : 150%;
	margin-bottom : 10px;
	text-align : justify;
	text-justify : inter-ideograph;
}
.main p.lastChild {
	margin-bottom: 0;
}

/* リスト */
.listStyle li {
	list-style: disc inside none;
	margin: 0 0 5px 0;
}



/*============================================================
  ページの先頭へ
============================================================*/
.pageTop {
	margin: 30px 0 0 0;
	padding: 0 0 20px 0;
	text-align: right;
	font-size: 80%;
}


/*--------------------------------------
  Copyright
--------------------------------------*/
.copyright {
	padding: 10px 0;
	background: url(../images/common/back_cr.png) no-repeat top;
	color: #666666;
	font-size: 70%;
}

/*============================================================
  カウンター
============================================================*/
.counter {
	display: none;
}