@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body {
	font-size:0.9em;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
	color: #000000;
/*	background-image:url(../img/contents_bg.jpg);	*/
	background-repeat: repeat-x;
	background-attachment: fixed;

	background-color: #FFFFFF;


}


a {
	color: #00F;
	text-decoration:none;
}

a:hover {
	color: #00F;
	text-decoration: underline;
}

img {
	border:0px;
}
h1 {
	width: 778px;
	height: 150px;
	margin: 0px auto 0px auto;
	padding: 40px 0px 0px 20px;
	font-size: 24px;
	background-image:url(http://www.mcdty.com/styles/images/header3.jpg);
	font-weight: bold;
	color: #333333;
	background-repeat: no-repeat;

	border-right: solid 1px #999999;
	border-left: solid 1px #999999;

	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight:normal;

/*	position: relative;	*/
/*	top: 20px;	*/
/*	left: 200px;	*/
}

p{
	padding: 5px 0;
}

ul,ol{
	padding: 5px;
	list-style-position: inside;
}
.clear{
	clear: both;
}
.align_center{
	text-align: center;
}

.small{
	font-size: 12px;
}

/*全体テーブル*/
div#wrapper{
	width: 780px;
	margin: 0px auto;
	padding: 9px;
	color: #000000;
	background: #FFFFFF;

	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
}


/*パンくずメニュー*/
div.navi_menu{
	text-align: left;
	padding: 10px;
}

/*左ブロック*/
div#left_block{
	float: left;
	width: 170px;
}
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 ul.admin_html_menu_category{
	list-style-position: inside;
	list-style: disc;
	padding-left: 15px;
}
div#left_block ul.cate ul.admin_html_menu_category strong{
	background: #CCC;
	display: block;
}

/*右ブロック*/
div#right_block{
	float: right;
	width: 600px;
}
div#right_block div.title{
	margin: 0;
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
	background-color: #f08080;
/*	background-image: url(../img/h3.jpg);	*/
	background-repeat: no-repeat;
	background-position:top left;
	text-indent: 15px;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-color: #CCCCCC;
	font-size: 14px;

/*	background-repeat: repeat-x;	*/

}

div#right_block div.content{
	margin: 0 0 15px 0;
	padding: 10px;
	background: #f5f5f5;
}

div#right_block div.paging{
   margin: 5px 10px;
}


/*カテゴリ一覧*/
table.category_list{
	width: 580px;
	margin: 10px auto;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #666;
}
table.category_list th{
	border: 1px solid #666666;
	padding: 0 5px;
	font-weight: bold;
	text-align: center;
}
table.category_list td{
	border: 1px solid #666666;
	padding: 5px;
}

table.category_list .border_bottom{
	border-bottom: 2px solid #666666;
}

/*サイト一覧*/
table.link_list{
	width: 580px;
	margin: 10px auto;
	border-collapse: collapse;
	border: 1px solid #000;
}
table.link_list th{
	border: 1px solid #000;
	padding: 0 5px;
	font-weight: bold;
	text-align: center;
}
table.link_list th.site_name{
	width: 100px;
}
table.link_list th.site_caption{
}
table.link_list th.site_linkcheck{
	width: 30px;
}
table.link_list th.site_enter{
	width: 30px;
}
table.link_list td{
	border: 1px solid #000;
	padding: 5px;
}

table.link_list .border_bottom{
	border-bottom: 2px solid #000;
}

/*繰り返し*/
.even{
	background: #E6E6E6;
}
.odd{
	background: #FFF;
}

/*登録フォーム*/
table.regist_form{
	width: 580px;
	margin: 10px auto;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #666666;
}
table.regist_form th{
	border: 1px solid #666666;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
table.regist_form td{
	padding: 5px;
	border: 1px solid #666666;
}
table.regist_form td.title{
	font-weight:bold;
}
table.regist_form td.notice{
	color: #CC3300;
}

/*修正フォーム*/
table.edit_form{
	width: 580px;
	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: 798px;
	height: 45px;
	margin: 0 auto;
	padding-top: 5px;
	color: #666666;
	background: #fff;
/*	background-image: url(../img/footer.gif);	*/
/*	background-repeat: no-repeat;	*/
	text-align: center;
	font-size: 12px;
	font-weight: bold;

	border-top: solid 10px #f08080;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;

}
div#copyright a{
	color: #666666;
	text-decoration: underline;
}

/*管理画面*/
.admin{
	clear: both;
	font-size:12px;
	text-align: right;
}


