@charset "utf-8";
body {
	font-family: Verdana, "ＭＳ Ｐゴシック", Arial;
	font-size: 12px;
	line-height: 140%;
	background-image: url(image_set_portal/background_light.gif);
	color: #333333;}

td {
	font-size:15px;
	line-height:150%;}

a:link {
	color: ##0000ff;
	text-decoration: none;
}
a:visited {
	color: #990099;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #006600;
	text-decoration: none;
}

.top h1 {
	font-size:12px;
	float:left;
	color:#666666;
	padding:0;
	margin:0;}

.top h2 {
	font-size:12px;
	float:right;
	color:#666666;
	padding:0;
	margin:0;}

#body-box {
	margin-right: auto;
	margin-left: auto;
	width: 740px;
	background-color: #FFFFCC;
	border: 1px solid #FF9933;
	clear:both;}

#header-box {	background-color: #FF9933;}
#header-description{	font-size: 10px;}

#header-title {
	float:left;
	text-align: center;
	width: 250px;
}
#header-menu {
	clear:both;
	background-color: #FFCC33;
	padding:2px 24px;
}

.h-text {margin-top:16px;}

#contents-left-menu{
	float: left;
	width: 165px;
	background-color: #FFFFFF;
	padding: 2px;}
	
#contents-body{
	float: right;
	width: 553px;
	margin-right: 0px;
	margin-left: 10px;}
	
#contents-body h2 {
	font-size:16px;
	margin:0;
	padding:0;}
	
#footer {
	height:15px;
	font-size: 10px;
	background-color: #FF9933;
	text-align: center;}
	
.leftmenu-title {
	color: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
}
.leftmenu-link {
	padding-left: 10px;
	padding-top: 3px;
	border-bottom: 1px solid #FFCC33;
	border-left: 1px solid #FFCC33;
	height: 14px;
}

.leftmenu-link a:hover {
		color: #FFFFFF;
		background-color: #FFCC33;
	}
.leftmenu-banner {
	text-align: center;
	background-color: #FF9933;
}
.leftmenu-pick-title {
	background-color: #FFCC33;}

.leftmenu-pick-title h2 {
	font-size:12px;
	padding:3px;
	margin:0;
	line-height:110%;}

.leftmenu-pick-title2 {
	background-color:#00F;}

.leftmenu-pick-title2 h2 {
	font-size:12px;
	padding:3px;
	margin:0;
	line-height:110%;
	color:#FFF;}

.keisan-waku {
	border:solid 1px #000;
	padding:10px;
	width:95%;
	font-size:14px;
	margin-top:5px;}
	
.leftmenu-pick-desc {
	text-align: left;
}

.contents-box {
	border-bottom: 1px dotted #FFCC33;
	margin-bottom: 20px;
}



.contents-banner {
	float: left;
}
.contents-description {
	padding: 5px;
}
.contents-title {
	background-color: #FFCC33;
	border-left: 10px solid #FF9933;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 10px;
}

.font1 {
	font-size:18px;}

.font2 {
	font-size:18px;}
	

 /*カレンダー*/ 
#calendar {
	line-height: 120%;
	font-family:Verdana, Arial, sans-serif;
	font-size: 10px;
	padding:0px; 
	text-align: center; 
	margin-bottom: 20px;} 

#calendar table { 
	width: 150px; 
	padding:0;}

 /*カレンダーのタイトル*/
#calendar caption { 
	background-color:#FFCC33;
	font-family: Verdana, Arial, sans-serif; 
	font-size:10px;
	text-align: center; 
	font-weight: bold; 
	padding:2px 0px 2px 0px;
	line-height: 15px; }

 /*カレンダーの曜日*/ 
#calendar th { 
	line-height: 12px; 
	font-size:10px; 
	text-align: center; 
	font-weight: bold; 
	color: #000000; 
	padding:2px 0px 0px 0px;
 } 
/*カレンダーの日付*/
#calendar td { 
	line-height: 12px; 
	font-size:10px; 
	font-weight: normal; 
	color: #997766;
	text-align: center; 
	padding:2px 0px 0px 0px; 
	border-right: solid 2px #FFCC33; 
	border-left: solid 1px #FFCC33; 
	border-top: solid 1px #FFCC33; 
	border-bottom: solid 2px #FFCC33; 
} 
#calendar a {
	color: #000000;
	background-color:#CCCCCC; 
	text-decoration: none;
 }
#calendar a:hover {
	color:#FF0000;
	background-color:#FFCC33; 
	text-decoration:underline; 
} 

/*記事の日付*/
#content h6 { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	text-align: left; 
	font-weight: bold; 
	color: #75C4FF;
	padding: 0px 5px 0px 10px;
	margin-bottom: 5px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	line-height: 120%; 
	/*mochizuki上に線つける*/
	border-top: 1px solid #999;
}

 /*記事のタイトル*/
#content h3 { 
	color: #FF8BB3; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	text-align: left; 
	font-weight: bold; 
	padding: 0px 10px 0px 10px;
	margin-bottom: 0px;
	margin-left:10px; 
	margin-right:10px; 
	margin-top: 0px; 
	line-height: 100%;
	
	/*mochizuki下に線つける*/
	border-bottom: 1px solid #999;
 }

 /*記事下のリンク*/ 
#content p.posted { 
	color: #464646; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	text-align: left; 
	padding: 3px 10px 3px 10px; 
	margin-bottom: 20px; 
	margin-top: 0px; 
	line-height: normal; 
	border-bottom: solid 1px #FFC577; 
} 

.sen {
  border:1px dashed #FFCC33;
  margin-bottom:10px;
  text-align:center;}
  
