@charset "utf-8";

/*ページの基本設定*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	font-size: small;
	background-color: #DCE6ED;
}
h2 {
	margin: 0px;
	font-size: medium;
}
h3 {
	font-size: medium;	
}

/*リンクの基本設定*/
a {
	text-decoration: none;
	color: #FF0066;
}
a:hover {
	color: #66CCCC;
}

/*ヘッダ*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	margin: 0px;
	padding-left: 5px;
	padding-top: 5px;
	background-image: url(../images/h1back.jpg);
	height: 35px;
}
h1 a {
	color: #FFFFFF;
}
h1 a:hover {
	color: #FFFFFF;
}
h1 span {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #FFFFFF;
}

/*左メニュー*/
.r_menu1 {
	width:100%;/* IEのバグ対策 */
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	height: 95px;
}
.r_menu2 {
	width:100%;/* IEのバグ対策 */
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	height: 83px;
}
.r_menu3 {
	width:100%;/* IEのバグ対策 */
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	height: 62px;
}
.r_menu4 {
	width:100%;/* IEのバグ対策 */
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	height: 51px;
}
.r_menu5 {
	width:100%;/* IEのバグ対策 */
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
    height: 57px;
}
/*タイトル(共通部分)*/
.hyoudai_1 {
	width:100%;/* IEのバグ対策 */
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.hyoudai_2 {
	width:100%;/* IEのバグ対策 */
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.hyoudai_3 {
	width:100%;/* IEのバグ対策 */
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.hyoudai_4 {
	width:100%;/* IEのバグ対策 */
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.hyoudai_5 {
	width:100%;/* IEのバグ対策 */
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
}
/*右内容*/
.topics_1 {
	background-image: url(images/index/r_koushin_back_1.png);
	width: 666px;
	height: 66px;
}
.topics_2 {
	background-image: url(images/index/r_koushin_back_2.png);
	width: 666px;
	height: 316px;
}
.topics_3 {
	background-image: url(images/index/r_koushin_back_2.png);
	width: 666px;
	height: 40px;
}
.topics_4 {
	background-image: url(images/index/r_koushin_back_3.png);
	width: 666px;
	height: 35px;
}
.ad {
	width: 750px;
}

/*footer*/
#copyright {
	font-size: x-small;
	margin-left: 10px;

	height: 80px;
	margin: 0;
}
