@charset "UTF-8";

@import url(http://www.era-fc.jp/blog.css);
@import url(http://www.era-fc.jp/screen.css);

/* 全体の設定 */
* {
	margin: 0;
	padding: 0;
}

body{
	font-size: 12px;
	background-color: #fff;
	text-align: center;
	font-family: sans-serif;
	font-weight:normal;
	color:#4C4C4C;
}

body div {
	margin: 0 auto;
}

img{
	border-width:0;
}

h1{
	font-size:26px;
	font-weight:bold;
	color:#3E3E3E;
	font-family: serif;
}

table{
	empty-cells: show;
	border-collapse: collapse;
	font-size:12px;
}

hr{
	border-color:#ccc;
	height: 1px;
}

a{
    text-decoration: none;
    color:#3E3E3E;
}

a:hover{
	text-decoration: underline;
	color:#F00;
}

/* 個別の設定 */
#main{
	width:780px;
	border:1px solid #ccc;
	min-height: 700px;
	height:auto;
	text-align: left;
}

#header{
	text-align:left;
	padding-left:22px;
}

#logo{
	padding-top:5px;
	float:left;
}

#copy{
	float:left;
	padding-top:5px;
	padding-left:15px;
}
#banner{
	float:right;
	padding:1px;
}

#headermenu{
	clear:both;
}

#headermenu table{
	width:100%;
	border-top: 1px solid #ccc;
	font-weight:bold;
}

#headermenu td{
	height:30px;
	text-align:center;
	vertical-align: middle;
	width: 16.6%;
}

#headermenu a{
	display: block;
	text-decoration: none;
	border-bottom:1px solid #ccc;
	color:#4c4c4c;
	padding:8px 0;
}

#headermenu a:hover{
	color:#f00;
	border-bottom-width:0px;
}

#wrapper{
	margin-top:13px;
}

#leftmenu{
	float:left;
	width:162px;
}

#leftmenu .submenu{
	margin-left:23px;
	border-right:1px solid #ccc;
}


#leftmenu ul{
	list-style-type: none;
}

#leftmenu .submenu li{
	background-image: url('image/submenuBack.gif');
	background-position: 0 50% ;
	background-repeat: no-repeat;
	text-align: left;
	background-color:#E6E6E6;
	margin-top:1px;
	padding:5px 0px 5px 10px;
}

#leftmenu .submenu a{
	text-decoration: none;
	color:#000;
}

#leftmenu .submenu a:hover{
	text-decoration: underline;
	color: #f00;
	font-weight: bold;
}


#contents{
	float:right;
	margin:0 5px;
	width:598px;
	text-align:center;
}

#topmenu{
	margin-top:10px;
	width:598px;
}

#topmenu1 {
	float:left;
}

#topmenu1 table,#topmenu2 table{
	margin:3px;
	font-size:13px;
	font-weight:bold;
}

#topmenu2 {
	float:right;
}

#topmenu1 a,#topmenu2 a{
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
	color:#3E3E3E;
}

#topmenu1 a:hover,#topmenu2 a:hover{
	font-size:13px;
	font-weight:bold;
	text-decoration: underline;
	color:#F00;
}

.topmenuItem{
	text-align:left;
	vertical-align: middle;
	background-image: url('image/topmenu_back.gif');
	border:1px solid #fff;
	width:155px;
}

.topmenuItem img{
	margin:5px;
}

#topitems{
	width:598px;
}

#news{
	float: left;
	text-align:left;
	margin-top:10px;
}

#news table{
	font-size: 12px;
	font-weight:normal;
	width:432px;
}

#news th{
	width:70px;
}

#news th,#news td{
	padding:7px 0;
	border-bottom: 1px dotted #999;
	vertical-align: top;
	text-align: left;
}

#topRightItem{
	margin-top:10px;
	float:right;
	width:158px;
}

#topRightItem img{
	margin-bottom:5px;
}

