@charset "euc-jp";

/* reset */
body, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, br, img, form, input, textarea {
	margin:0;	padding:0;
}
input, textarea {
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
img {
	border:0; vertical-align:bottom;
}

/* base text */
body, th, td {
	font-family:"¥á¥¤¥ê¥ª", Meiryo, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
	font-size:13px;
	line-height:1.5;
	color:#333333;
}
/* Safari¡¦Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body, th, td {
		font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
}
/* for IE6 */
* html body, * html th, * html td {
	font-size:12px;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", Sans-Serif;
}

/* ¥ê¥ó¥¯ */
a, a:link, a:visited {
	color:#006021;
	text-decoration:none;
}
a:hover {
	color:#006021;
	text-decoration:underline;
}

/* clerfix */
.clr:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}
* html .clr {zoom:1;} /* IE6 */
*:first-child+html .clr {zoom:1;} /* IE7 */  


/* header */
#header {
	background:#999999;
}
#head_inr {
	width:900px;
	margin:0 auto;
	background:url(image/header.gif) no-repeat;
	position:relative;
}
h1 {
	display:block;
	height:60px;
	font-size:0;
	text-indent:-9999px;
}
h1 a {
	display:block;
	height:60px;
	text-decoration:none;
}


/* menu */
#gnavi {
	height:40px;
	background:url(image/navi.gif) repeat-x;
}
#gnavi ul {
	display:block;
	width:900px;
	height:40px;
	margin:0 auto;
	background:url(image/pat.gif) no-repeat left center;
}
#gnavi li {
	display:block;
	float:left;
	line-height:40px;
	font-size:14px;
	background:url(image/pat.gif) no-repeat right center;
}
#gnavi li a {
	display:block;
	padding:0 2em;
	margin:0 3px;
	line-height:40px;
	color:#ffffff;
}
#gnavi li a:hover {
/*
	background-image:url(image/gnavi_grn.gif);
*/
	background-image:url(image/gnavi_red.gif);
	background-repeat:no-repeat;
	background-position:center center;
}


/* ´ÉÍý²èÌÌÀÚ¤êÂØ¤¨ */
.cnavi {
	position:absolute;
	top:30px;
	right:0;
	z-index:90;
}
.menu_head, .menu_body {
	width:300px;
}
.menu_head {
	line-height:30px;
	/*
	background-color:#006600;
	*/
	background-color:#990000;
	background-image:url(image/arw.png);
	background-repeat:no-repeat;
	background-position:5px center;
	cursor:pointer;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}
.menu_head strong {
	display:block;
	padding:0 10px 0 35px;
	color:#ffffff;
	font-size:16px;
	font-weight:normal;
}
.menu_body {
	display:none;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	list-style-type:none;
}
.menu_body li {
	display:block;
	background:#333333;
}
.menu_body li.alt {background:#666666;}
.menu_body li a {
	display:block;
	padding:10px;
	color:#ffffff;
	text-decoration:none;
}
.menu_body li a:hover {
	padding:15px 10px;
	font-weight:bold;
}


/* footer */
#foot {
	border-top:1px solid #666;
	padding:10px 0 30px;
	color:#666666;
	text-align:center;
	line-height:2em;
}
#foot p {
}
#foot small {
	font-size:0.8em;
}


/* layout */
#container {
	background:url(image/bg.gif) repeat-x;
}
#body {
	width:904px;
	margin:0 auto;
	padding:;
	background:url(image/body.gif) no-repeat 0 10px;
}
#box {
	width:850px;
	margin:0 auto;
	padding:10px 0;
	min-height:500px;
}
h2 {
	display:block;
	padding:20px 0;
/*
	color:#006600;
*/
	color:#990000;
	font-size:20px;
	font-weight:normal;
}


/* form */
#idx_body {
	width:600px;
	margin:0 auto;
}
#form_body {
	width:800px;
	margin:0 auto;
}
.items {
	padding:15px;
	vertical-align:top;
	text-align:left;
}
.items strong {
	display:block;
	background:url(image/circle_red.gif) no-repeat 0 2px;
	padding-left:20px;
}
#idx_body .items strong {
	background:url(image/circle_red.gif) no-repeat 0 5px;
	font-size:16px;
	font-weight:normal;
	margin-top:5px;
}
.field {
	padding:15px;
	vertical-align:top;
}
.field label {
	padding-left:0.5em;
}
.field img {
	margin:5px 0;
}
.bline th, .bline td {
	border-bottom:1px solid #ccc;
}
#form_title {
	font-size:20px;
	padding:5px 0;
