body {
 padding: 0px;
 margin: 0px;
 text-align: center;
 width: auto;
}

#container {
 padding: 0px;
 margin: 0px;
 text-align: center;
 width: auto;
}

/*これで余白等をリセットしておく---*/
h1 {
 margin: 0;
 padding: 0;
}

h2 {
 padding: 0;
 margin: 0;
}

h3 {
 margin: 0;
 padding: 0;
}

ul {
 margin: 0;
 padding :0;
}

li {
 margin: 0;
 padding :0;
}

/*topフレーム設定*/
#topframe {
 text-align: left;
 background-position: right top;
 margin: 0px;
 border-top-color: #AFE022;
 border-top-width: 10px;
 border-top-style: solid;
 padding: 0;
}

/*topフレーム---ヘッダー設定*/
#head {
 text-align: left;
 background-image: url(../img/topbg_02.gif);
 background-repeat: no-repeat;
 background-position: right top;
 margin: 0px;
 border: none;
 padding: 0;
}

/*topフレーム---ナビゲーション設定*/
#navi {
 margin: 0px;
 font-size: 85%;
 background-color: #AFE022;
 height: 15px;
 padding-left: 10px;
 padding-top: 3px;
 padding-bottom: 3px;
}

/*topフレーム---ナビゲーション---サイトマップ設定*/
#sitemap {
 text-align: left;
 float: left;
 padding-top: 2px;
}

/*topフレーム---ナビゲーション---アクセスカウンタ設定*/
#access {
 text-align: right;
 float: right;
 padding-right: 10px;
}

/*------------------------------*/
/*center設定*/
#center {
 height: auto;
 width: 100%;
 text-align: center;
 padding: 0px;
 margin-left: 5px;
 margin-right: auto;
 margin-bottom: 0px;
 margin-top: 10px;
}

/*center_left設定------新着*/
#news {
 clear:both;
 float: left;
 width: 25%;
 padding: 0;
 margin-top: 10px;
 margin-left: 5px;
}

.other{
 text-align: left;
 font-weight: bold;
}

.other A:link {
 color:#BF0030;
 text-decoration: none;
}

.other A:visited {
 color:#BF0030;
 text-decoration: none;
}

.other A:hover {
 color:#BF0030;
 text-decoration: underline;
}

.other A:active {
 color:#BF0030;
 text-decoration: none;
}

#newslist {
 width: 100%;
 margin:0;
 border-top: 8px solid #a8c550;
 border-right: 1px solid #a8c550;
 border-bottom: 8px solid #a8c550;
 border-left: 1px solid #a8c550;
 text-align: center;
 background-color: #fceded;
 padding: 5px;
 float: left;
}

#newslist h2 {
 color:#666666;
 font-size: 120%;
 text-align: center;
 margin-top: 0.5em;
 margin-bottom: 10px;
}

#newslist_box2 {
 width: 100%;
 padding:2px;
 border-top: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
 border-bottom: 1px solid #cccccc;
 border-left: 1px solid #cccccc;
 text-align: left;
 background-color: #ffffff;
 margin-top: -0.5em;
}

#newslist_box2 p {
	background-image: url(../img/arrow_pink.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	list-style-type: none;
	text-indent: 1em;
	text-align: left;
	margin: 1em;
	line-height: 125%;
}

#newslist_box2 A:link {
    color:#506a00;
    text-decoration: none;
}

#newslist_box2 A:visited {
    color:#506a00;
    text-decoration: none;
}

#newslist_box2 A:hover {
    color:#506a00;
    text-decoration: underline;

}

#newslist_box2 li {
	background-image:url(../img/orange_point_arrow.gif);
	background-repeat:no-repeat;
	background-position:1px 3px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:3px;
	line-height:125%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	text-indent: 1em;
	list-style-type: none;
	text-align: left;
	right: 5px;
	padding-top: 2px;
	font-size: 115%;
	margin-left: 5px;
}

#newslist_box2 .strong p {
 font-size: 115%;
}

#newslist_box2 .strong {
    color:#BF0030;
	font-weight: bold;
}

#newslist_box2 .strong A:link {
    color:#BF0030;
}

#newslist_box2 .strong A:visited {
    color:#BF0030;
}

#newslist_box2 .strong A:hover {
	color:#BF0030;
}

/*center_right設定------メイン*/
#main {
	float:right;
	padding: 0px;
	width: 70%;
	margin-right: 10px;
	margin-top: 0px;
}

#main_title1 {
	padding: 0px;
	clear:both;
	width: 100%;
	margin-bottom: 0px;
}

#main_title1 h2 {
	padding: 6px 2px 4px 5px;
	color:#666666;
	background-image: url(../img/orange.gif);
	background-repeat: no-repeat;
	font-size: 120%;
	text-indent: 1.5em;
	background-position: 1px;
	border-bottom-style: double;
	border-bottom-width: 4px;
	border-right-style: double;
	border-right-width: 4px;
	border-bottom-color: #afe022;
	border-right-color: #afe022;
	margin-bottom: 5px;
	text-align: left;
}

#main_title1 h2 A:link {
	color:#666666;
	text-decoration: none;
}

#main_title1 h2 A:visited {
	color:#666666;
	text-decoration: none;
}

#main_title1 h2 A:hover {
	color:#666666;
	text-decoration: underline;
}

#main_title1 h2 A:active {
	color:#666666;
	padding-top: 10px;
	text-decoration: none;
}

#contents_left {
	float:left;
	width:48%;
	margin-left: 5px;
}

