@charset "UTF-8";
* {
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
}

/********************************************* 本サイトよりcss ****/
body {
    background-color:#5F5F5F;
	text-align:center;
}
img {
    background:none;
}
.all_frame {
    width:900px;
	background:url(img/All_Frame.jpg) repeat-y;
	margin:0 auto 0 auto;
	text-align:left;
}
.all_frame .header {
    width:835px;
	height:87px;
	background:url(img/header.jpg) no-repeat;
	margin:0 0 0 22px;
	padding:0 20px 0 0;
}
.all_frame .header .back_home {
	width: 112px;
	height: 27px;
	float:right;
	margin:19px 0 0 0;
	background:url(img/back_home.gif) no-repeat;
}
.all_frame .header .back_home a {
	width: 112px;
	height: 27px;
	background:url(img/back_home.gif) no-repeat;
	display:block;
}
.all_frame .header .back_home span {
    display:none;
}
.all_frame .main {
    width:835px;
	margin:0 0 0 22px;
	padding:0 10px 0 10px;
	background:url(img/main.jpg) no-repeat;
}
.all_frame .main .ma_left {
    width:214px;
    float:left;
	padding:0 0 0 20px;
	margin:110px 0 10px 0;
}
.all_frame .main .ma_right {
    width:580px;
    float:right;
	margin:110px 0 10px 0;
	padding:0 20px 0 0;
}
.ma_right .page_top_btn {
    width:143px;
	height:27px;
	background:url(img/page_top.gif) no-repeat;
	float:right;
}
.ma_right .page_top_btn a {
    width:143px;
	height:27px;
	background:url(img/page_top.gif) no-repeat;
	display:block;
}
.ma_right .page_top_btn span {
    display:none;
}

.all_frame .footer {
    width:855px;
	margin:0 0 20px 22px;
	padding:20px 0 0 0;
	text-align:center;
	clear:both;
	line-height:140%;
}



h1 {
    display:none;
}
.f_style_01 {
    width:824px;
    font-size:10px;
	color:#969696;
	border-top:1px solid #c8c8c8;
	padding:5px 0 0 0;
	margin:6px auto 10px auto;
}

address {
	font-style:normal;
}
.f_style_06 {
    color:#ad690c;
	font-size:14px;
}


/***************************************************************/

#menu {
	font-size:12px;
	padding:0px 5px 0px 5px;
	line-height:150%;
}

#menu ul {
	list-style:none;
	padding:5px 0px 5px 0px;
}

#menu ul li a {
	color: #0000ff;
	text-decoration:none;
}

.item {
	width:550px;
	margin:5px 0px 10px 5px;
	border:solid 1px #777777;
	padding:5px 5px 5px 5px;
}
.item h3 {
	border-bottom:solid 1px #777777;
}
.item .date {
	text-align:right;
	color:#777777;
}
.item .comment {
	color:#777777;
}
.item .back {
	text-align:right;
	padding-right:5px;
}
.item .back a {
	color:#0000ff;
}
.subject {
	border-bottom:solid 1px #777777;
	margin-left:5px;
	margin-bottom:20px;
	padding-top:5px;
	font-weight:bold;
	color:#780000;
}
.admin {
	text-align:right;
	padding:0 20px 0 0;
}
.admin a {
	color:#0000ff;
}


