@charset 'UTF-8';

/* --- 株式公開入門CSS --- */

h2.title {
	width:600px;
	height:35px;
	background: url(/images/stock_contents/title.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top:8px;
	padding-left:10px;
}

*html h2.title {
	width:590px;
	height:35px;
	background: url(/images/stock_contents/title.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top:8px;
	padding-left:10px;
	margin-top:10px;
}

.title_s {
	width:600px;
	height:30px;
	background: url(/images/stock_contents/title_s.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top:7px;
	padding-left:35px;
	margin-top:15px;
}

*html .title_s {
	width:565px;
	height:30px;
	background: url(/images/stock_contents/title_s.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top:7px;
	padding-left:35px;
	margin-top:15px;
}

.text {
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
}

#story_link {
	width:600px;
	height:20px;
	background: #eee;
	padding-top:5px;
	margin-top:20px;
	margin-bottom:10px;
}

.pre {
	float:left;
	width:100px;
	background: url(/images/stock_contents/pre.gif);
	background-position:left 2px;
	background-repeat: no-repeat;
	padding-left:20px;
	margin-left:10px;
	display:inline; /* IEとFFのmargin padding対策 */
}
/*
.next {
	float:right;
	width:80px;
	background: url(/images/stock_contents/next.gif);
	background-position:right top;
	background-repeat: no-repeat;
	padding-right:10px;
	margin-right:10px;
	display:inline;  IEとFFのmargin padding対策 
}
*/
div.pagetop{
	padding:0px;
	margin:10px 0px;
	height:15px;
	width:120px;
	float:right;
	display:inline; /* IEとFFのmargin padding対策 */
}


/* --- 共通CSS --- */

/* --- パンくず --- */

#maplist {
	width: 590px;
	height: 20px;
	background: #EAEAF2;
	padding-top:5px;
	padding-left:10px;
	margin-bottom:10px;
}

#maplist a:link {
	color: #666;
	text-decoration: none;
}

#maplist a:visited {
	color: #666;
	text-decoration: none;
}

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

#maplist a:active {
	color: #666;
	text-decoration: none;
}

*html #maplist {
	width: 590px;
	height: 20px;
	background: #EAEAF2;
	padding-top:5px;
	padding-left:10px;
	margin-bottom:10px;
}

.contents_title {
	width:600px;
	height:35px;
	background: url(/images/common/contents_title_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top:12px;
	padding-left:10px;
	margin-top:15px;
}

*html .contents_title {
	width:590px;
	height:35px;
	background: url(/images/common/contents_title_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top:12px;
	padding-left:10px;
	margin-top:15px;
}

#st_contents ul{
	margin-left:30px;
}

#st_contents .list li{
	background: url(/images/common/navi_t/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:15px;
	margin-bottom:15px;
}

/* --- box ---*/

table.box {
	margin-left:10px;
}
table.box th {
	padding: 3px;
	text-align:center;
	vertical-align: center;
	border:1px solid #ccc;
	background-color: #F0FFE3;
}
table.box td.title {
	padding: 3px;
	text-align:center;
	vertical-align: center;
	border:1px solid #ccc;
	background-color: #F0FFE3;
}
table.box td {
	padding: 10px;
	border:1px solid #ccc;
}

table.box td.doc{
	text-align:center;
	vertical-align: center;
}

/* --- font関連 --- */

.map_bold {
	color: #990000;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

h2.title {
	font-size:16px;
	line-height:1.2em;
	font-weight: bold;
}

.contents_title {
	font-size:12px;
	line-height:1.2em;
	font-weight: bold;
	color:#669933;
}

#st_contents .list li a{
	text-decoration: underline;
}

.title_s {
	color:#669933;
	font-size:14px;
	line-height:1.2em;
	font-weight: bold;
}

*html .title_s {
	color:#669933;
	font-size:14px;
	line-height:1.2em;
	font-weight: bold;
}

table.box th {
	font-weight: bold;
}

.indep_title {
	width:566px;
	height:35px;
	background: url(/images/common/contents_title_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top:12px;
	padding-left:10px;
	margin-top:15px;
}

*html .indep_title {
	width:566px;
	height:35px;
	background: url(/images/common/contents_title_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top:12px;
	padding-left:10px;
	margin-top:15px;
}

/* --- inputの余計な枠設定 --- */

#search {
	border:1px solid #ccc;
	background:#FEFEFE;
	color:#000;
}

#submit {
	border:1px solid #ccc;
	background:#666;
	color:#FFF;
}

/* --- whats news関連CSS --- */

#w_news {
	width:600px;
	margin-bottom:20px;
}

