@charset "shift_jis";

/* -----------------------------------------------

	Site: Gunma Internet
	Type: default styles
	URL: www.wind.ne.jp
	Last Up Date: 
	Version: 1.0
	
	----------------------------------------------
	
	Contents

		1.style reset
		2.float
		3.link
		4.text-align
		5.details

----------------------------------------------- */


/* --- 1.style reset --- */
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol,li,dl,dt,dd,pre,th,td,form,fieldset,input,textarea {
	margin: 0;
	padding: 0;
}
body {
	font-size: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
li {
	list-style-type: none;
}
img {
	border: 0;
}
address {
	font-style: normal;
}
hr {
	color: #999999;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}


/* --- 2.float --- */
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.clear {
	clear: both;
}
/*
.float-clear { 
	zoom: 100%;
}
.float-clear:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
*/


/* --- 3.link --- */
a:link {
	color: #333333;
	text-decoration:underline;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FF0000;
	text-decoration:none;
}
a:active {
	color: #FF6666;
}
a:focus {
	outline:none;
}



/* --- 4.text-align --- */
.to-left {
	text-align:left;	
}
.to-center {
	text-align:center;	
}
.to-right {
	text-align:right;	
}



/* --- 5.details --- */
body {
	text-align: center;
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #f2d6c1;
}
div#header, div#wrapper, div#footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
div#header p, div#menu {
	float: left;
}
div#header p a {
	display: block;
	height: 60px;
	width: 290px;
	text-indent: -9999px;
	background:url(../images/title.gif) top left no-repeat;

}
div#header ul.header_menu {
	float: right;
	margin-top: 10px;
}
div#header ul.header_menu li {
	display: inline;
	font-size: 80%;
	padding-left: 12px;
}
div#header ul.header_menu li.menu_line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 12px;
}
div#wrapper {
	clear: both;
	height:100%;
	background-color: #FFFFFF;
}
div#menu li {
	height: 35px;
	width: 210px;
	text-indent: -9999px;
}
div#menu li.nyukai a, div#menu li.ippan a, div#menu li.kigyou a, div#menu li.kaiin a, div#menu li.faq a {
	display:block;
	height:100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
div#menu li.nyukai a {
	background-image: url(../images/m_nyukai.gif);
}
div#menu li.ippan a {
	background-image: url(../images/m_ippan.gif);
}
div#menu li.kigyou a {
	background-image: url(../images/m_kigyou.gif);
}
div#menu li.kaiin a {
	background-image: url(../images/m_kaiin.gif);
}
div#menu li.faq a {
	background-image: url(../images/m_faq.gif);
}
div#menu li.nyukai a:hover, div#menu li.ippan a:hover, div#menu li.kigyou a:hover, div#menu li.kaiin a:hover, div#menu li.faq a:hover {
	background-position: left bottom;
}
div#contents {
	clear: both;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A9A9A9;
	border-left-color: #A9A9A9;
	padding-bottom: 15px;
}
div#topic_path {
	font-size: 70%;
	background-color: #F3F3F3;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	clear: both;
}
div#contents ul.tbr_sub {
	padding-bottom: 10px;
	padding-left: 20px;
}
div#contents ul.tbr_sub li {
	font-size: 90%;
	margin-bottom: 7px;
}
table.tbr_table td {
	vertical-align: top;
}
div#contents p.banner {
	padding-left: 30px;
	padding-top: 10px;
}
div#main {
	margin-right: 10px;
	margin-left: 10px;
}
div#main p {
	font-size: 90%;
	line-height: 1.6;
	margin-right: 5px;
	margin-left: 25px;
	margin-bottom: 10px;
}
div#main blockquote {
	font-size: 80%;
	background-color: #EEEEEE;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding: 10px;
	border: 1px dotted #666666;
}
div#main iframe {
	margin-left: 15px;
}
div#main ul, div#main ol {
	margin-left: 25px;
	margin-right: 10px;
	margin-bottom: 15px;
}
div#main li {
	font-size: 90%;
	line-height: 1.6;
	margin-bottom: 7px;
}
div#main ul.caution li {
	margin-left: 1em;
}
div#main ul.caution li span.kome {
	margin-left: -1em;
}
div#main li.list_num01 {
	background-attachment: scroll;
	background-image: url(../images/list_num01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
div#main li.list_num02 {
	background-attachment: scroll;
	background-image: url(../images/list_num02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
div#main li.list_num03 {
	background-attachment: scroll;
	background-image: url(../images/list_num03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
div#main li.list_num04 {
	background-attachment: scroll;
	background-image: url(../images/list_num04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
div#main ul.list_disk li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}
div#main ol li {
	list-style-type: decimal;
	margin-left: 30px;
}
div#main table.tb_course {
	margin-left: 20px;
	margin-right: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	margin-bottom: 15px;
}
div#main table.tb_course th {
	font-size: 90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	background-attachment: scroll;
	background-image: url(../images/bg_th01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-align: center;
}
div#main table.tb_course td {
	font-size: 90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	line-height: 1.4;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
div#main table.tb_form {
	margin-left: 20px;
	margin-right: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	margin-bottom: 15px;
}
div#main table.tb_form th {
	font-size: 90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	background-attachment: scroll;
	background-image: url(../images/bg_th01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
	line-height: 1.8;
}
div#main table.tb_form td {
	font-size: 90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	line-height: 1.8;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	text-align: left;
}
.underdot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6600;
}
.td_red {
	color: #FF3333;
	text-align: center;
}
.td_grn {
	color: #009933;
	text-align: center;
}

