/* 全体 */

body{
	background-image:url(../img/back_image.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#555555;
}

a:link{
	color:#336699;
	text-decoration: underline;
}

a:visited{
	color:#666666;
}

a:hover{
	color:#FF6600;
	text-decoration:none;
}

div#head_img {
	width: 780px;
	background-image: none;
	margin-bottom: 0px;
	padding-top:0px;
	background-repeat: repeat;
}

div#head_img01 {
	width: 780px;
	background-image: none;
	margin-bottom: 0px;
	padding-top:0px;
	background-repeat: repeat;
}

/* IE6 start */
*html body div#head_img {
	width: 780px;
	background-image: none;
	margin-top: -10px;
	padding-top: 4px;
	padding-bottom: 0px;
	background-repeat: repeat;
}
/**/

div#main {
	width: 780px;
	background-image: url(../img/back.jpg);
	height: auto;
	margin: 0px;
	padding:0px;
	background-repeat: repeat-y;
}

div#main:after {
  content : "";
  display : block;
  height : 0;
  clear : both;
} 

.style1 {
	color: #FF6600;
}

.or_sm {
	color: #FF6600;
	font-size: 12px;
	line-height: 18px;
}

.style2 {
	color: #FF0000
}

.normal {
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	font-size: 14px;
}

.normal_new {
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	font-size: 13px;
}

img {
	border:0px;
}

.small {
	font-size: 12px;
	line-height: 18px;
	color:#333333;
}



/* ヘッダー */

div#header {
	background-image: url(../img/head_img3.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 212px;
	padding-top: 1px;
	position: relative;
}
div#header form {
	position: absolute;
	top: 10px;
	right: 20px;
}
div#header form input#txt_search {
	width: 115px;
}

div#header01 {
	background-image: url(../img/head_img3.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 212px;
	padding-top: 1px;
	position: relative;
}
div#header01 form {
	position: absolute;
	top: 10px;
	right: 20px;
}
div#header01 form input#txt_search {
	width: 115px;
}

.p_title {
	font-size: 12px;
	line-height: 0px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left:20px;
	margin-top:13px;
	text-align:left;
}

h1{
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	margin-left:20px;
	margin-top:0px;
	padding-top: 2px;
	line-height: 12px;
	text-align:left;
}

/* IE6 start */
*html body .p_title {
	font-size: 12px;
	line-height: 0px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left:20px;
	margin-top:15px;
	text-align:left;
}

*html body h1{
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	margin-left:20px;
	margin-top:0px;
	padding-top: 2px;
	line-height: 0px;
	text-align:left;
}
/* IE6 end */

/* コンテンツ */

div#contents {
	margin: 0px;
	padding: 0px;
	width: 742px;
}

/* パンくず */

div.navi{
	font-size:10px;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
}

/* なんでも日経記事 */

div.nikkei_lead{
	font-size:12px;
	line-height:18px;
	color:#333333;
	padding-left:2px;
	padding-top:10px;
	padding-bottom:8px;
}

div.nikkei{
	font-size:12px;
	line-height:18px;
	color:#333333;
	padding-left:2px;
	padding-top:3px;
	padding-bottom:2px;
}

div.more {
	width:210px;
	font-size:12px;
	line-height:18px;
	color:#333333;
	padding-right:8px;
	padding-top:5px;
	margin-bottom:10px;
	text-align: right;
	background-image: url(../img/nikkei_yaji.gif);
	background-repeat: no-repeat;
	background-position:135px 10px;
}

.line {
	padding-top: 20px;
	margin-bottom: 20px;
	background-image: url(../img/l_menu_line.gif);
	background-repeat: no-repeat;
}

.line_none {
	margin: 0 0 20px 0;
}

ul.nikkei{
	margin-left:0px;
	padding-left:5px;
}

