@charset "UTF-8";

/* formatting style
-------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:
"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS P Gothic", "sans-serif";
	font-size: 80%;
	color: #333333;
}
hr {
	display: none;
}

/* link style
-------------------*/
a img {
	border-style: none;
}
a:link,a:visited {
	color: #1b0c7f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	filter:alpha(opacity=70);
	opacity:0.7;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

/* basic layout
-------------------*/
#container {
	width: 800px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/mainBg.png);
	background-repeat: repeat-y;
}
#logo {
	width: 780px;
	height: 30px;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#nav {
	width: 800px;
	height: 30px;
	background-color: #FFFFFF;
}
#header {
	width: 800px;
	height: 200px;
	background-color: #FFFFFF;
}



#main {
	width: 500px;
	height: auto;
	float: right;
	clear:right;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

#sidebar {
	width: 200px;
	height: auto;
	padding: 20px;
	float: left;
}
#footer {
	width: 740px;
	height: auto;
	padding: 30px;
	background-color: #6ac3a7;
	clear: both;
}

/* nav styles
-------------------*/
#nav ul li {
	list-style-type: none;
	float: left;
}
#nav ul li a {
	height: 20px;
	width: 159px;
	text-align: center;
	display: block;
	background-image: url(images/nav.png);
	background-repeat: repeat-x;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/* main styles
-------------------*/
#main h3 {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #4176b1;
	font-size: 150%;
	line-height: 2em;
}
#main h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1b0c7f;
	font-size: 130%;
	font-weight: normal;
	line-height: 2em;
}
#main p {
	line-height: 2em;
	text-indent: 1em;
}

/* sidebar styles
-------------------*/
#sidebar h5 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1b0c7f;
	font-size: 110%;
	line-height: 2em;
}
#sidebar h6 {
	color: #194d85;
	font-size: 100%;
	line-height: 2em;
}
#sidebar p{
	line-height: 2em;
}

/* footer styles
-------------------*/
address {
	text-align: center;
}





/* ランキング
-------------------*/

.ranking1 {
	border: none;
	font-size: 130%;
	font-weight: normal;
	line-height: 50px;
	padding: 0 0 0 33px;
	background-image: url(images/ranking1.gif) ;
}

.ranking2 {
	border: none;
	font-size: 130%;
	font-weight: normal;
	line-height: 50px;
	padding: 0 0 0 33px;
	background-image: url(images/ranking2.jpg) ;
}

.ranking3 {
	border: none;
	font-size: 130%;
	font-weight: normal;
	line-height: 50px;
	padding: 0 0 0 33px;
	background-image: url(images/ranking3.jpg) ;
}

.img_left{
	float:left;
	padding:5px;
	border:1px solid #ccc;
	margin:5px 10px 5px 5px;
}

div#click a {text-decoration:underline}
div#click a:link{color	:#000;}
div#click a:active{color	:#000;}
div#click a:visited{color	:#000;}
div#click a:hover{color	:#000;
  position : relative;top:1px;left:1px;}


/*
文字色
-------------------------------------------------------------------*/
.red { color: #ff0000;
  font-weight: bold; }
.blue { color: #006699;
  font-weight: bold; }
.green { color: #009900;
  font-weight: bold; }
.orange { color: #ff9900;
  font-weight: bold; }
.pink { color: #ff66cc; 
  font-weight: bold; }
.silver { color: silver;
	font-size:12px;}
.b { font-weight: bold; }
.line { background: #ffff66;
  font-weight: bold;
  color: red; }