﻿@charset "utf-8";

body{
	margin:0;
	padding:0;
	background-color:#BAE6F5;
	background-image:url(http://murase-shinbunten.com/template/images/back.gif);
	background-position:top;
	background-attachment:fixed;
	background-repeat:repeat-y;
	font-family:Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

form{
	margin:0;
	padding:0;
}

h1,h2,h3,h4{
	font-size:100%;
	line-height:130%;
	color:#333333;
	margin:0;
	padding:0;
}

p{
	font-size:80%;
	line-height:130%;
	color:#333333;
	margin:0;
	padding:0;
	text-align:justify;
	text-justify:distribute;
}

a.slist{
	display:block;
	text-decoration:none;
	padding:2px;
	margin:1px;
}
a.slist:hover{
	background-color:#FFDDFE;
}

a.move_bold{
	color:#333333;
	text-decoration:none;
}
a.move_bold:hover{
	text-decoration:underline;
	color:royalblue;
	font-weight:bold;
}

.move_normal{
	color:#333333;
	text-decoration:none;
}
.move_normal:hover{
	text-decoration:underline;
	color:royalblue;
	font-weight:nomal;
}

.nodec{
	text-decoration:none;
}

table.main_table {
	margin-top:0;
	margin-left:auto;
	margin-bottom:0;
	margin-right:auto;
	background-color:white;
	padding: 0px;
	width: 780px;
}

img {
	border: none;
	vertical-align: top;
}

td.head {
	margin:0;
	padding: 0px;
	text-align:left;
	width: 780px;
}
td.left {
	margin:0;
	padding: 0px;
	width: 230px;
	overflow:auto;
}
td.right {
	margin:0;
	padding:0;
	width: 550px;
	overflow:auto;
}


#foot{
	width:100%;
	clear:both;
	margin-top:5px;
}
#foot-inner{
}
#foot ul.foot_list{
	text-align:center;
	padding:3px;
	margin:0px;
}
#foot li.foot_list{
	display:inline;
}
#foot .foot_list_text{
	display:inline;
	margin:0;
	padding:0;
	line-height:100%;
}

	
	
	