li.nikkei_li {
	font-weight:normal;
	list-style-type: none;
	background-image: url(../img/menu_icon.gif);
	background-position:left top;
	background-repeat: no-repeat;
	text-align:left;
	padding-left: 20px;
	margin-left: -7px;
	font-size:12px;
	line-height:18px;
}

/* IE6 start */
*html body ul.nikkei{
	margin-left:5px;
}

*html body li.nikkei_li {
	font-weight:normal;
	list-style-type: none;
	background-image: url(../img/menu_icon.gif);
	background-position:left top;
	background-repeat: no-repeat;
	text-align:left;
	padding-left: 20px;
	margin-left: -7px;
	font-size:12px;
	line-height:18px;
}
/* end */


/* 左メニュー */

div#leftmenu {
	margin-top: 10px;
	padding: 0px;
	width: 210px;
	text-align:left;
	float: left;
	font-size: 12px;
	line-height: 18px;
	color:#333333;
}

ul.l_menu_sttl{
	background-image: url(../img/l_menu_sttl_back.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	margin-top: 10px;
	margin-left: 0px;
	font-weight:bold;
	color:#333333;
	font-size:12px;
	line-height:18px;
}

ul.l_menu_sttl01{
	background-image: url(../img/l_menu_sttl_back01.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	margin-top: 10px;
	margin-left: 0px;
	font-weight:bold;
	color:#333333;
	font-size:12px;
	line-height:18px;
}

li.l_menu_line {
	font-weight:normal;
	list-style-type: none;
	background-image: url(../img/menu_line.gif);
	background-position:left top;
	background-repeat: no-repeat;
	text-align:left;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 10px;
	margin-left: -7px;
	height: 24px;
	font-size:12px;
	line-height:18px;
}

li.l_menu_line01 {
	font-weight:normal;
	list-style-type: none;
	background-image: url(../img/menu_line01.gif);
	background-position:left top;
	background-repeat: no-repeat;
	text-align:left;
	padding-left: 20px;
	padding-top: 3px;
	margin-top: 10px;
	margin-left: -7px;
	height: 40px;
	font-size:12px;
	line-height:15px;
}

li.l_menu {
	font-weight:normal;
	list-style-type: none;
	background-image: url(../img/menu_icon.gif);
	background-position:left top;
	background-repeat: no-repeat;
	text-align:left;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 10px;
	margin-left: -7px;
	font-size:12px;
	line-height:18px;
}

#new_book{
margin: 0px auto 10px;
font-size: 10pt;
}

#new_book img{
margin-left: 17px;
width: 160px;
}

#new_book p{
margin: 5px auto 0px;
text-align: left;
}

/* 右メイン */

div#rightmain {
	margin-top: 10px;
	padding: 0px;
	width: 520px;
	text-align:left;
	float: right;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color:#555555;
	background-image: url(../img/sttl_back.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 25px;
	width: 520px;
	padding-left: 10px;
	padding-top: 5px;
}

h3{
	width : 500px ;
	font-size : 14px ;
	font-weight:bold;
	line-height:20px;
	padding-left : 5px ;
	padding-bottom:2px;
	border-bottom : dotted 2px #ff6600 ;
	color: #333333;
}

ul.yaji{
	list-style-image:url(../img/yaji_or.gif);
	padding-left:5px;
	margin-left:20px;
	margin-right:30px;
	font-size:14px;
	line-height:20px;
}

#rightmain p.pagetop {
	margin: 25px 0;
	text-align: right;
	font-size: 12px;
}

.pagetop {
	margin: 25px 0;
	text-align: right;
	font-size: 12px;
}

.pagetop01 {
	margin: 25px 0;
	text-align: right;
	font-size: 12px;
}

.pagetop_new {
	margin: 10px 0 25px 0;
	text-align: right;
	font-size: 12px;
}

.pagetop_new01 {
	margin: 10px 0 0 0;
	text-align: right;
	font-size: 12px;
}

.pagetop_new02 {
	margin: 10px 0 25px 0;
	text-align: right;
	font-size: 12px;
}



