/*--------------------------------------------------------
■サイト全体設定
--------------------------------------------------------*/
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 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;
}

h1{
	font-size: 30px;
	padding: 0px;
	margin-bottom: 0px;
}

h2{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 15px 0px 0px 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;
	clear: both;
}

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

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

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

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

.discription{
	font-size: 20px;
	font-weight: bold;
}

dl{
	width:700px;
}
dt{
	width:7em;
	float:left;
}
dd{
	padding-left:10px;
	margin-left:7em;
}

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

div#header-title{
	height: 65px;
	text-align: center;
	margin-left: 320px;
}

/*--------------------------------------------------------
■メインコンテンツ設定
--------------------------------------------------------*/
div#main-image{
	float: left;
	margin-right: 1em;
}

div#title-info{
	text-align:center;
}

div#site-sho6{
	background-image: url(../img/sho6-qr.gif);
	background-repeat: no-repeat;
	background-position: 450px 20px;
}

div#site-oikoike{
	background-image: url(../img/oikoike-qr.gif);
	background-repeat: no-repeat;
	background-position: 450px 20px;
}

div#site-tokusyu{
	background-image: url(../img/tokusyu-qr.gif);
	background-repeat: no-repeat;
	background-position: 450px 20px;
}

/*--------------------------------------------------------
■フッター設定
--------------------------------------------------------*/
div#footer{
	width: 700px;
	height: 34px;
	padding: 0px;
	font-size: 0;
	background-color: #a1a1a1;
	margin: 30px 0px 15px 0px;
}

img#toplink{
	margin-left: 550px;
}

