@charset "euc-jp";

/*import*/
@import url("templates/header.css");
@import url("templates/menu.css");

/* リンク */
a:link{color:#6699FF;text-decoration: none;} /*未訪問のリンクの色*/
a:visited {color:#336699;text-decoration: none;} /*訪問済みのリンクの色*/
a:hover {color:#FF9966;text-decoration: none;} /*カーソルが乗っているリンクの色*/
a:active {color:#FF9966;text-decoration: underline;} /*クリック中のリンクの色*/


body{
	/*font*/
	color: #363636;
	font-size: 90%;
	font-family: "ＭＳ ゴシック",sans-serif;
	/*color*/
	background: #F5F5F5;
	/*box*/
	margin: 0px auto;
	border: none;
	padding: 0px;
}

div#header{
	/*color*/
	background: white;
	/*box*/
	width: 1040px;
	margin: 0px auto;
	border: none;
	padding: 0px;
}

table#body{
	/*color*/
	background: white;
	/*box*/
	width: 1040px;
	margin: 0px auto;
	border: none;
	border-collapse: collapse;
	padding: 0px;
}


td#menu{
	vertical-align: top;
	/*box*/
	width: 200px;
	margin: 0px;
	border: solid 1px #CCCCFF;
	padding: 0px;
}


div.menu{

}


h4.m_title{
	/*font*/
	font-size: 100%;
	font-weight: normal;
	/*color*/
	background: #CCE6FF;
	/*box*/
	margin: 0px auto;
	border: none;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	padding: 5px 10px;
}


div.m_entry{
	/*box*/
	margin: 0px;
	border: none;
	padding: 10px;
}


td#contents{
	vertical-align: top;
	/*box*/
	width: 600px;
	margin: 0px;
	border: solid 1px #CCCCFF;
	padding: 20px 0px;
}


div.contents{
	/*box*/
	margin: 30px 30px;
	border: none;
	padding: 0px;
}


h3.title{
	/* フォント */
	font-size: 15px;
	font-weight: bold;
	/* ボックス */
	border: outset 1px #99CCFF;
	border-left: outset 10px #99CCFF;
	margin: 0px;
	padding:10px;
}


div.entry{
	/*box*/
	margin: 25px;
}


div#footer{
	/*font*/
	font-size: 90%;
	text-align: center;
	/*color*/
	background: white;
	/*box*/
	width: 1040px;
	margin: 0px auto;
	border: none;
	padding: 10px 0px;
}
