body {
	margin: 0;
	width: 800px;
	margin: 0 auto;
	font-size: 14px;
	line-height:130%;
	border: 1px solid #000000;
	background: #fffcfc;
}

#header {
	position: fixed;
}

#top_banner {
	height: 200px;
	margin-top: -1px;
}

#page {
/* margin-top: 220px; */
}

h1 {
	margin-top: 0px;
	border-left: 5px solid #8b4513;
	border-bottom: 1px solid #8b4513;
	font-size: 16px;
	padding: 5px;
}

h2 {
	border-bottom: 1px dashed #8b4513;
	font-size: 14px;
	margin-left: 10px;
}

#top_menu {
	background: #fc6;
	border-bottom: 1px solid #000000;
	font-size: 12px;
	text-align: center;
}

#my_navigation{
	clear:both;
        float:left;
        width:180px;
	margin: 2px;
}

#my_profile {
	border: 1px dashed #000000;
	font-size: 12px;
}

#history {
	display: block;
	visibility: hidden;
}

#customer {
	border: 1px solid #000000;
	margin: 0 auto;
	padding: 5px;
}

#my_contents{
        margin-left: 180px;
}

.contents {
	margin: 10px;
	border: 1px solid #8b4513;
	padding:5px;
}
.contents_value {
	margin-left: 10px;
}

#zeimu {
	font-size: 12px;
}

.right_comment {
	text-align: right;
}

.left_comment {
	text-align: left;
}

#under_comment {
	margin : 0 auto;
	text-align: center;
	width: 80%;
	font-size: 10px;
}

#address {
	border-top: 1px solid #000000;
	padding: 10px;
	font-size: 12px;
	text-align: right;
}

#copyright {
	position:relative;
	padding: 5px;
	background: #fc6;
	font-size: 12px;
	text-align: left;
	color: #000000;
}

.img-bg {
	background-image: url(./image/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.img-bg img {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

/*********** #navBar link styles ***********/

#navBar ul { 
	margin: 0; 
	padding :0; 
	list-style-type : none; 
}

#navBar li { 
	display : inline; 
	padding :0; 
	margin:0; 
}

#navBar a {
	display:block; 
	background-color:#fc6;
	padding:0.1em 0 0.1em 0.7em;
	text-decoration:none;
	color:#780;
	margin:2px 0px;
	height:1.5em;
}

#navBar a:hover {
	display:block; 
	background-color:#de8;
	padding:0.1em 0 0.1em 0.7em;
	text-decoration:none;
	color:#a70;
	height:1.5em;
}

table.service {
	border-top:1px solid #663300;
	border-left:1px solid #663300;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
}

.service th {
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	color:#330000;
	background-color:#ffcc66;
	background-position:left top;
	padding:0.3em 1em;
	text-align:left;
	text-indent: 5px;
}
.service td {
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	padding:0.3em 1em;
}

.service td.etc {
	font-size: 12px;
}

table.otoiawase {
	font-size: 12px;
	width: 550px;
}

.otoiawase th {
	width: 250px;
	text-align: left;
	text-indent: 10px;
	padding: 5px;
	font-weight: normal;
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	background: #fd6;
}

.otoiawase td {
	width: 300px;
	padding: 5px;
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	background: #fea;
}

#small {
	font-size: 10px;
}

table.contactform{
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}

.contactform th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    vertical-align: middle;
    font-weight: bold;
    text-align: left;
    padding: 10px;
}

.contactform td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    text-align: left;
    padding: 10px;
}

.strong {
	font-weight: bold;
}

