@charset "utf-8";
/*
Theme Name: w7comm
Theme URI: 
Description: 
Version: 1.0
Author: Vector
Author URI: http://www.vector.co.jp/
*/

@import "./tag.css";

/* Reset
--------------------------------------*/
* {
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
	outline: 0;
	padding: 0;
	margin: 0;
/*	border: 0; */
	vertical-align: baseline;
	white-space: normal;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ul {margin: 0 0 0 0}
ol {list-style-type: decimal}
ol {margin: 0 0 0 0}
a {
	text-decoration: none; 
/*	color: #366799; */
	color: #273566;
}

a:hover {
	text-decoration: underline
}
.clear {clear:both}

img {border: none;}

/* Page Layout */
body {
	width: 100%;
	text-align: center;
	background: #fff url(images/bg.jpg) repeat-x top left;
}

#wrapper {
	position: relative;
	width: 1026px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 80%;
	color: #555;
}

#content {
	background: #fff url(images/content.jpg) no-repeat top right;
	float: right;
	width: 580px;
	margin: 0;
	padding: 20px 45px 20px 10px;
/*	position: relative; */
	overflow: hidden;
}

#sidebar {
	float: left;
	width: 336px;
	margin: 0;
	padding: 20px 10px 30px 45px;
	background: #fff url(images/side.jpg) no-repeat top left;
}

/* header
--------------------------------------*/
#header {
	position: relative;
	height: 129px;
	background: url(images/header.jpg) no-repeat;
}

#header h1 {
	position: absolute;
	left: 17px;
	top: 25px;
	background: url(images/logo.jpg) no-repeat;
	width: 572px;
	height: 67px;
	display:block;
	text-indent:-9999pt;
	overflow:hidden;
	border:none;
	outline:none;
	text-decoration:none;
}

#header h1 a {
	display:block;
	width: 571px;
	height: 58px;
}

#header #tagline {
	position: absolute;
	left: 30px;
	top: 83px;
}

#header #vector {
	position: absolute;
	right: 25px;
	top: 20px;
	background: url(images/vector20.jpg) no-repeat;
	width: 106px;
	height: 56px;
	display:block;
	text-indent:-9999pt;
	overflow:hidden;
	border:none;
	outline:none;
	text-decoration:none;
}

#header #vector a {
	display:block;
	width: 106px;
	height: 56px;
}

#header #sp {
	position: absolute;
	right: 25px;
	top: 45px;
	background: url(images/pcshop295x50.gif) no-repeat;
	background: url(http://shop.vector.co.jp/service/special/satelight/w7/295x50.gif) no-repeat;	
	width: 295px;
	height: 50px;
	display:block;
	text-indent:-9999pt;
	overflow:hidden;
	border:none;
	outline:none;
	text-decoration:none;
}

#header #sp a {
	display:block;
	width: 295px;
	height: 50px;
}

/* sidebar
--------------------------------------*/
#sidebar p {
	margin: 0 0 7px 0
}

#sidebar .box img {
	vertical-align: middle;
	border: none;
}

#sidebar .box {
	position: relative;
/*	border: 1px solid #D0E0E6;
	background: #FCFBF4;*/
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	background: url(images/sidebar_body.gif) repeat-y;
}

#sidebar .box h3 {
	margin: 0;
	height: 30px;
	color: #2A82D6;
	background: url(images/sidebar_header.gif) no-repeat;
	padding: 10px 0 0 10px;
}

#sidebar .box h3 a{
	margin: 0;
	display:block;
	text-indent:-9999pt;
	overflow:hidden;
	border:none;
	outline:none;
	text-decoration:none;
	width: 316px;
	height: 30px;
}

#sidebar .box h3 a.list {
	background: url(images/side_h3_list.gif) no-repeat top left;
}

#sidebar .box h3 a.bbs {
	background: url(images/side_h3_bbs.gif) no-repeat top left;
}

#sidebar .box li {
	background: url(images/sidebar_line.gif) repeat-x top left;
}

#sidebar .box li a {
	display: block;
	height: 100%;
	padding: 7px 0 7px 25px;
	display: block;
}

#sidebar .box li a.writing{
	background: url(images/icon_writing_mini.gif) no-repeat left center;
}

#sidebar .box li a.amuse{
	background: url(images/icon_amuse_mini.gif) no-repeat left center;
}

#sidebar .box li a.art{
	background: url(images/icon_art_mini.gif) no-repeat left center;
}

#sidebar .box li a.business{
	background: url(images/icon_business_mini.gif) no-repeat left center;
}

#sidebar .box li a.edu{
	background: url(images/icon_edu_mini.gif) no-repeat left center;
}

