/* General Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:none;
}

ol, ul {
	list-style-type:none;
}

h1, h2, h3, h4, h5, h6, li {
	line-height:100%;
}

blockquote, q {
	quotes:none;
}

q:before, q:after {
	content:"";
}

input, textarea, select {
	vertical-align:middle;
	padding:0;
	margin:0;
}

textarea {
	overflow:auto;
	resize:none;
}

body {
	margin:0px;
	padding:0px;
	font-size:13px;
	line-height:21px;
	background-color:#f1f0ec;
	color: #444444;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "sans-serif";
}

h1 {
/*	font-size:33px;
	margin-bottom:10px;*/
	font-size: 100%;
	margin: 0;
	padding: 0;
}

h2 {
	font-size:25px;
	margin-bottom:10px;
}

h3 {
	font-size:18px;
	margin-bottom:10px;
}

h4 {
	font-size:16px;
	margin-bottom:10px;
}

h5 {
	font-size:14px;
	margin-bottom:10px;
}

h6 {
	font-size:12px;
	margin-bottom:10px;
}

.midashi03 {
	font-size: 18px;
	margin-bottom:10px;
}
.midashi04 {
	font-size: 16px;
	margin-bottom:10px;
}
.midashi05 {
	font-size:14px;
	margin-bottom:10px;
}
.midashi06 {
	font-size: 12px;
	margin-bottom: 10px;
}

section {
	margin-bottom: 30px;
}

small {
	font-size: smaller;
}

.img-link {
	opacity:1;
}

.img-link:hover {
	opacity:0.8;
}

	/*  links
	******************************/
	a {color:#333;text-decoration:underline;}
	a:hover {text-decoration:none;}

	/*  superscript and subscript
	******************************/
	sup, sub {vertical-align:baseline;position:relative;top:-0.4em;}
	sub {top:0.4em;}
	
	/*  lists
	******************************/
	ul, ol {padding:0;margin:0;}
	ul li {list-style-type:disc;}
	ol li {list-style-type:decimal;}
	ul li,
	ol li {font-size:12px;line-height:16px;margin:0 0 10px 15px;}

	/*  tables
	******************************/
table {width:100%;border-collapse:collapse;margin:20px 0;}
table, th, td {padding:10px;text-align:left;font-size:12px;}
	/*  horizontal lines
	******************************/
	hr {border-bottom: 1px solid #B28500;margin:5px 0;}

.clear {
	clear:both;
}

.clearfix::after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.left {
	float:left;
}

.right {
	float:right;
}

.center {
	margin:0 auto;
	display: block;
	float:none;
}

#wrapper {
	width:960px;
	margin:0 auto;
	padding:5px 0;
}

div#breadCrumb table {
	padding-left:0;
	width: auto;
}

#breadCrumb table,
#breadCrumb th,
#breadCrumb tr,
#breadCrumb td  {
	border:none;
	padding:0 2px;
}

#breadCrumb table .first,
#breadCrumb th .first,
#breadCrumb tr .first,
#breadCrumb td .first {
	padding-left:0;
}

#breadCrumb table a {
	margin-right:4px;
}