@charset "UTF-8";
body {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 15px;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	background-image: url(/gif_jpg/haikeilong.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.container {
	width: 97%;  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
.header {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 13px;
}
.titlename {
	width: 99%;
	font-size: 18px;
	color: #F09;
	background-color: #ffc;
	text-indent: 10px;
	padding: 3px;
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.subtitle {
	background-color: #69f;
	padding: 7px;
	text-indent: 10px;
	margin-top: 35px;
	margin-right: 2%;
	margin-left: 2%;
	text-align: left;
}
.mainContent {
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-right: 2%;
	margin-left: 2%;
	line-height: 24px;
	text-align: left;
}
.footer { 
	text-align: right;
	padding-right: 5px;
	font-size: 13px;
} 
/* 以下リンクに対してのCSS */
a:hover  {
	color: red;
	background-color: #fcf;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
