﻿/*★ページの基本デザイン用★css*/
body {
	font: 12px/15px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	margin-top: 5px;
	margin-left: 5px;
}

/*基本のレイアウト*/
#contents {
	width: 950px;
}

#header {
	height: 50px;
	width: 950px;
}

#home {
	width: 300px;
	float: right;
	text-align: right;
	padding-right: 0px;
	font-weight: bold;
	height: 50px;
}

#navi {
	width: 950px;
	height: 30px;
	margin-bottom: 10px;
	margin-top: 5px;
	float: left;
}

#waku{
	width:952px;
	height:auto;
}

#left {
	width: 200px;
	float:left;
	margin-right:10px;
}

#center {
	width: 530px;
	float:left;
	margin-right:10px;
}

#right {
	width: 200px;
	float:right;
}


#main {
	float: right;
	width: 728px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

#blank {
	height: 20px;
	width: 950px;
	clear: both;
}


/*フッターのリンク設定*/
#footer{
	clear:both;
	width:950px;
	height: 15px;
	text-align: center;
}


#footer  a {
	color: #666666;
	text-decoration: none;
}
#footer  a:link {
	color: #666666;
	text-decoration: none;
}
#footer  a:visited {
	color: #666666;
}
#footer  a:hover {
	color: #009900;
}
#footer  a:active {
	color: #666666;
}

/*アドレス*/
address  {
	width: 950px;
	background: #6CBC39;
	height: 15px;
	text-align: center;
	font: normal 12px/15px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
}

/*画像のボーダーなし設定*/
img {
	border: 0px;
}

/*見出し文字の設定*/
h1{
	font-size: small;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0px;
}

h2{
	font-size: small;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 4px;
	padding: 0px;
}

h3  {
	color: #FFFFFF;
	margin-top: 0px;
	text-indent: 5px;
	letter-spacing: 2px;
	margin-bottom: 0px;
	font: bold 14px/25px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h4 {
	font: bold 14px/17px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
}

/*パンくずリスト*/
#path {
	width: 950px;
	clear: both;
	margin-bottom: 10px;
}
#path a:link {
	color: #666666;
	text-decoration: underline;
}
#path a:visited {
	color: #666666;
	text-decoration: underline;
}
#path a:hover {
	color: #009900;
	text-decoration: underline;
}
#path a:active {
	color: #009900;
	text-decoration: underline;
}

