body {
	font-size: 12px;
	margin: 0px;
	line-height: 140%;
	color: #333333;
}

form {
	margin: 0px;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-size: 95%;
}
p{
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 75%;
	line-height: 150%;
}
ol {
	margin: 10px 10px 10px 30px;
	padding: 0px;
}
ol li {
	font-size: 75%;
	line-height: 140%;
	color: #000000;
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 5px;
}

img { border: 0px;}

a:link {font-family: "ＭＳ Ｐゴシック", "Osaka";color: #006600;text-decoration: underline;}
a:visited {font-family: "ＭＳ Ｐゴシック", "Osaka";color: #006600;text-decoration: underline;}
a:hover {font-family: "ＭＳ Ｐゴシック", "Osaka";color: #FF6600;text-decoration: underline;}
a:active {font-family: "ＭＳ Ｐゴシック", "Osaka";color: #006600;text-decoration: underline;}

sup{
	vertical-align:top;
}


.bg-01 {
	background-image: url(../img/headbg_014.gif);
	background-repeat: no-repeat;
}

.line-01 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*ヘッダー*/

.header-text {
	font-size: 80%;
	padding-left: 15px;
	font-weight: normal;
	color: #FFFFFF;
}
.header-text2 {
	font-size: 85%;
	line-height: 140%;
	font-weight: bold;
	color: #FFFFFF;
}

.header a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.header a:hover {
	color: #CCFF33;
	text-decoration: none;
}
.header a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/*フッター*/

.footer-bg01 {
	background-image: url(../img/footerbg016.gif);
	background-repeat: repeat-x;
}

.footer-bg02 {
	background-image: url(../img/footer_017.jpg);
	background-repeat: no-repeat;
}

.footer-text {
	font-size: 70%;
	line-height: 140%;
	font-weight: normal;
	color: #FFFFFF;
}

.link01 a:link {
	color: #666666;
	text-decoration: none;
}
.link01  a:visited {
	color: #666666;
	text-decoration: none;
}
.link01  a:hover {
	color: #006600;
	text-decoration: underline;
}
.link01  a:active {
	color: #666666;
	text-decoration: none;
}


/*左ナビゲーション*/


.navi, .navi2 {
	display: block;
	clear: both;
	width: 160px;
}

.navi a#fontsmall {
	display: block;
	width: 160px;
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: none;
	padding-top: 12px;
	text-align: center;
	text-indent: -20px;
	font-size: 11px;
}
.navi a#link {
	color: #666666;
	text-decoration: none;
	background-image: url(../img/menubg_001.gif);
	height: 35px;
	width: 160px;
	font-weight: bold;
	font-size: 12px;
}
.navi a {
	display: block;
	width: 160px;
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: none;
	padding-left: 25px;
	padding-top: 10px;
}
.navi2 a {
	display: block;
	width: 100px;
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: none;
	padding-left: 25px;
	padding-top: 5px;
}
.navi a:link, .navi2 a:link{
	color: #666666;
	text-decoration: none;
	background-image: url(../img/menubg_001.gif);
	height: 35px;
	width: 160px;
	font-weight: bold;
	font-size: 12px;
}
	
.navi a:visited, .navi2 a:visited {
	color: #666666;
	text-decoration: none;
	background-image: url(../img/menubg_001.gif);
	height: 35px;
	width: 160px;
	font-weight: bold;
	font-size: 12px;

}
.navi a:hover, .navi a:active, .navi2 a:hover, .navi2 a:active {
	color: #99CC00;
	text-decoration: none;
	background-image: url(../img/menubg_015.gif);
	height: 35px;
	width: 160px;
	font-weight: bold;
	font-size: 12px;

}
.navi a:active, .navi2 a:active {
	color: #99CC00;
	text-decoration: none;
	background-image: url(../img/menubg_015.gif);
	height: 35px;
	width: 160px;
	font-weight: bold;
	font-size: 12px;

}


.menu-size {
	padding-left: 25px;
	padding-top: 10px;
}



.side-bg {
	background-color: #AED364;
}

div.menu_div01{
	background-color: #E0EBA0;
	padding: 5px;
	margin: 10px 0px;
	font-size: 12px;
	line-height: 150%;
}
div.title {
	text-align: center;
	padding: 3px;
	font-weight: bold;
	color: #476F0F;
	font-size: 10pt;
	margin: 0px 0px 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #AED364;
	border-right-color: #AED364;
	border-bottom-color: #AED364;
	border-left-color: #AED364;
}
/*コンテンツ共通*/

.main-text {
	font-size: 75%;
	line-height: 140%;
	color: #333333;
}

/*TOP*/
.topimg-bg {
	background-image: url(../../img/imgbg_001.gif);
	background-repeat: repeat;
}
.midashi-01 {
	background-image: url(../img/midashi_006.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
}
.frame-bg {
	background-image: url(../../img/frame_003.gif);
	background-repeat: no-repeat;
}
.text-red16 {
	font-size: 100%;
	line-height: 140%;
	color: #CC3300;
	font-weight: bold;
}
.text-red01 {
	font-size: 95%;
	color: #3D7010;
	line-height: 150%;
}
.text-gray16 {
	font-size: 110%;
	line-height: 140%;
	color: #666666;
	font-weight: bold;
}
.discrip-01 {
	font-size: 12px;
	background-image: url(../img/menubg_003.gif);
	background-repeat: no-repeat;
}
.midashi-02 {
	background-image: url(../img/contentmenu_010.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 80%;
	color: #666666;
	font-weight: bold;
}
.topunder-btn a:link {
	background-image: url(../img/footer_013a.gif);
	background-repeat: no-repeat;
	display:block;
	width: 161px !important;
	width: 186px;
	height: 15px !important;
	height: 35px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom:10px;
	font-size: 12px;
}
.topunder-btn a:visited{
	background-image: url(../img/footer_013a.gif);
	background-repeat: no-repeat;
	display:block;
	width: 161px !important;
	width: 186px;
	height: 15px !important;
	height: 35px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom:10px;
	font-size: 12px;
}
.topunder-btn a:hover{
	background-image: url(../img/footer_013.gif);
	background-repeat: no-repeat;
	display:block;
	width: 161px !important;
	width: 186px;
	height: 15px !important;
	height: 35px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom:10px;
	font-size: 12px;
}

.midashi {
	background-image: url(../img/midashi_018.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 110%;
	line-height: 140%;
	font-weight: bold;
	color: #FFFFFF;
}
.midashi2 {
	font-size: 90%;
	background-image: url(../img/midashi_019.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
}
.topics-01 {
	font-size: 80%;
	color: #666666;
	padding-left: 11px;
	background-image: url(../../topics/img/midashi_002.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

.line-02 {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}
.line-02light {
	border: 1px solid #CCCCCC;
	padding: 0;
	margin: 0 0 3px 3px;
	float: right;
}
.line-02left {
	border: 1px solid #CCCCCC;
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
}
.anshin-01 {
	background-color: #FFFFCC;
	border: 1px solid #FF9900;
}
.text-10 {
	font-size: 70%;
	line-height: 140%;
}

.topics h4{
	padding: 10px 0 0 0;
}
.topics p, .topics2 p{
	line-height: 140%;
}
.topics3{
	font-size: 75%;
	line-height: 140%;
	color: #333333;
	border: 2px solid #cccccc;
}
.border_bt{
	border-bottom: 1px solid #cccccc;
}
.topics_mitsumori {
	font-size: 10pt;
	font-weight: bold;
	background-image: url(../../topics/img/midashi_003.gif);
	background-repeat: no-repeat;
	padding: 4px 0 0 30px;
	margin-bottom: 5px;
	height: 20px;
	width: 150px;
}
