#width {
	width:990px;
}
.adspecial_type1 h1, .adspecial_type1 h2, .adspecial_type1 h3, .adspecial_type1 h4, .adspecial_type1 h5, .adspecial_type1 h6 {
	display:block;
}
.adspecial_type1 {
	margin:20px auto;
	text-align: center;
	width: 970px;
}
.adspecial_type1 .frame_header{
	margin-bottom: 10px;
	text-align: left;
}
.adspecial_type1 .frame_col_left_container {
	width: 970px;
	float: left;
	position:relative;
	background: #fafafa;
	right: 320px;
	text-align: left;
}
.adspecial_type1 .frame_col_right_container {
	overflow:hidden;
	width: 970px;
	float: left;
	position:relative;
	background: #ccc;
}
.adspecial_type1 .frame_col_left {
	float:left;
	width:650px;
	position:relative;
	left: 320px;
}
.adspecial_type1 .frame_col_left_inner {
	padding: 0 10px 0 0;
}
.adspecial_type1 .frame_col_right {
	float:left;
	width:320px;
	position:relative;
	left: 320px;
}
.adspecial_type1 .frame_col_right_inner {
	padding: 0 10px;
}
* html .adspecial_type1 .frame_col_right_inner{
	width: 300px;
}
* html .adspecial_type1 .frame_col_left {
	overflow: hidden;
}
* html .adspecial_type1 .frame_col_right{
	overflow: hidden;
}


/* 2011/02リニューアル対応-------------------------------------------------------------------------------- */

.adspecial_type1{
margin-top: 0;
padding-top: 20px;
}

#block_story {
margin-left: 10px;
}

.style_block1{
margin-left: 10px;
}

p.more{
margin-top: 0px;
}

.style_indexlist1 li{
font-weight: normal;
list-style-image: none;
line-height: 1.3;
background-position:  4px 7px;
}
.style_indexlist1 li a{
line-height: 1.5;
}

.style_indexlist1 li.stronger a {
font-weight: bold;
}

.style_indexlist1 li.largersize{
font-size: 14px;
}

.style_indexlist1 li a img {
border: 1px solid #666666;
float: left;
margin: 0 5px 5px 0;
}

h4.ttl_backnumber {
background: url('/media/z/2011/bg_h2_underline.gif') repeat-x 0 bottom;
color: #961515;
font-size: 16px;
font-weight: bold;
line-height: 1.2;
margin-bottom: 10px;
padding-bottom: 7px;
}

.backnumber p.summary{
overflow: hidden;
_zoom: 1;
}

/*gray_box2
---------------------------------------------------*/
.box_gray2 {
margin-bottom: 20px;
border: 5px solid #e8edf0;
background-color: #dde4e9;
-moz-box-shadow: inset 0px 0px 5px #ccc;
-webkit-box-shadow: inset 0px 0px 5px #ccc;
box-shadow: inset 0px 0px 5px #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: inset
}

.box_gray2 h2 {
color: #252525;
text-align: center;
border-bottom: 1px solid #ededed;
-moz-box-shadow: 0px 0px 2px #999;
-webkit-box-shadow: 0px 0px 2px #999;
box-shadow: 0px 0px 2px #999;
background:none;
}

