/*全体*/
body {
	margin-bottom: 0px;
	margin-top: 0px;
}
	
/*リンク部分*/	
a {
	text-decoration: underline;
	font-size: 12px;	
	}

a:link {
	text-decoration:underline;
	 color: #0033cc;
	}

a:visited {
	text-decoration:underline;
	 color: #990000;
	}

a:active {
	color: #990000;
	text-decoration: underline;
	}

a:hover {
 	color: #333333;
	text-decoration:underline;
	}

/*タイトル部分*/
.title {
	font-size: 24px;
	font-weight: bold;
	padding-left: 10px;
	color: #333333;
}

/*見出し*/
h1 {
	FONT-WEIGHT: normal;
	color: #333333;
	font-size: 12px;
    line-height: 100%;
   	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 2px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 5px;
   	margin-RIGHT: 0px; 
	text-align: left;
}

h2 {
	FONT-WEIGHT: normal;
	color: #333333;
	font-size: 12px;
    line-height: 100%;
   	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
   	margin-RIGHT: 0px; 
	text-align: left;
}

h3 {
	FONT-WEIGHT: normal;
	color: #333333;
	font-size: 12px;
    line-height: 100%;
   	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
   	margin-RIGHT: 0px; 
	}

/*トップページ記事部分*/
.content p {
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-weight: normal;
	font-size:12px;
	line-height: 150%;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 10px 15px 10px 15px;
	}

/*トップページ記事のタイトル */
.content h3 {
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	line-height: 140%;
	background-image: url(image/midashi_main.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 10px 15px;
	}

/*トップページ記事下のリンク  */
.content p.posted {
	color: #5D5D5D;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	padding: 0px 0px 0px 0px;
	margin-bottom: 30px;
	margin-top: 20px;
	line-height: normal;
	border-top: double 3px #C8C8C8;
	width: 500px;
	}
	
.content h2 {
	FONT-WEIGHT: bold;
	color: #333333;
	font-size: 12px;
    line-height: 100%;
   	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 20px;
   	margin-RIGHT: 0px; 
	text-align: left;
}

/*トップページ以外記事部分 */
.content2 p {
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-weight: normal;
	font-size:12px;
	line-height: 150%;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 10px 15px 10px 15px;
	}

/* トップページ以外記事のタイトル*/
.content2 h3 {
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	line-height: 140%;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 10px 15px;
	}

/*トップページ以外記事下のリンク  */
.content2 p.posted {
	color: #5D5D5D;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	padding: 0px 0px 0px 0px;
	margin-bottom: 30px;
	margin-top: 20px;
	line-height: normal;
	border-top: double 3px #C8C8C8;
	width: 500px;
	}
	
.content2 h2 {
	FONT-WEIGHT: bold;
	color: #333333;
	font-size: 12px;
    line-height: 100%;
   	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 2px;
	background-image: url(image/midashi_side.jpg);
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 20px;
   	margin-RIGHT: 0px; 
	text-align: left;
}

/*サイドバー*/
.sidebar {
	padding: 0px 0px 0px 0px;
	font-size:12px;
	}
	
.sidebar link {
	color: #333333;
	font-size:12px;
	}

.sidebar p {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-weight: normal;
	font-size:12px;
	line-height: 140%;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 5px 5px 5px 5px;
	}

/*サイドバーの見出し*/
.sidebar h2 {
	color: #FFFFFF;
	text-align: left;
	font-size:12px;
	padding:0px 0px 0px 0px;
	line-height: 140%;
	font-weight:bold;
	margin-right: 5px;
    margin-bottom: 0px;
	margin-top: 0px;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	margin-top: 15px;
	}

.sidebar li {
	color: #1B2C3B;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	text-align: left;
	line-height: 15px;	
	margin-top: 3px;
	padding: 0px 10px 0px 5px;
	list-style-type: none;
	}
	
/*フォームボタン*/
.sbtn {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 5px;
	TEXT-ALIGN: center;
	background-color: #666666;
	color: #FFFFFF;
	width: 140px;
}

/*カテゴリー*/
#categories a	{
	color: #0033cc;
	}

#categories ul	{
	font-size: 0.75em;
	color: #0033cc;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left:0;
	padding-left:0;
	}

#categories ul ul	{
	font-size: 1em;
	margin-left: 10px;
	}

#categories li	{
	padding-bottom: 5px;
	}

#categories li li	{
	background-image: url(image/branch.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	}

#categories li li.sublast	{
	background-image: url(image/branch_last.gif);
	}

#categories	{
	margin-bottom: 30px;
	}
	
/*フッター*/	
.footer {
	padding: 5px 0px 5px 0px;
	margin:0 auto 0px;
	font-size: 12px;
	line-height: 120%;
	color: #333333;
	font-weight: normal;
	text-align: center;
	width: 700px;
}

