@charset "UTF-8";



body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}
  /* safari only \*/
html*p { font-size: 12px; }
* html p { font-size: 13px; } 
  /**/

head + body {
	font-size: 13px;
}
 [lang^="ja"] body {
	font-size: small;
}
body:lang(ja) {
	font-size: 13px;
}


body {
	color: #353535;
}

a,
a:link {
	color: #CC6600;
	text-decoration: none;
}

a:visited {
	color: #CC6600;
}

a:hover {
	color: #1d9053;
	text-decoration: underline;
}

a:active {
	color: #CC6600;
	text-decoration: none;
}



  /* ふつうの文章 */
p {
	line-height: 1.4;
	text-align: left;
}

.maincopy {
  /* 見出し的なテキスト要素の行送り */
	line-height: 1.6;
}

.noticered {
	font-size: 11px;
	color: #CC0000;
}
.noticecap {
	font-size: 11px;
}


ul, ol, dl {
  /* リスト関連要素の行送り */
	line-height: 1.3;
}

p {
  /* 文章マージン */
	margin-top: 0;
	margin-bottom: 0.4em;
}


ul, ol, dl {
  /* 箇条書きの上下マージン */
	margin-top: 0;
	margin-bottom: 0;
}

h1 {
  /* 見出し 1 のジャンプ率 */
	font-size: 125%;
  /* 見出し 1 の上下マージン */
	margin: 0px;
}

h2 {
	font-size: 145%;
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1.4;
}

h3 {
	font-size: 115%;
	margin-top: 0;
	margin-bottom: 0;
	line-height: normal;
}

h4 {
	font-size: 110%;
	margin-top: 0;
	margin-bottom: 0;
	line-height: normal;
}

h5 {
	font-size: 105%;
	margin-top: 0;
	margin-bottom: 0;
 	line-height: normal;
}

h6 {
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 0;
	line-height: normal;
}

/* ---------------------------------------------------------------- *
	各部部分的設定
 * ---------------------------------------------------------------- */
   /* 画像に枠をつける */
.wakusen {
	border: 1px solid #e1e1e1;
	padding: 2px;
}
 /* 上下2０ピクセル */
.ud {
	padding-top: 10px;
	padding-bottom: 10px;
}
.imgright {
	padding-right: 20px;
}
.imgleft {
	padding-left: 20px;
}
.imgf20 {
	padding-right: 20px;
	float: left;
	vertical-align: middle;
}
.imgrf15 {
	padding-left: 15px;
	float: right;
	text-align: right;
}

.imgbottom {
	padding-bottom: 10px;
}
.imgbottomB {
	padding-bottom: 20px;
}

.imgtop {
	padding-top: 10px;
}
.imgtop2 {
	padding-top: 20px;
}
.importantcp {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
	color: #CC0000;
}
.importantcp2 {
	color: #CC0000;
}

.em {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6600;
	color: #CC6600;
}
.whitetype{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 105%;
	color: #1d9053;
	font-weight: bold;
	margin-bottom: 5px;
}
.links a:link, a:visited {
	color: #008040;
	text-decoration: none;
}
.links a:hover {
	color: #CC6600;
	text-decoration: underline;
	font-weight: bold;
}


/* ---------------------------------------------------------------- *
	フッダー文字
 * ---------------------------------------------------------------- */

#footer {
	font-size: 10px;
	color: #1d9053;
}
.footerE {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1d9053;
}

