@charset "utf-8";

/******* 基本設定 *******/

body{
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	line-height: 1.166;
	color: #333333;
	background-image: url(../images/back.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

a, a:link, a:visited{
color: #006699;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
margin: 0px;
padding: 0px;
}

h3{
font-size: 120%;
color: #334d55;
}

h4{
font-size: 114%;
color: #333333;
}

h5{
font-size: 105%;
color: #334d55;
}

h6{
font-size: 100%;
color: #333333;
}

ul{
	list-style-type: square;
	margin-top: 5px;
}

a img{ /* 画像のリンク枠を消す */
border: none;
}


/******* フォーマットのレイアウト *******/

body{
text-align: center; /* Internet Explorer 5.5以前への対応 */
}

#container{
margin: 0 auto; /* Internet Explorer 5.5以外 */
text-align: left; /* Internet Explorer 5.5以前への対応 */
width: 1000px; /* 左右に余白を入れる場合は、ここを編集 */
}

#header{
	height: 120px; /* サイトロゴの高さ */
	background-image: url(../images/banner.jpg); /* 背景画像 */
	background-position:center top; /* 背景画像の表示のさせ方 右・上に合わせている */
	background-repeat:no-repeat;
	width: 1000px;
	margin: 0;
}

#block{
clear: both;
}


#sidebar{ /* ２カラムのサイトバー */
	float: left; /* ヘッダのサイトロゴの高さを差し引いている */
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	top: 100px;
}

#content{ /* ２カラムのコンテンツ枠 */
	float:right; /* 左サイトバー用の空き */
	padding: 0px;
	width: 780px;
	margin: 0;
}

#content #entrybody{ /* Firefox用 ２カラム版コンテンツパーツ表示の調整 */
/*
min-height: px;
*/
}

#footer{
clear: both;
margin-top: 5px;
padding: 5px 30px 10px 30px;
background-color: #6699ff;
height: 36px;
}


/******* ヘッダ *******/

#header h1{ /* ページタイトル */
	margin: 0px;
	text-align: left;
	font-size: 100%;
	z-index: 10; /* サイトロゴの上に被って表示 */
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 320px;
	color: #FFFFFF;
	font-weight: normal;
}

#header h2{ /* サイト名 */
	text-align: left;
	font-size: 100%;
	z-index: 10; /* サイトロゴの上に被って表示 */
	margin-top: -60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 320px;
	font-weight: normal;
	color: #000000;
}

#header p{ /* ページトピック */
	margin: 34px 0px 0px 0px; /* サイト名の下に表示 */
	padding: 0px 20px 6px 320px;
	text-align: left;
	font-size: 80%;
	z-index: 5; /* サイトロゴの上に被って表示 */
	color: #FFFFFF;
}

#header img{ /* サイトロゴ */
	margin: 0px;
	z-index: 1;
	float: left;
	position: relative;
	top: -65px;
	left: 10px;
}


/******* エントリー（実際にコンテンツを書く場所） *******/

#entrybody{
	font-size: 80%;
	position: relative;
	top: 80px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#entrybody h3{
	font-size: 16px;
	background-image: url(../images/h3.jpg);
	background-repeat: no-repeat;
	text-indent: 1em;
	margin-top: 0px;
	padding-top: 20px;
	margin-bottom: -30px;
	color: #000066;
	width: 700px;
	margin-left: 0px;
	height: 50px;
}

#entrybody h4{
	font-size: 16px;
	background-image: url(../images/h4.jpg);
	background-repeat: no-repeat;
	text-indent: 1em;
	margin-top: 30px;
	padding-top: 20px;
	margin-bottom: -30px;
	color: #000066;
	width: 700px;
	margin-left: 0px;
	height: 50px;
}

#entrybody h5{
	font-size: 14px;
	background-repeat: no-repeat;
	text-indent: 3em;
	margin-top: 30px;
	padding-top: 0px;
	margin-bottom: 0px;
	color: #666666;
	width: 700px;
	margin-left: 10px;
	height: 20px;
	background-position: bottom;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}

#entrybody h6{
font-size: 110%;
margin-top: 20px;
margin-right: 35px;
margin-left: 10px;
border-bottom: 1px dashed #666666; /* 見出しの下線 */
/* 背景画像を入れたい時
padding: 6px 0px 6px 30px;
background-image: url(../images/～.gif);
background-position: left middle;
background-repeat:no-repeat;
*/
}

#entrybody p{
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	line-height: 1.5em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#adsen{
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 0px;
}


/******* フッタ *******/

#footer img{
padding: 5px 4px 10px 4px; /* サイトバナーの位置 */
float: left; /* サイトバナーをフッタの左に */
}

