* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	text-align: justify;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	color: #333;
}

h1, h2, h3 {
	color: #333333;
}

h1 {
	font-size: 155%;
	margin-bottom: 10px;
	padding-top:10px;
}

h2 {
	font-size: 132%;
	margin-bottom: 5px;
}

h3 {
	font-size: 115%;
}

p, ul, ol {
	margin-bottom: 10px;
	line-height: 1.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;

}

ul, ol {
	margin-left: 3em;
}


a:link {
	color: #0460B7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #1953A7;
}

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

img {
	border: none;
}

img.left {
	float: left;
}

/* Menu */

#menu {
	width: 770px;
	height: 45px;
	margin: 0 auto;
	border-right: 1px solid #D1CD94;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 153px;
	height: 30px;
	padding: 15px 0 0 0;
	border-left: 1px solid #D1CD94;
	border-bottom: 1px solid #D1CD94;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	color: #111;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	background: #F49A24;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 770px;
	height: 110px;
	margin: 0 auto;
}

#header .logo {
	width: 266px;
	height: 100px;
	margin: 0;
	background: url(images/img02.jpg) no-repeat;
	float:left;
}

#header .logo a{
	text-indent:-9999px;
}

#header .note {
	float:right;
	margin-top:63px;
	margin-right:0px;
}



#header a {
	text-decoration: none;
	font-weight: normal;
	color: #3399FF;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

.pan{
	margin-bottom:5px;
}

#content {
	float: right;
	width: 550px;
}

#content h1 {
	margin-bottom:15px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.content_head{
	overflow:hidden;
	font-weight:normal;
}

.content_ads{

}


#content h2 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	background-repeat:no-repeat;
	height:30px;
	text-indent:0;
	padding-top:15px;
	border-bottom:3px double;
	border-color:#0460B7;
}


#content h3  {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	background-repeat:no-repeat;
	padding-top:15px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.ads-f{
	margin-bottom: 20px;
	padding: 0 20px;
	}

.post2 {
	margin-bottom: 20px;
	padding: 0 20px;
	border-top:1px dotted;
}


.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 5px;
	background: #EDEBD5;
}

#sidebar h2 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:14px;
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
color:#333;
font-size:12px;
}

#sidebar a {
	text-decoration:none;
}

.orangebooks {
	background: url(images/img05.gif) repeat-y;
	border:1px solid;
	border-color:#FFF;
	padding:5px;
	margin-bottom:15px;
}

.orangebox {
	background: url(images/img05.gif) repeat-y;
}

.orangebox h2 {
	background: url(images/img06.gif) repeat-y;
}

.sidemenu{
	margin-bottom:30px;
}


/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #EDEBD5 url(images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #333;
	
}




.indent {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}


.ranking table{
	border:1px;
	border-color:#FF0000;
}


.ranking td{
	padding:5px;
}

.ranking td p{
	margin:0px;
}


.table_3 table{
	border:1px;
	border-color:#FF0000;
}


.table_3 td{
	padding:3px;
}

.table_3 td p{
	margin:0px;
}
