@charset "Shift_JIS";

/*-------------------------------------------------
reset
-------------------------------------------------*/
body,p,blockquote,address,div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,form,img {
	margin:0;
	padding:0;
	border:0;
}

/*-------------------------------------------------
body
-------------------------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}


/*-------------------------------------------------
wrapper
-------------------------------------------------*/
/*IE以外用*/html>body div#wrapper {
	width: 800px;
	margin: 0px auto;
}

div#wrapper {
	width: 800px;
	margin: 0px auto;
	padding: 0 40px;
}

div#wrapper a {
	color: #FF0000;
}
div#wrapper a:hover {
	text-decoration: none;
}
div#wrapper a:visited {
	color: #FF0000;
}


/*-------------------------------------------------
header
-------------------------------------------------*/
div#header {
	width: 800px;
	height: 110px;
	padding-bottom: 30px;
	border-bottom: 2px solid #FF0000;
}

div#header h1 a {
	width: 800px;
	height: 110px;
	display: block;
	text-indent: -1000em;
	background: url(../img/header.gif) no-repeat;
}


/*-------------------------------------------------
main
-------------------------------------------------*/
div#main{
	width: 660px;
}

div#main h2 {
	padding: 45px 0px 30px 0px;
	font-size: 20px;
}

div#main p {
	font-size: 12px;
	line-height: 200%;
}

.style_red {
	color: #FF0000;
}

.style_white {
	color: #FFFFFF;
}

.style_small {
	color: #333333;
	font-size: 10px;
	line-height:200%;
}


div#main h3 {
	font-size: 14px;
}

div.link {
	width: 660px;
	font-size: 12px;
	line-height: 220%;
	padding-bottom: 30px;
}
div.link li {
	list-style-type: none;
}

div.pagetop {
	text-align: right;
	border-top: 2px solid #000000;
}
div#main div.pagetop p a {
	font-size: 10px;
	text-decoration: none;
	color: #FF0000;
}
div#main div.pagetop p a:hover {
	color: #000000;
}

div#main p.note {
	font-size: 10px;
}

/*-------------------------------------------------
menu
-------------------------------------------------*/
div#menu {
	font-size: 11px;
	margin-top: 45px;
}

div#menu li {
	list-style-type: none;
	width: 140px;
}

div#menu li a {
	list-style-type: none;
	display: block;
	text-decoration: none;
	color: #333333;
	padding-left: 35px;
}
div#menu li a:visited {
	color: #333333;
}

div#menu li.toppage a {
	height: 40px;
	background: url(../img/menu.gif) no-repeat 0px 0px;
	line-height: 380%;
}
div#menu li.toppage-on a {
	height: 40px;
	background: url(../img/menu.gif) no-repeat -140px 0px;
	line-height: 380%;
}
div#menu li.toppage a:hover {
	background: url(../img/menu.gif) no-repeat -140px 0px;
}

/*IE以外用*/
html>body div#menu li.history a {
	height: 39px;
	background: url(../img/menu.gif) no-repeat 0px -1px;
	line-height: 370%;
}
html>body div#menu li.history-on a {
	height: 39px;
	background: url(../img/menu.gif) no-repeat -140px -1px;
	line-height: 370%;
}
html>body div#menu li.history a:hover {
	background: url(../img/menu.gif) no-repeat -140px -1px;
}

html>body div#menu li.link a {
	height: 39px;
	background: url(../img/menu.gif) no-repeat 0px -1px;
	line-height: 370%;
}
html>body div#menu li.link-on a {
	height: 39px;
	background: url(../img/menu.gif) no-repeat -140px -1px;
	line-height: 370%;
}
html>body div#menu li.link a:hover {
	background: url(../img/menu.gif) no-repeat -140px -1px;
}

/*IE用*/
div#menu li.history a {
	height: 40px;
	background: url(../img/menu.gif) no-repeat 0px 0px;
	line-height: 370%;
}
div#menu li.history-on a {
	height: 40px;
	background: url(../img/menu.gif) no-repeat -140px 0px;
	line-height: 370%;
}
div#menu li.history a:hover {
	background: url(../img/menu.gif) no-repeat -140px 0px;
}

div#menu li.link a {
	height: 42px;
	background: url(../img/menu.gif) no-repeat 0px 2px;
	line-height: 370%;
}
div#menu li.link-on a {
	height: 42px;
	background: url(../img/menu.gif) no-repeat -140px 2px;
	line-height: 370%;
}
div#menu li.link a:hover {
	background: url(../img/menu.gif) no-repeat -140px 2px;
}



div#menu li.blog a {
	height: 40px;
	background: url(../img/blog.gif) no-repeat 0px 0px;
	line-height: 380%;
	padding-left: 10px;
	color: #FF0000;
	margin-top: 15px;
}
div#menu li.blog a:visited {
	color: #FF0000;
}
div#menu li.blog a:hover {
	background: url(../img/blog.gif) no-repeat -140px 0px;
	color: #FFFFFF;
}

div#menu li.daiya-maison a {
	height: 100px;
	background: url(../img/daiya-maison.gif) no-repeat 0px 0px;
	line-height: 380%;
	list-style-type: none;
	display: block;
	text-indent: -1000em;
	text-decoration: none;
	margin-top: 15px;
}
div#menu li.daiya-maison a:hover {
	background: url(../img/daiya-maison.gif) no-repeat -140px 0px;
}


/*-------------------------------------------------
img
-------------------------------------------------*/
div#footer-img-top {
	width: 800px;
	height: 99px;
	margin-top: 45px;
	background-image: url(../img/footer-img-top.jpg);
}

div#footer-img-top2 {
	width: 800px;
	height: 99px;
	margin-top: 45px;
	background-image: url(../img/top-img.jpg);
}


/*-------------------------------------------------
footer
-------------------------------------------------*/
div#footer {
	width: 800px;
	margin: 30px 0px 50px 0px;
	border-top: 2px solid #FF0000;
	font-size: 10px;
	line-height: 140%;
	padding-top: 15px;
}