@charset "Shift_JIS";
body,div,p,
ul,ol,li,
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}


/*clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
	clear:both;
}

img {
	border:0;
}

a {
	color:#003399;
	text-decoration:underline;
}

a:hover {
	color:#0066CC;
	text-decoration:underline;
}

/* layout */
body {
	font-size:80%;
	line-height:1em;
	text-align:center;
}

#container {
	margin:0 auto;
	width:840px;
	text-align:left;
}

#header {
	margin-bottom:10px;
}

#footer {
	border-top:1px solid #D2D2D2;
	padding-top:10px;
	text-align:center;
	margin-bottom:15px;
}


.btn-pagetop {
	text-align:right;
	margin-bottom:10px;
}

.btn-back {
	text-align:center;
	margin-bottom:10px;
}


h1 {
	font-size:1.4em;
	padding:10px;
	margin-bottom:10px;
}

h2 {
	font-size:1em;
	font-weight:normal;
	margin-bottom:10px;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:3px;
	border-bottom:1px solid #C4A666;
}

h4 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
	margin-left:10px;
	color:#336699;
}

h4 span {
	border-bottom:1px dotted #336699;
	padding:3px 10px;
}

h4 span a {
	color:#336699;
	text-decoration:none;
}

h4 span a:hover {
	color:#3366FF;
	text-decoration:none;
}


.left-block {
	float:left;
	width:405px;
	margin-bottom:20px;
}

.right-block {
	float:right;
	width:405px;
	margin-bottom:20px;
}



table.craft-tb {
	margin-bottom:15px;
	width:405px;
}

table.craft-tb th,
table.craft-tb td {
	border:1px solid #D2D2D2;
	border-bottom:1px solid #D2D2D2;
	padding:10px;
	text-align:center;
	font-size:1.1em;
	line-height:1.4;
}

table.craft-tb td.photo {
	padding:0;
	width:1%;
	white-space:nowrap;
}

table.craft-tb th {
	background-color:#EFEFEF;
	font-weight:normal;
	width:1%;
	white-space:nowrap;
	padding:10px 20px;
}



table.syuppin-tb {
	margin-bottom:20px;
	margin-left:70px;
	width:700px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

table.syuppin-tb th,
table.syuppin-tb td {
	font-size:1em;
	line-height:1.4;
	font-weight:normal;
	padding:3px;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	text-align:center;
}

table.syuppin-tb th {
	background-color:#EEEEEE;
}

table.syuppin-tb .year {
	border-bottom:3px double #999999;
}

table.syuppin-tb .kei {
	border-top:3px double #999999;
}


table.sinsain-tb {
	margin-bottom:20px;
	margin-left:20px;
}

table.sinsain-tb th,
table.sinsain-tb td {
	font-size:1em;
	line-height:1.4;
	font-weight:normal;
	padding:3px;
}

table.sinsain-tb th {
	padding-right:20px;
}


div.craftten-block {
	margin:0 200px 10px 200px;
	border:1px solid #333333;
}

div.craftten-block h2 {
	background-color:#333333;
	font-size:1.4em;
	line-height:1.4;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
}

div.craftten-block table {
	margin:0 20px 20px 20px;
}

div.craftten-block table th,
div.craftten-block table td {
	font-size:1.1em;
	line-height:1.4;
	padding:3px;
	font-weight:normal;
	vertical-align:top;
}

div.craftten-block table th {
	padding-right:15px;
}



div.photo {
	text-align:center;
	margin-bottom:20px;
}

.detail-block {
	margin:0 170px;
}

.detail-block .title {
	font-size:1.4em;
	line-height:1.4;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}

.detail-block .name {
	font-size:1.2em;
	line-height:1.4;
	text-align:center;
	margin-bottom:10px;
}

.detail-block .comment {
	font-size:1em;
	line-height:1.6;
	margin-bottom:10px;
}


/*footer*/
#footer p {
	font-size:0.9em;
	line-height:1.4em;
}

#footer p.copyright {
	color:#999999;
}

