body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../bbs/back.gif);
	background-color: #EFE5DC;
}
a:link {
	font-weight: bold;
	color: #0000FF;
}
a:visited {
	font-weight: bold;
	color: #0000FF;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
}
.wrapper {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #A4C7CB;
}
.top_f {
	font-size: 12px;
	color: #F5EFE3;
	background-color: #3F668D;
	margin: 0px;
	padding: 5px 0px ;
	width: 100%;
}
.m_bar {
	background-color: #3F668D;
	padding: 10px;
	text-align: right;
	width: 708px;
	clear: both;
}
/*<!-- ↓吉田追加↓ -->*/
.m_bar2 {
	background-color: #3F668D;
	background-color: #6D89B9;
	padding: 10px;
	text-align: right;
	width: 100px;
	clear: both;
}
/*<!-- ↑↑↑↑↑↑ -->*/

h2.l_menu_title{
	margin:0px 5px 3px;
	text-align: center;
	font-size:18px;
	font-weight: bold;
	background-color:#F2D7F7;
	color:black;
	display: block;
	padding:10px 10px;
	text-decoration:none;

	border-radius: 2px;
	-moz-border-radius: 5px;

	-moz-box-shadow: 3px 2px 2px #708090;
	-webkit-box-shadow: 3px 2px 2px #708090;
	box-shadow: 3px 2px 2px #708090;

	-moz-transition-property: background;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: linear;

	-moz-transition-property: padding;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: ease-out;

	-webkit-transition: background 0.5s linear 0 , padding 0.2s ease-out 0;
}

.m1{
	text-align:center;
	padding:5px 0px;
}

/*div.m1:link {
	font-size: 18px;
	color: #45628A;
	background-color: #EFE5DC;
	margin: 0px;
	padding: 5px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6D89B9;
	text-decoration: none;
}
div.m1:visited {
	font-size: 18px;
	color: #45628A;
	background-color: #EFE5DC;
	padding: 5px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6D89B9;
	text-decoration: none;
	margin: 0px;
}
div.m1:hover {
	color: #3C638A;
	background-color: #FFCC66;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6D89B9;
	text-decoration: none;
	margin: 0px;
}*/
/*<!-- ↓吉田追加↓ -->*/
a.m2:link {
	font-size: 14px;
	color: #45628A;
	background-color: #FFDD99;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6D89B9;
	text-decoration: none;
}
a.m2:visited {
	font-size: 14px;
	color: #45628A;
	background-color: #FFDD99;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6D89B9;
	text-decoration: none;
	margin: 0px;
}
a.m2:hover {
	font-size: 14px;
	color: #3C638A;
	background-color: #FFDD99;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6D89B9;
	text-decoration: none;
	margin: 0px;
}
/*<!-- ↑↑↑↑↑↑ -->*/
.top_img {
	padding: 0px;
	background-color: #003399;
	margin: 0px;
}
.l_main {
	margin: 0px;
	padding: 0px;
	width: 590px;
	float: left;
	background-color: #FFFFFF;
	text-align: left;
}
.header_pic {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height:200px;
	text-align: center;
	font-size:42px;
	font-weight: bold;
	color:white;
	background-image: url(../img/top_img.jpg);
}
.r_menu {
	margin: 0px;
	padding: 0px;
	width: 220px;
	float: right;
	text-align: left;
}
.l_menu {
	margin: 0px;
	padding: 0px;
	width: 150px;
	float: left;
	text-align: left;
	list-style-type: none;
}

