/* ページ全体 */
body {
	font-size: 12px;

	color: #333333;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
background-color:#ffffff;
}
/* 文字スタイル */
span.bold {
font-weight: bold; 
}

#message{
	font-size: 75%;
}


/* 枠設定 */
p.box {
position: relative; left:5px;
padding:2px;
background:#FFCA2B;
border-color:#FFFFFF #555555 #555555 #FFFFFF;
border-width:1px;
border-style:solid;
width:90%;
text-align: center; 
font-weight: bold;
}

p.box2{
padding:10px;
border-color:#cccccc;
background:#ffffff;
border-width:1px;
border-style:solid;
margin:20px 40px;
width:500px;
}

p.box3{
padding:5px;
border-color:#333333;
border-width:1px;
border-style:dotted;
width:300px;
}

/* 段落設定 */
p.color1 {
color: #BF0000;
font-size: 11.5px;
line-height: 150%;
}

p.info{
font-size: 11px;
line-height: 140%;
}

#table{
font-size: 14px;
margin-top:30px;
}

/* 全体のリンク色 */

A {
	color: #3333CC;
	text-decoration: none;
}

A:link {
	color: #3333CC;
	text-decoration: none;
}

A:link:hover {
	color: #FF3300;
	text-decoration: none;
}

A:link:active {
	color: #000000;
	text-decoration: none;
}

A:visited {
	color: #3333CC;
	text-decoration: none;
}

A:visited:hover {
	color: #FF3300;
	text-decoration: none;
}

A:visited:active {
	color: #000000;
	text-decoration: none;
}

.clear {
	clear:both;
}


/* パディング設定 */
.pad {
	padding:0px 5px;
}

p {
	margin:0;
	padding:5px;
}

.none{
	display: none;
}


/* ヘッダー */

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
background-image: url("http://bingoweb.co.jp/report/img/parts/back.gif");
background-repeat: no-repeat;
background-position: top center;
background-color:#ffffff;

}

#header h1 {
	color: #333333;
	font-size: 1.5em;
	margin: 0;
display:none;
	}

.description {
	color: #333333;
font-size: 12px;
	padding: 10px 0px;
}

.banner-alt {
 display: none;
 }


/* ヘッダーリンク色 */

#header A {
	color: #ffffff;
	text-decoration: none;
}

#header A:link {
	color: #ffffff;
	text-decoration: none;
}

#header A:link:hover {
	color: #FF3300;
	text-decoration: none;
}

#header A:link:active {
	color: #ffffff;
	text-decoration: none;
}

#header A:visited {
	color: #ffffff;
	text-decoration: none;
}

#header A:visited:hover {
	color: #FF3300;
	text-decoration: none;
}

#header A:visited:active {
	color: #ffffff;
	text-decoration:none;
}




/* レイアウト */

#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
background-color:#efefef;
}

#left-container {
	width:100%;
	float:left;
	margin-right:-150px;
background-color:#efefef;
}

#left-container .sub {
	width:100%;
	float:right;
	margin-left:-160px;
background-color:#efefef;
}


#left {
	width:160px;
	float:left;
background-color:#ffffff;
}


#right {
	width:150px;
	float:right;
background-color:#ffffff;
}


/* 記事まわり */
#main-body{
background-color:#ffffff;
}


#main {
	margin:0px 150px 0px 160px;
padding:0px 10px 10px 10px;
background:#efefef;
}

#main img {
	border-style: none;
}

#main h1 {
	font-size: 14px;
padding:3px 5px;
border-color:#990000;
border-width:0 0 1px 7px;
border-style:solid;
width:400px;
}

#main h2 {
	font-size: 14px;
border-bottom:#001B6A 2px solid;
padding:3px;
}

#main h3 {
	font-size:13px;
font-weight : normal ;
padding-left : 15px;
}
 
#main h6 {
font-size:14px;
font-weight : bold ;
}


#main h3 img {
	margin:0px;
	padding: 0px;
}


#main h4 {
	font-size: 13px;
padding:2px 5px;
background:#191970;
color:#ffffff;
margin:10px 0px 10px 10px;
}

