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

/*濃いブルー　　　　　　#dbe7f0 */
/*薄いブルー　　　　　　#f2f7fb */
/*リンクテキスト　　　　#2f5e8c */
/*デフォルトテキスト　　#333 */
/*ナビゲーション背景　　#f5f5f5 */

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


/* 基本設定 */

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 75%;
	line-height: 1.5;
	background-color: #f2f7fb;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family:"ヒラギノ角ゴ Pro W3", "メイリオ",Osaka, "ＭＳ Ｐゴシック";
	color: #333;
}
a {
	color: #2f5e8c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
ul,ol {
	list-style: none;
}


/* clearfix */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* body */

div#pbody {
	width: 960px;
	background-color: #f5f5f5;
	border-right: solid 1px #f2f7fb;
	border-left: solid 1px #ececec;
	margin: auto;
	background-image: url(../images/pbody_bg.gif);
	background-repeat: repeat-y;
}


/* header */

div#header {
	background-image: url(../images/header_bg.jpg);
	font-size: 120%;
	padding-top: 15px;
	height: 104px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.2;
}
div#header h1 {
	float: left;
}
div#header p {
	text-align: right;
	float: right;
	font-weight: bold;
}
div#header p span {
	font-size: 70%;
	letter-spacing: 0.5em;
}


/* contentsメインナビゲーション */

div#contents {
	background-image: url(../images/contents_03.gif);
	background-position: left 74px;
	background-repeat: no-repeat;
	width: 230px;
	float: left;
	padding-bottom: 100px;
}
div#contents h2 {
	background-image: url(../images/contents_01.jpg);
	background-repeat: no-repeat;
	height: 94px;
	text-indent: -9999px;
	overflow: hidden;
}
div#contents ul {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2em;
}
div#contents li {
	text-indent: 1em;
	font-weight: bold;
	font-size: 110%;
}
div#contents li a {
	background-image: url(../images/contents_line.gif);
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	background-repeat: repeat-x;
	background-position: bottom;
	text-decoration: none;
	color: #333;
}
div#contents li a:hover {
	background-color: #f2f7fb;
}


/* ナビゲーション白背景のクラス */
.wbg {
	background: #fff;
}


/* contentsRight ページの右側 */

div#contentsRight {
	float: left;
	background-color: #fff;
	background-image: url(../images/right_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 690px;
	padding: 20px;
}

/* ページ右側共通css */

div#contentsRight h1 {
	background-color: #dbe7f0;
	background-repeat: no-repeat;
	padding-left: 1em;
	font-size: 220%;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: solid 1px #ccd8e0;
	border-right: solid 1px #ccd8e0;
	line-height: 1.0;
}
div#contentsRight h1 span {
	font-size: 40%;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
}
div#contentsRight p {
	margin-bottom: 1em;
}


/* Footer */

div#footer {
	background: url(../images/footer_bg.jpg) #fff top center no-repeat;
	width: 860px;
	clear:both;
	height: 100%;
	padding: 0 50px;
}
ul#ads {
	padding: 50px 20px 20px 20px;
	float: left;
	width: 132px;
}
ul#ads li {
	list-style: none;
	font-size: 80%;
}
ul#ads li a {
	color: #333;
	text-decoration: none;
}
ul#ads li a:hover {
	text-decoration: underline;
}
div#copyright {
	padding-top: 30px;
	clear: both;
}
div#footer address {
	font-size: 80%;
	text-align: center;
	font-style: normal;
	padding-bottom: 20px;
}
