* { padding: 0; margin: 0; }

html {background:transparent}

br{letter-spacing:0;}

body {background:#fff url(bg.png) repeat-x fixed}

#wrapper { 
	margin:0 auto;
	width: 775px;
	height: 500px;
}

#footer {
	clear: none;
	display:block;
	margin-top:13px;
	margin-left:8px;
	width:710px;
}


.cbb {
	margin:0;
	padding:0;
	border:1px solid #666;
	background:#fff;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}

/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}



	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}


/* Required IE fixes
================================================*/
/* Serve gif images to IE/Win pre version 7 */
* html .i1,
* html .i2 {background-image:url(borders.gif);}
* html .bt,
* html .bt div,
* html .bb,
* html .bb div {background-image:url(box.gif);}
/* Set a height to fix up some rendering issues. */
* html .i1,
* html .i3 {height:1px;}

/* Give the absolutely positioned box a width (including IE 7)*/
.one {width:70%;}

/* Custom rules for the buttons */
/* All IE versions need a width */
.button {width:20em;}
/* IE 7 does not need these */
* html .button .i1,
* html .button .i2 {background:transparent;}
* html .button .bt,
* html .button .bt div {background-image:url(button.gif);}
* html .button .bb,
* html .button .bb div {background-image:url(button.gif);}




ul#tabmenu {
	margin:0 auto;
	padding:0px;
	width: 180px;
	height: 15px;
	line-height: 0;
	position: relative;
}

ul#tabmenu li {
	list-style-type: none;
}

ul#tabmenu li a {
	width: 90px;
	height: 18px;
	display: block;
	text-decoration: none;
}

/* 非選択時 */
li.tab1 a {
	background: url("./image/foot_menu.gif") 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

li.tab2 a {
	background: url("./image/foot_menu.gif") -90px 0 no-repeat;
	top: 0;
	left: 90px;
	position: absolute;
}

li.tab3 a {
	background: url("./image/foot_menu.gif") -180px 0 no-repeat;
	position: absolute;
	top: 0;
	left: 180px;
}


/* マウスオーバー時*/
li.tab1 a:hover {
	background: url("./image/foot_menu.gif")  0 -20px no-repeat;
}

li.tab2 a:hover {
	background: url("./image/foot_menu.gif")  -90px -20px no-repeat;
}

li.tab3 a:hover {
	background: url("./image/foot_menu.gif")  -180px -20px no-repeat;
}

/* テキストを隠す*/
span.tab {
	visibility: hidden;
}

#privacy_mes {
	letter-spacing: 0.1em;
	font-size:12px;
	color:#666666;
	margin-top:30px;
	margin-left:20px;
	padding : 0px 20px 20px 20px;
	width: 620px;
}


#low_wrip {
	margin-top:30px;
	margin-left:20px;
	font-size:12px;
	width: 620px;
}
#low_tbl {
	border: 1px solid #6F5E65;
	letter-spacing: 0.1em;
	font-size:12px;
	color:#666666;
	margin:5px;
	margin-left:15px;
	padding:0px;
	width: 90%;
	border-collapse:collapse;
	border-spacing:0;
}

#low_tbl th{
	padding:0px;
	margin:0px;
	border: 1px solid #6F5E65;
	padding:8px;
	background-color:#F8F5F7;
	text-align: left;
	font-weight:normal;
}
#low_tbl td{
	padding:0px;
	margin:0px;
	border: 1px solid #6F5E65;
	padding:8px;
}


.tbl_no {
	text-align: right;
	vertical-align: top;
}