.td_blue {
	color: #0066CC;
	text-align: center;
}
.bg_blue {
	background-color: #DDEEFF;
}
.bg_grn {
	background-color: #EEFFEE;
}
.bg_org {
	background-color: #FFEEDD;
}
.bg_lbr {
	background-color: #EEFFFF;
}
.bg_pup {
	background-color: #EEDDFF;
}
.bg_red {
	background-color: #FFEEEE;
}




div#main table.tb_faq {
	margin: 15px;
}
div#main table.tb_faq th {
	vertical-align: top;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 1.4;
	font-size: 90%;
	white-space: nowrap;
}
div#main table.tb_faq td {
	font-size: 90%;
	line-height: 1.4;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 3px;
}
div#main table.tb_faqmain {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 700px;
}
div#main table.tb_faqmain caption {
	font-size: 80%;
	text-align: left;
}
div#main table.tb_faqmain th {
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
	width: 20px;
}

div#main table.tb_faqmain td {
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.4;
	padding-left: 5px;
}
.underdot2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


div#main table.tb_layout1 {
	margin: 15px;
}
div#main table.tb_layout1 td {
	padding: 5px;
	font-size: 90%;
}
div#main table.tb_layout2 {
	margin: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
div#main table.tb_layout2 td {
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding: 8px;
}
div#main table.tb_layout3 {
	margin-left: 20px;
}
div#main table.tb_layout3 td {
	padding-right: 60px;
	vertical-align: top;
}
div#main table.tb_sitemap {
	margin: 15px;
}
div#main table.tb_sitemap td {
	vertical-align: top;
	padding: 5px;
	font-size: 80%;
	line-height: 1.8;
}

p.doui {
	text-align: center;
}
p.doui a {
	border: 1px solid #666666;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
p.doui a:link, p.doui a:visited, p.doui a:active {
	color: #000000;
	text-decoration: none;
}
p.doui a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #EEEEEE;
}
div.foot_link {
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
div.foot_link li {
	display: inline;
	font-size: 90%;
	margin-left: 20px;
}
div.foot_link li.to_menu a {
	background-attachment: scroll;
	background-image: url(../images/footlink01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
div.foot_link li.to_top a {
	background-attachment: scroll;
	background-image: url(../images/footlink02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
div.foot_link li.to_home a {
	background-attachment: scroll;
	background-image: url(../images/footlink03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
div#etc_menu {
	text-align: center;
	padding: 10px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/bg_wrapper_btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C9C9C9;
}
div#etc_menu li {
	font-size: 80%;
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}
div#footer {
	background-attachment: scroll;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
}
div#footer p {
	font-size: 90%;
	line-height: 1.2;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
img.frame {
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-right: 5px;
	margin-left: 5px;
}
.fnt_red {
	color: #FF0000;
}
.fnt_grn {
	color: #006600;
}
.fnt_org {
	color: #FF6600;
}
.fnt_ble {
	color: #0000FF;
}
.fnt_lblue {
	color: #01C9D9;
}
.fnt_small {
	font-size: 75% !important;
}
a.linkmark01 {
	background-attachment: scroll;
	background-image: url(../images/linkmark01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
a.linkmark02 {
	background-attachment: scroll;
	background-image: url(../images/linkmark02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
a.linkmark03 {
	background-attachment: scroll;
	background-image: url(../images/linkmark03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
a.linkmark04 {
	background-attachment: scroll;
	background-image: url(../images/linkmark04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}

