@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	border:0;
	padding:0;
}

a img {
	border:none;
}

h1,ul,div {
	margin:0;
	padding:0;
	border:0;
}

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

.clearfix {
  min-height: 1px;
}

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

/*header-------------------------------------------------*/
#head {
	width:900px;
	height:306px;
	background:url(../../images/bg_head.jpg) repeat-x;
}

#head #corporatesymbol {
	padding:15px 0px 12px 10px;
}

#head h1 {
	width:816px;
	margin:0px 42px 26px;
	clear:both;
}

#mainImg {
		width:810px;
		margin:0 45px;
}

/*contents-------------------------------------------------*/

div#contents {
	margin-left:41px;
	width:818px;
}

* html #contents {
	margin-left:20px;
}

.outline {
	margin-bottom:30px;
}

.olLeft {
	float:left;
	width:570px;
}

.olRight {
	float:right;
	width:224px;
	margin-top:10px;
}

.olRight table {
	margin-top:15px;
}

.reportarea {
	clear:both;
}

.info {
	width:100%;
	text-align:center;
	margin-bottom:30px;
}

.btnArea {
	width:224px;
	margin:20px 297px 0;
}

.btnAreaL {
	width:224px;
	margin:20px 0 0 55px;
	float:left;
}

.btnAreaR {
	width:224px;
	margin:20px 55px 0 0 ;
	background:#6C6;
	float:right;
}

* html .btnAreaR { margin-right:30px;}
* html .btnAreaL { margin-left:30px;}

.btnBlog {
		width:213px;
		/*margin-top:1em;*/
		float:right;
}

.blogBg {
	background:url(../../images/bg_blog.jpg) repeat-y;
}

.blogBgBottom {
	background:url(../../images/bg_blog_bottom.jpg) no-repeat bottom;
	padding-bottom:11px;
}

.blogLeft {
	width:535px;
	margin-left:20px;
	float:left;
	/*background:#F00;*/
	padding-top:20px;
}

.blogLeft img {
	float:left;
	margin: 0 1em 1em 0;
}					

* html .blogLeft {
	margin:0 0 0 10px;
}

.blogLeft p {
	margin:0 0 1em 0;
}

.blogRight {
	width:220px;
	margin-right:20px;
	padding-top:20px;
	float:right;	
	/*background:#6C3;*/
}

* html .blogRight {
	margin:0 10px 0 0;
}

 .blogRight img  {
	 	float:left;
 }

.blogRight dl {
	width:150px;
	float:right;
	margin:0;
}

.blogRight dt , .blogRight dd {
	width:150px;
	margin:0;
	line-height:140%;
}

.blogRight dt {
	margin-bottom:0.5em;
}

.alltxt {
	font-size:12px;
	line-height:150%;
}

.tit_repo {
	background-color:#17506e;
	color:#FFFFFF;
	padding:2px 8px;
	height:35px;
	font-size:12px;
}

td .tit_repo {
	height:100px;
}


.new {
	padding-left:70px;
	height:23px;
	background:url(../../images/icon_new.gif) no-repeat center left;
	padding-top:5px;
}

* html .new {
	padding-top:2px;
}


.name {
	font-weight:bold;
	float:left;
	padding-top:5px;
}

.day {
	text-align:right;
	height:23px;
	padding-top:5px;
}

* html .day {
	padding-top:2px;
}

.txt_table {
	font-size:10px;
	line-height:150%;
	margin:0 0 10px 0;
}

.left {
	background-color:#d1d1d1;
	padding:0 5px 0 5px;
}

.right {
	background-color:#e8e8e8;
	padding:0 5px 0 5px;
}


.txt_blog {
	font-size:12px;
	line-height:150%;
	padding:5px;
}

.txt_small {
	font-size:9px;
	line-height:150%;
	padding:0 5px 0 0;
}

div.endtxt {
	font-size:12px;
	line-height:150%;
	width:818px;
	float:left;
	margin:10px 0 5px 8px;
}

.margin {
	padding:8px 8px 8px 8px;
}

.mainArea {
	width:574px;
	float:left;
	text-align:center;
	/*background:#EEE;*/
}

.link {
	width:215px;
	float:right;
	padding:5px 0;
}

.read {
	height:2em;
	width:100px;
	float:left;
	
}


/*report-------------------------------------------------*/
div#repo {
	width:575px;
	float:left;
	padding:0;
}

/*blog-------------------------------------------------*/

#blog {
	width:224px;
	float:right;	
	padding:0px;
}

.bloger {
	margin:10px 5px 0 10px;
}

.txt_blog {
	font-size:12px;
	line-height:120%;	/*padding:5px;*/
}

.txt_small {
	font-size:9px;
	line-height:150%;
	padding:0 5px 0 0;
	text-align:center;
	width:100%;
}

.txt_small2 {
	font-size:9px;
	line-height:150%;
	padding:0 5px 0 0;
	text-align:left;
	width:100%;
}

div.endtxt {
	font-size:12px;
	line-height:150%;
	width:818px;
	clear:both;
	margin:10px 0 5px 8px;
}


/*footer-------------------------------------------------*/
.footer {
	font-size:10px;
	padding:20px 0 20px 0;
	width:818px;
	clear:both;
	text-align:right;
	display:block;
}

.line {
	width:818px;
	height:1px;
	background-color:#999999;
	margin:5px 0 5px 0;
}

.copyRight {
	width:816px;
	text-align:right;
	clear:both;
}