/*
	border-bottom:2px solid #005000;
*/
	border-bottom:2px solid #990000;
}
.attent {
	color: #FF0000;
	padding-top: 3px;
	padding-left: 10px;
}
#tag {position:relative; text-align:left;}
.palette {position:relative; text-align:left; width:600px;}
.palette_box {
	display:none;
	width:150px;
	position:absolute;
	overflow:visible;
	top:0px;
	left:220px;
}
#tag ul {
	display:block;
	width:310px;
	height:23px;
	float:left;
	position:relative;
}
#tag li {
	display:block;
	width:31px;
	height:23px;
	float:left;
	font-size:0;
	text-indent:-9999px;
}
#tag li a, #tag li a:hover, #tag li a:visited {
	display:block;
	width:31px;
	height:23px;
}
#tag1, #tag2, #tag3, #tag4, #tag5, #tag6, #tag7, #tag8, #tag9, #tag10 {background:url(image/tag.gif) no-repeat;}
#tag1 a:hover, #tag2 a:hover, #tag3 a:hover, #tag4 a:hover, #tag5 a:hover, 
#tag6 a:hover, #tag7 a:hover, #tag8 a:hover, #tag9 a:hover, #tag10 a:hover {
	background:url(image/tag_o.gif) no-repeat;
}
#tag1, #tag1 a:hover {background-position:0 0;}
#tag2, #tag2 a:hover {background-position:-31px 0;}
#tag3, #tag3 a:hover {background-position:-62px 0;}
#tag4, #tag4 a:hover {background-position:-93px 0;}
#tag5, #tag5 a:hover {background-position:-124px 0;}
#tag6, #tag6 a:hover {background-position:-155px 0;}
#tag7, #tag7 a:hover {background-position:-186px 0;}
#tag8, #tag8 a:hover {background-position:-217px 0;}
#tag9, #tag9 a:hover {background-position:-248px 0;}
#tag10, #tag10 a:hover {background-position:-279px 0;}

#tag strong {
	display:block;
	line-height:23px;
	font-size:11px;
	font-weight:normal;
}

#formbutton {
	margin:20px 0;
	padding:20px 10px;
	background:#f1f1f1;
	border:1px solid #cccccc;
}
.return {
	display:block;
	float:left;
}
.return li {
	display:block;
	width:170px;
	height:39px;
	float:left;
	text-align:center;
}
.return li a, .delete a {
	display:block;
	width:162px;
	height:39px;
	font-size:14px;
	line-height:39px;
	font-weight:bold;
	color:#ffffff;
}
.submit {
	background:url(image/submit_red.gif) no-repeat;
}
.reset, .delete {
	background:url(image/reset.gif) no-repeat;
}
#formbutton p {
	line-height:39px;
}
.manu {
	padding-right:15px;
	position:relative;
}
.manu .helpbtn {
	width:20px;
	height:20px;
	background:url(image/help.png) no-repeat center center;
	font-size:0;
	text-indent:-9999px;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}
.manu .helpbtn a {
	display:block;
	width:20px;
	height:20px;
	text-decoration:none;
}



/* List */
#list {
	height:500px;
	overflow:auto;
}
#list_body {
	width:780px;
	margin:20px auto;
}
#list_body th {
	text-align:center;
	border-bottom:1px solid #ccc;
}
#list_body td {}
.list1 {
	border-right:1px dotted #ccc;
	border-bottom:1px solid #ccc;
	padding:3px auto;
	text-align:center;
}
.list2 {
	border-right:1px dotted #ccc;
	border-bottom:1px solid #ccc;
	padding:3px auto 3px 5px;
	text-align:left;
}
.list3 {
	border-bottom:1px solid #ccc;
	padding:3px auto;
	text-align:center;
}
.list2 a, .list2 a:visited {
	text-decoration:underline;
	font-weight:bold;
	color:#27739F;
}
.list2 a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#D22912;
}
.list_foot {padding-top:10px;}
.list_foot span {
	font-weight:bold;
	color:#27739F;
}
.visi, .unvisi {
	width:63px;
}
.visi a, .unvisi a {
	display:block;
	text-align:center;
	line-height:25px;
	color:#ffffff;
	text-decoration:none;
}
.visi {background:url(image/visi.png) no-repeat;}
.unvisi {background:url(image/unvisi.png) no-repeat;}