#footer h3{
float: right; /* サイトコピーライトをフッタの右に */
padding-top: 10px; /* サイトコピーライトの上からの位置 */
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 80%;
font-weight: normal;
color: #FFFFFF;
}

#footer a, #footer a:link, #footer a:visited{ /* サイトコピーライトの文字色 */
color: #FFFFFF;
text-decoration: none;
}


/******* アドバタイズメント *******/

#advertisement{
margin: 15px 0px 0px 0px;
padding: 5px 5px 10px 10px;
font-size: 80%;
border: 1px solid #262626; /* 枠線 */
}

#advertisement h3{
margin: 10px 5px 5px 5px;
font-size: 100%;
}

#advertisement p{
margin: 3px;
padding: 0px;
font-size: 95%;
}

#advertisement img{
display: block;
margin: 3px;
}



/**************** サイドメニューオリジナル *****************/
#menu p {
	height:auto;
	width:200px;
	margin-top: 0px;
	margin-bottom: -3px;
	}

#menu p a {
	border-bottom:1px solid #CCCCCC;
	display:block;
	text-align:left;
	background: url(../images/menu3.gif) no-repeat;
	line-height: normal;
	text-decoration: none;
	padding-bottom: 0px;
	padding-left: 1.2em;
	height: 17px;
	font-weight: normal;
	padding-top: 5px;
	color: #333333;
	font-size: 12px;
	margin: 0px;
	}

#menu p a:hover {
	color: #999999;
	background: url(../images/menu4.gif) no-repeat;
	font-weight: normal;
	} 


#menu h4 {
	height:auto;
	width:200px;
	margin-top: 3px;
	color: #FF33CC;
	}

#menu h4 a {
	border-bottom:1px solid #CCCCCC;
	display:block;
	text-align:left;
	background: url(../images/menu1.gif) no-repeat;
	line-height: normal;
	text-decoration: none;
	padding-bottom: 0px;
	padding-left: 1.2em;
	height: 24px;
	font-weight: normal;
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -6px;
	margin-left: 0px;
	}

#menu h4 a:hover {
	color: #666666;
	background: url(../images/menu2.gif) no-repeat;
	font-weight: normal;
	} 

#cl hr {
 clear:both;
 width:0px;
}



/**************** 解説風リンク *****************/

#inducement{
	border: thin solid #CCCCCC;
	border: thin solid #CCCCCC;
	width: 100%;
	margin-top: 30px;
}

#inducement h4{
	margin-top: 0px; /* 枠の上に */
	margin-bottom: -30px;
	margin-left: -15px;
	background-image: url(../images/banner88_pre.gif); /* 背景画像 */
	background-position: 15px 5px;
	background-repeat:no-repeat;
その他
; 		padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 8em;
}

#inducement p{
	margin-bottom: 10px;
}

#inducement strong{
	color: #FF3399;
}

#inducement em{
	font-style: normal;
	color: #FF33CC;
	font-weight: bold;
}


#inducement2{
	border: thin solid #CCCCCC;
	border: thin solid #CCCCCC;
	width: 100%;
	margin-top: 30px;
}

#inducement2 h4{
	margin-top: 0px; /* 枠の上に */
	margin-bottom: -30px;
	margin-left: -15px;
	background-image: url(../images/banner88_bir.gif); /* 背景画像 */
	background-position: 15px 5px;
	background-repeat:no-repeat;
その他
; 		padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 8em;
}

#inducement2 p{
	margin-bottom: 10px;
}

#inducement2 strong{
	color: #FF3399;
}

#inducement2 em{
	font-style: normal;
	color: #FF33CC;
	font-weight: bold;
}

#banner{
	position: absolute;
	top: 130px;
}

#banner table{
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #8c0f07;
}

#banner p{
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 10px;
	color: #666666;
}
#banner td{
	text-align: center;
	width: 25%;
}

#ranking table{
	width: 95%;
	border: thin solid #333333;
	margin: 0px;
	padding: 0px;
}
#ranking th{

}
#ranking td{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 10px;
}

#ranking p{
	margin: 0px;
	padding: 0px;
}

#hoken p{
	margin: 0px;
	padding: 0px;
}

#hoken table{
	width: 700px;
	border: thin solid #333333;
	margin: 0px;
	padding: 0px;
}
#hoken th{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 10px;

}
#hoken td{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 10px;
}
#hoken p{
	margin: 0px;
	padding: 0px;
}

#mobile {
	background-image: url(../images/mobile.gif);
	width: 200px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 155px;
}

#mobile p {
	font-size: 10px;
	color: #666666;
	margin: 8px;
	padding-top: 95px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/******* 終 了 *******/