.bar2 {
	background-color:#FFCC33;
	padding-left:10px;}
	
.bar2 h2 {
	font-size:12px;}

.pankuzu {
	clear:both;
	margin-top:20px;}

/*▼ホームページ制作Fが書き足したところ*/
.voiceimg{
	margin-bottom:20px;
}
.voiceimg img{
	margin:10px 0px;
}
.voice_tsugihe{
	border:1px solid #999;
	padding:5px;
	background-color:#9FF;
	margin-right:5px;
}
.voice_tsugihe:hover{
	background-color:#EEE;
	text-decoration:none;
}
.voice_checked{
	background-color:#EEE;
	border:1px solid #999;
	padding:5px;
	margin-right:5px;
}
.clear{
	clear:both;
}
.voice_link a{
	display:block;
	background:url(voice/voiceimg/voice_link.gif) no-repeat;
	width:535px;
	height:95px;
	text-indent:-9999px;
}
.voice_link a:hover{
	background-position:0px -95px;
}
.h2_001{
	background:url(rireki/rirekiimg/h2_001.gif) no-repeat;
	font-size:13px;
	font-weight:bold;
	margin:10px 0px;
}
.rirekiimg,.manualimg{
	margin-bottom:10px;
}
.h2_002{
	background:url(manual/manualimg/h2_002.gif) no-repeat;
	line-height:40px;
	font-size:19px;
	font-weight:bolder;
	margin:10px 0px;
}
.h2_003{
	background:url(manual/manualimg/h2_003.gif) no-repeat;
	line-height:40px;
	font-size:19px;
	font-weight:bolder;
	margin:10px 0px;
	padding-left:20px;
	clear:both;
}
.manu_table{
	padding:0px;
	margin:0px;
}
.m_btn{
	padding:0px;
	margin:0px;
}
.m_btn li{
	list-style:none;
	padding-right:15px;
	padding-bottom:16px;
	float:left;
}
.m_btn li a:hover{
	background-position:-0px -60px;
}
.m_btn1 a{
	display:block;
	background:url(manual/manualimg/manual_btn1.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn2 a{
	display:block;
	background:url(manual/manualimg/manual_btn2.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn3 a{
	display:block;
	background:url(manual/manualimg/manual_btn3.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn4 a{
	display:block;
	background:url(manual/manualimg/manual_btn4.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn5 a{
	display:block;
	background:url(manual/manualimg/manual_btn5.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn6 a{
	display:block;
	background:url(manual/manualimg/manual_btn6.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn7 a{
	display:block;
	background:url(manual/manualimg/manual_btn7.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn8 a{
	display:block;
	background:url(manual/manualimg/manual_btn8.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn9 a{
	display:block;
	background:url(manual/manualimg/manual_btn9.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn10 a{
	display:block;
	background:url(manual/manualimg/manual_btn10.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn11 a{
	display:block;
	background:url(manual/manualimg/manual_btn11.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn12 a{
	display:block;
	background:url(manual/manualimg/manual_btn12.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn13 a{
	display:block;
	background:url(manual/manualimg/manual_btn13.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn14 a{
	display:block;
	background:url(manual/manualimg/manual_btn14.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn15 a{
	display:block;
	background:url(manual/manualimg/manual_btn15.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn16 a{
	display:block;
	background:url(manual/manualimg/manual_btn16.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn17 a{
	display:block;
	background:url(manual/manualimg/manual_btn17.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn18 a{
	display:block;
	background:url(manual/manualimg/manual_btn18.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn19 a{
	display:block;
	background:url(manual/manualimg/manual_btn19.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn20 a{
	display:block;
	background:url(manual/manualimg/manual_btn20.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn21 a{
	display:block;
	background:url(manual/manualimg/manual_btn21.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn22 a{
	display:block;
	background:url(manual/manualimg/manual_btn22.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn23 a{
	display:block;
	background:url(manual/manualimg/manual_btn23.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.m_btn24 a{
	display:block;
	background:url(manual/manualimg/manual_btn24.gif) no-repeat;
	width:260px;
	height:60px;
	text-indent:-9999px;
}
.font3{
	border:1px solid #999;
	background-color:#F66;
	padding:3px 5px;
	color:#fff;
}
.sekkei_waku{
	width:513px;
	border:1px solid #999;
	background-color:#fff;
	padding:10px;
}
.font4{
	border-bottom:2px solid #999;
	padding-bottom:3px;
}
.bar{
	margin-right:19px;
	clear:both;
}
.m_ol li{
	margin:8px 0px;
}
.btn_setsumei{
	width:450px;
	float:right;
}
.doboku_table{
	background-color:#FFF;
	width:535px;
	border:1px solid #999;
	border-collapse:collapse;
}
.doboku_table th,.doboku_table td{
	border:1px solid #999;
	font-size:12px;
	text-align:center;
	padding:5px;
}
.img90{
	background:url(manual/manualimg/manualimg90.gif) no-repeat;
}
.hoseikesu_table{
	border-collapse:collapse;
	width:300px;
}
.hoseikesu_table td{
	background:#fff;
	text-align:center;
	width:49%;
	border:1px solid #999;
}
.sizaitannka_table{
	border-collapse:collapse;
	width:535px;
}
.sizaitannka_table td{
	background:#fff;
	text-align:center;
	border:1px solid #999;
}
.itadaki_canp a{
	display:block;
	background:url(image_set_portal/itadaki_canp.gif) no-repeat;
	width:530px;
	height:300px;
	text-indent:-9999px;
	margin-bottom:30px;
}
.itadaki_canp a:hover{
	background-position:0px -300px;
}