.unvisible {background-color:#ccc;}

.prev {
	display:block;
	margin:2px;
	font-size:0;
	text-indent:-9999px;
}
.prev a {
	display:block;
	width:22px;
	height:22px;
	text-decoration:none;
	background:url(image/prev.gif) no-repeat;
}
.prev a:hover {background-position:0 -22px;}
.prev a:active {background-position:0 -44px;}

.ctr {
	padding:5px 0;
}
.ctr ul {
	display:block;
	list-style-type:none;
}
.ctr ul li {
	display:inline;
}
ul.ctrlis {
	display:block;
	width:105px;
	margin:0 auto;
	list-style-type:none;
}
ul.ctrlis li {
	display:block;
	margin:2px;
	float:left;
	font-size:0;
	text-indent:-9999px;
}
ul.ctrlis li a, ul.ctrlis li.non {
	display:block;
	width:22px;
	height:22px;
	text-decoration:none;
}
.cttop a, .ctup a, .ctdown a, .ctend a {
	background:url(image/ctr.gif) no-repeat;
}
.ctup a {background-position:-22px 0;}
.ctdown a {background-position:-44px 0;}
.ctend a {background-position:-66px 0;}

.cttop a:hover {background-position:0 -22px;}
.ctup a:hover {background-position:-22px -22px;}
.ctdown a:hover {background-position:-44px -22px;}
.ctend a:hover {background-position:-66px -22px;}

.cttop a:active {background-position:0 -44px;}
.ctup a:active {background-position:-22px -44px;}
.ctdown a:active {background-position:-44px -44px;}
.ctend a:active {background-position:-66px -44px;}


/* login */
.login_body {
	background-image: url(image/login_bg1.gif);
	background-repeat: repeat-y;
}
.login_input {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.login_foot {

	background-image: url(image/login_bg2.gif);
	background-repeat: repeat-y;
}

#about {
	padding:60px 100px;
	line-height:2.0;
}


/* ckeditor */
#twoclm {
	width:900px;
	margin:0 auto;
}

#alpha {
	width:650px;
	float:left;
}

#beta {
	width:250px;
	float:right;
}


/* manual */
dl.wysiwig {
	display:block;
	padding:10px 0;
	border-bottom:1px dotted #cccccc;
}
dl.wysiwig dt img {
	margin:0;
	vertical-align:middle;
	border:1px solid #cccccc;
}
dl.wysiwig dt, dl.wysiwig dd {
	display:block;
	float:left;
	margin-right:10px;
	line-height:25px;
}

dl.wysiwig dd ol, dl.wysiwig dd ul {
	margin:0;
	padding-left:40px;
}
dl.wysiwig dd ol li, dl.wysiwig dd ul li {
	margin:0;
}

dl.ctrlis, dl.visit {
	display:block;
}
dl.ctrlis dt, dl.visit dt {
	display:block;
	margin:2px 5px 2px 2px;
	float:left;
}
dl.ctrlis dt a {
	display:block;
	width:22px;
	height:22px;
	font-size:0;
	text-indent:-9999px;
	text-decoration:none;
}
dl.ctrlis dd {
	display:block;
	margin:2px;
	line-height:25px;
}
dl.visit dd {
	display:block;
	margin:2px;
	line-height:28px;
}
dl.ctrlis dt .prev {
	margin:0;
}
#close #formbutton {
	width:170px;
	margin:0 auto;
}
dl.htmltag {
	display:block;
	padding:10px 0;
	border-bottom:1px dotted #cccccc;
}
dl.htmltag dt {
	display:block;
	width:40px;
	float:left;
}
dl.htmltag dd {
	display:block;
	margin-left:40px;
	padding-top:5px;
}



/* ¥Ý¥Ã¥×¥¢¥Ã¥× */
.ipop {
	width:500px;
	position:absolute;
	display:none;
	z-index:9999;
	background:#ffffff;
	border:3px solid #cccccc;
}
.ipop_title {
	background:#990000 url(image/help.png) no-repeat 5px 50%;
	color:#ffffff;
	padding:5px 10px 5px 30px;
	cursor:pointer;
}
.ipop_title #ttl {
	float:left;
}
.ipop_title #att {
	float:right;
	text-align:right;
	font-size:11px;
	color:#999999;
}
.ipop_close {
	text-align:right;
	cursor:pointer;
	padding:2px 10px;
	background:#333333;
	color:#ffffff;
}
.ipop_body {
	padding:20px 20px 40px;
	overflow:scroll;
	overflow-x:hidden;
}
/*
#pop_id .ipop_body {height:100px;}
#pop_date .ipop_body {height:100px;}
#pop_title .ipop_body {height:60px;}
#pop_top .ipop_body {height:100px;}
#pop_thumb .ipop_body {height:100px;}
#pop_url .ipop_body {height:100px;}
#pop_file .ipop_body {height:100px;}
#pop_view .ipop_body {height:100px;}
#pop_list_type .ipop_body {height:300px;}
*/
#pop_body_text .ipop_body {height:500px;}