#footerbanner{
	clear:both;
	margin-top:50px;
}

#footerbanner img{
	margin:5px 5px;
}

#footer{
	clear:both;
	width:780px;
	background-image: url('image/footerline.gif');
	background-repeat: repeat-x;
	background-position:0 0;
	text-align: center;
	padding-bottom:10px;
}

#footer ul{
	padding:5px 20px;
	clear:both;
	list-style-type: none;
}

#footer li{
	display: inline;
}

/* 共通クラス */
.noline{
	border-width:0px;
}

.leftline{
	border-left: 1px solid #ccc;
}

.bottomline{
	border-left: 1px solid #ccc;
}

.line{
	border: 1px solid #ccc;
}

.normal{
	font-weight: normal;
}

.leftwriting{
  text-align:left;
  line-height:150%;
  padding-top:10px;
  padding-left:25px;
}
/* QA */
.qa{
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom:30px;
  width:95%;
}

.qa th{
	vertical-align: top;
	text-align: center;
        padding:4px;
        width:20px;
}
.qa td{
	vertical-align: top;
	text-align: left;
        padding:4px;
  line-height:150%;
}

.qa .q{
     border-bottom: 1px dotted #ccc;
}

.sinki{
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom:30px;
  width:95%;
}

.sinki th{
	vertical-align: middle;
	text-align: center;
        margin:4px;
        width:100px;
background-color:#E6E6E6;
}

.sinki td{
	vertical-align: top;
	text-align: left;
        padding:4px;
        line-height:150%;
}

#teamera td{
	vertical-align: top;
	padding:5px;
        line-height:180%;
}

.gaiyou{
  border:1px solid #ccc;
  width:565px;
  margin-top:10px;
  margin-bottom:40px;
}

.gaiyou th{
  border:1px solid #ccc;
  background-color:#E6E6E6;
  padding:4px;

}

.gaiyou td{
  border:1px solid #ccc;
  padding:4px;
　text-align:left;
}

#group p{
	line-height:150%;
	margin:5px;
}

#group table{
  border:1px solid #ccc;
  width:556px;
  clear: both;
  margin-top:20px;
}

#group th{
  border:1px solid #ccc;
}
#group td{
  border:1px solid #ccc;
  padding:10px;
  text-align:left;
}

.pagetitle{
	margin-bottom:30px;
}

h3.pagetitle{
	margin-top:30px;
	margin-bottom:30px;
}

.pagetitlecomment{
	margin-bottom:30px;
	background-image: url('image/subtitleback.gif');
	background-repeat: repeat;
	text-align:left;
	font-size:12px;
	font-weight: normal;
	color: #101080;
	line-height:200%;
}

* html .entry{
   height:550px;
}

* html #contents{
   height:550px;
}

.entry{
    position: static;
    overflow: hidden;
    clear: both;
    padding:25px;
    margin-bottom: 20px;
    text-align:left;
    min-height:550px;
}

.date-header {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.entry-header {
    margin-bottom: 10px;
    border-left: 5px solid #f00;
    padding: 0 0 0 10px;
    color: #666;
    font-size: 14px;
}

.entry-header a { text-decoration: none; }

#networklink{
margin-top:10px;
}

#networklink table{
	border-color: #fff;
	border-style: solid;
	border-width: 0px;
	text-align:center;
	vertical-align: middle;
	empty-cells: hide;
	border-collapse: collapse;
	width:560px;
}

#networklink th{
	height:33px;
	background-image: url('image/05thback.gif');
	background-position: 0 0;
	background-repeat: repeat-x;
	border-bottom:3px solid #fff;
	border-left:7px solid #fff;
	color:#fff;
	width:25%;
}

#networklink td{
	height:30px;
	background-color: #E8E8F4;
	border-bottom:1px solid #fff;
	border-left:7px solid #fff;
}

