@charset "utf-8";

/* ------------------------------
 リセット
------------------------------ */
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}


/* ------------------------------
 ページ全体
------------------------------ */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align: center;
	background: #fff;
}
.clear {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}

.b1 { /* 下1行分アキ */
	margin-bottom: 1.7em;
}

/* ------------------------------
 リンク
------------------------------ */
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:active, a:hover {
	color: #009999;
	text-decoration: underline;
}

/* ------------------------------
 コンテナ
------------------------------ */
#container {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

/* ------------------------------
 ヘッダ
------------------------------ */
#header {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	height: 102px;
	border-bottom: solid 1px #000000;
}

#logo { /* ロゴ */
	width: 50%;
	margin: 0;
	padding-top: 38px;
	float: left;
}
.logoSp { 
	margin-left: 8px;
}
#header_right{ 
	width: 50%;
	padding-top: 67px;
	float: right;
	text-align: right;
}
.enSp { 
	margin-right: 18px;
	font-size: 0px;
}
#textsize { 
	padding-right: 3px;
}

#crumb_home { 
	font-family: verdana, arial, helvetica, san-serif;
	font-size: 10px;
	width: 850px;
	height: 36px;
	padding-left: 2px;
}
#crumb { 
	font-family: verdana, arial, helvetica, san-serif;
	font-size: 10px;
	width: 561px;
	height: 36px;
	padding-left: 2px;
	border-bottom: solid 1px #000000;
}
#crumb_home p, #crumb p { 
	padding-top:14px;
}
/* ------------------------------
 コンテンツ
------------------------------ */

#contents {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}
.heading {
	font-family: verdana, arial, helvetica, san-serif;
	font-weight: bold;
	padding-bottom: 7px;
	border-bottom: solid 1px #000000;
}
.heading12px {
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 12px;
	border-bottom: solid 1px #000000;
}
ul { /* 右メニュー */
	margin: 17px 0 26px 0;
	padding-left: 3px;
}
li { /* 右メニュー */
	padding-left: 7px;
	background: url(/shared/img/icon01.gif) no-repeat 0 center;
}
.pagetop { /* ページトップ */
	width: 850px;
	padding: 45px 0 10px 0;
	text-align: right;
}
.ptSp { 
	margin-right: 5px;
}
/* ------------------------------
 フッタ
------------------------------ */
#footer {
	width: 850px;
	margin: 0 auto;
	height: 94px;
	border-top: solid 1px #000000;
}
#footerIn {
	text-align: left;
}
.copySp {
 margin: 14px 0 13px 0;
 }
 
/* ------------------------------
 下層
------------------------------ */

#contentsL {
	width: 561px;
	text-align: left;
	float: left;
}
#contentsR {
	width: 264px;
	text-align: left;
	padding-top: 11px;
	float: right;
}
/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs { /* ノースクリプト位置 */
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

#nojs p { /* ノースクリプト */
	width: 100%;
	margin: 0 auto;
	padding: 3px 0;
	color: #fff;
	line-height: 1.0;
	text-align: center;
	background: #2256a0;
}