#contents_right {
	float:left;
	width:48%;
	margin-left: 5px;
}

#contents_left li {
	line-height: 125%;
	padding-bottom: 3px;
	padding-top: 3px;
	background-image: url(../img/orangearrow.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	text-indent: 1em;
	background-position: 1px 4.5px;
	font-size: 105%;
	text-align: left;
}

#contents_right li {
	line-height: 125%;
	padding-bottom: 3px;
	padding-top: 3px;
	background-image: url(../img/orangearrow.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	text-indent: 1em;
	background-position: 1px 4.5px;
	font-size: 105%;
	text-align: left;
}

#mainbg1 {
	padding: 6px;
	border: 1px dashed #afe022;
	float: left;
	width: 98%;
	background-color: #d5ffaa;
	margin-bottom: 8px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
}
#mainbg1 li A:link {
	color:#666666;
	text-decoration: none;
}

#mainbg1 li A:visited {
    color:#666666;
    text-decoration: none;
}

#mainbg1 li A:hover {
	color:#666666;
	text-decoration: underline;
}

#mainbg1 li A:active {
	color:#666666;
	padding-top: 10px;
}

#main_title2 {
	margin: 0px;
	padding: 0px;
	clear:both;
	width: 100%;
}

#main_title2 h2 {
	padding: 6px 2px 4px 5px;
	color:#666666;
	background-image: url(../img/orange.gif);
	background-repeat: no-repeat;
	font-size: 120%;
	text-indent: 1.5em;
	background-position: 1px;
	border-bottom-style: double;
	border-bottom-width: 4px;
	border-right-style: double;
	border-right-width: 4px;
	border-bottom-color: #FCBF12;
	border-right-color: #FCBF12;
	margin-bottom: 5px;
	text-align: left;
}

#main_title2 h2 A:link {
	color:#666666;
	text-decoration: none;
}

#main_title2 h2 A:visited {
	color:#666666;
	text-decoration: none;
}

#main_title2 h2 A:hover {
	color:#666666;
	text-decoration: underline;
}

#main_title2g h2 A:active {
	color:#666666;
	text-decoration: none;
}

#mainbg2 {
	margin: 2px;
	padding: 2px;
	border: 1px dashed #Fe9900;
	float: left;
	width: 98%;
	background-color: #FEFFC5;
}

#mainbg2 li A:link {
	color:#666666;
	text-decoration: none;
}

#mainbg2 li A:visited {
        color:#666666;
	text-decoration: none;
}

#mainbg2 li A:hover {
	color:#666666;
	text-decoration: underline;
}

#mainbg2 li A:active {
	color:#666666;
	padding-top: 10px;
}

#newslist2 {
	width: 100%;
	margin:0;
	border-top: 8px solid #a8c550;
	border-right: 1px solid #a8c550;
	border-bottom: 8px solid #a8c550;
	border-left: 1px solid #a8c550;
	text-align: center;
	background-color: #fceded;
	padding: 5px;
	float: left;
}

#newslist2 h2 {
	color:#666666;
	font-size: 120%;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 10px;
}

#newslist2_box2 {
	width: 100%;
	padding:2px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align: left;
	background-color: #ffffff;
	margin-top: 1em;
}

#newslist2_box2 p {
	background-image: url(../img/arrow_pink.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	list-style-type: none;
	text-indent: 1em;
	text-align: left;
	margin: 1em;
	line-height: 125%;
}

#newslist2_box2 A:link {
    color:#506a00;
}

#newslist2_box2 A:visited {
     color:#506a00;
}

#newslist2_box2 A:hover {
    color:#ff9933;
}

#newslist2_box2 li {
	background-image:url(../img/orangearrow.gif);
	background-repeat:no-repeat;
	background-position:1px 3px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:3px;
	line-height:125%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	text-indent: 1em;
	list-style-type: none;
	text-align: left;
	right: 5px;
	padding-top: 2px;
	font-size: 90%;
	margin-left: 5px;
}

/*bottomフレーム設定*/
#bottomframe {
	clear:both;
	width:100%;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

.link {
	font-size:95%;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #FFFF99;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}

.copy {
    font-size:95%;
    margin-top:0px;
	margin-bottom:0px;
	margin-left:2em;
	margin-right:1em;
	text-align: center;
	vertical-align: middle;
}

#rightlist{
 padding-bottom: 6px;
 padding-left: 6px;
 padding-right: 6px;
 padding-top: 6px;
 background-color: #FFFFFF;
 border-bottom-color: #CCCCCC;
 border-bottom-style: solid;
 border-bottom-width: 3px;
 border-right-color: #CCCCCC;
 border-right-style: solid;
 border-right-width: 3px;
}

#rightlist h2{
 text-align: center;
}

#rightlist li {
 line-height: 130%;
 padding-bottom: 10px;
 padding-top: 10px;
 background-image: url(../img/bluebutton.gif);
 background-repeat: no-repeat;
 list-style-type: none;
 text-indent: 1.2em;
 background-position: 1px 12.5px;
 font-size: 100%;
 border-bottom-style: dashed;
 border-bottom-width: 1px;
 border-bottom-color: #506a00;
}

#rightlist li A:link {
 color:#333333;
 text-decoration: none;
}

#rightlist li A:visited {
 color:#333333;
 text-decoration: none;
}

#rightlist li A:hover {
 color:#506a00;
 text-decoration: underline;
}

#rightlist li A:active {
 color:#333333;
 text-decoration: none;
}

.hr1 {
 border: #99cc33;
}