.support{
	border-top:1px solid #CFCFCF;
	border-left:1px solid #CFCFCF;
	padding-top:10px;
	padding-left:10px;
	margin-top:20px;
	margin-left:16px;
	text-align: left;
	position: relative;
	font-size:14px;
	line-height: 150%;
}

.support #pos01{
	position:absolute;
	top:80px;
	left:20px;
	z-index: 1;
}

.support #pos02{
	position:absolute;
	top:10px;
	right:0px;
	z-index: 2;
}

#builder,#lcm,.zenkoku,#reform,#igyousyu,#group{
	text-align:left;
	padding-left:18px;
}

#rinen{
	width:440px;
}

#rinen h3{
	text-align:center;
}

#rinen h4{
  text-align:left;
  padding-bottom:3px;
  font-family: serif;
  color:#c00;
  font-size: 16px;
  background-image: url('image/line.gif');
  background-position:0 100%;
  background-repeat: repeat-x;
}

#rinen p{
  margin-top:10px;
  margin-bottom:20px;
  line-height:200%;
  text-align:left;
}

#builder img{
	margin-right:10px;
}

#builder table{
	border:1px solid #ccc;
	width:560px;
	margin:10px 0;
}
#builder th{
	color:#373B96;
	font-size:14px;
	border-bottom:1px solid #ccc;
	text-align:left;
	padding:15px;
}

#builder ol{
	list-style-type: none;
}

#builder li{
	background-color:#E6E6E6;
	margin:4px;
	padding:3px;
}

.chiku_01,.chiku_02,.chiku_03{
	text-align:left;
	padding-left:18px;
	margin-bottom:10px;
}

.chiku_03 table{
	line-height:150%;
}

#reform hr{
	border-style:dotted;
	border-color:#6D6D6D;
	margin:8px;
}

#reform strong{
	background-color:#666;
	font-weight: bold;
	font-size:14px;
	color:#fff;
	display: block;
	padding:4px;
}

#igyousyu a{
	color:#f00;
	font-weight:bold;
}

#igyousyu p{
	margin-bottom:30px;
	margin-top:5px;
}

#brand{
	text-align:left;
	margin-left:5px;
}

.blandc{
	margin-top:20px;
	margin-bottom:20px;
	line-height: 100%;
}

.blandc p{
	margin:8px;
}

.blandc th.blandc-title{
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	white-space: nowrap;
}

.blandc th.blandc-title span{
	margin-left:1em;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}

.blandc th div{
	margin:4px;
	padding:4px 2em 4px 4px;
	width:10em;
	background-color: #999;
	text-align:left;
}

.blandc .bottomline{
	width:80%;
	border-bottom:1px solid #ccc;
}

.blandc .rightbottomline{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:4px;
}

.blandc .dr{
	float: left;
}

.blandc .dr table{
	border:1px solid #C4C5F1;
	height:175px;
	width:172px;
	margin-left:3px;
	line-height: 100%;
}

.blandc .dr th{
	background-color:#CDCFF5;
	color:#494BA2;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	text-align: center;
}

.blandc .dr td{
	font-size:9px;
	background-color:#E8E7F5;
	vertical-align: bottom;
	text-align: left;
}

#cm{
	position: relative;
	background-color: #666666;
	padding:5px;
	color:#fff;
	text-align:center;
}

#contact table{
	border:1px solid #ccc;
	width:550px;
	margin-top:10px;
}

#contact th{
	padding:10px;
	border:1px solid #ccc;
	background-color:#E6E6E6;
	text-align:left;
	font-weight:normal;
}

#contact td{
	padding:5px;
	border:1px solid #ccc;
	text-align:left;
	font-weight:normal;	
}

#contact em{
	color:#cc0000;
	font-style: normal;
}

#contact p{
	margin:20px 0 20px 0;
}

.asset-body{
line-height:150%;
}

#alpha ul,#alpha ol{
margin-left:2em;
}