@charset "utf-8";
/* CSS Document */
body{
	background-position:0px 200px;
}

#header{
	background-image:url(../images/contents/sub/header_bg.png);
	height:171px;
	background-position:top;
}

#pankuzu{
	width:660px;
	height:20px;
	margin-top:10px;
}

#pankuzu .text{
	height:20px;
	line-height:20px;
}

#sub_title{
	background-image:url(../images/contents/sub/sub_title.png);
	width:660px;
	height:45px;
}

#sub_title h3{
	margin-left:20px;
	height:45px;
	line-height:45px;
	font-weight:bold;
	font-size:12pt;
	color:#FFFFFF;
}

#maincontentsbox .body .center{
	width:930px;
	text-align:center;
}

#description{
	position:relative;
	top:-45px;
	left:430px;
	width:510px;
	height:20px;
	line-height:20px;
}

div.second_cate{
	width:660px;
	float:left;
}

div.second_cate div.top{
	display:block;
	background-image:url(../images/contents/sub/second_cate_t.png);
	width:660px;
	float:left;
}

div.second_cate .text{
	width:640px;
	margin:20px auto 0px auto;
}

div.second_cate div.top a{
	display:block;
	width:160px;
	float:left;
	line-height:20px;
}

div.second_cate div.bottom{
	display:block;
	background-image:url(../images/contents/sub/second_cate_b.png);
	width:660px;
	height:20px;
	float:left;
}

/* view */
#view{
	width:650px;
	margin:0px auto;
	text-align:center;
	border:1px solid #CCCCCC;
}

#view img{
	margin:20px;
}

#view .lower{
	width:500px;
	margin:0px auto;
}

#view .lower .information{
	float:left;
	width:300px;
}

#view .lower .information table{
	width:300px;
	border:1px solid #666666;
}

#view .lower .information table *{
	border:none;
}

#view .lower .buttons{
	float:left;
	width:200px;
}


/* buttons */
a.button{
	display:block;
}

a#download{
	background-image:url(../images/contents/sub/b_download.png);
	width:173px;
	height:30px;
	margin:0px auto;
}

a:hover#download{
	background-position:0px -30px;
}

a#modify{
	background-image:url(../images/contents/sub/b_modify.png);
	width:173px;
	height:30px;
	margin:0px auto;
}

a:hover#modify{
	background-position:0px -30px;
}

a#delete{
	background-image:url(../images/contents/sub/b_delete.png);
	width:173px;
	height:30px;
	margin:0px auto;
}

a:hover#delete{
	background-position:0px -30px;
}


/* とっぷぺーじへ */
a#to_top{
	background-image:none;
	position:absolute;
	top:141px;
	left:35px;
	display:block;
	width:180px;
	height:30px;
}

a#about{
	position:absolute;
	top:141px;
	left:232px;
	display:block;
	background-image:none;
	width:220px;
	height:30px;
}

/* ナビゲーション */
#navigation{
	margin:0px auto;
	text-align:center;
	width:650px;
	border-top:1px solid #CCCCCC;
}

#navigation a{
	display:block;
	width:20px;
	text-align:center;
	float:left;
	margin:5px;
	text-decoration:none;
	line-height:20px;
}

#navigation a.num{
	border:1px solid #0066CC;
}

#navigation a.now{
	border:1px solid #FF3300;
	background-color:#FFE8DD;
	font-weight:bold;
}

#navigation .short{
	display:block;
	width:20px;
	text-align:center;
	float:left;
	margin:5px;
	line-height:20px;
}

/* tag search */
#tag_list{
	width:650px;
	border:1px solid #aaaaee;
	margin:0px auto;
}

#tag_list .body{
	margin:10px;
	float:none;
	width:630px;
}