#sidebar .box li a.game{
	background: url(images/icon_game_mini.gif) no-repeat left center;
}

#sidebar .box li a.hardware{
	background: url(images/icon_hardware_mini.gif) no-repeat left center;
}

#sidebar .box li a.home{
	background: url(images/icon_home_mini.gif) no-repeat left center;
}

#sidebar .box li a.net{
	background: url(images/icon_net_mini.gif) no-repeat left center;
}

#sidebar .box li a.personal{
	background: url(images/icon_personal_mini.gif) no-repeat left center;
}

#sidebar .box li a.prog{
	background: url(images/icon_prog_mini.gif) no-repeat left center;
}

#sidebar .box li a.util{
	background: url(images/icon_util_mini.gif) no-repeat left center;
}

#sidebar .box li a.author{
	background: url(images/icon_author_mini.gif) no-repeat left center;
}

#sidebar .box li a.bbs{
	background: url(images/icon_bbs_mini.gif) no-repeat left center;
}

#sidebar .box li a:hover {
	background-color: #FBF7E3;
	text-decoration: none;
}

/* もっと見る
--------------------------------------*/

#sidebar .box li.more {
	clear:both;
	text-align: right;
	padding-top: 5px;
}

#sidebar .box li.more a,
#sidebar #tagCloud li.more a{
	display: inline;
	padding: 2px 2px 2px 20px;
	background: url(images/icon_link.gif) no-repeat left -16px;
}

#sidebar .box li.more a:hover,
#sidebar #tagCloud li.more a:hover {
	text-decoration: underline;
	background-position: left 4px;
	background-color: transparent;
}

#sidebar .box li.bbs_theme {
	padding-left: 20px;
	background: url(images/icon_bbs_theme.gif) no-repeat center left;
}


#sidebar .box ul {
	padding: 5px 10px 10px 10px;
	background: url(images/sidebar_footer.gif) no-repeat bottom;
}

#sidebar .box form {
	padding: 15px 10px 5px 10px;
	border: none;
}

#sidebar .box .findicon {
	position: absolute;
	top: 30px;
	right: 7px;
	width: 75px;
	height: 29px;
	background: url(images/btn_find.gif) no-repeat;
	z-index: 99;
}

#sidebar .box p {
	line-height: 1.6;
	margin: 0 0 10px 0;
}

#sidebar form#qsearch {
	padding: 0;
	margin: 5px 0 10px 10px;
	border: none;
	width: 316px;
	height: 33px;
	background: #F2F0F0 url(images/qsearch.gif) no-repeat;
}
#sidebar form#qsearch p {
	margin: 0; padding: 0;
}
#sidebar form#qsearch input {
	float: left;
	border: none;
	background: transparent;
	color: #333;	
	margin: 0;
}
#sidebar form#qsearch .tbox {
	margin: 8px 0 0 5px; 
	width: 276px;	
	display: inline;
}
#sidebar form#qsearch .btn{
	float: right;
	margin: 5px 5px 0 0; 
}

#sidebar form#qsearch label {
	display: none;
}

/* pcshop
--------------------------------------*/
#sidebar .pcshop {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	background: url(images/sidebar_pc_body.gif) repeat-y;
}

#sidebar .pcshop h3{
	margin: 0;
	height: 20px;
	color: #333;
	background: url(images/sidebar_pc_header.gif) no-repeat;
	padding: 10px 0 0 10px;
}

#sidebar .pcshop ul {
	padding: 5px 10px 10px 10px;
	background: url(images/sidebar_pc_footer.gif) no-repeat bottom;
}

#sidebar .pcshop ul li{
	clear: both;
	background: url(images/sidebar_pc_line.gif) repeat-x top left;
	padding: 10px 0;
}

#sidebar .pcshop ul li img {
	float: left;
	margin: 0 10px 10px 0;
	border: none;
}

#sidebar .pcshop ul li {
	line-height: 1.6;
}

#sidebar .pcshop dd span{
	display: block;
}

#sidebar .pcshop ul li strong {
	color: #c00;
}

#sidebar .pcshop ul li a{
	color: #333;
}

#sidebar .pcshop ul li.hover {
	border-color: #aaf;
	cursor: pointer;
	background-color: #efefef;
}

#sidebar .pcshop ul li span{
	display: block;
}

#sidebar .pcshop ul li a:hover {
	text-decoration: underline
}

#sidebar .pcshop ul li:after{
	background: #ccc;
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

#sidebar .banner {
	text-align: center;
	margin-bottom: 20px;
}

#sidebar #blogparts{
	text-align: center;
}

/* Google
--------------------------------------*/
#sidebar #ad{
	margin-bottom: 20px;
	overflow: hidden;
}

