@charset   "UTF-8";



/************************************************************
		著作権表示
************************************************************/

div#CopyrightInner{
/******** 著作権表示の内側ボックス ********/
	width: 750px;
	margin: 0px auto;
	padding: 20px 0px;
	text-align: center;
}

div#CopyrightInner p{
/******** 著作権表示の文字 ********/
	margin: 0px;
	padding: 0px;
	font-family: "MS UI Gothic", serif;
	font-size: 12px;
	color: white;
}



/************************************************************
		フッターリンク
************************************************************/

p.FootLnkMoji{
/******** フッターリンクの文字 ********/
	font-family: "MS UI Gothic", serif;
	font-size: 10px;
	line-height: 150%;
	color: black;
	text-decoration: none;
}
p.FootLnkMoji a:link{
	color: black;
	text-decoration: none;
}
p.FootLnkMoji a:visited{
	color: black;
	text-decoration: none;
}
p.FootLnkMoji a:hover{
	color: red;
	text-decoration: underline;
}
p.FootLnkMoji a:active{
	color: red
	text-decoration: underline;
}



/************************************************************
		見出し
************************************************************/

h1{
/******** サイトタイトル ********/
	margin: 7px 0px 0px 0px;
	font-family: "MS UI Gothic", serif;
	font-size: 12px;
	color: red;
}

div#PageTitleBorderBox{
/******** ページタイトル枠線用ボックス ********/
	width: 546px;
	margin: 16px 0px 20px 1px;
	padding: 0px;
	border-top: 2px solid skyblue;
	border-bottom: 2px solid skyblue;
	background-color: skyblue;
}

div#PageTitleBox{
/******** ページタイトルボックス ********/
	width: 542px;
	margin: 0px 2px;
	padding: 6px 0px 6px 0px;
	background-color: dodgerblue;
}

h2{
/******** ページタイトル ********/
	margin: 0px;
	padding: 0px;
	text-indent: 30px;
	font-family: "MS UI Gothic", serif;
	font-size: 19px;
	font-weight: bold;
	color: white;
}

div.CaptionLBox{
/******** 記事見出し（大）ボックス ********/
	width: 538px;
	margin: 24px auto 10px 4px;
	padding: 5px 0px;
	background-color: black;
}

h3{
/******** 記事見出し（大） ********/
	margin: 0px 0px 0px 10px;
	padding: 0px;
	background-image: url("../images/CapBullet20.gif");
	background-repeat: no-repeat;
	text-indent: 18px;
	font-family: "MS UI Gothic", serif;
	font-size: 17px;
	font-weight: bold;
	color: white;
}

div.CaptionMBox{
/******** 記事見出し（中）ボックス ********/
	width: 522px;
	margin: 0px auto 12px 12px;
	padding: 5px 0px;
	border-style: none;
	border-bottom: 2px solid lightgray;
}

h4{
/******** 記事見出し（中） ********/
	margin: 0px 0px 0px 10px;
	padding: 0px;
	background-image: url("../images/CapBulletBal.gif");
	background-repeat: no-repeat;
	text-indent: 22px;
	font-family: "MS UI Gothic", serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
}



/************************************************************
		広告
************************************************************/

div.AdBox468{
/******** 横幅468pxの広告枠 ********/
	width: 468px;
	height: 60px;
	margin:10px auto;
	padding: 0;
	text-align: left;
	background-color: lightgray;
}

