/* ------------------General Setting----------------------- */
body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}


/* ---Link Color--- */
A,A:link,A:visited,A:active{
	color: #000000;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
A:hover{
	color: #000000;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}



/* ------------------Header Setting----------------------- */
#HeaderArea {
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url(images/header_bg.gif);
}



/* ---Blog Title Text--- */
#HeaderArea h1.site_title{
	padding: 3px;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W1", "ＭＳ ゴシック", Osaka ,sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	vertical-align: bottom;
	height: 30px;
}


#HeaderArea .description {
	font-size: 11px;
}





/* ------------------ContentsArea Setting----------------------- */

.borderstyle {
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	margin: 0px;
	padding: 0px;
}

.style1 {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 11px;
	margin: 0px;
	padding: 0 0 0 4px;
	color: #999999;
	line-height: 130%;
}
.style1 A:link,.style1 A:visited,.style1 A:active{
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 11px;
	margin: 0px;
	padding: 0 0 0 4px;
	color: #990000;
	line-height: 130%;
	text-decoration: underline;
}
.style1 A:hover{
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 11px;
	margin: 0px;
	padding: 0 0 0 4px;
	color: #999900;
	line-height: 130%;
	text-decoration: underline;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 0 0 0 4px;
	color: #999999;
	line-height: 130%;
	letter-spacing: 1px;
}


/* ------------------Footer Setting----------------------- */
#FooterArea {
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url(images/footer_bg.gif);
	height: 27px;
}


#FooterArea h4.footer_title{
	padding: 10px 0 0 0;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W1", "ＭＳ ゴシック", Osaka ,sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	vertical-align: bottom;
	height: 27px;
}
#content {
	width: 100%;
}
