@charset='utf-8';

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: "MS PGothic";
}

html { height: 100%; /*background: url(images/slash.gif);*/ }

body {
	height: 100%;
	font-size: 80%;
	line-height: 1.5;
	background: url(images/slash.gif) fixed;
}

a { color: #0099cc; }

ul { list-style-type: none; }

.clear {
	clear: both;
	display: block;
	/*\*/overflow: hidden;/**/
}

#container {
	margin: 0 auto;
	padding: 0 30px;
	width: 800px;
	min-height: 100%;
	_height: 100%;
	background: url(images/shadow.png) 0 0 repeat-y;
}
* html #container{
	behavior: expression(
		this.style.behavior || (
			this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
			this.style.backgroundImage = "none",
			this.style.behavior = "none"
		)
	);
}

#main {
	width: 800px;
	height: 100%;
	background: url(images/line_y.gif) 0 0 repeat-y;
	position: relative;
}

#right {
	width: 400px;
	height: 280px;
	background: url(images/right_bg.gif) 0 0 repeat-y;
	position: fixed;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+0));
	_left: 0;
}
*:first-child+html #right { margin-left: -400px; }

h1 {
	margin: 0 auto;
	margin-top: 40px;
	width: 223px;
	height: 122px;
	background: url(images/logo.gif) 0 0 no-repeat;
}
h1 a {
	width: 100%;
	height: 100%;
	color: #525841;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

#menu {
	margin-top: 60px;
	height: 186px;
	background: url(images/ht.gif) 0 bottom no-repeat;
	color: #ffffff;
	text-align: center;
}
#menu a {
	color: #ffffff;
	font-weight: bold;
}

#left {
	margin-left: 400px;
	padding: 15px 0;
	width: 400px;
	background: #ffffff;
}

div.item { padding: 0 10px; }
div.item h2 {
	padding-left: 5px;
	height: 20px;
	background: url(images/line.gif) 0 bottom repeat-x;
	border-left: 5px solid #515841;
	font-size: 100%;
	font-weight: bold;
	line-height: 20px;
}
div.item h2 a {
	color: #666666;
	text-decoration: none;
}
div.item h3 {
	font-size: 100%;
	font-weight: bold;
}
div.item div.text {
	padding: 5px;
	border-right: 5px solid #cccccc;
	background: url(images/item_bg.gif) right bottom no-repeat;
}
div.item div.text img {
	border: 2px solid #cccccc;
}
div.item div.text ul.link {
	margin-left: 12px;
}
div.item div.bottom {
	padding-right: 10px;
	background: url(images/line.gif) 0 0 repeat-x;
	line-height: 20px;
	text-align: right;
}
div.item div.bottom a.comment {
	padding-left: 20px;
	background: url(images/comment.gif) 0 0 no-repeat;
}
div.item div.comment {
	padding: 5px;
	background: url(images/line.gif) 0 0 repeat-x;
	border-right: 5px solid #515841;
}
div.item div.comment dt {
	padding-left: 20px;
	background: url(images/comment.gif) 0 0 no-repeat;
	line-height: 16px;
}
div.item div.comment dd {
	margin-bottom: 5px;
	padding-left: 12px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dedede;
}
div.item div.comment form { padding-top: 1em; }
div.item div.comment form input.m, div.item div.comment form textarea {
	margin-left: 12px;
	padding: 1px;
	width: 250px;
	border: 1px solid #666666;
	font-size: 100%;
}
div.item div.comment form textarea {
	width: 300px;
	height: 200px;
}

div.split {
	padding: 15px 0;
	font-size: 9px;
	text-align: center;
}

#navi {
	text-align: center;
}

div.error {
	padding: 0 10px;
}
div.error h2 {
	padding-left: 5px;
	height: 20px;
	background: url(images/line.gif) 0 bottom repeat-x;
	border-left: 5px solid #515841;
	font-size: 100%;
	font-weight: bold;
	line-height: 20px;
}
div.error p {
	padding: 5px;
	border-right: 5px solid #cccccc;
	background: url(images/item_bg.gif) right bottom no-repeat;
}
div.error form {
	padding-top: 10px;
	background: url(images/line.gif) 0 0 repeat-x;
	line-height: 20px;
	text-align: center;
}