/* footer
--------------------------------------*/
#footeri {
	width: 100%;
	background: #E4F6FF url(images/footer.jpg) repeat-x top left;
	clear: both;
}

#footer {
	width: 976px;
	margin: 0 auto 0 auto;
	font-size: 80%;
	padding: 60px 0 60px 0;
	position: relative;
}

#footer ul {
	float: left;
	width: 300px;
	margin: 0 35px 0 0;
	text-align: left;
	border-bottom: 1px solid #d4e1e2;
}

#footer ul.last {
	margin: 0;
}

#footer ul li a {
	display: block;
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #d4e1e2;
	color: #366799;
	color: #273566;
	text-decoration: none;
	width: 290px;
}

#footer ul li a:hover {
	background: #f0fdfe;
	color: #366799;
}

#footer ul li p {
	padding: 5px 0;
	line-height: 1.2;
	font-size: 90%;
}

#footer .copyright {
	position: absolute;
	bottom: 20px;
	right: 0;
}

#footer #vector {
	position: absolute;
	left: 0px;
	bottom: 20px;
	background: url(images/vector20.jpg) no-repeat;
	width: 106px;
	height: 56px;
	display:block;
	text-indent:-9999pt;
	overflow:hidden;
	border:none;
	outline:none;
	text-decoration:none;
}

#footer #vector a {
	display:block;
	width: 106px;
	height: 56px;
}

/* nav
--------------------------------------*/
#nav {
	background: #fff url(images/nav.jpg) no-repeat;
	padding: 0;
	margin: 0;
	width: 1026px;
	height: 41px;
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 0;
	height: 41px;
	padding: 0 45px 0;
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 18px 0 0 10px;
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 20px 0 10px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #E7FAA9;
	color: #E3F3FF;
}
#nav ul li.current {
	background: #fff url(images/tab_left.gif) no-repeat left top;
	height: 41px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #eee;
}

#nav ul li.current a {
	color: #333;
	background: transparent url(images/tab_right.gif) no-repeat right top;
	height: 26px;
	margin: 0;
	padding: 15px 10px 0 10px;
}

#nav ul li.current a:hover {
	color: #666;
}

/* enrty
--------------------------------------*/
#content .entry{
	margin-bottom: 30px;
	position: relative;
}

#content .entry h2 {
	font-size: 140%;
	color: #333;
	color: #273566;
	margin-bottom: 10px;
	padding: 2px 15px;
	background: url(images/h2.gif) no-repeat top left;
	font-weight: normal;
}

#content .entry h3{
	margin: 0 0 10px 0;
	color: #273566;
	padding: 2px 15px;
	background: url(images/h2.gif) no-repeat top left;
	font-weight: normal;
}

#content .entry p{
	line-height: 1.6;
	margin-bottom: 1em;
}

#content .entry ul.graph li{
	display: block;
	width: 101px;
	text-align: center;
	display:block;
	text-indent:-9999pt;
	overflow:hidden;
	border:none;
	outline:none;
	text-decoration:none;
}

#content .entry ul.graph li.noreport {
	color: #666;
	text-indent:0;
	text-align: left;
	background :none;
	padding: 2px 0;
}

#content .entry ul.graph li a {
	display:block;
	height: 10px;
	font-size: 10px;
	margin: 2px 0;
}

#content .entry .graph .ok {
	display: block;
	background: #2A82D6;
	padding: 1px 0;
	margin: 1px 0;
	float: left;
}

#content .entry .graph .gray {
	display: block;
	background: #9CCCF8;
	padding: 1px 0;
	margin: 1px 0;
	float: left;
}

#content .entry .graph .ng {
	display: block;
	background: #ccc;
	padding: 1px 0;
	margin: 1px 0;
	float: right;
}

#content .entry .requireditem{
	color: #E13203;
}

#content .entry p.description {
	margin-top: 1.6em;
	font-size: 90%;
}

#content .entry h2 a{
	color: #333;
	color: #273566;
}

#content .entry h2 span a{
	font-size: 80%;
	font-weight: normal;
	padding-left: 0.5em;
}

/* もっと見る
--------------------------------------*/

#content .more{
	clear:both;
	text-align: right;
	padding-top: 5px;
}

#content .more a {
	padding:2px 2px 2px 20px;
	background: url(images/icon_link.gif) no-repeat left -16px;
}

#content .more a:hover {
	background-position: left 4px;
}


#content .entry .result_keyword {
	margin-top: 20px;
	color: #333;
	color: #273566;
	padding: 2px 15px;
	background: url(images/h2.gif) no-repeat top left;
}

#content .entry .result_keyword p {
	font-size: 90%;
	font-weight: normal;
	margin-top: 0.5em;
}

