@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	/* background:transparent; */
}

address {
	font-style: normal;
}

th, td {
	font-weight: normal;
	padding: 0.5em;
	vertical-align: top;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
	padding: 10px;
	margin: 0 auto;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
li {
	list-style-type: none;
}
a {
	margin:0;
	padding:0;
 border:none;  vertical-align: baseline;
	background:transparent;
	text-decoration: underline;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #333333;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #fff;
	margin:1em 0;
	padding:0;
	clear: both;
}
input, select {
	vertical-align:middle;
}
body {
	margin: 0;
	padding: 0;
	/*yahoo UI:http://developer.yahoo.com/yui/fonts*/
    font:13px/1.231 "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	*font-family:  "Lucida Grande", "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; background-color: transparent; color: #333;
	 -webkit-font-smoothing: antialiased;
 *font-size:small;
 *font:x-small;
	line-height: 1;
	background-color:transparent;
	min-height: 100%;
	color: #333333;
}

a {color: #5d728a;}

/*html:\66irst-child body {
	font-size:12px; safari only \
}*/


/*色味 */

.acc-beige {
	color: #bcab89; /*日付などに使用*/
	font-weight: bold;
}
.acc-red {
	color:#993333;
	font-weight: bold;
}
.acc-blue {
	color:#6699CC;
}
input, select {
	vertical-align:middle;
}
body {
	background: url(/lib/img/bgBody.jpg) center repeat;
}


img.right-image {
	float: right;
	margin: 0 0 20px 20px;
}

img.left-image {
	float: left;
	margin: 0 20px 20px 0;
}

/* clearfix */

.cf {
	zoom:1;
}
.cf:after {
	content: "";
	display: block;
	clear: both;
}
