/* 基本レイアウト
------------------------------------------------- */
html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/* 見出し
------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
/*	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";*/
}


/* リンク色（ページ全体）
------------------------------------------------- */
a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff9900; }

#header a { color: #fff; text-decoration: none; }
#header a:hover { color: #fff; }

/* ページレイアウト
------------------------------------------------- */
body {
	min-width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 0.8em;
	color: #333;
	background: url(img/bg.gif) repeat-x #fff;
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック";
	position: relative;
}


#cat,#entry,#mt-archive-index {
	min-width: 820px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
/*	font-size: 0.8em;*/
	color: #333;
	background: url(img/bg2.gif) repeat-x #fff;
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック";
	position: relative;
}


/* ヘッダー（レイアウト）
------------------------------------------------- */
#header {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 980px;
	_width: 900px;
	height: 30px;
	text-align: left;
}


/* ヘッダー（サイトタイトル）
------------------------------------------------- */
#header h1 {
	margin: 0;
	font-size: 24px;
	height: 70px;
	font-weight: normal;
	line-height: 70px;
	position:absolute; top: 5px; left: 5px;
/*	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";*/
	color: #666;
	padding: 0 0 0 75px;
	background: url(img/h1.gif) no-repeat left top;
}

#ss {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.25;
	position:absolute; top:5px; left: 10px;
	color: #666;
}

.clear {
	margin: -2px 0px 0px -75px;
}


/* バナー
------------------------------------------------- */
#banner {
	position: relative;
	margin: 0 0 30px -285px;
	padding: 0;
}

#banner div {
	width: 1000px;
	height: 280px;
	background: url(img/banner.jpg) no-repeat top center;
}

#banner h2 {
	margin: 0 ;
	padding: 0 0 0 10px;
	width: 516px;
	color: #333;
	margin-bottom: 10px;
	font-size: 18px;
	text-align: right;
	color: #fff;
	position:absolute; bottom: 30px; right: 0px;
}

#banner p {
	margin: 0 ;
	padding: 0 0 0 10px;
	width: 520px;
	font-size: 14px;
	line-height: 1.25;
	height: 20px;
	font-weight: normal;
	text-align: right;
	color: #fff;
/*	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";*/
	letter-spacing: 0;
	position:absolute; bottom: 22px; right: 0px;
}

.pre_page {
    padding: 0 0 0 10px;
    text-align: left;
    float: left;
	background: url(/img/pre_page.gif) no-repeat 0 4px;
}

.next_page {
    padding: 0 10px 0 0;
    text-align: right;
	background: url(/img/next_page.gif) no-repeat right;
}

/* コンテンツレイアウト*/
#container {
	position: relative;
	width: 960px;
	_width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
}


#container:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* コンテンツレイアウト（記事部分）
------------------------------------------------- */
#main {
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
	text-align: left;
	width: 690px;
	margin: 10px;
	padding: 0;
}

#main:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* コンテンツレイアウト（サイドバー）
------------------------------------------------- */

#side {
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	text-align: left;
	width: 240px;
	padding: 0;
	margin: 315px 0 0;
}

#cat #side,#entry #side,#mt-archive-index #side {
	margin: 30px 0 0;
}

/* 記事部分見出し
------------------------------------------------- */
.header {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
	margin: 15px 0 5px 0;
	height: 40px;
	line-height: 48px;
	padding: 0 0 0 45px;
	font-size: 1.6em;
	font-weight: bold; 
/*	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";*/
	text-align: left;
	clear: both;
	background: url(img/h.gif) no-repeat top left;
}


/* ランキング見出し
------------------------------------------------- */
.header1 {
	/* ie win (5, 5.5, 6) bugfix */
	margin: 0;
	height: 70px;
	line-height: 70px;
	font-size: 1.4em;
	font-weight: normal; 
/*	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";*/
	text-align: left;
	clear: both;
	border-left: 5px solid #ffcc00;
	letter-spacing: 0.1em;
}

