@charset "utf-8";


/*全体*/
* {
	padding: 0px; margin: 0px;
}
body {
	font-size: 85%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #222222;
	text-align: center;
}
div#container {
	width: 950px;
	margin: 0 auto;
	}
a {
	font-weight: bold;
	color: #999900;
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
}

/*ヘッダ*/
#header {
	width: 950px; height: 150px;
	margin-bottom: 10px;
	background-color: #C0C0C0;
	position: relative;
	}
#header2 {
	width: 950px; height: 150px;
	margin-bottom: 10px;
	position: relative;
	}
h1 {
	bottom: 0px;
	padding-left: 30px;
	font-size: x-large;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	position: absolute;
}

/*パンくずリスト*/
ol {
	margin-right: 50px;
	margin-bottom: 40px;
	text-align: right;
}
ol li {
	list-style-type: none;
	display: inline;
}
ol li a {
	padding-right: 20px;
	background: url('../images/arrow.png') no-repeat right;
}

/*本文*/
h2.bass {
	width: 700px;
	margin: 0px auto 35px;
	padding-left: 50px;
	font-size: medium;
	font-weight: normal;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #808080;
}
p {
	width: 750px;
	margin: 0px auto 50px;
	text-align: left;
}

/*イメージ*/
div.img2hor {
	width: 400px; height: 150px;
	margin: 0px auto 50px;
}
div.img3hor {
	width: 600px; height: 150px;
	margin: 0px auto 50px;
}
div.img3ver {
	width: 450px; height: 200px;
	margin: 0px auto 50px;
}

/*フッタ*/
small {
	padding-bottom: 30px;
	font-size: small;
}
#footimg {
	margin: 0 5px;
}