.l_menu li {
  margin:0 0 5px 5px;
  width: 140px;
}
.l_menu div {
	background-color:#E6E6FA;
	color:#114477;
	display: block;
	padding:5px 10px;
	text-decoration:none;

	border-radius: 5px;
	-moz-border-radius: 5px;

	-moz-box-shadow: 3px 2px 2px #708090;
	-webkit-box-shadow: 3px 2px 2px #708090;
	box-shadow: 3px 2px 2px #708090;

	-moz-transition-property: background;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: linear;

	-moz-transition-property: padding;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: ease-out;

	-webkit-transition: background 0.5s linear 0 , padding 0.2s ease-out 0;
}
.l_menu div:hover {
	background:#b0c4de;
	padding:5px 5px 5px 15px;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	color: #3F668D;
	text-align: center;
	padding-top: 35px;
}
h2.l_main_title {
	font-size: medium;
	background-image: url(../img/h2_back.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 15px;
	margin: 25px 7px 0px;
	padding: 5px 5px 7px;
	color: #3C547B;
	letter-spacing: 3px;
	background-position: bottom;
}
h3 {
	font-size: 14px;
	color: #FF9900;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.l_f1 {
	font-size: small;
	line-height: 180%;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin:5px 0px 0px 0px;
}
.l_f2 {
	font-size: small;
	line-height: 180%;
	padding: 5px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	border: 1px solid #A4C7CB;
}
.l_f3 {
	font-size: small;
	line-height: 180%;
	padding: 5px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	border: 1px solid #A4C7CB;
	background-color: #EFE5DC;
}
.l_f4 {
	font-size: small;
	line-height: 180%;
	padding: 5px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	border: 1px solid #5A969C;
	background-color: #5A969C;
	color: #FFFFFF;
}
h4 {
	background-image: url(../img/h3_back.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #3C547B;
	padding-top: 5px;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 15px;
}
.r_f1 {
	font-size: small;
	line-height: 180%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.r_f2 {
	font-size: small;
	line-height: 180%;
	padding: 4px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #FFFFFF;
	background-color: #457378;
}

.footer {
	font-size: 12px;
	color: #EEE5D6;
	background-color: #457378;
	margin: 0px;
	padding: 4px 0px;
	width: 960px;
	clear: both;
}
a.copy:link {
	font-weight: bold;
	color: #FFFFFF;
}
a.copy:visited {
	font-weight: bold;
	color: #FFFFFF;
}
a.copy:hover {
	font-weight: bold;
	color: #FFCC66;
}
.google {
	margin: 0px;
	padding: 0px;
	width: 728px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFE5DC;
	text-align: center;
}
/*<!--吉田作成　はじまり -->*/
.r_f3 {
	font-size: small;
	line-height: 180%;
	padding: 4px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #FFFFFF;
}
.syasin {
	width:  100px;
	height: 100px;
}
.comment1 {
	width:  110px;
	height: 100px;
	text-align: right
}
.comment2 {
	width:  200px;
	height: 100px;
	text-align: left
}
.yahoo {
	background-color: #457378;
	padding: 10px;
	text-align: right;
	width: 200px;
	hight: 200px;
	clear: both;
}

a.comment:link {
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	color: #3333CC;
}
a.comment:visited {
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	color: #3333CC;
}
a.comment:hover {
	font-weight: bold;
	text-decoration: none;
	color: #3333CC;
}
/*<!--吉田作成 おわり-->*/

/* 野原 */
.margin1{
	margin:15px 0px 0px 0px;
	border-style:none;
}

#header1{
	width: 960px;
}

/* --- ナビゲーションバー --- */
div.nav {
width: 960px; /* ナビゲーションの幅 */
background-color: #f9f9f9; /* ナビゲーションの背景色 */
border-top: 1px #cccccc solid; /* 上境界線 */
border-bottom: 1px #cccccc solid; /* 下境界線 */
font-size: 100%;
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 960px; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
background-color: white; /* メニューの背景色 */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
width: 192px; /* 項目の幅 */
float: left;
}

/* --- リンク --- */
div.nav ul.nl li.ele {
display: block;
position: relative; /* IE6用 */
padding: 8px 0px;
text-decoration: none;
}
/* --- リンク --- */
div.nav ul.nl a li.ele{
text-decoration: none;
}
div.nav ul.nl a:visited li.ele {
	color : #000000;
}

/* --- ポイント時の設定 --- */
div.nav ul.nl li.ele:hover {
background-color: #ccffff; /* ポイント時の背景色 */
text-decoration: none;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

.m_table {
	/*border:1px solid gray;*/
	background-color:
}


.program{
	margin:0px 0px 0px 20px;
	font-size:small;
}

.program ul{
	margin:0px 0px 0px 20px;
	padding:0px;
}
.program ul li {
	font-size:small;
	list-style: none;
}