#content .entry .result_keyword span{
	font-weight: normal;
	font-size: 80%;
	padding-left: 1em;
}

/* table
--------------------------------------*/
#content .entry .table_report {
	border-collapse: collapse;
	width: 580px;
}

#content .entry .table_report th {
	color: #666;
  	border-top: 1px solid #efefef;
  	border-bottom: 1px solid #efefef;
	padding: 5px 0;
	text-align: center;
	background: url(images/recent.gif) repeat-x top left;
}

#content .entry .table_report td {
	background: #fff;
	padding: 5px;
	vertical-align: middle;
  	border-top: 1px solid #efefef;
  	border-bottom: 1px solid #efefef;
}

#content .entry .table_report td p {
	line-height: 1.6;
}

#content .entry .table_report td.noborder{
	border: none;
}

#content .entry .table_report td.date {
	background-image: none;
	text-align: right;
	width: 8em;
}

#content .entry .table_report td.ver {
	text-align: center;
	width: 3em;
}

#content .entry .table_report td.os {
	text-align: center;
	width: 4em;
}

#content .entry .table_report td.mode {
	text-align: center;
	width: 3em;
}

#content .entry .table_report td.icon {
	width: 32px;
	padding: 5px 2px 5px 0;
}

#content .entry .table_report td span {
	font-size: 90%;
}

#content .entry .table_report td h3,
#content .entry .table_report td h3 a{
	color: #2A82D6;
	margin: 0;
	padding: 0;
	background: none !important;
}

.table_author td em{
	background:url(images/judgment_author.gif) no-repeat left top;
	margin-top: -5px;
	width: 22px;
	height: 20px;
	display: block;
	text-indent:-9999pt;
	overflow:hidden;
	border:none;
	outline:none;
	text-decoration:none;
	float: left;
}

.table_report td.hover {
	cursor: pointer;
}

#content .entry .table_report td.judgment {
	width: 4em;
	text-align: center;
}

.table_report td.judgment span{
	width: 4em;
	height: 32px;
	display:block;
	text-indent:-9999pt;
	overflow:hidden;
	border:none;
	outline:none;
	text-decoration:none;
}

.table_report td.judgment span.ok {
	background:url(images/judgment_ok.gif) no-repeat center center;
}

.table_report td.judgment span.gray {
	background:url(images/judgment_gray.gif) no-repeat center center;
}

.table_report td.judgment span.ng {
	background:url(images/judgment_ng.gif) no-repeat center center;
}

.table_report td.author {
	width: 12.5em;
	background: url(images/judgment_author.gif) no-repeat left center;
	padding: 5px 0 5px 24px;
}

.table_report td.noreport a{
	color: #3398df;
}

.table_report td dl dt{
	padding: 5px 0;
	color: #2A82D6;
}

.table_report td dl dd{
	padding: 5px 0;
	line-height: 1.6;
}

.table_report td dl dt span{
	padding-right: 1em;
}

.table_report .genre{
	display: block;
	margin-left: 5px;
	width: 32px;
	height: 32px;
	text-indent:-9999pt;
}

.table_report td ul li {
	white-space: nowrap;
}
 
.table_report .genre.writing{
	background: url(images/icon_writing.gif) no-repeat left top;
}

.table_report .genre.amuse{
	background: url(images/icon_amuse.gif) no-repeat left top;
}

.table_report .genre.art{
	background: url(images/icon_art.gif) no-repeat left top;
}

.table_report .genre.business{
	background: url(images/icon_business.gif) no-repeat left top;
}

.table_report .genre.edu{
	background: url(images/icon_edu.gif) no-repeat left top;
}

.table_report .genre.game{
	background: url(images/icon_game.gif) no-repeat left top;
}

.table_report .genre.hardware{
	background: url(images/icon_hardware.gif) no-repeat left top;
}

.table_report .genre.home{
	background: url(images/icon_home.gif) no-repeat left top;
}

.table_report .genre.net{
	background: url(images/icon_net.gif) no-repeat left top;
}

.table_report .genre.personal{
	background: url(images/icon_personal.gif) no-repeat left top;
}

.table_report .genre.prog{
	background: url(images/icon_prog.gif) no-repeat left top;
}

.table_report .genre.util{
	background: url(images/icon_util.gif) no-repeat left top;
}

div#bbs .table_report td {
	line-height: 1.6;
}

div#bbs .table_report td a{
	padding: 0 0 10px 20px;
	background: url(images/icon_bbs_res.gif) no-repeat left 5px; 
	display: block;
}

div#bbs .table_report td a,
div#official .table_report td a,
div#blog .table_report td a,
div#news .table_report td a,
div#link .table_report td a,
div#information .table_report td a,
div#official .table_report td a{
	color: #555;
}

