@charset "Shift_JIS";

/* 初期設定
----------------------------------------------- */
body {
	margin: 0px 10px;
	padding: 0px;
	background-image: url(../img/member/details_bg.jpg);
	background-repeat: repeat-y;

}
td {
	color: #333333;
}
address {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding-top: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-top: 0.5em;
	padding: 3px;
	border-left: 8px solid #669900;
	background-color: #CCCCCC;
	margin-bottom: 3px;

}
p {
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px 3px 0px 3px;
}

.bold {font-weight: bold;}
.cl_cc0000{color: #cc0000;}
.cl_ff6600{color: #ff6600;}

.text_s {font-size: 63%;}
.text_sb {font-size: 63%;font-weight: bold;}
.text_m {font-size: 75%;}
.text_mb {font-size: 75%;font-weight: bold;}
.text_l {font-size: 88%;}
.text_lb {font-size: 88%;font-weight: bold;}
.padding_side10 {padding-right: 10px;padding-left: 10px;}

.comment_line {
	margin: 0px;
	line-height: 150%;
	padding: 0.5em 0em;
}

table{margin-left:10px;}

#office{
	font-size: 12px;
}

#office th{
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	width: 4em;
	
}

#office td{
	text-align: left;
	margin: 0px;
	padding: 4px 3px 4px 3px;
}
/* ページを印刷
----------------------------------------------- */
#print_nav {
	margin: 10px 10px 0px 10px;
	padding-top: 10px;
	width:450px;
	height:30px;
	list-style-type: none;
	border-top:1px dashed #CCCCCC;
}

#print_nav li {
	float:left;
	width:165px;
}

#print_nav li a {
	text-decoration:none;
	display:block;
	overflow:hidden;
	width:100%;
	height:0 !important;
	height: 30px;
	padding-top:30px;
	background-image:url(../img/common/print.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
}
#print_nav li a:hover{
	background-position:0 -30px;
}
