/*--------------------------------------------------------
■サイト全体設定
--------------------------------------------------------*/
body{
	margin: 0;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #000000;
	background-color: #ffffff;
}

/*リンクの設定*/
a{ text-decoration: none; }
a:link{
	color: #000000;
	text-decoration: none;
}
a:visited{ color: #000000; }
a:hover{
	color: #525252;
	text-decoration: underline;
}

a img {
    border-style:none;
}

a:hover img {
	filter: Alpha(Opacity=70);
	_moz-opacity: 0.75;
	opacity: 0.75;
}


p{
	font-size: 12px;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", serif;
	line-height: 14pt;
}

h2{
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0px;
}

h3{
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}

*.float-left{
	float: left;
	margin-right: 1em;
}

*.floatclear{
	clear: both;
}

hr.dot {
	height: 1px;
	border: none;
	border-top: 1px #000000 dotted;
}

div#container{
	margin: 0 auto;
	padding:8px;
}

div#container{
	width: 700px;
	text-align: left;
	background-color: #ffffff;
}

.title{
	font-size: 16px;
	font-weight: bold;
}

.author{
	font-size: 14px;
	font-weight: bold;
}

/*--------------------------------------------------------
■ヘッダタイトル設定
--------------------------------------------------------*/
div#header-logo{
}

/*--------------------------------------------------------
■フッター設定
--------------------------------------------------------*/
div#footer{
	width: 700px;
	text-align: center;
	margin: 30px 0px 15px 0px;
}

