/* 基本レイアウト
-------------------------------------------------- */
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: bold;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W5";
}


/* リンク色（ページ全体）
-------------------------------------------------- */
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: 820px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 0.8em;
	color: #333;
	background: #f5f5f5;
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック";
	position: relative;
}


/* ヘッダー（レイアウト）
-------------------------------------------------- */
#header {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 820px;
	_width: 840px;
	height: 60px;
	text-align: left;
	background: #a2090d;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}


/* ヘッダー（サイトタイトル）
-------------------------------------------------- */
#header h1 {
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	position:absolute; top: 10px; left: 30px;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
	color: #666;
	padding: 0;
}


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


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

#banner div {
	position: relative;
	margin: 0;
         height:202px;
	background: url(img/banner.jpg) no-repeat;
	border: 1px solid #ffcc00
}

#banner h2 {
	padding: 10px 10px 0;
	color: #333;
	margin-bottom: 10px;
	font-size: 1.4em;
         text-indent:-9999px;
}

#banner p {
	margin: -41px 0 0 0 ;
	padding: 0 8px 0 160px;
	font-size: 1em;
	line-height: 1.4;
	font-weight: bold;
	color: #333;
	text-align: left;
	letter-spacing: 0;
	background: none ;
}


/* TOPキャンペーン情報
-------------------------------------------------- */

#can{margin-left:40px;}


#can h3{
	font-size:1.5em;
	margin:10px 0 0 20px;
}

#can p{margin:5px 3px;}


/* コンテンツレイアウト
-------------------------------------------------- */
#container {
	position: relative;
	width: 800px;
	_width: 840px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	background: #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#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: 550px;
	margin: 20px 0 10px;
	padding: 10px;
	border: 1px solid #ccc;
}

#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: 210px;
	padding: 0;
	margin: 10px 0 0;
}


/* 記事部分見出し
-------------------------------------------------- */
.header {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
	margin: 10px 0;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 25px;
	font-size: 1.2em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
	background: #a2090d;
	color: #fff;
}


/* ランキング見出し
-------------------------------------------------- */

.header1 {
	/* ie win (5, 5.5, 6) bugfix */
	margin: 5px 0 0;
	padding-left: 15px;
	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;
}

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

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


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

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

.entry1 {
	_width: 100%;
	margin: 2px 0 10px 0;
	border: 1px dotted #ffcc00;
	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 ;
 }


/* フッター
-------------------------------------------------- */
#footer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 840px;
	height: 80px;
	text-align: center;
	font-size: 0.9em;
	clear: both;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #a2090d;
	color: #fff;
}


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

.copy { 
	width: 820px;
	margin: 0 auto;
	padding: 10px 0 0;
	font-size: 0.9em;
}

.f-navi {
	width: 860px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0 0;
	background: url(img/foot.gif) top no-repeat;
}

.f-navi a { color:#fff; }

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


#side li {
	width: 210px; 
	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.5;
	margin: 2px 0 1px;
	text-decoration: none;
	border-left: 5px solid #ccc;
	background: url(img/li.gif) ;
}


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



#side li.sidetitle {
	width: auto;
	height: 40px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 1em;
	line-height: 40px;
	display: block; 
	background: #a2090d;
	color: #fff;
	border-left: none;
	text-indent: 10px;
}


/* コンテンツ装飾
-------------------------------------------------- */
.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;
	background: url(img/gotop.gif) no-repeat right;
	clear: both;
}

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

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

.center { text-align: center; }

.right { text-align: right;
         font-weight:bold;
         font-size:1.3em; }


.b {
	font-weight: bold; 
	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: 1em;
	margin: 0;
	background: #73c6be;
}
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;}


/*  フォントのサイズ
-------------------------------------------------------------*/

.fs9{ font-size: 9pt!important; }
.fs10{ font-size: 10pt!important; }
.fs11{ font-size: 11pt!important; }
.fs12{ font-size: 12pt!important; }
.fs14{ font-size: 14pt!important; }
.fs16{ font-size: 16pt!important; }
.fs18{ font-size: 18pt!important; }
.fs20{ font-size: 20pt!important; }
.fs22{ font-size: 22pt!important; }
.fs24{ font-size: 24pt!important; }


/*  ラインマーカー
-------------------------------------------------------------*/
.line1 { background: #ff99cc; } /*ピンク*/
.line2 { background: #ff9966; } /*オレンジ*/
.line3 { background: #ccff66; } /*黄緑*/
.line4 { background: #99ccff; } /*水色*/
.line5 { background: #ccccff; } /*ラベンダー*/


/*  margin（上下左右）
-------------------------------------------------------------*/

.m0{ margin: 0px!important; }
.m10{ margin: 10px!important; }
.m20{ margin: 20px!important; }
.m30{ margin: 30px!important; }
.m40{ margin: 40px!important; }
.m50{ margin: 50px!important; }


/*  margin（上）
-------------------------------------------------------------*/

.mt0{ margin-top: 0px!important; }
.mt10{ margin-top: 10px!important; }
.mt20{ margin-top: 20px!important; }
.mt30{ margin-top: 30px!important; }
.mt40{ margin-top: 40px!important; }
.mt50{ margin-top: 50px!important; }


/*  margin（下）
-------------------------------------------------------------*/

.mb0{ margin-bottom: 0px!important; }
.mb10{ margin-bottom: 10px!important; }
.mb20{ margin-bottom: 20px!important; }
.mb30{ margin-bottom: 30px!important; }
.mb40{ margin-bottom: 40px!important; }
.mb50{ margin-bottom: 50px!important; }


/*  margin（左）
-------------------------------------------------------------*/

.ml0{ margin-left: 0px!important; }
.ml10{ margin-left: 10px!important; }
.ml20{ margin-left: 20px!important; }
.ml30{ margin-left: 30px!important; }
.ml40{ margin-left: 40px!important; }
.ml50{ margin-left: 50px!important; }


/*  margin（右）
-------------------------------------------------------------*/

.mr0{ margin-right: 0px!important; }
.mr10{ margin-right: 10px!important; }
.mr20{ margin-right: 20px!important; }
.mr30{ margin-right: 30px!important; }
.mr40{ margin-right: 40px!important; }
.mr50{ margin-right: 50px!important; }


.midashi{
border-left:3px solid #a2090d;
border-bottom:1px solid #a2090d;
}