/* 動作報告検索
--------------------------------------*/
/*
#report_search {
	background: #F7FAFC;
	padding: 10px;
	margin-top: 20px;
}

#report_search .keyword{
	border: 1px solid #ccc;
	padding: 3px 0;
	width: 440px;
	margin-top: 10px;
	clear: both;
}

#report_search #genre label{
	margin-right: 10px;
	width: 13em;
	float: left;
}

#report_search #genre label input{
	margin-right: 5px;
	border: none;
}
*/
#content form#report_search {
	padding: 10px;
	background: url(images/recent.gif) repeat-x top left;
	font-size: 90%;
}

#content form#report_search span {
	width: 57px;
	margin-top: 4px;
	float: left;
	font-weight: bold;
}

#content form#report_search #qsearch {
	padding: 0;
	border: none;
	width: 500px;
	height: 33px;
	background: #F2F0F0 url(images/qsearch_long.gif) no-repeat;
	float: right;
}

#content form#report_search #qsearch input {
	float: left;
	border: none;
	background: transparent;
	margin: 0;
}

#content form#report_search #qsearch #keyword {
	margin: 8px 0 0 5px; 
	width: 440px;
	display: inline;
}

#content form#report_search #qsearch .btn{
	float: right;
	margin: 5px 5px 0 0; 
}

#content form#report_search #qsearch label {
	display: none;
}

#content form#report_search select {
	margin: 10px 5px 0 58px;
	width: 180px;
	border: 1px solid #ddd;
}

#content form#report_search label {
	padding-right: 5px;
}

#content form#report_search label input {
	margin: 0 5px;
}


/* table (ニュースなど)
--------------------------------------*/
#content .entry .table_news td h3 {
	font-size: 100%;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(images/icon_lightblue.gif) no-repeat 5px center !important;
}

#content .entry .table_news td img.right{
	border: solid 1px #eee;
	margin: 0 0 5px 5px;
	float: right;
}

#content .entry .table_news td p {
	padding-left: 20px;
}

#content .entry .table_news td p a {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

#content .entry .table_news td p.date {
	display: block;
	margin: 0 0 5px 0;
	font-size: 90%;
	color: #888;
}

/* ブログ
--------------------------------------*/
#content .entry.blog h2 {
	margin-bottom: 20px;
}

.entry.blog p.date {
	margin-top: 50px;
	text-align: right;
}

.entry.blog p img {
	border: 1px solid #eee;
}

.entry img.right{
	float: right;
	margin-left: 10px;
}

.entry img.left{
	float: left;
	margin-right: 10px;
}

/* 最新のお知らせ
--------------------------------------*/
#content .recent{
	border: 1px solid #eee;
	padding: 10px 10px 10px 5px;
	margin-top: -5px;
	margin-bottom: 20px;
	background: url(images/recent.gif) repeat-x top left;
}

#content .recent:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

#content .recent { display: inline-block; }

#content .recent p{
	line-height: 1.4;
	padding-left: 20px;
	font-size: 90%;
}

#content .recent img.right{
	float: right;
	margin-left: 10px;
	margin-top: -25px;
}

#content .recent p.title {
	padding-left: 0px;
	margin-bottom: 5px;
}

#content .recent .title a{
	background: url(images/icon_lightblue.gif) no-repeat 5px center;
	padding-left: 20px;
	text-decoration: none; 
	color: #338EC9;
}

#content .recent .title a:hover{
	text-decoration: underline; 
}

#content .recent a.more {
	padding:2px 2px 2px 20px;
	background: url(images/icon_link.gif) no-repeat left -16px;
}

#content .recent a:hover.more {
	background-position: left 4px;
}

#content .recent span {
	position: absolute;
	right: 10px;
	top: -5px;
	display:block;  
	width: 32px;
	height: 32px;
	text-align: left;
	text-indent:-9999pt;
	overflow:hidden;
	background: url(images/recent_clip.gif) no-repeat top right;
}

#content .recent span a{
	width: 50px;
	height: 50px;
	display: block;
}

#content .recent img {
	float: right;
	padding: 0 0 0 10px;
}

.categoryname {
	margin-bottom: 10px;
}

/* 404
--------------------------------------*/
#content.notfound {
	height: 500px;
	text-align: center;
}

#content.notfound p{
	line-height: 1.6em;
}

#content.notfound p a {
	text-decoration: underline; 
}

/* 動作報告フォーム
--------------------------------------*/
#reportform {
	margin-bottom: 30px;
}

#reportform label{
	margin-right: 10px;
	display: block;
}

#reportform label input{
	border: none;
}

