@charset "Shift_JIS";

/*******************************************
共通スタイル
*******************************************/

html {
	margin:0;
	padding:0;
	overflow:auto;
	background-color:#ffffff;
	text-align:center;
	width:100%;
	}

body {
	background-color:#ffffff;
	color:#505050;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.6;
	margin:0;
	background-image: url(../images/2f_back.jpg);
	background-repeat: repeat-x;
	text-align:center;
	width:100%;
	padding:0;
	}

td{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	line-height: 1.6;
	color: #505050;
}

/*******************************************
基本レイアウト
*******************************************/

#main{
	margin:0 auto;
	padding:0;
	width:100%;
	height:440px;
}
.logo_1f{
	width:50%;
	text-align:right;
	background-image: url(../images/1f_back.jpg);
	background-repeat: repeat-x;
}
.logo_2f{
	width:50%;
	text-align:left;
	background-image: url(../images/2f_back.jpg);
	background-repeat: repeat-x;
}
#logo_line{
	height:20px;
	clear:both;
	background-image: url(../images/logo_bar.jpg);
	background-repeat: repeat-x;
}

#txt_area{
	margin:0 auto;
	padding:0;
	width:1000px;
}
.blog_link{
	float:left;
	padding-left:40px;
}
.blog_txt{
	float:left;
	padding-left:48px;
	text-align:left;
}
.blog_txt a:link {
	color:#505050;
	text-decoration: none;
}
.blog_txt a:visited {
	color:#505050;
	text-decoration: none;
}
.blog_txt a:hover {
	color:#505050;
	text-decoration:underline;
}
.blog_txt a:active {
	color:#505050;
	text-decoration: none;
}


#foot_line{
	width:100%;
	height:5px;
	clear:both;
	background-image: url(../images/footer_bar.jpg);
	background-repeat: repeat-x;
}
#foot{
	margin:0 auto;
	padding:0;
	width:1000px;
}