.box_gray2 .btn_newsletter a{
display: block;
margin: 20px;
padding: 10px;
text-align: center;
color: #fff;
-moz-text-shadow: 1px -1px 1px #798c96;
-webkit-text-shadow: 1px -1px 1px #798c96;
text-shadow: 1px -1px 1px #798c96;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 0px 1px 1px #fff;
-webkit-box-shadow: inset 0px 1px 1px #fff;
box-shadow: inset 0px 1px 1px #fff;
background: #c2cfd6;
filter: progid:DXImageTransform.Microsoft.Gradient(Enabled=1,GradientType=0,StartColorStr=#c2cfd6,EndColorStr=#798c96);
background: -moz-linear-gradient(top, #c2cfd6, #798c96);
background: -webkit-gradient(linear, left top, left bottom, from(#c2cfd6),to(#798c96));
border: 1px solid #647680;
}


.box-padding{ padding: 10px; }
.box-padding h2{
  text-align: left; box-shadow: none; border: none; color: #252525;
  font-weight: 600; text-shadow: 1px 1px 1px #fff;
  background: url('/media/z/2012/images/bg/graybox-header-bg.png') repeat-x 0 50%;
}

.box-padding h2 b{ background: #dde4e9; padding: 0 10px 0 0; }
.box-padding h3 a{ color: #3B5998; }


/*person
---------------------------------------------------*/

.person_left {
clear: both;
min-height: 150px;
margin: 10px;
background-position: 0px 17px;
background-repeat: no-repeat;
}

.person_right {
clear: both;
min-height: 150px;
margin: 10px;
background-position: 450px 17px;
background-repeat: no-repeat;
}

.person_left img {
float: left;
}
.person_right img {
float: right;
}


.person_left div {
float: right;
width: 450px;
}
.person_right div {
float: left;
width: 450px;
}

.person_left .balloon {
  position: relative;
  margin-left: 20px;
  padding: 10px;
  background-color: #ffffff;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 }

.person_left .balloon:after {
 position: absolute; top: 100px; left: -20px;
 content: ""; width: 0; height: 0;
 border-top: 20px solid #ffffff;
 border-left: 20px solid transparent;
}

.person_right .balloon {
  position: relative;
  margin-right: 20px;
  padding: 10px;
  background-color: #ffffff;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 }

.person_right .balloon:after {
 position: absolute; top: 100px; right: -20px;
 content: ""; width: 0; height: 0;
 border-top: 20px solid #ffffff;
 border-right: 20px solid transparent;
}


/*person2
---------------------------------------------------*/

.person_left2 {
clear: both;
min-height: 150px;
margin: 10px;
background-position: 0px 17px;
background-repeat: no-repeat;
}

.person_right2 {
clear: both;
min-height: 150px;
margin: 10px;
background-position: 450px 17px;
background-repeat: no-repeat;
}

.person_left2 img {
float: left;
}
.person_right2 img {
float: right;
}


.person_left2 div {
float: right;
width: 450px;
}
.person_right2 div {
float: left;
width: 460px;
}

.person_left2 .balloon {
  position: relative;
  margin-left: 20px;
  padding: 10px;
  background-color: #ffffff;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 }

.person_left2 .balloon:after {

}

.person_right2 .balloon {
  position: relative;
  margin-right: 20px;
  padding: 10px;
  background-color: #ffffff;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 }

.person_right2 .balloon:after {

}




/*#ff0000*/

/* フレーム設定-------------------------------------------------------------------------------- */

#adspecial_hitachi_jp1_201210.adspecial_type1 .frame_col_left_container {
	background: #ffffff;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .frame_col_right_container {
	background: #ffffff;
}


/* Headline設定-------------------------------------------------------------------------------- */

#adspecial_hitachi_jp1_201210.adspecial_type1 h1.adspecial {
	background:#FFFFFF no-repeat scroll 50% 0;
	height:200px;
	margin:0;
	text-indent:-99999px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 h2.adspecial {
	background:#FFFFFF url(/extra/hitachi_jp1_201210/media/left_h2.jpg) no-repeat scroll 0;
	height: 100px;
	width: 640px;
	zoom:1;
	text-indent: -9999px;
	margin-top:0px;
	margin-left:-10px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 h2.adspecial .auther{
	font-size:12px;
	font-weight:normal;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 h3.adspecial {
	color:#000;
	margin: 20px 0 20px;
	background:url(/extra/hitachi_jp1_201210/media/left_h3.gif) no-repeat 0 0;
	padding:5px 10px 5px 20px;
	font-size:16px;
	height:auto;
	zoom:1;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 h4.adspecial {
	color:#000;
	margin: 20px 0 10px;
	background:url(/extra/hitachi_jp1_201210/media/left_foot_h4.gif) no-repeat 0 0;
	padding:5px 10px 5px 20px;
	font-size:14px;
	height:auto;
	zoom:1;
	border:none;
	line-height:1.6em;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 h5.adspecial {
	background:url(/extra/hitachi_jp1_201210/media/right_h5.gif);
	padding:3px 5px 3px 15px;
	font-size:12px;
	color:#666;
	font-weight:bold;
	height:auto;
	margin-bottom:10px;
	zoom:1;
	text-shadow:none;
}




/* 左本文Additional CSS設定-------------------------------------------------------------------------------- */

#adspecial_hitachi_jp1_201210.adspecial_type1 .frame_col_left #block_story p {
	line-height:1.8em;
}

#adspecial_hitachi_jp1_201210.adspecial_type1 .frame_col_left #block_story p{
	margin:1em 10px;
	font-size:16px;
}

#adspecial_hitachi_jp1_201210.adspecial_type1 .article_leaf_paging_word {
	font-size:12px;
	margin:20px 0px 30px 0;
	text-align:right;
}

#adspecial_hitachi_jp1_201210.adspecial_type1 .frame_col_left #block_story.article_body {
	margin-top:0;
}




/* 左側WP誘導CSS設定--------------------------------------------------------------------------------*/

#adspecial_hitachi_jp1_201210.adspecial_type1 .block_wp {
	margin-bottom:20px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .bottomwp {

	margin-bottom:10px;
	margin-left:10px;
	margin-right:25px;
	padding-bottom:10px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .bottomwp.last {
	border:medium none;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .bottomwp a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .bottomwp a:hover{
	text-decoration:none;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .bottomwp a:hover h4{
	text-decoration:underline;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .bottomwp h4{
	border:none;
	font-size:12px;
	font-weight:normal;
	margin-top:2px;
}



/* 左側バックナンバーCSS設定--------------------------------------------------------------------------------*/
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_backnumber {
	margin-bottom:20px;
	margin-left: 10px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_backnumber .backnumber {
	margin-bottom:10px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_backnumber .backnumber a img {
	margin:0 10px 10px 10px;
	float:left;
	vertical-align:top;
	border:1px solid #999;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_backnumber .backnumber a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_backnumber .backnumber a h5.title {
	border-bottom:none;
	font-size:14px;
	display:inline;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_backnumber .backnumber p {
	margin-top:3px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_backnumber .backnumber a:hover h5.title {
	text-decoration:underline;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_backnumber .backnumber .property {
	color:#666666;
	font-size:10px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_backnumber .backnumber .property a{
	margin-left:5px;
}




/* 左側バナー枠CSS設定*/
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_banner {
	margin-bottom:20px;
	margin-left: 10px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_banner .banner img{
	margin:0 auto 10px;
	display:block;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_banner .banner a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


/* フッタースポンサー枠CSS設定--------------------------------------------------------------------------------*/
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_sponsored{
	clear: both;
	border:1px solid #ccc;
	padding:5px 10px;
}



/* 右側PageLink CSS設定-------------------------------------------------------------------------------- */

#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_plink{
	margin-bottom:20px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_plink ul li {
	width: 300px;
	padding-bottom:0px;
	height:70px;
	margin-bottom: 5px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_plink ul li a {
	display:block;
	height:70px;
	margin-bottom:5px;
	overflow:hidden;
	width:300px;
}


/* 右側バックナンバーCSS設定--------------------------------------------------------------------------------*/

/*リストマーク付きバージョン*/

#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_backnumber {
	margin-bottom:20px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_backnumber ul{
	margin-top:10px;
	margin-bottom:20px;
}

#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_backnumber ul  li{
	background:url(/extra/hitachi_jp1_201210/media/right_list_backnumber.gif) no-repeat 2px 4px;
	padding-left:16px;
	margin-bottom:7px;
	line-height:1.2em;
	font-size: 12px;
}


/*画像付きバージョン*/

#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_backnumber {
	margin-bottom:20px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_backnumber .backnumber {
	margin-bottom:10px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_backnumber .backnumber a img {
	margin:0 10px 10px 5px;
	float:left;
	vertical-align:top;
	border:1px solid #999;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_backnumber .backnumber a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_backnumber .backnumber a h6.title {
	border-bottom:none;
	font-size:12px;
	display:inline;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_backnumber .backnumber p {
	margin-top:3px;
	font-size:12px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_backnumber .backnumber a:hover h6.title {
	text-decoration:underline;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_backnumber .backnumber .property {
	color:#666666;
	font-size:10px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_backnumber .backnumber .property a{
	margin-left:5px;
}





/* 右側インフォメーションCSS設定--------------------------------------------------------------------------------*/
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_info{
	margin-bottom:20px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_info .info{
	margin-bottom:20px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_info .info a img{
	margin:0 auto 5px auto;
	display:block;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_info .info a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_info .info a .txt{
	font-size:12px;
	margin-bottom:5px;
	display:block;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_info .info a:hover .txt{
	text-decoration:underline;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_info .info p{
	font-size:12px;
}


/* 右側ホワイトペーパーCSS設定--------------------------------------------------------------------------------*/
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_wp {
	margin-bottom:20px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_wp .wp {
	margin-bottom:10px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_wp .wp a img {
	margin:0 10px 10px 5px;
	float:left;
	vertical-align:top;
	border:1px solid #999;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_wp .wp a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
* html #adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_wp .wp a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_wp .wp a h6.title {
	border-bottom:none;
	font-size:12px;
	display:inline;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_wp .wp p {
	margin-top:3px;
	font-size: 12px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_wp .wp a:hover h6.title {
	text-decoration:underline;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_wp .wp .property {
	color:#666666;
	font-size:10px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_wp .wp .property a{
	margin-left:5px;
}



/* 右側関連記事CSS設定--------------------------------------------------------------------------------*/
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_related ul {
	margin-top:10px;
	margin-bottom:20px;
}

#adspecial_hitachi_jp1_201210.adspecial_type1 .block_right_related ul li{
	background:url(/extra/hitachi_jp1_201210/media/right_list_related.gif) no-repeat 2px 4px;
	padding-left:16px;
	margin-bottom:7px;
	line-height:1.2em;
	font-size: 12px;
}

/* フッター責任表示--------------------------------------------------------------------------------*/
#adspecial_hitachi_jp1_201210.adspecial_type1 .block_sponsored address{
	font-weight: normal;
	font-style: normal;
}

/* フォトグリッド --------------------------------------------------------------------------*/
#adspecial_hitachi_jp1_201210.adspecial_type1 .article_body div.photo_grid {margin-bottom: 1em;}
#adspecial_hitachi_jp1_201210.adspecial_type1 .article_body .right {
	margin-left: 1em;
	float: right;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .article_body .left {
	margin-left: 1em;
	float: left;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .article_body .center table{
	margin: 0 auto;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .article_body .photo_grid table {border-collapse: collapse;}
#adspecial_hitachi_jp1_201210.adspecial_type1 .article_body .photo_grid td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#adspecial_hitachi_jp1_201210.adspecial_type1 .article_body .photo {
	padding: 10px;
	background: #FFF none repeat scroll 0%;
	border: 1px solid #CCC;
	margin-right: 15px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .article_body .photo .caption {
	width: 150px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 120%;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .article_body .photo .border {border: 1px solid #CCC;}
#adspecial_hitachi_jp1_201210.adspecial_type1 .article_body .photo .image {position: relative;}
#adspecial_hitachi_jp1_201210.adspecial_type1 .article_body .photo img.main {margin: 10px;}
#adspecial_hitachi_jp1_201210.adspecial_type1 .article_body ul {
	margin: 10px 0 0;
	padding: 0 0 0 10px;
}
#adspecial_hitachi_jp1_201210.adspecial_type1 .article_body .photo .glass {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
}