﻿@charset "UTF-8";
@import url("general.css");


div#page h2 {
	clear:both;
	font-size:16px;
	margin:10px 0px;
	text-indent:0.2em;
	height:18px;
	line-height:130%;
	border-left:10px solid #FF6600;
}
div#page h3 {
	clear:both;
	font-size:14px;
	margin:15px 0px 5px 4px;
	text-indent:0.2em;
	height:16px;
	line-height:130%;
	border-left:4px solid #666666;
}

div#page p {
	margin:5px 20px 5px 10px;
	line-height:120%;
}


table#corp,table#contact {
	border:2px solid #666666;
	border-collapse:collapse;
	width:450px;
}

table#corp th, table#corp td,table#contact th, table#contact td {
	border:1px solid #999999;
}

table#corp th {
	text-align:center;
	background:#DDDDDD;
	font-weight:normal;
	width:100px;
}

table#contact th {
	font-weight:normal;
	width:100px;
}

th.header,th.footer {
	width:450px;
	color:#CCCCCC;
	background:#666666;
}

th.footer {
	text-align:center;
}

div.qr_box, div.mb_box {
	width:190px;
	margin:1px;
	float:left;
	border:1px solid #666666;
}

div.mb_box img {
	float:left;
	width:100px;
	height:130px;
	margin:2px;
}

div.qr_box img {
	float:left;
	margin:30px 3px 30px 5px;
	width:66px;
	height:66px;
}

div.qr_box h4, div.mb_box h4 {
	font-size:12px;
	margin:1px;
	color:#333333;
}

div.qr_box p, div.mb_box p {
	margin:3px 3px 0px 3px;
}




.left {
	float:left;
}

div#page blockquote{
	width:500px;
	margin:5px auto;
	background:#CCCCCC;
	text-align:left;
}