/* 新生インベストメントマネジメントウェブサイト標準CSS */



/* Linkカラー設定 */

a:link {
color:#3399FF;
text-decoration:underline;
}

a:visited {
color:#3366CC;
text-decoration:underline;
}

a:hover {
color:#CC6600;
text-decoration:underline;
}

a:active {
color:#FF3300;
text-decoration:underline;
}


/* HTMLタグ指定　*/

* {
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}



HTML, BODY {
	margin:0;
	padding:0;
	background-color:#F5F5F5;
}



H1 {
font-size:16px;
color:#000066;
}


H2 {
font-size:16px;
line-height:20px;
font-weight:bold;
border-top:2px solid;
border-top-color:#419EF3;
padding: 6px 0 0 8px;
margin:15px 0 15px 0;
background-image:url(../img/bg-gradation-h2.gif);
background-position:top;
background-repeat:repeat-x;
color:#000066;
}

H2.kijyunkagakuitiran {
font-size:16px;
line-height:20px;
font-weight:bold;
border-top:2px solid;
border-top-color:#419EF3;
padding: 6px 0 0 8px;
margin:15px 0 0 0;
background-image:url(../img/bg-gradation-h2.gif);
background-position:top;
background-repeat:repeat-x;
color:#000066;
}


H3 {
font-size:14px;
line-height:18px;
border-top:1px dotted;
border-top-color:#419EF3;
padding:6px 0 0 0;
margin:15px 0 10px 0;
color:#000066;
}


H4 {
font-size:12px;
margin:0 0 14px 0;
border-top:1px dotted;
border-top-color:#419EF3;
padding:6px 0 0 0;
line-height:18px;
color:#000066;
font-weight:bold;
}

P {
	font-size:12px;
	margin:0 0 14px 0;
	padding:0;
	line-height:18px;
}





/* DIVエリア指定 */

div#wrapper {
padding:0;
margin:20px 0 20px 20px;
border:1px solid #CCCCCC;
background-color:white;
width:720px;
voice-family: "\"}\""; /* For IE5 bug */
voice-family:inherit; /* For IE5 bug */
width:718px;
}

div#header {
margin:0;
padding:12px;
}

div#menu {
margin:0 0 0 0;
padding:0;
border-bottom:1px solid #CCCCCC;
}

div#title {
clear:both;
margin:0;
padding:0;
height:140px;
}

div#location {
margin:20px 5px 15px 20px;
font-size:12px;
color:#999999;
}

div#body {
margin:0 0 20px 0;
padding:0 0 20px 20px;
}

div#footer {
clear:both;
border-top:1px solid #CCCCCC;
height:60px;
margin:0 0 0 0 ;
padding:5px 0 5px 15px;
}


/* DIV段組指定（BODYエリア） */
/* 数字部分がボディー全体に対する％、合計100%になるように指定 */
/* デフォルト右マージンは20px */

div#body div.column25 {
float:left;
width:153px;
margin:0 15px 0 0;
padding:0;
}

div#body div.column50 {
float:left;
width:328px;
margin:0 15px 0 0;
padding:0;

}

div#body div.column75 {
float:left;
width:500px;
margin:0 15px 0 0;
padding:0 0 0 0;
}

div#body div.column100 {
float:left;
width:676px;
margin:0;
padding:0;
}

div#body table {
margin:5px 0 25px 0;
border-top:1px solid #CCCCCC;
width:100%;
}



div#body td, div#body th {
padding:5px;
vertical-align:top;
border-bottom:1px solid #CCCCCC;
font-size:12px;
}

div#body th {
text-align:left;
font-weight:bold;
background-color:#EEEEEE;
color:#000066;
}


/*--インデックス 新着インドニュース追加--------------*/
div#body table#india_news {
margin:0 0 25px 0;
width:100%;
border:none;
}

div#body table#india_news td {
padding:5px;
vertical-align:top;
border-bottom:none;
font-size:12px;
}
/*------------------------------*/

