/*
body {
	margin:				0px 0px 0px 0px;
	background-color:	#ffffff;
	font-size:			12px;
	text-align:			center:
}

td {
	font-size:			12px;
}
*/
@charset "utf-8";

/*-----------------------------------------------------------------------*/
/*【common】*/
/*-----------------------------------------------------------------------*/
html {
	font-family:"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:0.875em;
	line-height:1.5em;
}
.clearfix:after {
	clear:both;
	content:"";
	display:block;
}
.clearfix {
	clear:both;
}
a img {
	border:none;
}
h1,h2,h3 {
	margin:0;
	padding:0;
}

/*-----------------------------------------------------------------------*/
/*【layout】*/
/*-----------------------------------------------------------------------*/
body {
	margin:0;
}
section {
	width:980px;
width:900px;
	border-top:7px solid #ffa814;
	border-left:1px solid #ffa814;
	border-right:1px solid #ffa814;
	border-bottom:7px solid #ffa814;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}

#content {
	margin:20px;
}


/*-----------------------------------------------------------------------*/
/*【kensaku】*/
/*-----------------------------------------------------------------------*/
form {
	margin:0;
	padding:0;
}
#searchbase {
	margin-left:30px;
	margin-right:30px;
}
.search h1 {
	text-align:center;
}
.search #numbase {
	width:400px;
	margin:auto;
	margin-top:1em;
	margin-bottom:1em;
}
.search #num {
	float:left;
}
.search #num span {
	margin-left:0.5em;
	margin-right:0.1em;
	font-size:1.286em;
	font-weight:bold;
	color:#663300;
}

.search #alllist {
	float:right;
}
.search #keyword {
	margin-top:3em;
}
.search #keyword h2 {
	float:left;
	width:200px;
}
.search #keyword div {
	float:left;
}
.search #keyword input {
	padding:0.3em;
	width:40em;
}
.search .category {
	width:385px;
	float:left;
	margin-bottom:3em;
}
.search #category2 {
	float:right;
}
.search .category .categorynum {
	margin:0;
	text-align:right;
}
.search .category .categorynum span {
	margin-left:0.5em;
	margin-right:0.1em;
	font-size:1.286em;
	font-weight:bold;
	color:#663300;
}
.search .category .categorylist {
	border:1px solid #7f4a04;
	padding:1em;
}
.search .category ul {
	margin:0;
	padding:0;
}
.search .category li {
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:0.3em;
}
.search .category li.all {
	margin-bottom:1em;
}
.search #button {
	text-align:right;
}

.attention {
	color:#990000;
	margin:5px 0 0 0;
}


/*-----------------------------------------------------------------------*/
/*【list】*/
/*-----------------------------------------------------------------------*/
table#list {
	border-collapse:collapse;
	empty-cells:show;
	border-bottom:1px solid #d6d6d6;
	width:100%;
}
table#list tr.item1 td {
	background-color:#ffffff;
}
table#list tr.item2 td {
	background-color:#ffe8b5;
}
table#list th {
	padding:0.5em;
	background:#ffad00;
	color:#ffffff;
}
table#list td {
	padding:0.5em;
}
table#list td.image {
	width:120px;
	padding:5px;
	text-align:center;
	border-bottom:2px solid #663300;
}
table#list td.image img {
	max-width:100px;
}
table#list td.name {
	width:14em;
	font-weight:bold;
	font-size:1.286em;
	border-bottom:2px solid #663300;
}
table#list td.name span {
	display:block;
	font-size:0.857em;
	font-weight:normal;
}
table#list td.category {
	font-size:0.75em;
}
table#list td.field {
	text-align:right;
	font-size:0.857em;
}
table#list td.field span {
}
table#list td.detail {
	text-align:right;
	border-bottom:2px solid #663300;
}
.listnum {
	text-align:right;
}
.listnum span {
	margin-left:0.5em;
	margin-right:0.5em;
	font-size:1.286em;
	font-weight:bold;
	color:#663300;
}
.return {
	text-align:right;
}