.header1.best1 {
	background: url(img/best1.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best2 {
	background: url(img/best2.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best3 {
	background: url(img/best3.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best4 {
	background: url(img/best4.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best5 {
	background: url(img/best5.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best6 {
	background: url(img/best6.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best7 {
	background: url(img/best7.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best8 {
	background: url(img/best8.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best9 {
	background: url(img/best9.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best10 {
	background: url(img/best10.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best11 {
	background: url(img/no11.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best12 {
	background: url(img/no12.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best13 {
	background: url(img/no13.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best14 {
	background: url(img/no14.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best15 {
	background: url(img/no15.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best16 {
	background: url(img/no17.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best18 {
	background: url(img/no18.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best19 {
	background: url(img/no19.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best20 {
	background: url(img/no20.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best21 {
	background: url(img/no21.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best22 {
	background: url(img/no22.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best23 {
	background: url(img/no23.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best24 {
	background: url(img/no24.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best25 {
	background: url(img/no25.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best26 {
	background: url(img/no26.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best27 {
	background: url(img/no27.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best28 {
	background: url(img/no28.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best29 {
	background: url(img/no29.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best30 {
	background: url(img/no30.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}

.header2 {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
	margin: 10px 0 5px;
	line-height: 1.3;
	padding: 1px 5px 0 20px;
	font-size: 1.3em;
	font-weight: normal; 
/*	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";*/
	text-align: left;
	clear: both;
	border-bottom: 1px dotted #dcdcdc;
/*	color: #336699;*/
	background: url(img/00004.gif) no-repeat left;
}


.header3 {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
	margin: 0 0 5px 0;
	line-height: 1.3;
	padding: 1px 5px 0 20px;
	font-size: 16px;
	font-weight: normal; 
/*	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";*/
	text-align: left;
	clear: both;
/*	color: #336699;*/
	background: url(img/00004.gif) no-repeat left;
}


.header a, .header2 a  { text-decoration: none; }


/* コンテンツ
------------------------------------------------- */
p {
	margin: 15px 0;
	padding: 0;
}

.entry {
	line-height: 1.5;
	font-size: 15px;
	margin: 10px;
	padding-bottom: 10px; 
	border-bottom: 1px dotted #dcdcdc;
}

.entry1 {
	_width: 100%;
	font-size: 15px;
	margin: 2px 0 10px 0;
	border: 1px dotted #00AAD1;
/*	background: #fffff0;*/
	min-height: 115px;
	padding: 10px;
}

.entry1 .img {margin: 10px 20px 15px 10px; border: 1px solid #ccc;}

.content {
	line-height: 1.5;
	margin: 5px 0;
	padding:  0 0  5px 5px; 
	border-bottom: 1px dotted #dcdcdc;
	font-size: 0.9em;
}

.entry1 p.more {
	text-align: right;
	background: url(img/more.gif) no-repeat right;
	line-height: 30px;
	padding-right: 35px;
	margin: 0 0px 5px 0 ;
 }

.entry1 strong{
font-weight:bold;
color:red;
}

.entry strong{
font-weight:bold;
color:red;
}

.entry ul{
	margin: 30px 0 30px 0;
	padding: 0;
	list-style: none;
}

.entry li{
	width: auto;
	height: 30px;
	padding: 0 0 0 15px;
	line-height: 18px;
	display: block;
	background: url(img/00018.gif) no-repeat 0 3px;
}

.banner_01 {
	width: 234px;
	height: 60px;
	margin: -20px 0 0 0;
	padding: 0 0 20px 5px;
}

.ranktitle {
	width: 218px;
	height: 56px;
	margin: -15px 0 0 0;
	padding: 0 0 0 25px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	line-height: 37px;
	display: block; 
	background: url(/img/ranking.gif) no-repeat;
	border-left: none;
	text-indent: 10px;
}

.ranktitle2 {
	width: 218px;
	height: 56px;
	margin: -15px 0 0 0;
	padding: 0 0 0 25px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	line-height: 37px;
	display: block; 
	background: url(/img/ranking2.gif) no-repeat;
	border-left: none;
	text-indent: 10px;
}

.side_waku {
	_width: 100%;
	width: 221px;
	font-size: 12px;
	margin: 2px 0 0 0;
	border: 1px solid #E03A00;
	min-height: 115px;
	padding: 10px 10px 0 10px;
	background: #ffffcc;
}

.entry li.komidashi{
	width: auto;
	height: 28px;
	margin: 0 0 0 -5px;
	padding: 0 0 0 15px;
	line-height: 40px;
	display: block;
	background: url(img/00018.gif) no-repeat 0 14px;
}


.entry ul.no{
	margin: 33px 0 42px 0;
	padding: 0;
	list-style: none;
}

.entry li.no1{
	width: auto;
	height: 30px;
	padding: 0 0 0 22px;
	line-height: 18px;
	display: block;
	background: url(img/00019.gif) no-repeat 0 0;
}

.entry li.no2{
	width: auto;
	height: 30px;
	padding: 0 0 0 22px;
	line-height: 18px;
	display: block;
	background: url(img/00020.gif) no-repeat 0 0;
}

.entry li.no3{
	width: auto;
	height: 30px;
	padding: 0 0 0 22px;
	line-height: 18px;
	display: block;
	background: url(img/00021.gif) no-repeat 0 0;
}

.entry li.no4{
	width: auto;
	height: 30px;
	padding: 0 0 0 22px;
	line-height: 18px;
	display: block;
	background: url(img/00022.gif) no-repeat 0 0;
}

.entry li.komidashi_no1{
	width: auto;
	height: 30px;
	margin: 0 0 0 -5px;
	padding: 0 0 0 22px;
	line-height: 40px;
	display: block;
	background: url(img/00019.gif) no-repeat 0 10px;
}

.entry li.komidashi_no2{
	width: auto;
	height: 30px;
	margin: 0 0 0 -5px;
	padding: 0 0 0 22px;
	line-height: 40px;
	display: block;
	background: url(img/00020.gif) no-repeat 0 10px;
}

.entry li.komidashi_no3{
	width: auto;
	height: 30px;
	margin: 0 0 0 -5px;
	padding: 0 0 0 22px;
	line-height: 40px;
	display: block;
	background: url(img/00021.gif) no-repeat 0 10px;
}

.entry li.komidashi_no4{
	width: auto;
	height: 30px;
	margin: 0 0 0 -5px;
	padding: 0 0 0 22px;
	line-height: 40px;
	display: block;
	background: url(img/00022.gif) no-repeat 0 10px;
}

#main strong{
font-weight:bold;
color:red;
}


/* フッター
------------------------------------------------- */
#footer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 150px;
	text-align: center;
	font-size: 0.9em;
	clear: both;
	background: url(img/foot.gif) top repeat-x;
}

#footer p { margin: 0; padding: 0; }

.copy {
	width: 820px;
	margin: 0 auto;
	padding: 30px 0 0;
	color: #fff;
	font-size: 0.9em;
}

.f-navi {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0;
}

/* サイドバー内部
------------------------------------------------- */
#side ul {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

#side li {
	width: 240px; 
	display: block;
	line-height: 20px;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	text-decoration: none;
	color: #666;
	border-bottom: 1px solid #ccc;
}

#side li a {
	width: auto; 
	_width: 100%; 
	font-size: 0.9em;
	padding: 12px 3px 12px 10px;
	color: #666;
	display: block;
	line-height: 1.2;
	margin: 2px 0 1px;
	text-decoration: none;
	border-left: 5px solid #62C0DD;
/*	background: url(img/li.gif) ;*/
}

#side li a:hover {
	color: #00AAD1;
	border-left: 5px solid #00AAD1;
/*	background: url(img/lih.gif) ;*/
}

#side li.sidetitle {
	width: auto;
	height: 35px;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	line-height: 37px;
	display: block; 
	background: url(img/st.gif) no-repeat;
	border-left: none;
	text-indent: 10px;
}

#side li.sidetitle a {
        border-left:none;
}

#side p {
	margin: 10px 0;
	padding: 0;
}


/* コンテンツ装飾
------------------------------------------------- */
.box {
	position: relative;
	width: auto;
	_width: 100%;
	line-height: 1.5;
	margin: 15px 10px;
	padding: 0;
	font-size: 0.9em;
	border: 1px solid #dcdcdc;
	background: #f8f8f8;
}

#main .box p {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 3px 0 3px 5px;
	background: #fff;
}

.box ul {
	margin: 10px 0 10px 25px;
	padding: 0;
	line-height: 1.5;
}


.click a {
	position:absolute; bottom: 5px; right: 5px;
	min-height: 30px;
	_height: 30px;
	margin: 0;
	padding: 0 25px 0 0;
	background: url(img/go.gif) no-repeat right top;
}

.click a:hover {
	background: url(img/goh.gif) no-repeat right top;
}

.gotop {
	height: 18px;
	text-align: right;
	margin: 15px;
	padding: 0 20px 0 0;
	clear: both;
}

.adr {
	margin: 0;
	padding: 0;
	width: 500px;
	min-height: 500px;
}
.center { text-align: center; }

.b {
/*	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";*/
	font-weight: normal; 
	font-size: 1.2em;
}

.img { margin: 0 10px 10px; float: left; }
.imgr { margin: 0 10px 10px; float: right; }
.imgt { margin: 5px 5px 10px 10px; float: left; }
img { border: none; }

/*
table {
	font-size: 0.8em;
	margin: 0;
	background: #ccc;
}
td { background: #fff;}
*/

.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
.line { background: #ffff00; }
.kome { font-size: 12px; color: #cc0000; line-height: 1.25;}
.s { font-size: 12px; color: #333; line-height: 1.25; } 
.wh{ background: #fff;}

/*画像回り込み*/
#img { float: left; margin: 2px 15px 0px 10px; }

/*テーブルカラー設定*/
.tbl_design {
	width:670px;
	font-size:15px;
	line-height:1.5em;
	background-color: #AFAFAF;
	text-align:center;
}

.tbl_design02 {
	background-color: #FFFFFF;
	font-size:14px;
}

.tbl_tr_design01 {
	background-color:#CCF8FF;
	font-weight:bold;
}
.tbl_tr_design02 { background-color:#FFFFFF; }

.img_table {
	border-top:dotted 1px #00AAD1;
	border-left:dotted 1px #00AAD1;
	font-size:12px;
	text-align:center;
	background: #FFFFFF;
}

.img_table td {
	border-right:dotted 1px #00AAD1;
	border-bottom:dotted 1px #00AAD1;
}

.sougolink01 {
	background: #fff url(/img/sitelist.gif) no-repeat 0 20px;
	font-size: 14px;
	line-height: 1.3em;
	padding: 17px 0 5px 20px;
	margin: 30px 0 0 0 ;
	left: 0px;
	width: 665px;
	border-top: 1px dotted #dcdcdc;
}

.sougolink02 {
	text-align: right;
}

.sougolink03 {
	background: #fff url(/img/sitelist.gif) no-repeat 0 20px;
	font-size: 14px;
	line-height: 1.3em;
	padding: 17px 0 5px 20px;
	margin: 30px 0 0 0 ;
	left: 0px;
	width: 665px;
}

.sougolink04 {
	background: #fff url(/img/sitelist.gif) no-repeat 0 3px;
	font-size: 14px;
	line-height: 1.3em;
	padding: 1px 0 5px 20px;
	margin: 5px 0 0 0 ;
	left: 0px;
	width: 665px;
}

/*サムネイル拡大*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }
#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

.hikaku_button {
	padding: 0 3px 0 3px;
}

.rank01 {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
	margin: 10px 0 5px;
	line-height: 1.8;
	padding: 5px 5px 0 33px;
	font-size: 1.3em;
	font-weight: normal; 
	text-align: left;
	clear: both;
	border-bottom: 1px dotted #dcdcdc;
	background: url(/img/best1_sm.gif) no-repeat left;
}

.rank02 {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
	margin: 10px 0 5px;
	line-height: 1.8;
	padding: 5px 5px 0 33px;
	font-size: 1.3em;
	font-weight: normal; 
	text-align: left;
	clear: both;
	border-bottom: 1px dotted #dcdcdc;
	background: url(/img/best2_sm.gif) no-repeat left;
}

.rank03 {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
	margin: 10px 0 5px;
	line-height: 1.8;
	padding: 5px 5px 0 33px;
	font-size: 1.3em;
	font-weight: normal; 
	text-align: left;
	clear: both;
	border-bottom: 1px dotted #dcdcdc;
	background: url(/img/best3_sm.gif) no-repeat left;
}







