/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
	color: #000000;
	background-color: #ffffff;
}

a {
	color: #00F;
	text-decoration: underline;
}

a:hover {
	color: #00F;
	text-decoration: underline;
}

a.medium {
	color: #00F;
	text-decoration: underline;
	line-height : 180%;
}

a.small {
	color: #00F;
	text-decoration: underline;
	line-height : 180%;
}

img {
	border:0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	display:inline;
}

h2 {
	display:inline;
}


p{
	padding: 5px 0;
	text-align: left;
	font-size: 12px;
}

ul,ol{
	padding: 5px;
	list-style-position: inside;
}
.clear{
	clear: both;
}
.align_center{
	text-align: center;
}

.red{
	color: #F00;
}

/*全体テーブル*/
div#wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	color: #000000;
	background: #FFFFFF;
}

/*トップ表示*/
table.top{
	width: 100%;
	margin: 0px auto;
	text-align: left;
	color: #00F;
}
table.top th{
	padding: 0px;
	text-align: left;
	vertical-align: top;
	color: #00F;
	font-size: 100%;
	font-weight: normal;
}
table.top td{
	padding: 5px;
	text-align: left;
	font-size: 100%;
}



/*パンくずメニュー*/
div.navi_menu{
	text-align: left;
	padding: 10px;
}

/*左ブロック*/
div#left_block{
	float: left;
	width: 496px;
}
div#left_block div.title{
	background-color: #4682b4;
	height : 22px;
	margin: 0 0 0px 0;
	padding: 2px 0 0px 0px;
	color: #ffffff;
	font-size: 100%;
	font-weight: bolder;
	text-align: center; 
	}
div#left_block div.content_inline{
	margin: 0 0 0 0;
	font-size: 100%;
	padding: 0 0;
	text-align: center; 
}

div#left_block div.content{
	margin: 0 0 0 0;
	font-size: 100%;
	padding: 5px 5px;
	line-height : 150%;
	text-align: center; 
	word-spacing: 5px; 
}


/*カテゴリーメニュー*/
div#left_block ul.cate{
	list-style: none;
	list-style-position: outside;
	padding: 0;
}
div#left_block ul.cate li{
	padding: 2px;
	border-bottom: dotted 1px #666;
}
div#left_block ul.cate strong{
	background: #CCC;
	display: block;
}


/*右ブロック*/
div#right_block{
	float: right;
	width: 294px;
}
div#right_block div.title{
	background-color: #4682b4;
	height : 22px;
	margin: 0 0 0px 0;
	padding: 2px 0 0px 0px;
	color: #ffffff;
	font-size: 100%;
	font-weight: bolder;
	text-align: center; 
}
div#right_block div.content{
	margin: 0 0 0px 0;
	padding: 0px 0px;
	background: #ffffff;
}

div#right_block div.paging{
   margin: 5px 10px;
}


/*登録サイトリスト*/

table.link_site{
	width: 100%;
	font-size: 100%;	
	margin: 0px auto;
	text-align: left;
	color: #00F;
	font-weight: normal;
}
table.link_site th{
	padding: 5px;
	text-align: left;
	vertical-align: top;
	color: #00F;
	font-size: 100%;
	font-weight: normal;
}
table.link_site td{
	padding: 5px;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
}

/*繰り返し*/
.even{
	background: #E6E6E6;
}
.odd{
	background: #FFF;
}

/*中央ブロック*/
div#mid_block{
	width: 800px;
	float: left;
	margin: 0 auto;
}
div#mid_block div.title{
	margin: 0;
	padding: 2px 0 0px 0px;
	font-weight: bold;
	color: #ffffff;
	background-color: #4682b4;
	height : 22px;
	text-align: center;
	font-weight: bolder;
}

div#mid_block div.content{
	margin: 0 0 0px 0;
	padding: 0px 0px;
	background: #ffffff;
	font-weight: normal;
}

table.link_site{
	width: 100%;
	font-size: 70%;	
	margin: 0px auto;
	text-align: left;
	color: #00F;
	font-weight: normal;
	line-height : 150%;
}
table.link_site th{
	padding: 5px;
	text-align: left;
	vertical-align: top;
	color: #00F;
	font-size: 100%;
	font-weight: normal;
}
table.link_site td{
	padding: 5px;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
}

/*著作*/
div#copyright{
	clear: both;
	width: 800px;
	height: 45px;
	margin: 0 auto;
	padding-top: 5px;
	color: #FFFFFF;
	background: #666;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
div#copyright a{
	color: #FFFFFF;
	text-decoration: underline;
}

#inline00{
height:64px;
width:468px;
position:absolute;
top:30px;
left:430px;
border:solid 1px #666666;
}
