@charset "UTF-8";
/* CSS Document */

body{
	background-color:#F2F0E6;
	margin:0;
	padding:0;
	text-align:center;
	color:#2D210B;
	font-size:80%;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Arial, sans-serif; 
	line-height:1.6;
}
img{
	border:none;
}
strong{
	font-weight:bold;
}
.clr{
	clear:both;
}
.img-right{
	float:right;
}
.invisible{
	display: none;
}
.color {
	color:#FF6600;
}
.red {
	color:#FF0000;
}
.img-right {
	float:right;
	margin: 0 0 10px 10px;
	display:block;
}
.img-left {
	float:left;
	margin: 0 10px 10px 0;
	display:block;
}
a:link, a:visited{
	color:#338899;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* block */

#wrapper{
	background: url(./images/bg.gif) repeat-y 50% 0%;
}
#header{
	width:750px;
	margin: 0 auto;
	text-align:left;
}
#body{
	background: url(./images/body_bg.gif) no-repeat 50% 0%;
	width:750px;
	margin: 0 auto;
	text-align:left;
}
#footer {
	background: url(./images/foot_bg.gif) no-repeat 50% 100%;
	clear:both;
}

/* header */
#header p{
	background-color:#2D210B;
	color:#FFFFFF;
	padding:3px 15px;
	margin:0;
	font-size:80%;
}
#header h1{
	margin:0;
	padding:0;
	line-height:0;
}
/* navi */
#navi{
	margin:0 15px;
	background: #6E6E5B url(./images/navi_bg.gif) repeat-x 0% 0%;
}
#navi ul{
	list-style-type:none;
	margin:0;
	padding:0 3px;
}
#navi ul li{
	display:block;
	float:left;
}
#navi ul li a{
	font-weight:bold;
	display:block;
	padding:3px 5px;
}
#navi ul li a:link,#navi ul li a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#navi ul li a:hover{
	color:#FF9900;
	background-color:#2D210B;
	text-decoration:none;
}
/* footer */
#footer .contents{
	width:720px;
	padding:0 15px 20px 15px;
	margin: 0 auto;
	text-align:right;
}
p#contact {
	margin:0;
	padding:0;
	border-top: 1px solid #EAE9E7;
	font-size:90%;
	width:550px;
	float:left;
	text-align:left;
}
p#footlink {
	margin:0;
	padding:0;
	border-top: 1px solid #EAE9E7;
	font-size:90%;
	width:150px;
	float:right;
}

/* body */
#body .contents {
	margin:0 15px;
}
#body .contents img{
	margin:3px 0px;
}
.left {
	width:400px;
	float:left;
}
.right {
	width:300px;
	float:right;
}
/* elements */
.title {
 	border-bottom:1px solid #338899;
	padding:10px 10px 3px 10px;
	font-size:140%;
	color:#338899;
	background: url(./images/title_bg.gif) repeat-x 0% 100%;
}
.title2 {
	font-size:120%;
	padding:5px;
	margin-bottom:5px;
	background-color:#EFEFEF;
 	border-top:1px solid #338899;
}
.block h2.title2 {
	font-size:120%;
	border-left:3px solid #338899;
	padding: 3px 0 3px 5px;
	margin-bottom:5px;
 	border-top:none;
}

table.border1 td{
	border-bottom:1px solid #6699CC;
}
h2 {
	font-size:120%;
}
h3 {
	font-size:110%;
}
h4 {
	font-size:100%;
}
.t-small {
	font-size:90%;
}
table.table1{
	border: 1px solid #CCCCCC;
	border-collapse: separate;
	border-spacing: 1px;
	background-color:#FFFFFF;
	margin-left:20px;
	font-size:90%;
}
.table1 th{
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #E1E2E6;
	text-align:center;
}
.table1 td{
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EFEFEF;
}
table.table2{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse: separate;
	border-spacing: 1px;
	font-size:90%;
}
table.table2 td{
	padding: 3px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table.table2 th{
	padding: 3px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight:bold;
	letter-spacing:0.3em;
	background-color:#efefef;
}
table.table3 td{
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
}
.table1 ul{
	padding: 0px;
	margin:0 20px;
}
.table1 ul p{
	padding: 0px;
	margin:0 ;
}
.hanging {
	margin-left: 1em; text-indent: -1em;
	margin-bottom:5px;
	margin-top:5px;
}
.hborder {
	border-top:1px solid #6699CC;
	padding-top:20px;
}
.linkup {
	text-align:right;
	margin:0;
	padding:0;
	margin-top:5px;
}
.textblock {
	margin:0 30px;
}
ol.textblock {
	margin:5px 60px;
	padding:0;
}
.block {
	margin:5px 5px;
	padding:10px;
	border:1px solid #EFEFEF;
	border-top:3px solid #CCCCCC;
}
.block h2{
	font-size:120%;
	margin:0;
	padding: 0 0 10px 0;
}
.block p{
	margin:0;
	padding: 0 0 ;
}
.block ul{
	margin:0 20px;
	padding: 0;
}
dl dt {
	font-weight:bold;
}
dl dd {
	margin-bottom:10px;
}
ul.jirei{
	margin:0 10px;
	padding:0;
	list-style-type:none;
}
ul.jirei li{
	display:block;
	float:left;
	width:350px;

}
ul.jirei li img{
	vertical-align:middle;
	padding: 0 5px 0 0;
	display:block;
	float:left;
}

/* toppage */
#tigai {
	background-color:#E8F0ED;
	padding:20px;
}
#tigai h1, #tigai h2{
	padding:0;
	margin:0;
}

ul.tabs {
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #2D210B;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 718px;
	background: #fff;
}
.tab_content {
	padding: 3px;
	font-size: 1.2em;
}
.tp-jirei {
	background:url(images/top_jirei-bg.gif) no-repeat 100% 0;
}
.tp-data {
	background:url(images/top_data-bg.gif) no-repeat 100% 0;
}
.tp-products {
	background:url(images/top_products-bg.gif) no-repeat 100% 0;
}
.tp-products ul{
	list-style-type:none;
	margin:0 10px;
	padding:0;
}
.tp-products ul li{
	border-bottom:1px dashed #CCCCCC;
	padding:5px 0;
}
#body .contents .tp-jirei img, #body .contents .tp-products img, #body .contents .tp-data img{
	padding:0;
	margin:0;
}
.tp-link {
	border-top:1px dashed #CCCCCC;
	border-bottom:1px dashed #CCCCCC;
	padding:10px 10px;
	margin:10px 0px;
}
.tp-link td{
	font-size:80%;
}
#body .contents .tp-link td img{
	margin:3px;
}

/* clear */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */
.clear{
	clear:both;
	font-size:0;
	line-height:0;
	padding:0;
	margin:0;
}
.clearfix {
	overflow:hidden;
}

