@charset "utf-8";
/* 2014 JFE Technos creers CSS */

@import url("text_style.css");


/* - - - - - - - - - - - - - - - - - - - - */

/* Bace */

/* - - - - - - - - - - - - - - - - - - - - */
html, body {height: 100%; margin:0; padding:0;} 

html {overflow-y: scroll;}  
body {font: 100%;
	font-family:"ヒラギノ角ゴ Pro W3",helvetica, Meiryo, sans-serif; 
    background-color:#ffffff;}

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul,
li {
  list-style:none;
}


a:link    { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover   { color: #3a9ea0; text-decoration: underline; }
a:active  { color: #000; text-decoration: none; }


img {
  border:0;
  vertical-align:bottom;
}

/* - - - - - - - - - - - - - - - - - - - - */

/* Header */

/* - - - - - - - - - - - - - - - - - - - - */
#header {
	padding:7px 0 8px 0;
	background-color:#ffffff;
}
#head_top {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	clear: both;
}
#header .logo {
	float: left;
	vertical-align: top;
}
#header .entry {
	float: right;
	margin: 10px 5px 0 0;
}



/* - - - - - - - - - - - - - - - - - - - - */

/* Footer */

/* - - - - - - - - - - - - - - - - - - - - */
#footer {
	padding:10px 0;
	background-color:#59afac;
}
#footer .copy {
	width: 900px;
	margin: auto;
	font-family:'Tahoma';
	color: #FFFFFF;
	font-size:70%;
}



/* - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - */
.clear { clear:both;}

.line01 {
	border-bottom: 1px dashed #B8B8B8;
	padding-top:15px;
}


/* - - - - - - - - - - - - - - - - - - - - */
.C { margin: auto;}
.L { float:left;}
.R { float:right;}


/* - - - - - - - - - - - - - - - - - - - - */
.img138 { width: 138px;}
.img180 { width: 180px;}
.img200 { width: 200px;}
.img300 { width: 300px;}


/* - - - - - - - - - - - - - - - - - - - - */
.w150 { width:150px;}
.w240 { width:240px;}
.w250 { width:250px;}
.w300 { width:300px;}
.w320 { width:320px;}
.w400 { width:400px;}
.w410 { width:410px;}
.w420 { width:420px;}
.w560 { width:560px;}
.w600 { width:600px;}
.w625 { width:625px;}
.w630 { width:630px;}
.w670 { width:670px;}
.w700 { width:700px;}
.w820 { width:820px;}
.w900 { width:900px;}


/* - - - - - - - - - - - - - - - - - - - - */
.m10 { margin:10px;}
.m20 { margin:20px;}


.mt10 { margin-top:10px;}
.mt20 { margin-top:20px;}


.mb10 { margin-bottom:10px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}
.mb40 { margin-bottom:40px;}
.mb60 { margin-bottom:60px;}


.mr10 { margin-right:10px;}
.mr20 { margin-right:20px;}


.p05 { padding:5px;}
.p10 { padding:10px;}


.pt10 { padding-top:10px;}

.pb10 { padding-bottom:10px;}