p.pagetop_new {
	margin: 10px 0 25px 0;
	text-align: right;
	font-size: 12px;
}

p.pagetop_new01 {
	margin: 10px 0 0 0;
	text-align: right;
	font-size: 12px;
}

p.pagetop_new02 {
	margin: 10px 0 25px 0;
	text-align: right;
	font-size: 12px;
}

/* 大事なお知らせ */
div.info_important {
	padding:15px;
}
div.info_important p {
	margin:0;
	color:#ff0000;
	text-align:center;
	font-weight:bold;
	font-size:16px!important;
	line-height:1.3;
}
td div.info_important {
	margin:20px 0;
}
div#rightmain div.info_important {
	padding-top:0;
	margin-bottom:20px;
}
div#rightmain div.info_important a {
	color:#336699;
}
div#rightmain div.info_important a:hover {
	color:#ff6600;
}
div#rightmain div.info_important div.button {
	padding:0!important;
}
/* フッター以下 */

div#footer_menu {
	width: 780px;
	height: 30px;
	background-repeat: repeat;
	background-image: url(../img/back.jpg);
	padding-top: 0px;
	margin-bottom:0px;
	line-height:18px;
	font-size: 12px;
	text-align:center;
}

div#footer_menu01 {
	position: relative; 
	width: 780px;
	height: 30px;
	background-repeat: repeat;
	background-image: url(../img/back.jpg);
	padding-top: 0px;
	margin-bottom:0px;
	line-height:18px;
	font-size: 12px;
	text-align:center;
}

/* セカンドオピニオン */

.catch{
	width:517px;
	font-size:14px;
	line-height:160%;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	}


.btn {
	width:517px;
	background-image:url(../img/2opinion_btn.jpg);
	background-repeat: no-repeat;
	height: 51px;
	text-align: center;
	padding-top:18px;
	font-size:15px;
	}
	
a.second:link {
	color: #ffffff;
	text-decoration:underline;
	font-weight: bold;
	font-size:15px;
} 

a.second:visited {
	color: #ffffff;
	font-weight: bold;
	font-size:15px;
} 

a.second:hover {
	font-size:15px;
	color: #ffffff; 
	position: relative;
	top: 2px; 
	left: 2px; 
	text-decoration: none;
	font-weight: bold;
} 

div#copyright {
	background-image: url(../img/footer_back.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 31px;
	margin-bottom:0px;
	line-height:32px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align:center;
	vertical-align: middle;
}

/* IE6 start */

*html body div#footer_menu {
	width: 780px;
	height: 30px;
	background-repeat: repeat;
	background-image: url(../img/back.jpg);
	padding-top: 20px;
	padding-bottom:15px;
	margin-bottom:0px;
	line-height:18px;
	font-size: 12px;
	text-align:center;
}

*html body div#footer_menu01 {
	position: relative; 
	width: 780px;
	height: 30px;
	background-repeat: repeat;
	background-image: url(../img/back.jpg);
	padding-top: 20px;
	padding-bottom:15px;
	margin-bottom:0px;
	line-height:18px;
	font-size: 12px;
	text-align:center;
}




*html body div#copyright {
	background-image: url(../img/footer_back.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 31px;
	padding-top: 10px;
	margin-bottom:0px;
	line-height:10px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align:center;
	vertical-align: middle;
}
/* IE6 end */

div#category{
　	background-repeat:no-repeat;
	color: #333333;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	padding: 5px 20px 6px 11px;
	background: url(../../book/image/title_cate.gif);
	height:29px;
	/*line-height: 150%;*/
	}

div#head_img_new {
	width: 780px;
	background-image: none;
	margin-bottom: 0px;
	padding-top:2px;
	background-repeat: repeat;
}

/* IE6 start */
*html body div#head_img_new {
	width: 780px;
	background-image: none;
	margin-top: -7px;
	padding-bottom: 0px;
	background-repeat: repeat;
}
/**/
