/* CSS Document */

*{
	margin: 0; 
	padding: 0;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
}





img { vertical-align: bottom;}
strong {font-weight:bold;}
a {color:#cd0000;}
a:hover {color:#ff0000;}

#wrapper {
	text-align: center;
    width: 100%;
	background:url(../../present/images/bg_all.jpg);
}


#outline {
padding:10px 0;
}


#container {
	width: 700px;
	height: auto;
	margin: 0 auto;
	position: relative;
	display:block;
	text-align: left;
	background:url(../../present/images/bg_contents.png);
}

#header {
	height:20px;
	width:700px;
	margin:0 auto;
	display:block;
	text-align:left;
	background:url(../../present/investment/header_bg.png) top center no-repeat;
}



#header h1 {
	text-indent:-9999px;
}


#header h2 {
	display:none;
}


#main {
	padding:10px 65px;
}

#main_gra {
	background:url(header.png)  top center no-repeat;
	height:401px;
	display:block;
}




.cont_box{
	width:570px;
	background:url(bg_cont_inter.png) top center;
	margin: 0 auto;
	text-align: center;
	/* border: solid 1px #000; */
	padding: 0;
}

.cont_inter {
	width:530px;
	margin:0 auto;
	text-align: left;
	line-height: 1.3;
}

.cont_foot {
	background:url(bg_cont_foot.png) top center no-repeat;
	margin-bottom:20px;
	height:12px;
}

.cont_top{
	width:570px;
	margin: 0 auto;
	text-align: center;
}

.ss_box{
	width:495px;
	margin:0 auto;
	text-align: left;
	line-height: 1.3;
}



#footer {
	height:60px;
	width:700px;
	margin:0 auto;
	display:block;
	text-align:left;
	background:url(../../present/images/bg_footer.png)
}

table.list{
	border-collapse: collapse;
	background: #e6e6e6;
}
table.list td{
	padding: 5px;
	border: solid 1px #000;
}

table.list th{
	padding: 5px;
	border: solid 1px #000;
	text-align: center;
}
td.color1{background: #eb7a8b;}
td.color2{background: #7dcbe8;}




h3{
	margin: 10px 0 3px 0;
	border-left: 5px solid #339;
	padding-left: 5px;
	font-size: 18px;
}

h4{
	margin: 0 0 10px 0;
	border-left: 5px solid #800040;
	padding-left: 5px;
	font-size: 20px;
	color: #800040;
}


h4 strong{
	font-size: 12px;
}

.at{
	font-size: 11px;
	line-height: 1.1;
	padding-top: 5px;
}



.btn_close {
}

.btn_close a {
	background:url(../../present/images/btn_close.jpg) top center no-repeat;
	width:150px;
	height:30px;
	display:block;
	margin-left:275px;
	text-indent:-9999px;
}

.btn_close a:hover {
	background-position:0 -30px;
}


.item_b{
	font-size:14px;
	font-weight:bold;
}



