@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body {
	font-size:14px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
	color: #000000;
	background: url(http://www.saneikosan.com/images/back.jpg) repeat-x;
}

a {
	color: #0080C0;
	text-decoration:none;
}

a:hover {
	color: #804040;
	text-decoration: underline;
}

img {
	border:0px;
}
h1 {
	width: 788px;
	height: 80px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	font-size: 12px;
	background: url(http://www.saneikosan.com/images/title.jpg) no-repeat;
	color: #999;
	background-repeat: no-repeat;
}

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: 780px;
	margin: 0 auto;
	padding: 9px;
	color: #000000;
	background: #FFFFFF;
	background: url(http://www.saneikosan.com/images/center_back.jpg) no-repeat;
}

/*パンくずメニュー*/
div.navi_menu{
	text-align: left;
	padding: 10px;
	margin-top: 10px;
}

/*左ブロック*/
div#left_block{
	float: left;
	width: 180px;
	font-size:13px;
}
div#left_block div.title{
	margin: 0 0 5px 0;
	padding: 0 0 2px 10px;
	font-weight: bold;
	border-left: solid 5px #B7B7B7;
}

div#left_block div.content{
	margin: 0 0 50px 0;
	padding: 10px 10px;
}

/*カテゴリーメニュー*/
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: 600px;
	font-size:14px;
}
div#right_block div.title{
	margin: 0;
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
	background-color: #0080C0;
	background-repeat: repeat-x;
}
div#right_block div.content{
	margin: 0 0 15px 0;
	padding: 5px 10px;
}

div#right_block div.paging{
   margin: 5px 10px;
}


/*登録サイトリスト*/
table.link_site{
	width: 580px;
	margin: 10px auto;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #666;
}
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: #FFF;
}
.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/bg_right_title.jpg);
	background-repeat: repeat-x;
}

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: 800px;
	height: 150px;
	margin: 0 auto;
	padding-top: 5px;
	color: #666;
 	background: url(http://www.saneikosan.com/images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
div#copyright a{
	color: #0080C0;
	text-decoration: underline;
}

/*管理画面*/
.admin{
	clear: both;
	font-size:12px;
	text-align: right;
}


div#header {
	width: 800px;
	height: 80px;
	position: relative;
	margin: 0px auto;
}
/* -------------------------------------------------- */
h1#logo{
	padding: 0px;
	margin: 0px;
}
h1#logo a{
	width: 220px;
	height: 80px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 3;
	overflow: hidden;
}

/* ------------------------------------------ */

ul#globalnavi {
	width: 580px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 2;
}
ul#globalnavi li a{
	text-align: center;
	line-height: 50px;
	float: left;
	overflow: hidden;
	text-decoration: none;
}

ul#globalnavi li{
	list-style-type: none;
	display: inline;
}
/* ------ */
ul#globalnavi li.item01 a{
	width: 115px;
}
ul#globalnavi li.item02 a{
	width: 115px;
}
ul#globalnavi li.item03 a{
	width: 115px;
}
ul#globalnavi li.item04 a{
	width: 115px;
}
ul#globalnavi li.item05 a{
	width: 115px;
}

ul#globalnavi li a:link,
ul#globalnavi li a:visited{
	color: #333;
	background: #CCCCCC url(http://www.saneikosan.com/images/globalnavi.jpg) no-repeat;
}
ul#globalnavi li a:hover,
ul#globalnavi li a:active{
	background: #CCCCCC url(http://www.saneikosan.com/images/globalnavi_r.jpg) no-repeat;
}

/* ---------------------------- */
ul#globalnavi li#hit a:link,
ul#globalnavi li#hit a:visited{
	background: #CCCCCC url(http://www.saneikosan.com/images/globalnavi_r.jpg) no-repeat;
}

