﻿body{
	font-size:13px;
	background-color: #F5F3E1;
	background-image:url(images/back.gif);
	color: #111111;
	line-height:1.5em;
}
td,h,span,div,a{ font-family: "ＭＳ Ｐゴシック", sans-serif; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h2 {
	font-size: 11px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	text-align:right;
}
a{
	padding-top:0px;
	color:#111111;
	text-decoration:underline;}
a:hover{
	color:#006633;
	text-decoration:none;}
table{
	font-size:13px;
	color: #333333;
	margin-top:10px;
	margin-left:5px;
}
address{
	font-style:normal;
}


#topics{
	font-size:12px;
}

#topics iframe{
margin-top:10px;
margin-left:5px;
margin-bottom:10px;
width: 550px; 
height: 200px;
border:0;

}

#outline{
width : 1000px;
background-color:#FFFFFF;
text-align : left;
margin:0px;

border:1px solid #999999;}

.margin{
margin :0 10px;}


.header{
width : 1000px;
background:#ffffff;
background-image:url(images/newheadder.gif);
height:74px;
margin:0px;
text-align : center;}

.fsize{
margin-top:53px;
margin-right:10px;
}

.flash{
width : 1000px;
background-color:#ffffff;
text-align : center;
margin:0px;
padding:0px;}

.menubar{
width : 1000px;
background-color:#EBE7C4;
height:35px;
padding:0px 0px 0px 0px;
text-align : center;}

.main {
width : 695px;
padding-top:10px;
font-size:13px;
background:#ffffff;
float : right;}

.side {
width : 280px;
background:#ffffff;
float : left;}

.main2 {
width : 530px;
background:#ffffff;
float : right;}

.side2 {
width : 250px;
background:#ffffff;
float : left;}

.sidemenu2{
	margin:20px 0px 5px 5px;
	width:250px;
	text-align:center;
}

.sidemenu{
	margin:20px 0px 5px 5px;
	width:200px;
	text-align:center;
}

.sideimg{
	margin:1px;
}

.head_link{
	font-size:12;
	text-align:right;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}
.head_link a{
	color:#0066CC;
}
.c-both {clear:both;}


.footer_link{
width:1000px;
text-align : center;
padding: 25px 0px 20px 0px;} 


.footer{
background:#8cc63e;
font-size:10px;
width:1000px;
text-align : center;
padding: 5px 0px 5px 0px;} 

.comment {
	width : 640px;
	padding:10px 10px 5px 10px;
	font-size:13px;
}


.top_style{
text-align:center;
padding:30px;

}

ul.list{
margin:0px;
padding :10px 0px 10px 15px; 
list-style-image:url(images/bs.gif);
font-size:12px;
line-height:1.3em;}
li.list { 
padding :0px 0px 10px 0px; 
margin:0px; 
}

.box1{
	margin:5px 5px 5px 0px;
	padding:5px 10px 5px 10px;
	background-color:#339933;
	color:#FFFFFF;
	width:655px;
}

.box2{
	margin:5px 5px 5px 5px;
	padding:5px 10px 5px 10px;
	background-color:#0066CC;
	color:#FFFFFF;
}
.box3{
	margin:5px 5px 5px 5px;
	padding:5px 10px 5px 10px;
	background-color:#CC6699;
	color:#FFFFFF;
}
.box4{
	padding:5px;
	background-color:#F0F8FF;
	height:30px;
	width:170px;
	border-color:#333333;
	border-width:0 0 3px 0;
	border-style:solid;
}
.box5{
	margin:5px 5px 5px 5px;
	padding:5px 10px 5px 10px;
	background-color:#339933;
	border-left-color:#A2CD5A;
	border-left-width:8px;
	border-left-style:solid;
	color:#ffffff;
}
#smenu ul { 
margin: 0; 
padding :0; 
list-style-type : none; 
}
#smenu li { 
display : inline; 
padding :0; margin:0; 
}
#smenu a {
display:block; 
border-left:7px solid #006633;
background-color:#fff;
padding:0px 0px 0px 5px;
text-decoration:none;
color:#006633;
width:200px; 
height:15px;
margin:2px 0px;
height:1.5em;
text-align:left;
}
#smenu a:hover {
	display:block;
	border-left:7px solid #aca;
	background-color:#fff;
	padding:0px 0px 0px 5px;
	text-decoration:none;
	color:#575;
	width:250px;
	margin:2px 0px;
	height:1.5em;
	text-align:left;
}

.m-size{
	font-size:12px;
	color:#CC3333;
	margin:0px 0px 0px 10px;
	padding:0px;
}

.detail a {
  display: block;             /* ブロック要素にする */
  width: 80px;                /* 横幅 */
  color: #ffffff;
  background-color: #006600;  /* 背景色 */
  border: outset 2px #009900; /* 枠の色 */
  margin: 0px;
  padding: 3px 1px 1px 0px;
  font-size: 12px;            /* フォントサイズ */
  line-height: 12px;          /* 行の高さ */
  text-align: center;         /* 水平揃え */
  text-decoration: none;      /* 下線を消す */
	}
.detail a:hover {
  color: #eeeeee;
  background-color: #006600;  /* 背景色 */
  border: inset 2px #009900;  /* 枠の色 */
  margin: 0px;
  padding: 4px 0px 0px 1px;
}
.detail a:active  {
  color: #ffffff; /* リンクの色 */
}
.detail a:visited {
  color: #ffffff; /* リンクの色 */
}

#news{
	margin:0px 10px 0px 10px;
	padding:5px 10px 0px 15px;
	text-align:left;
}
#news ul{
	margin:0px 0px 0px 10px;
}
#news li{
	margin:0px 0px 0px 0px;
	padding-left:13px;
	padding-right:13px;
	list-style-type:none;
	background-position:left;
	text-align:left;
	background-repeat:no-repeat;
}

.curve-11-head{
font-size:1px;
height:16px;
background:url(images/11-curve-right-head.gif) top right no-repeat;
margin-top:5px;
}

.curve-11-head div{
font-size:1px;
height:16px;
background:url(images/11-curve-left-head.gif) top left no-repeat;
}

.curve-11-body{
background:url(images/11-curve-left-middle.gif) top left repeat-y;
}

.curve-11-body div{
background:url(images/11-curve-right-middle.gif) top right repeat-y;
}

.curve-11-bottom{
font-size:1px;
height:16px;
background:url(images/11-curve-right-bottom.gif) bottom right no-repeat;
margin-bottom:5px;
}

.curve-11-bottom div{
font-size:1px;
height:16px;
background:url(images/11-curve-left-bottom.gif) bottom left no-repeat;
}

.kokyuki{

	font-size:14px;
	padding-left:5px;
	font-weight:bold;
	padding-top:15px;
}
.com{
	padding:15px 0px 15px 5px;
}
.pdf{
	padding-left:5px;
}
.pdf img{

	padding-right:5px;

}

#tantoui{
	font-size:13px;
	text-align:right;


}

#tantoui a:link {
	font-size: 12px;
	color:#0033FF;
	text-decoration: underline;
}
#tantoui a:active {
	font-size: 12px;
	color:#0033FF;
	text-decoration: none;
}

#tantoui a:visited {
	font-size: 12px;
	color:#0033FF;
	text-decoration: underline;
}

