/*
Theme Name: ネット証券
Theme URI: http://www.e-onlinetrade.biz/
Description: Created by Geronimo co.
Version: 1.0.0
Author: Geronimo co.
Author URI: http://www.e-onlinetrade.biz/
Tags: geronimo
*/

@charset "utf-8";

/* スタイルリセット */

*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
	border-collapse: collapse;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
	border-collapse: collapse;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
    border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}


a {
	text-decoration:underline;
	font-weight: bold;	
}

a:hover {
	color: #660066;
}


/* ----------------------
 Clearfix
---------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ----------------------
　共用クラス
---------------------- */
.inner {
	width:941px;
	margin:0 auto;
	text-align:center;
}

.bold {
	font-weight: bold;
}
.red {
	color: #cc0000;
	font-weight: bold;
}

#contLeft p.spacer_15 {
	margin:0;
	padding: 0;
	line-height: 15px;
	height: 15px;
	display: block;
}


/* ----------------------
 Body , コンテナ
---------------------- */

body {
	background: url(images/common/bg.jpg) 0 0 repeat-x;
	text-align:center;
}

body #container {
	background: url(images/common/bg_main.png) 0 0 repeat-y;;
	margin:0 auto;
	padding:0;
	width:960px;
	text-align:center;
}

* html #container { behavior: expression(IEPNGFIX.fix(this)); }


/* ----------------------
 Header
---------------------- */
div#header {}

div#headerTxt {
	border-top: 5px solid #86b006;	
	border-bottom:1px solid #ccc;
	background: #ddd;
	text-align:right;
	padding-right:10px;
}

h1 {
	color:#999;
	margin:0;
	font-size:70%;
	padding:5px 0;
}

#headerContainer {
margin:24px 0 20px 20px;	
}

div#logo {
	float:left;
	width: 208px;
}

div#search {
	float:right;
	margin:16px 0 0 0;
	width: 300px;
}


/* 検索フォーム */
div#search #s {
	border:1px solid #ccc;
}

div#search #searchsubmit {
	font-size: 80%;
	padding:4px 10px;
	background: #e9e9e9;
	border-left:1px solid #fff;
	border-right:1px solid #ccc;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
}

div#search #searchsubmit:hover {
	background: #dcdcdc;	
}

/* ----------------------
 gNav
---------------------- */
#gNav {
	text-align:center;
	width:904px;
	margin:20px auto 6px auto;
}



#gNav ul {	

}

#gNav ul li{
	float: left;
}


/* ----------------------
 パンくず
---------------------- */
#navigation {
	width:900px;
	text-align:left;
	border-bottom:1px dotted #ccc;
}

#navigation p{
	padding-bottom:6px;
	font-size:70%;
	color:#999;
}

#navigation a:link,
#navigation a:visited {
	color: #99bb54;
	text-decoration: none;
	font-weight: normal;
}
#navigation a:hover {
	text-decoration: underline;	
}

/* ----------------------
　カテゴリタイトル
---------------------- */
#catTtl {
	text-align:left;
	width: 900px;
	margin:0 auto;
	padding:34px 0;	
	border-bottom:1px dotted #ccc;
}

/* ----------------------
 コンテンツ
---------------------- */
#main {
}

/* TOPへ戻る */
p.backtoIndex {
	font-size: 80%;
	font-weight: bold;
	margin:20px 0 40px 0;
}

/* ----------------------
 Footer
---------------------- */
#footer {
	margin-top:40px;
}

#footer #footerlink{
	background: #eee;
	border-top:1px solid #ccc;
	text-align:left;
	padding-left:10px;
}

#footer #footerlink p,
#footer #footerlink a {
	color:#666;
	text-decoration: none;
	font-size:80%;
	padding:5px 0;
	font-weight: normal;
}

#footer #footerlink a:hover {
	text-decoration:underline;	
}

#footer #copyright {
	background:#86b006;
	height:140px;
	text-align:right;
}

#footer #copyright p {
	color:#eee;
	font-size:70%;
	padding:8px 16px 0 0;
}




/* ----------------------
記事
---------------------- */

#mainb {
	width:640px;
        float:center;
}

#leftb {
	width:220px;
	padding-right:10px;
        float:left;
}

#rightb {
	width:400px;
	padding-right:10px;
        float:right;
}
