@charaset "UTF-8";

/* -------------------------------
スタイルの初期化 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family:メイリオ,'hiragino kaku gothic pro',sans-serif; font-size:75%; line-height: 1.65;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr{ display: none }

img{vertical-align: top}

html{
	background: url(../img/bg_wrap.jpg) repeat-y center top;
	text-align: center;
	min-width: 877px !important;
}

body{
	background: url(../img/bg_wrap.jpg) repeat-y center top;
	width: 839px;
	padding: 0 19px;
	margin: 0 auto 31px;
	text-align: left;
	color: #333344;
}
body{
	display: block;
}

#navi{
	width: 208px;
	padding: 9px 15px 0 0;
	float: left;
	line-height: 11px;
	font-size: 10px;
}

#navi .site-logo{
	margin-bottom: 20px;
	display: block;
}

#navi ul li{
	padding-left: 22px;
	margin-bottom: 32px;
}

#content_wrap{
	float: right;
	width: 588px;
	padding-top: 40px;
}

#copyright{
	clear: both;
	padding-top: 12px;
	margin-left: 244px;
	border-top: 5px solid #BEAF8C;
	font-size: 92%;
}
#copyright span.loginout{
	float: right;
}

#copyright span.loginout a,
#copyright span.loginout a:link{
	color: #999999;
}


/* -------------------------------------- */
dl#contact01{
	overflow: hidden;
	display: inline-block;
}
dl#contact01{
	display: block;
}
dl#contact01 dt{
	float: left;
	width: 11em;
	padding-right: 0.5em;
}
dl#contact01 dd{
	margin-left: 11.5em;
}

/* --LIST-- */
.inner ol, .inner ul {
margin:1em 1em 1em 3em;
text-align:justify;
text-justify:inter-ideograph;
}

.inner dl {
margin:1em;
}

.inner ol li {
list-style:decimal outside;
}

.inner ul li {
list-style:disc outside;
}