#main h5 {
	font-size: 13px;
padding:0px 5px;
}


#menu {
	font-size: 90%;
	text-align: left;
	margin-bottom: 15px;
}


#new{
padding:10px;
background:#FFFFFF;
}

strong {
	color: #FF3300;
}


#main .posted {
	font-size: 90%;
	margin-bottom: 25px;
	padding: 3px;
	}

/* テキストエリア文字サイズ･広さ設定 */

textarea[id="comment-text"] {
	width: 80%;
}


/* サイドバー */

#left h2,#right h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px;
	margin-bottom: 5px;
background: #191970; 
color: #ffffff;
border-right:solid 1px #ccc; 
border-bottom:solid 1px #ccc; 
text-align:center;
}

/* サイドバーリスト */

#left ul,#right ul{
	font-size: 100%;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 8px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#left ul ul,#right ul ul {
	margin-bottom: 0px;
}



#left li,#right li {
	font-size: 100%;
	color: #333333;
	text-align: left;
	line-height: 120%;
	margin-top: 3px;
	list-style-type: none;
}


/* サイドバー画像 */

#left img,#right img {
	margin-top: 3px;
	border-style: none;
	margin-bottom: 3px;
}



#powered {
	font-size: 80%;
	text-align: center;
	color: #666666;
	}


.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-size: 100%;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 10px;
	}




/* フッター */

#footer {
	color: #333333;
	text-align: center;
	background-color:#ffd700;
border-top: 5px solid #191970;
	padding:5px;
font-size: 11px;
line-height: 13px;
}


/* ヘッダーのナビゲーションバー */
#navcontainer
{
background-color: #191970;
border-top: solid 1px #ffffff;
border-bottom: solid 1px #ffffff;
}

#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-style:normal;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}

#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
text-decoration: none;
border-right: 1px solid #cc9900;
font-style:bold;
}

#navcontainer ul li a:hover
{
background-color: #ffffcc;
font-weight: bold;
font-style:normal;

}

#active a { border-left: 1px solid #cc9900; }


/* コンテンツのボタン */
ul.navlist-sideul
{
margin: 0 0 0 30px;
padding: 0;
}

ul.navlist-side li
{
list-style-type: none; 
background-color: #FFCC33;
color: #191970;
border: 0.2px solid #191970;
font-style:normal;
text-align: left;
padding: .4em;
margin-bottom: .1em;
}

ul.navlist-side li a
{
color: #191970;
text-decoration: none;
display: block;
font-weight : bold;
}

ul.navlist-side li a:hover
{
background-color: #191970;
color: #FFCC33;
font-weight : bold;
}


/* ジャンル別 */
ul.navlist-side2
{
padding: 0.15em;
border-bottom: 1px solid gray;
width: 95%;
}

ul.navlist-side2 li
{
list-style: none;
margin: 0;
padding: 0.15em;
border-top: 1px solid gray;
}

ul.navlist-side2 li a
 { 
text-decoration: none; 
font-weight : normal;
}




/* 広告一覧 */
ul.list-cm li{ font-size: x-small; } 





/* 検索用/
 

fieldset {
        padding: 10px;
        border: 1px solid #ddd;
        }

legend {
        padding: 0 1em;
        border: 1px solid #ddd;
        }

fieldset p {
        padding-top: 1em;
        }

input {
        vertical-align: middle;
        }

input#search_box {
        margin-right: 5px;
        width: 120px;
        }

/* -- result -- */
div.result h2 {
        margin-bottom: 1em;
        font-size: 1.4em;
        }

div.result dl {
        }

div.result dl dt {
        margin-bottom: .5em;
        }

div.result dl dd {
        margin-bottom: 1em;
        padding-bottom: .5em;
        border-bottom: 1px dotted #ddd;
        }

div.result h2 {
        margin-bottom: 1em;
        font-size: 1.4em;
        }

div.result img.searching {
        margin-right: 5px;
        vertical-align: middle;
        }

div.result p.search_back {
        padding: 1em 0 1em 16px;
        background: url(report/img/icon_arrow.gif) no-repeat left center;
        }

div.result span.keywords {
        background: #ff6;
        }





