@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
}
body {
	font-size:14px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
	background-attachment : fixed;
	background-color : #d9d9db;
	background-image : url(../img/body_bg.jpg);
	background-repeat : repeat-x;
	background-attachment : fixed;
}

a {
	color: #0080ff;
	text-decoration:none;
}

a:hover {
	color: #F0F;
	text-decoration: underline;
}

img {
	border:0px;
}
h1 {
	width: 90%;
	height: 50px;
	margin: 0 auto;
	padding: 30px 0 0 20px;
	font-size: 24px;
	background-image:url(../img/h1bg.png);
	font-weight: bold;
	color: #FFFFFF;
	border-right: solid 2px #cccccc;
	border-left: solid 2px #cccccc;
	border-top: solid 2px #cccccc;
}
h2 {
	width:99%;
	font-size: 20px;
	color: #000;
	font-weight : 600;
	margin-top : 5px;
	margin-left : 10px;
	margin-right : 0px;
	margin-bottom : 5px;
	padding-bottom : 4px;
	padding-top : 4px;
	text-indent: 10px;
	border-bottom-width : 2px;
	border-bottom-style : solid;
	border-bottom-color : #cccccc;
}
p{
	padding: 5px 0;
}
p.notes {
	font-size:15px;
	font-weight: bold;
	padding-left: 10px;
	color :#ff0000;
}

ul,ol{
	padding: 5px;
	list-style-position: inside;
}
.clear{
	clear: both;
}
input { background-color: #fff; }

input:focus { background-color: #FFEACE; }

/********** メニュー **********/
#menu { background: url(../img/menu_bckg.gif) repeat-x #fff; height:40px; padding:10px 0px 0px 0px; width: 100%; margin-right: auto; margin-left: auto;}
#menu_list {width:600px; margin:0 auto;}
#menu a { display:block; color:#000000; float:left; font-size:14px; text-transform:uppercase; font-weight:bold; text-decoration:none; margin:0 20px; padding-top:10px; font-family: "Myriad Pro", "Trebuchet MS", Arial;}
#menu a:hover{ color:#078DE2;}
.splitter { display:block; float:left;}
/********** 全体テーブル **********/
div#wrapper{
	width: 90%;
	margin: 0 auto;
	padding: 1px 10px 10px 10px;
	color: #000000;
	background: #FFFFFF;
	border-right: solid 2px #cccccc;
	border-left: solid 2px #cccccc;
}

/*パンくずメニュー*/
div.navi_menu{
	text-align: left;
	padding: 10px;
}

/*左ブロック*/
div#left_block{
	float: left;
	width: 20%;
}
div#left_block div.title{
	margin: 0 0 5px 0;
	padding: 0 0 2px 10px;
	font-weight: bold;
	border-left: solid 5px #cccccc;
	border-bottom: solid 1px #cccccc;
}

div#left_block div.content{
	margin: 0 0 30px 0;
	padding: 5px 5px;
}

/********** カテゴリーmenu **********/
div#left_block ul.cate{
	list-style: none;
	list-style-position: outside;
	padding: 0;
}
div#left_block ul.cate li{
	padding: 0 0 0 15px;
	background: url(../img/folder.gif) no-repeat 0px 7px;
	border-bottom: dotted 1px #cccccc;
}
div#left_block ul.cate strong{
	background: #EEEEEE;
	display: block;
}
/********** カテゴリーmenu新規 **********/
div#left_block ul.shinki{
	text-align: left;
	list-style: none;
	list-style-position: outside;
	padding: 0;
}
div#left_block ul.shinki li{
	padding: 2px;
	border-bottom: dotted 1px #cccccc;
}
/********** rightブロック **********/
div#right_block{
	float: right;
	width: 80%;
}
div#right_block div.title{
	margin: 0 0 5px 10px;
	padding: 5px 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #cccccc;
	background-image: url(../img/bg_right_title.jpg);
	background-repeat: repeat-x;
}

div#right_block div.content{
	margin: 0 0 15px 10px;
	padding: 5px 10px;
	background: #eef7ff;
}

/********** 新着登録情報 **********/
table.new_site{
	width: 600px;
	margin: 10px auto;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}
table.link_site th{
	border: 1px solid #d0d0d0;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
table.link_site td{
	border: 1px solid #d0d0d0;
	padding: 5px;
}
table.link_site td.title{
	font-weight: bold;
	background: #CCCCCC;
}

/********** 繰り返し **********/
.even{
	background: #f6f6f6;
}
.odd{
	background: #FFFFFF;
}

/********** センターブロック **********/
div#mid_block{
	width: 100%;
	margin: 0 auto;
}
div#mid_block div.title{
	margin: 0 0 5px 0;
	padding: 5px 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #cccccc;
	background-image: url(../img/bg_right_title.jpg);
	background-repeat: repeat-x;
}

div#mid_block div.content{
	margin: 0 0 15px 0;
	padding: 5px 10px;
	background: #eef7ff;
}

/********** 登録フォーム **********/
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.regist_form td.notice{
	color: #CC3300;
}
.new20{
	margin: 0 15px 5px 10px;
	padding: 5px 0px;
	width: 100%;
}
.newsite20{
	float: left;
	width: 210px;
	height : 290px;
	margin: 10px 5px;
	padding: 0px 0px 5px 7px;
	border: 1px dotted #666666;
}
.newsite20_t{
	text-align : right;
}
/********** copyright **********/
div#copyright{
	clear: both;
	width: 92%;
	height: 40px;
	margin: 0 auto;
	padding-top: 5px;
	color: #fff;
	background-image:url(../img/h1bg.png);
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	border-right: solid 2px #cccccc;
	border-left: solid 2px #cccccc;
	border-top: solid 2px #cccccc;
}
div#copyright a{
	color: #fff;
	text-decoration: none;
}

/********** admin **********/
.admin{
	clear: both;
	font-size:12px;
	text-align: right;
}