/*--インデックス読込みindia_news_template.js  新着インドニュース追加--------------*/
div#body table#india_news_template {
margin:5px 0 0 0;
border-top:1px solid #CCCCCC;
width:100%;
background:#000000;
}

div#body table#india_news_template td, table#india_news_template div#body th {
padding:5px;
vertical-align:top;
border-bottom:1px solid #CCCCCC;
font-size:12px;
}

div#body table#india_news_template th {
text-align:left;
font-weight:bold;
background-color:#EEEEEE;
color:#000066;
}

/*------------------------------*/

div#body p.caption {
font-size:10px;
line-height:14px;
color:#666666;
margin:0 0 7px 0;
}

div#body p.text-lead {
font-size:14px;
line-height:22px;
color:#000066;
margin:15px 0 7px 0;
font-weight:bold;
}



/* メニューバー（#menu） */

div#menu ul {
margin:0;
/* ナビゲーション追加(証券取引ボタン)する前の設定
padding:0 0 0 20px;*/
padding:0 0 0 20px;
display:block;
height:26px;
list-style:none;
background-image:url(../img/bg-menu-normal-light.gif);
background-position:top;
background-repeat:repeat-x;
}

/*----------------------------------------------Safari用cssハック  
ナビゲーションのパディングの幅を変更*/
/* safari only \*/
body:first-of-type div#menu ul {
margin:0;
padding:0 0 0 12px;
display:block;
height:26px;
list-style:none;
background-image:url(../img/bg-menu-normal-light.gif);
background-position:top;
background-repeat:repeat-x;
}
/*---------------------------------------------Safari用cssハック 
end */

div#menu li{
float:left;
width:auto;
margin:0;
padding:0;
font-size:12px;
line-height:12px;
border-right:1px solid #2E3F83;
}

div#menu a:link, div#menu a:visited {
/* ナビゲーション追加(証券取引ボタン)する前の設定
padding:7px 10px 6px 10px;　*/
padding:7px 13px 6px 13px;
text-decoration:none;
color:white;
display:block;
background-image:url(../img/bg-menu-normal.gif);
background-position:top;
background-repeat:repeat-x;

/* ナビゲーション追加(証券取引ボタン)する前の設定
width:120px;
voice-family: "\"}\""; /* For IE5 bug */
/*voice-family:inherit; /* For IE5 bug */
/*width:100px; */
}


/* -------------------------------------Safari用cssハック 
 ナビゲーションのパディングの幅を変更*/
/* safari only \*/
body:first-of-type div#menu a:link, div#menu a:visited {
padding:7px 13px 6px 13px;
text-decoration:none;
color:white;
display:block;
background-image:url(../img/bg-menu-normal.gif);
background-position:top;
background-repeat:repeat-x;
}
/*-------------------------------------Safari用cssハック 
end */

div#menu a:hover, div#menu a:active {
text-decoration:none;
color:white;
display:block;
}

div#menu a#current {
text-decoration:none;
color:white;
display:block;
background-image:url(../img/bg-menu-current.gif);
background-position:top;
background-repeat:repeat-x;
}

div#world-caution{
	background:#f3f3f3;
	padding:10px 10px 3px 10px;
	margin-top:20px;
	margin-bottom:20px;
}

div#kinshouhou1{
	background:#f3f3f3;
	padding:10px 10px 3px 10px;
	margin-top:60px;
	margin-bottom:20px;
}

*html div#kinshouhou1{
	margin-bottom:0;
}

*+html div#kinshouhou1{
	margin-bottom:0;
}



div#kinshouhou{
	background:#f3f3f3;
	padding:10px 10px 3px 10px;
	margin-top:20px;
	margin-bottom:20px;
}

*html div#kinshouhou{
	margin-bottom:0;
}

*+html div#kinshouhou{
	margin-bottom:0;
}


/* フッター */

div#footer p {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:18px;
margin:0;
padding:0;
color:#999999;
}

div#footer p#footer-top {
float:right;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
margin:0 8px 0 0;
color:#999999;
}

/* india_news*/
.tree { 
display:none;
}
