@charset "utf-8";
/* CSS Document */




p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
}





#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 100%;
}

#header h1 {
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	left: 460px;
	top: 123px;
	width: 530px;
	font-weight: bold;
}


#menu {
	width: 780px; 
	background: #CCCCCC url(images/top/btn01.jpg);
	height: 40px;
	margin-right: auto; /* マージンを設定 */
	margin-left: auto; /* マージンを設定 */
	padding-bottom: 0px; /* 余白を設定 */
	}

#menu li {
	background: url(images/menu_bg_line.gif);
	float: left;
		width: 195px;
	height: 40px;
}

#menu li a {

	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
}

#menu li a:hover {
	background: url(images/top/btn01o.jpg);
			width: 195px;
	color: #000000;
}

/* ここまでナビゲーションボタンの設定 */







/* ここからサブナビゲーション欄の設定 */

#subnavibar {
	width: 180px;
	float: left;
	background-color: #ffffff;
		font-size: 13px;
		color: #333333;	
		line-height: 18px;
	height: 100%;
}


/* ここからサブナビゲーションボタンの設定　必要であればさわるところ */

#subnavibar li a {
	background-image: url(images/top/bk_btn_subNavi_up.jpg);
	height: 22px;
	width: 165px;
	display: block;
	padding-top: 8px;
	padding-left: 15px;
	font-size: 12px;
}
#subnavibar li a:hover {
	background-image: url(images/top/bk_btn_subNavi_over.jpg);
	height: 22px;
	width: 165px;
	display: block;
	padding-top: 8px;
	padding-left: 15px;
	font-size: 12px;
}
#subnavibar  #btn00  a {
	height: 120px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/contents01/naviTitle.jpg);
	text-decoration: none;
}




/* ここまでサブナビゲーションボタンの設定 */



/* ここからメインコンテンツの設定 */
#maincontent {
	width: 600px; /* 横幅を変更 */
	float: right;
	padding-bottom: 20px; /* 余白を変更 */
	 /* フォントサイズを削除 */
	 /* 行間を削除 */
}

#maincontent p {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 20px;
}

/* ここまでメインコンテンツの設定 */










#footer {
	clear: both;
	width: 100%;
	background-color: #ff7777; /* 背景カラーの変更 */
	height: 30px;
	border-top-width: 3px; /* ボーダーの設定 */
	border-top-style: double; /* ボーダーの設定 */
	border-top-color: #ffffff; /* ボーダーの設定 */
}

#footer h6 {
	font-size: 12px; /* フォントサイズの変更 */
	color: #FFFFFF; /* フォントカラーの変更 */
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	letter-spacing: 2px; /* 文字間の設定 */
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


/* ここからコンテンツページの設定 */
#topic03 {
	height: 130px;
	width: 590px;
	margin-left: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
}

#topic03 h6 {
	font-weight: normal;
	font-size: 10px;
	color: #0033CC;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#topic03 h4 {
	font-weight: bolder;
	font-size: 14px;
	color: #0033CC;
	background-color: #e7f0f6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* ここまでコンテンツページの設定 */