/* 掲示板検索
--------------------------------------*/
#bbs_search {
	border: 1px solid #ccc;
	background: #F7FAFC;
	padding: 10px;
	margin: 20px 0;
}

#bbs_search .keyword{
	border: 1px solid #ccc;
	padding: 3px 0;
	width: 440px;
}

/* ページネーション
--------------------------------------*/
ul.page_nav{
	margin: 20px 0 5px 0;
	text-align: center;
}

ul.page_nav li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

ul.page_nav a{
	padding: 0 5px;
	text-decoration: underline; 
}

ul.page_nav a:hover,
ul.page_nav a:active{
	color: #366799;
/*	border: 1px solid #366799; */
	text-decoration: none; 
}

ul.page_nav li.current{
	color: #333;
	padding: 0 5px;
	font-weight: bold;
}

ul.page_nav li.prev a {
	background: url(images/icon_link_rev.gif) no-repeat left -17px;
	padding: 0 5px 0 24px;
	border:none;
}

ul.page_nav li.prev a:hover {
	color: #366799;
	background-position:left 3px;
	background-color: #fff;
	border:none;
	text-decoration: none; 
}

ul.page_nav li.next a {
	background: url(images/icon_link.gif) no-repeat right -17px;
	padding: 0 24px 0 5px;
	border:none;
}

ul.page_nav li.next a:hover {
	color: #366799;
	background-position:right 3px;
	background-color: #fff;
	border:none;
	text-decoration: none; 
}

ul.page_nav li.prev_disable{
	color: #ccc;
	background: url(images/icon_link_rev.gif) no-repeat left -17px;
	padding: 0 5px 0 24px;
	border:none;
}

ul.page_nav li.next_disable{
	color: #ccc;
	background: url(images/icon_link.gif) no-repeat right -17px;
	padding: 0 22px 0 3px;
	border:none;
}

ul.page_nav.bottom{
	margin-top: 10px;
}

.page_count{
	clear: both;
	color: #666;
	text-align: center;
}

/* 凡例
--------------------------------------*/
ul.report_list_exsample {
	border: 1px dashed #ccc;
	padding: 10px;
	margin: 20px 0;
	font-size: 90%;
}

/*
ul.report_list_exsample li{
	display: inline;
	margin: 0 5px;
	padding-left: 5px;
}

ul.report_list_exsample li.ok{
	border-left: 5px solid #2A82D6;
}

ul.report_list_exsample li.gray{
	border-left: 5px solid #9CCCF8;
}

ul.report_list_exsample li.ng{
	border-left: 5px solid #ccc;
}
*/

#content .entry ul.report_list_exsample li{
	display: inline;
	padding: 5px;
}

#content .entry ul.report_list_exsample li.ok{
	background: url(images/judgment_ok.gif) no-repeat left center;
	padding-left: 22px;
}

#content .entry ul.report_list_exsample li.gray{
	background: url(images/judgment_gray.gif) no-repeat left center;
	padding-left: 22px;
}

#content .entry ul.report_list_exsample li.ng{
	background: url(images/judgment_ng.gif) no-repeat left center;
	padding-left: 22px;
}

#content .entry ul.report_list_exsample li.author{
	background: url(images/judgment_author.gif) no-repeat left center;
	padding-left: 22px;
}


/* パンクズ
--------------------------------------*/
ul#pankuzu {
	font-size: 90%;
	margin: 0 0 20px 0;
	height:2em;
	background:url(images/dot.gif) repeat-x bottom;
}

ul#pankuzu li {
	float:left; 
	line-height:2em;
	display: inline;
}

ul#pankuzu li a {
	background:url(images/path.gif) no-repeat right center;
/*	display:block; */
	padding:0 14px 0 0;
	margin-right: 7px;
}

ul#pankuzu li a:link {
	text-decoration:none;
}

ul#pankuzu li a:hover,
ul#pankuzu li a:focus {
	text-decoration: underline;
}

/* 動作報告詳細のソフト情報
--------------------------------------*/
#content .entry #reportheader {
	clear: both;
	padding: 0;
	margin-bottom: 20px;
}

#content .entry #reportheader dl{
	margin-top: 20px;
}

#content .entry #reportheader dl dt{
	float: left;
	width: 11em;
	text-align: right;
	padding: 2px 0;
	position: relative;
}

#content .entry #reportheader dl dd{
	margin: 0 0 5px 12em;
	padding: 2px 0;
	position: relative;
}

#content .entry #reportheader h2 {
	line-height: 1.2em;
	background: none;
	border: none;
	padding: 0;
	color: #333;
}

