@charset "shift_jis";

/* -----------------------------------------------

	Site: Gunma Internet
	Type: default styles
	URL: www.wind.ne.jp
	Last Up Date: 
	Version: 1.0
	
----------------------------------------------- */

div#contents p.tbr_menu {
	font-weight: bold;
	height: 40px;
	width: 350px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	margin-left: 4px;
	background-image: url(../public/images/bg_list01.gif);
}
div#contents p.tbr_menu a {
	height: 40px;
	display: block;
	padding-top: 9px;
	padding-left: 35px;
}
div#contents p.tbr_menu a:hover {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../public/images/bg_list01.gif);
}
* html div#contents p.tbr_menu a:hover {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../public/images/bg_list01x.gif);
}


div#contents ul.tbr_sub a {
	background-attachment: scroll;
	background-image: url(../public/images/listmark01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}

div#main h1 {
	font-size: 120%;
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(../public/images/bg_h1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	padding-top: 10px;
	padding-left: 35px;
	margin-top: 20px;
}
div#main h2 {
	font-weight: bold;
	background-image: url(../public/images/bg_h2.gif);
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9632;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 20px;
	line-height: 1.4;
	clear: both;
}
div#main h3 {
	font-size: 90%;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FF982F;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 3px;
	line-height: 1.4;
}
div#main h4 {
	font-weight: bold;
	font-size: 90%;
	margin-left: 25px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9632;
	padding-left: 3px;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 1.4;
}

.compare thead th {
	 font-size: 90%;
	 background: #ffefd5;
}
.compare thead th.orange {
	 font-size: 100%;
	 background: #ffa500;
}
.compare thead th.func {
	 background: #cd853f;
	 font-size: 140%;
	 padding-top: 6px;
	 padding-bottom: 3px;
	 color: #ffffff;
}
.compare tbody th {
	 background: #ffefd5;
	 font-size: 80%;
	 width: 20%;
	 text-align: left; font-weight: normal;
}
.compare tbody th.lightsalmon {
	 background: #ffa07a;
	 font-size: 100%;
	 width: 30%;
	 font-weight: bold;
}
.compare tbody td {
	 text-align: center;
	 font-size: 90%;
}
.compare tbody td {
	 background: #ffefd5;
}
.compare tbody td.wheat {
	 background: #f5deb3;
	 font-weight: bold;
	 font-size: 160%;
}
.compare tbody td.wheat span {
	 font-weight: normal;
	 font-size: 50%;
	 line-height: 90%;
	 display: block;
}