.footer a:link {
	color: #333333;
	}
	
.footer a {
	color: #333333;
	}

.footer a:visited {
	color: #333333;
	}
	
.footer a:hover {
	color: #FFFFFF;
	}


/*ヘッター*/
.heatter {
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	line-height: 120%;
	margin: 0 auto 0px;
	padding: 5px 0px 5px 0px;
	}
	
.heatter a:link {
	color: #FFFFFF;
	}
	
.heatter a {
	color: #FFFFFF;
	}

.heatter a:visited {
	color: #FFFFFF;
	}
	
.heatter a:hover {
	color: #FF9900;
	}

.midashi {
	font-size: 24px;
	font-weight: bold;
	padding-left: 15px;
	color: #FFFFFF;
	padding-bottom: 5px;
	line-height: 120%;
	font-style: normal;
}



.ad100{

                font-size: 10px;
	text-align: left;
}




/*
ランキング１
-------------------------------------------------------------------*/

table#rankingver1{
width:526px;
margin-bottom: 30px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
border: 1px solid #757575;
border-collapse: collapse;
}


table#rankingver1 th{
text-align: left;
color: #482C14;
margin:0;
border: 1px solid #757575;
border-collapse: collapse;
padding-right: 10px;
padding-left: 5px;
font-size: 18px;
line-height:110%;
background-image: url(img/table.gif);
}

table#rankingver1 th a:link{
color:#0000ff;
text-decoration: none;

}

table#rankingver1 th a:hover{
color:red;
text-decoration: underline;
}

table#rankingver1 th a:visited{
color: #000099;
}

table#rankingver1 th img{
padding-top: 5px;
padding-bottom: 0px;
}

table#rankingver1 td{
margin:0;
border: 1px solid #757575;
border-collapse: collapse;
padding-top: 10px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 5px;
font-size: 13px;
line-height: 140%;
background-color: #FFF;
}

table#rankingver1 td.rank{
width:140px;
margin:0px auto;
border: 1px solid #757575;
border-collapse: collapse;
padding-top: 10px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 5px;
background-color: #FFF;
}

table#rankingver1 td a{
text-decoration:none;
}


/*
ランキング２
-------------------------------------------------------------------*/

table#rankingver2{
width:526px
margin-bottom: 30px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
}


table#rankingver2 th{
text-align: left;
color: #482C14;
margin:0;
border-style:solid;
border-color:#757575;
border-width: 0px 0px 1px 8px;
border-collapse: collapse;
padding-right: 10px;
padding-left: 5px;
font-size: 18px;
line-height:110%;
}

table#rankingver2 th a:link{
color:#0000ff;
text-decoration: none;
}

table#rankingver2 th a:hover{
color:red;
text-decoration: underline;
}

table#rankingver2 th a:visited{
color: #000099;
}

table#rankingver2 th img{
padding-top: 5px;
padding-bottom: 0px;
}

table#rankingver2 td{
vertical-align:top;
margin:0;
border-style:dotted;
border-color:#757575;
border-width: 0px 0px 1px 0px;
padding-top: 20px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 5px;
font-size: 13px;
line-height: 140%;
background-color: #FFF;
}

table#rankingver2 td.rank{
width:140px;
vertical-align:top;
margin:0;
border-style:dotted;
border-color:#757575;
border-width: 0px 0px 1px 0px;
padding-top: 20px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 5px;
background-color: #FFF;
}

table#rankingver2 td a{
text-decoration:none;
}


/*
ランキング３
-------------------------------------------------------------------*/

.name {
font-size: 18px;
font-weight: bold;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}

table#rankingver3{
width:526px
margin-bottom: 30px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
}

table#rankingver3 td{
margin:0;
border: 1px solid #757575;
padding-top: 10px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 5px;
font-size: 13px;
line-height: 140%;
background-color: #FFF;
}

table#rankingver3 td.rank{
width:50px;
margin:0;
border: 1px solid #757575;
padding-top: 10px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 5px;
background-image: url(img/table.gif);
}

table#rankingver3 td.rank1{
width:140px;
margin:0;
border: 1px solid #757575;
padding-top: 10px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 5px;
}

table#rankingver3 td a:link{
color:#0000ff;
text-decoration:none;
}

table#rankingver3 td a:hover{
color:red;
text-decoration:none;
}

table#rankingver3 td a:visited{
text-decoration:none;
color: #000099;
}


.aka { color: #ff0000; }
.ao { color: #0000cc; }
.tya { color: #bd000e; }
.gray { color: #3d3737; }
.green { color: #009900; }

.b { font-weight: bold; }

.big { font-size: 18px; }
.big1 { font-size: 24px; }
.big2 { font-size: 16px; }

.ad1 { font-size: 13px; }
.ad2{ font-size: 12px; }
.ad3{ font-size: 9px; }