#content .entry #reportheader .genre{
	position: absolute;
	right: 0;
	top: -5px;
	display:block;  
	width: 32px;
	height: 32px;
	text-align: left;
	text-indent:-9999pt;
	overflow:hidden;
}

#content .entry #reportheader .genre.writing{
	background: url(images/icon_writing.gif) no-repeat left top;
}

#content .entry #reportheader .genre.amuse{
	background: url(images/icon_amuse.gif) no-repeat left top;
}

#content .entry #reportheader .genre.art{
	background: url(images/icon_art.gif) no-repeat left top;
}

#content .entry #reportheader .genre.business{
	background: url(images/icon_business.gif) no-repeat left top;
}

#content .entry #reportheader .genre.edu{
	background: url(images/icon_edu.gif) no-repeat left top;
}

#content .entry #reportheader .genre.game{
	background: url(images/icon_game.gif) no-repeat left top;
}

#content .entry #reportheader .genre.hardware{
	background: url(images/icon_hardware.gif) no-repeat left top;
}

#content .entry #reportheader .genre.home{
	background: url(images/icon_home.gif) no-repeat left top;
}

#content .entry #reportheader .genre.net{
	background: url(images/icon_net.gif) no-repeat left top;
}

#content .entry #reportheader .genre.personal{
	background: url(images/icon_personal.gif) no-repeat left top;
}

#content .entry #reportheader .genre.prog{
	background: url(images/icon_prog.gif) no-repeat left top;
}

#content .entry #reportheader .genre.util{
	background: url(images/icon_util.gif) no-repeat left top;
}

#content .entry #reportheader dd a { 
	text-decoration: underline;
}

#content .entry #reportheader dd a:hover { 
	background-color: #efefef;
}

#content .entry #reportheader .report_form a {  
	display:block;  
	width: 66px;
	height: 30px;
	padding-left: 34px;
	margin-left: -4px;
	line-height: 30px;
	background: url("images/ico_report_button.gif") no-repeat left top;
	color: #000;
	text-decoration:none;  
}

#content .entry #reportheader .report_form a:hover {  
	background: url("images/ico_report_button.gif") no-repeat 0 -30px;
	text-decoration:none;  
	color: #000;
}  

#content .entry #reportheader .feed, #reportheader .feed a:hover{
	position: absolute;
	margin-left: 1em;
	padding-left: 5px;
	background:url(images/soft_feed.png) no-repeat;
	width: 14px;
	height: 14px;
	text-indent:-9999pt;
	overflow:hidden;
}

/* フォーム関連
--------------------------------------*/
#content  form {
	line-height: 1.6em;
	border: 1px solid #ddd;
}

#content  form td{
	padding: 5px;
}

#content  form td.item{
	width: 160px;
	text-align: right;
	background: #efefef;
	vertical-align: top;
}

#content  form td.data{
	line-height: 1.6;
	width: 400px;
	padding: 5px 0px 20px;
	background:url(images/dot.gif) repeat-x bottom;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}

#content  form .text_long {
	border: 1px solid #ccc;
	padding: 3px 0;
	width: 380px;
}

#content  form .text_short {
	border: 1px solid #ccc;
	padding: 3px 0;
	width: 100px;
}

#content form input.button{
	padding: 2px 0;
	width: 100px;
}

#content form input.button_200{
	padding: 2px 0;
	width: 200px;
}

#content form input.radio,
#content form input#unknouwn_32,
#content form input#ok_32,
#content form input#gray_32,
#content form input#ng_32,
#content form input#unknouwn_64,
#content form input#ok_64,
#content form input#gray_64,
#content form input#ng_64 {
	margin: 0 10px;
}

/* 掲示板一覧
--------------------------------------*/
#content .entry .table_bbs_res_list td{
	padding: 10px 10px 10px 20px;
	background: url(images/icon_bbs_res.gif) no-repeat left 15px;
	line-height: 1.6;
}

#content .entry .table_bbs_theme_list td{
	padding: 10px 10px 10px 20px;
	background: url(images/icon_bbs_theme.gif) no-repeat center left;
}

/* 掲示板詳細
--------------------------------------*/
#content .entry dl.bbs_toptheme {
	background: url(images/recent.gif) repeat-x top left;
	border: 1px solid #ddd;
	padding: 15px;
}

#content .entry dl.bbs_toptheme dt{
	border: none;
	font-size: 100%;
	line-height: 1.5;
}

#content .entry dl.bbs_toptheme dd{
	padding-top: 1em;
	color: #00aa66;
}

#content .entry .table_bbsres td dl dt{
	padding: 5px 0 0 24px;
	color: #5E9900;
	color: #00aa66;
}

#content .entry dl.bbs_toptheme dd span{
	padding-right: 1em;
}

