/* CSS Document */


* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

html,body {
	background-color: #E8DDD0;
	color: #703E37;
	width: 100%;
}


/*
-------------------------------*/

#container {
	margin: -300px 0 0 -400px;
	width: 800px;
	height: 600px;
	background-color: #ECE3D8;
	position: absolute;
	left: 50%;
	top: 50%;
}


/*　Left Side
-------------------------------*/

#container #leftArea {
	width: 380px;
	height: 430px;
	position: absolute;
	left: 54px;
	top: 50px;
}

#title {
	width: 200px;
	height: 144px;
	text-indent: -9999px;
	background: url(./img/title.gif) no-repeat;
}

#topCopy {
	margin: 30px 0 0 0;
	width: 320px;
	font-size: 0.75em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-family: "細明朝体","ＭＳ 明朝",serif;
}

#utsuwaName {
	margin: 50px 0 0 0;
	width: 320px;
	font-size: 10px;
	line-height: 1.4em;
	color: #7E5853;
}

#blog {
	margin: 20px 0 0 0;
}

#blog a {
	display: block;
	width: 204px;
	height: 59px;
	border: none;
	background: url(img/blog_btn.jpg) 0 0 no-repeat;
}

#blog a:hover {
	background-position: -204px 0;
}


/*　Right Side
-------------------------------*/

#container #rightArea {
	width: 347px;
	height: 550px;
	position: absolute;
	left: 449px;
	top: 50px;
	background: url(img/roku_img.jpg) 0 291px no-repeat;
}


#an_title {
	margin: 0 0 7px 0;
}

#an_title a {
	display: block;
	width: 235px;
	height: 60px;
	border: none;
	background: url(img/an_btn.jpg) 0 0 no-repeat;
}

#an_title a:hover {
	background-position: -235px 0;
}


#kouko_title {
	margin: 15px 0 7px 0;
}

#kouko_title a {
	display: block;
	width: 235px;
	height: 60px;
	border: none;
	background: url(img/kouko_btn.jpg) 0 0 no-repeat;
}

#kouko_title a:hover {
	background-position: -235px 0;
}

.AnKoukoTxt {
	width: 330px;
	font-size: 0.75em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-family: "細明朝体","ＭＳ 明朝",serif;
}

#sakkaName {
	margin: 8px 0 0 0;
	width: 330px;
	font-size: 10px;
	line-height: 1.4em;
	color: #7E5853;
}



/*　Footer
-------------------------------*/

#container #footer_box {
	padding-top: 20px;
	width: 380px;
	height: 107px;
	position: absolute;
	left: 54px;
	top: 493px;
}

#footer_box p {
	font-size: 0.7em;
}

address {
	margin: 5px 0 0 0;
	font-size: 0.65em;
	color: #76716C;
	letter-spacing: 0.05em;
}

#counter {
	margin-top: 13px;
}


/*
-------------------------------*/

.txt_hidden {
	display: none;
}

.exTitle {
	color: #703E37;
	letter-spacing: 0.2em;
}

strong {
	font-weight:normal;
}


/* link */
a,a:visited {
	color: #330000;
	text-decoration: none;
}
a:hover,a:active {
	color: #840000;
}




	