/* 新生インベストメントマネジメントウェブサイト標準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:Arial, Helvetica, sans-serif;
}



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;
}

H3 {
font-size:14px;
line-height:18px;
border-top:1px dotted;
border-top-color:#419EF3;
padding:6px 0 5px 0;
margin:15px 0 15px 0;
color:#000066;
}


H4 {
}

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;
padding:0;
font-size:12px;
color:#999999;
}

div#body {
margin:0 0 20px 0;
padding:0 0 0 20px;
}

div#footer {
clear:both;
border-top:1px solid #CCCCCC;
height:40px;
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 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:18px;
color:#000066;
margin:15px 0 7px 0;
font-weight:bold;
}



/* メニューバー（#menu） */

div#menu ul {
margin:0;
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;
}

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;
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;
}

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#footer p {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:14px;
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;
}