#content .entry .table_bbsres td dl dt span{
	padding: 0 1em 0 1em;
}

#content .entry .table_bbsres td dl dd{
	padding: 1em 0 1em 24px;
}

#content .entry dl.bbs_toptheme dd a {
	width: 400px;
	display: block;
	margin-top: 1em;
}

#content .entry .table_bbsres td{
	background: url(images/icon_bbs_res.gif) no-repeat 5px 5px;
}

/* アイコン
--------------------------------------*/
#content a.ico.link {
	padding:2px 2px 2px 20px;
	background: url(images/icon_link.gif) no-repeat left -16px;
}

#content a:hover.ico.link {
	background-position: left 4px;
}

/* このページの先頭へ
--------------------------------------*/
#content .backtotop{
	clear:both;
	text-align: right;
	margin:0 0 0 0;
	padding-top: 40px;
}

#content .backtotop a{
	padding:2px 2px 2px 18px;
	background-image: url(images/bg_icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left -16px;
}

#content .backtotop a:hover{
	background-image: url(images/bg_icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

/* MS Indes
--------------------------------------*/
#content .entry #msindex {
	position: absolute;
	top: 0;
	right: 0;
/*	padding-left: 15px; */
}

#content .entry #officialmenu {
/*	width: 580px; */
}

/* ブログバックナンバー
--------------------------------------*/
#content #backnumber {
}

#content #backnumber h3 {
	font-size: 120%;
	color: #273566;
	margin-bottom: 10px;
	padding: 2px 15px;
	background: url(images/h2.gif) no-repeat top left;
	font-weight: normal;
}

#content #backnumber ul li {
	background: url(images/icon_lightblue.gif) no-repeat 5px center;
	padding: 3px 0 3px 20px;
}

#content #backnumber ul li a {
	color: #2A82D6;
}

/* 管理用
--------------------------------------*/
#content.admin {
}

#content.admin ol {
	list-style-type : decimal;
	padding-left: 1em;
}

#content.admin ol li {
	padding-bottom: 1em;
}

#content.admin ol li a.new {
	color: #c00;
}

/* 作者からの報告
--------------------------------------*/
#content .entry ul.summary{
	clear: both;
	width: 200px;
}

#content .entry ul.summary li{
	float: left;
	padding: 5px 0 5px 22px;
	width: 26px;
}

#content .entry ul.summary li.ok{
	background: url(images/judgment_ok.gif) no-repeat left center;
	font-size: 10px;
}

#content .entry ul.summary li.gray{
	background: url(images/judgment_gray.gif) no-repeat left center;
	font-size: 10px;
}

#content .entry ul.summary li.ng{
	background: url(images/judgment_ng.gif) no-repeat left center;
	font-size: 10px;
}

#content .entry ul.summary li.author{
	background: url(images/judgment_author.gif) no-repeat left center;
	font-size: 10px;
}

#content .entry ul.summary li.none{
	background: none;
	text-indent:-9999pt;
	overflow:hidden;
	border:none;
	outline:none;
	text-decoration:none;
}

#content #reportheader input {
	padding: 2px 10px;
}

#content #reportheader .dlurl ul {
	margin-top: 5px;
}

#content #reportheader .dlurl ul li {
	float: left;
}

#content #reportheader .dlurl ul li a {
	display:block;
	text-indent:-9999pt;
	overflow:hidden;
	border:none;
	outline:none;
	text-decoration:none;
}

#content #reportheader ul.pcshop li a.catalogue {
}

#content #reportheader ul.pcshop li a.buy {
	border: 1px solid #ccc;
	background: #efefef;
	padding: 2px 5px;
	text-decoration: none;
}

#content #reportheader ul.pcshop li a:hover.buy {
	text-decoration: underline;
}

#content .table_author td dl dt,
#content .table_author td.detail {
	color: #DF6300;
}

#content .table_author td dl dt span,
#content .table_author td.detail span {
	background: url(images/judgment_author.gif) no-repeat left center;
	padding: 3px 1em 0 24px;
}

#content .entry h3.author{
	margin-top: 30px;
	font-weight: normal;
	color: #273566;
	padding: 2px 15px;
	background: url(images/h2.gif) no-repeat top left;
}

#content .entry h3.user{
	margin-top: 40px;
	font-weight: normal;
	color: #273566;
	padding: 2px 15px;
	background: url(images/h2.gif) no-repeat top left;
}

#content #reportheader ul.pcshop li {
	display: inline;
}

/* stripe
--------------------------------------*/
tr.even td {
    background-color: #F7FAFC !important;
}

tr.over td {
	background-color: #F0F7FC !important;
}

/* clearfix
--------------------------------------*/
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