#w_news .list{
	width:570px;
	margin-top:10px;
	margin-left:10px;
	padding: 0;
}

#w_news .date {
	float:left;
	width:60px;
}

#w_news .news {
	float:right;
	width:500px;
	margin-left:7px;
	margin-bottom:5px;
	display:inline; /* IEとFFのmargin padding対策 */
}

#w_news .topics {
	float:right;
	width:497px;
	margin-left:5px;
	margin-bottom:5px;
	display:inline; /* IEとFFのmargin padding対策 */
}

#w_news .icon {
	margin-left:5px;
	padding: 0;
	float:left;
	width:50px;
}

#w_news h3.mame{
background:url(/images/common/midashi_mame.gif) no-repeat 0 0;
color:#67A029;
width:543px;
height:25px;
padding:3px 0px 0px 37px;
font-weight:bold;
font-size: 120%;
}

#w_next {
	width:600px;
	text-align:center;
	margin-top:20px;
}

/* --- 特集ページ関連CSS --- */

#spe {
	width:600px;
	margin-bottom:20px;
}

#spe .list{
	width:570px;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:10px;
	padding: 0;
	border-bottom: 1px solid #667c36;
}

#spe .title {
	width:560px;
	margin-left:0px;
	margin-bottom:15px;
	padding-bottom:15px;
	padding-left: 10px;
	display:inline; /* IEとFFのmargin padding対策 */
}

#spe .topics {
	width:545px;
	margin-left:5px;
	padding-left: 10px;
	display:inline; /* IEとFFのmargin padding対策 */
}

#spe .detail{
	float: right; 
	margin: 0px 6px 10px 0px; 
	width:120px;
}

#spe #sp{
	float: right; 
	margin: 0px 0px 6px 6px; 
	width:120px;
}
/* --- セミナー関連CSS --- */

#navi_t .navi_sub {
	display:block;
	width:121px !important; /* IE対策のボックス幅指定 */
	width /**/:138px; /* IE5用の幅指定 ボックスモデル対策 */
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	background: url(/images/common/navi_t/base.gif);
	background-repeat: repeat-y;
	background-position:left top;
}
/*
#navi_t li.third a{
	display:block;
	width:121px !important; 
	width :138px; 
	padding-top:4px;
	padding-bottom:4px;
	padding-left:16px;
	background: url(/images/common/navi_t/base_2.gif);base_3.gifほしい
	background-repeat: repeat-y;
	background-position:left top;
}

#navi_t li.third a:hover{
	margin: 0;
	background: url(/images/common/navi_t/base_2.gif);base_3.gifほしい
	background-repeat: repeat-y;
	background-position:right top;
	color: #FFF;
	text-decoration: none;
}
*/


table.box td.ipo_gray_h{
	background-color: #eeeeee;
}

table.box td.ipo_gray_d{
	background-color: #eeeeee;
}

.link_3 {
	width:99px;
	float:right;
	margin-right:3px;
}

.seminor {
	width:560px;
}

.held {
	width:200px;
	float:left;
	margin-top:15px;
	margin-left:50px;
	display:inline;
}

.red_held {
	color:#FF0000;
	font-size:30px;
	font-weight:bold;
	line-height:30px;
}

.red {
	color:#FF0000;
}

.attention {
	width:250px;
	float:right;
	border:1px solid #ccc;
	padding:5px;
}

#seminor_btn {
	margin-top:10px;
	margin-left:180px;
}

#seminor_btn a{
	display:block;
	width:240px !important; /* IE対策のボックス幅指定 */
	width /**/:240px; /* IE5用の幅指定 ボックスモデル対策 */
	height:35px;
	background: url(/images/common/seminor_btn.jpg);
	background-repeat: no-repeat;
	background-position:left top;
}

#seminor_btn a:hover{
	margin: 0;
	background: url(/images/common/seminor_btn.jpg);
	background-repeat: no-repeat;
	background-position:left bottom;
}

#page_center {
	margin-left:10px;
	width:744px;
}
