@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body {
	font-size:14px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
	color: #000000;
	background-color: #778899;
}

a {
	color: #336699;
	text-decoration:none;
}

a:hover {
	color: #00F;
	text-decoration: underline;
}

img {
	border:0px;
}
h1 {
	width: 740px;
	height: 150px;
	background-image:url(../../img/header.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center;
	text-align: right;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-indent: 100px;
	font-size: 0.8em;
	font-weight: normal;
}

p{
	padding: 5px 0;
}

ul,ol{
	padding: 5px;
	list-style-position: inside;
}
.clear{
	clear: both;
}
.align_center{
	text-align: center;
}

.red{
	color: #F00;
}
.bold{
	font-weight:bold;
}

/*全体テーブル*/
div#wrapper{
	width: 740px;
	color: #333333;
	background-image: url(../../img/back.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*パンくずメニュー*/
div.navi_menu{
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/*左ブロック*/
div#left_block{
	float: left;
	width: 170px;
	margin-left: 20px;
}
div#left_block div.title{
	margin: 0 0 5px 0;
	padding: 2px 0 2px 10px;
	font-weight: bold;
	border-left: solid 5px #B7B7B7;
}

div#left_block div.content{
	margin: 0 0 50px 0;
	padding: 5px 0;
}

/*カテゴリーメニュー*/
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: 505px;
	margin-right: 20px;
}
div#right_block div.title{
	margin: 0;
	padding: 5px 10px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	background-image: url(../../img/h2_back.gif);
	background-repeat: no-repeat;
	background-position: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #336699;
}
div#right_block div.content{
	margin: 0 0 15px 0;
	padding: 5px 10px;
	background: #F0F0F0;
}

div#right_block div.paging{
   margin: 5px 10px;
}


/*登録サイトリスト*/
table.link_site{
	width: 480px;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #666;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
table.link_site th{
	border: 1px solid #666666;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
table.link_site td{
	border: 1px solid #666666;
	padding: 5px;
}

/*繰り返し*/
.even{
	background: #E6E6E6;
}
.odd{
	background: #FFF;
}

/*中央ブロック*/
div#mid_block{
	width: 700px;
	margin: 0 auto;
}
div#mid_block div.title{
	margin: 0;
	padding: 5px 10px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	background-image: url(../../img/h2_back.gif);
	background-repeat: no-repeat;
	background-position: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #336699;
}

div#mid_block div.content{
	margin: 0 0 15px 0;
	padding: 5px 10px;
	background: #F0F0F0;
}

/*登録フォーム*/
table.regist_form{
	width: 660px;
	margin: 10px auto;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #666666;
}
table.regist_form td{
	padding: 5px;
	border: 1px solid #666666;
}
table.regist_form td.title{
	font-weight:bold;
}

/*修正フォーム*/
table.edit_form{
	width: 660px;
	margin: 10px auto;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #666666;
}
table.edit_form th{
	padding: 10px 5px;
	border: 1px solid #666666;
}
table.edit_form td{
	padding: 10px 5px;
	border: 1px solid #666666;
}
table.edit_form td.title{
	font-weight:bold;
}

/*著作*/
div#copyright{
	clear: both;
	width: 720px;
	height: 45px;
	padding-top: 5px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #0F3357;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#copyright a{
	color: #FFFFFF;
	text-decoration: underline;
}

/*管理画面*/
.admin{
	clear: both;
	font-size:12px;
	text-align: right;
	padding-right: 20px;
}

/*  ナビボタン  */
.navi1 {
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size: 100%;
	text-align: right;
	margin-right: 15px;
	padding-top: 5px;
	letter-spacing: 0.04em;
	}

.navi1 a:link, .navi1 a:visited, .navi1 a:active {color: #5C6E83;text-decoration: none;}
.navi1 a:hover {color: #FF6666; text-decoration: underline;}
/*ヘッダー*/
#header	{margin : 0px; padding: 0px; height : 150px;}
#header h1{margin-top : 0px; margin-bottom: 0px; text-indent: -1000px;}
#header h1 a {
	width:400px;
	height:100px;
	background-image: url("<$MTBlogURL$>img/header.gif") no-repeat;
	display: block;
	}
#header h1 a:hover {background: url("<$MTBlogURL$>img/header.gif");}
#ad_block {
	background-color: #FFFFFF;
	width: 95%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.ad {
	font-size: x-small;
}
