@charset "utf-8";

/* Yui 2.2.0 */
body,div,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;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,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;}


/* Clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  /*overflow: hidden;*/
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* FocusOFF */
a:focus{outline: none;}
a{outline: none;}
img {vertical-align: baseline;}

/* IE */
#contents-area img {
	vertical-align: bottom;
}

/* Common */
body {
	font-size: 78%;
	line-height:1.5em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h3 {
	font-size: 135%;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}
p,li,dd {
	margin-bottom:8px;
}
dt,h3,h4 {
	margin-bottom:10px;
}

#contents-area a:link {
	color: #007FC8;
	text-decoration: none;
}
#contents-area a:visited {
	color: #007FC8;
	text-decoration: none;
}
#contents-area a:hover {
	color: #007FC8;
	text-decoration: underline;
}
#contents-area a:active {
	color: #007FC8;
}

.left{
	text-align: left;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.line {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 5px;
}

.link {
	background-image: url(../images/icon_link.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
	padding-left: 20px;
	padding-bottom: 2px;
}


.mb300 {
	margin-bottom: 300px;
}
.mb200 {
	margin-bottom: 200px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb48 {
	margin-bottom: 48px;
}
.mb36 {
	margin-bottom: 36px;
}
.mb28 {
	margin-bottom: 28px;
}
.mb22 {
	margin-bottom: 22px;
}
.mb18 {
	margin-bottom: 18px;
}
.mb12 {
	margin-bottom: 12px;
}
.mb8 {
	margin-bottom: 8px;
}
.mb4 {
	margin-bottom: 4px;
}
.mb0 {
	margin-bottom: 0px;
}
.mt18 {
	margin-top: 18px;
}
.mt12 {
	margin-top: 12px;
}
.mt8 {
	margin-top: 8px;
}
.mt4 {
	margin-top: 4px;
}
.mt0 {
	margin-top: 0px;
}
.mr12 {
	margin-right: 12px;
}
.mr6 {
	margin-right: 6px;
}
.ml12 {
	margin-left: 12px;
}
.ml6 {
	margin-left: 6px;
}
.pb18 {
	padding-bottom: 18px;
}
.pb12 {
	padding-bottom: 12px;
}
.pb8 {
	padding-bottom: 8px;
}
.pb4 {
	padding-bottom: 4px;
}
.pb0 {
	padding-bottom: 0px;
}
.pt18 {
	padding-top: 18px;
}
.pt12 {
	padding-top: 12px;
}
.pt8 {
	padding-top: 8px;
}
.pt4 {
	padding-top: 4px;
}
.pt0 {
	padding-top: 0px;
}
.pr12 {
	padding-right: 12px;
}
.pr6 {
	padding-right: 6px;
}
.pr0 {
	padding-right: 0px;
}
.pl12 {
	padding-left: 12px;
}
.pl6 {
	padding-left: 6px;
}
.pl0 {
	padding-left: 0px;
}