/*-----------------------------------------------------------------------*/
/*【detail】*/
/*-----------------------------------------------------------------------*/
#detailtitle {
	background:#ffa814;
	text-align:right;
}
#detail1 {
	border-bottom:1px solid #cccccc;
	margin-bottom:3em;
}
#detail11 {
	width:220px;
	float:left;
}
#detail12 {
	width:630px;
	float:right;
}
.detail h2 {
	color:#a57001;
	font-size:1.143em;
	font-weight:bold;
}
.detail h3 {
	color:#a57001;
	font-size:1.143em;
	font-weight:bold;
}
.detail article {
	margin-bottom:1em;
}
.detail #mainimage span {
	font-size:0.857em;
	display:block;
}
.detail #mainimage img {
	max-width:100px;
	border:2px solid #663300;
	padding:5px;
}
.detail #field ul {
	margin:0;
	padding:0;
}
.detail #field li {
	margin:0;
	padding:0;
	list-style:none;
	margin-left:0.5em;
}
.detail h1 {
	font-size:1.571em;
	font-weight:bold;
}
.detail #role {
	border:1px solid #cccccc;
	padding:1em;
	padding-bottom:0;
}

#detail2 {
	margin-bottom:3em;
}
#detail21 {
	width:350px;
	float:left;
}
#detail22 {
	width:500px;
	float:right;
}
table#address {
	border-collapse:separate;
	empty-cells:show;
}
table#address th {
	padding:0.8em;
	font-weight:normal;
	white-space:nowrap;
	border-right:8px solid #ff9900;
}
table#address td {
	padding:0.8em;
}
#detail22 h2 {
	border-bottom:1px solid #ff6600;
}

table#exsample {
	border-collapse:collapse;
	empty-cells:show;
	margin-top:0.5em;
	margin-bottom:3em;
	background:url(kojin-img/exsamplebase.gif) repeat-y;
}
table#exsample td {
	width:286px;
	font-size:0.9em;
}
table#exsample td.col1 {
	width:288px;
}
table#exsample td.image {
	text-align:center;
}
table#exsample td.image img {
	max-width:260px;
}
table#exsample td.data {
	vertical-align:top;
}
table#exsample td article {
	margin-left:1em;
	margin-right:1em;
}


/*-----------------------------------------------------------------------*/
/*【dear】*/
/*-----------------------------------------------------------------------*/
#deartitle {
}
#deartitle h1 {
	float:left;
	width:300px;
}
#deartitleright {
	float:right;
	width:300px;
	text-align:right;
	margin-right:20px;
	margin-top:20px;
	line-height:3em;
}
.dear #record {
	text-align:center;
	margin-top:5em;
}
.dear h2 {
	color:#ff9900;
	font-size:1.286em;
	font-weight:bold;
	margin-left:-2em;
}
.dear article {
	margin-bottom:2em;
	margin-left:5em;
	margin-right:3em;
}
.dear .image {
	text-align:center;
}
.dear ul {
	margin-left:0;
	padding-left:1.5em;
}
.dear li {
	margin-left:0;
	padding-left:0;
}
table#field {
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
}
table#field th {
	padding:0.8em;
	font-weight:normal;
	white-space:nowrap;
	color:#339966;
	border:1px solid #339966;
}
table#field td {
	width:33.3%;
	padding:0.8em;
	border:1px solid #339966;
	vertical-align:top;
}
.dear .download {
	text-align:center;
	margin-top:3em;
}

/*-----------------------------------------------------------------------*/
/*【index】*/
/*-----------------------------------------------------------------------*/
#indexmenu {
	margin:auto;
	margin-top:80px;
	width:507px;
}
#indexmenu ul {
	margin:0;
	padding:0;
	margin-top:24px;
}
#indexmenu li {
	margin:0;
	padding:0;
	list-style:none;
	margin-top:8px;
}

