@charset "shift_jis";

/*================ CONTENTS =================
*	category: Support
*	menu: FAQ
*		0: override
*		1: column
*		2: main
*			: entry
*			: table
*		5:extra
*			: ranking
* 
==========================================*/

/******************************************
*
*	FAQ
*
******************************************/
/*
=========================================
	0: override
=========================================*/
#contents p img {
	float: none;
	margin: 0;
}

#contents {
	padding-bottom: 0;
}

#body {
	position: relative;
	width: auto;
	min-width: 500px;
	margin-top: 1em;
	padding-bottom: 2em !important;
	border-width: 0 !important;
}
#body:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
* html #body {
	height: 1%;
}

#menu {
	left: 0 !important;
	position: relative !important;
	border-width: 0 !important;
}

div#menu ul {
	border-bottom-width: 0 !important;
}

#body a,
#menu a {
	border-bottom: #446699 1px dotted ;
	color: #335588;
	text-decoration: none;
}

* html #body a,
* html #menu a {
	border-bottom-style: solid ;
}

#body a:visited,
#menu a:visited {
	border-color: #545a63;
	color: #445063;
}
#body a:hover,
#menu a:hover,
#body a:active,
#menu a:active {
	border-color: #bb5555;
	border-bottom-style: solid;
	color: #9b0505;
}

#pageTitle {
	margin-top: 0; /*for IE*/
}



/*
-----------------------------------------
	Default Style of Tags in Contents
-----------------------------------------*/
#contents h2 {
	margin: 0;
	padding: 6px 6px 6px 16px;
	border: 1px solid #42934d;
	background: #e7fbea url("../images/h2_point.gif") no-repeat left center;
}

#contents h2.style1 {
	padding: 0;
	margin: 0 4px ;
	background-color: #fff ! important;
	color: #42934d;
	font-size: 12px;
	border-width: 0 ! important;
	background-image: none ! important;
}

#contents h2.style3 {
	margin: 1em 0 0 ! important;
	padding: 6px 6px 6px 16px ! important;
	border: 1px solid #42934d ! important;
	background: #e7fbea url("../images/h2_point.gif") no-repeat left center ! important;
}
* html #contents h2.style3 {
	height: 1%;
}



/*
=========================================
	1: column
=========================================*/
/*===== content  =====*/
#contentswrap { 
	margin-top: -1;
	border: #ffffff 1px solid; /* for firefox */
	background: url(../images/bg_menuline.png) repeat-y 185px top;
}
#contentswrap:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
* html #contentswrap {
	height: 1%;
}

* html #content {
	position: absolute;
	width: 100%;
}

/*===== 1column =====*/
.main {
	width: auto;
	margin-top: 0.5em;
	padding-bottom: 1em;
	overflow: visible;	/* fix for IE italics bug */
}

/*===== 2column   =====*/
.maincol {
	position: relative;
	min-width: 500px;
}
.maincol:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
* html .maincol {
	height: 1%;
}

.maincolright {
	position: absolute;
	top:0.5em;
	right:0;
	width: 200px;
}

.maincolleft  {
	padding-right: 215px;
	}



/*
=========================================
	2: main
=========================================*/
.newestentry {
	border: 1px solid #222222;
	width: 99% /*for IE bug*/
}

.newestentry .header {
	padding: 2px;
	border-bottom: #222222 1px solid;
	background-color: #42934d;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.newestentry .body {
	padding: 1em 1.5em;
}


/*
-----------------------------------------
	: entry
-----------------------------------------*/
.content-nav {
	padding-top: 0.5em;
}


div#entryheader {
	border: 1px solid #333;
	margin-bottom: 1em;
}
div#entryheader h2 {
	background: #396 url("../support/troubles/images/point.gif") no-repeat center left;
	margin: 0;
	padding: 2px 15px 2px 21px;
	color: #ffffff;
	font-size: 100%;
}
p#category {
	display: inline;
	padding: 0 6px 0 21px;
	font-size: 95%;
}
p#category a {
	border: 0;
}

/*
#writecontent {
	max-width: 580px;
}

* html #writecontent {
	width: 580px;
}
*/


.entryfooter {
	clear: both;
	margin-top: 2em;
}
.postdate {
	margin-top: 1.5em;
	border-top: #cccccc 1px solid;
	padding-top: 0.5em;
	font-size: 95%;
}

.archivelist {
	margin-top: 1em;
	margin-bottom: 0.5em;
}


.result-postdate {
	color: #666666;
	font-size: 90%;
}


#search-results {
	padding-bottom: 2em;
}
#search-results h3 {
	background: url(../images/icon_doc.gif) no-repeat left center !important; 
	padding:0px 0px 1px 16px !important; 
}
#search-results h2 {
	margin-bottom: 10px !important;
}

#sitesearch {
	margin: 1em 0;
}


/*
-----------------------------------------
	: table
-----------------------------------------*/
#writecontent table {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#writecontent th, #writecontent td {
	padding: 5px 10px;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
}
#writecontent th {
	background-color: #42934d;
	color: #ffffff;
	font-weight: bold;
	white-space: nowrap;
}
#writecontent th.sub {
	background: #e7fbea;
	color: #333333;
	font-weight: normal;
}
#writecontent tbody th {
	text-align: left;
}



/*
=========================================
	5:extra
=========================================*/
/*
-----------------------------------------
	: ranking
-----------------------------------------*/
#ranking {
	border: 1px solid #222222;
	width: 99% /*for IE bug*/
}

#ranking .header {
	padding: 2px;
	border-bottom: #222222 1px solid;
	background-color: #42934d;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

#ranking .body {
}

#ranking ul {
	margin: 0.5em 0 1em ;
	padding: 0px;
	list-style: none;
	line-height: 1.2em;
}

#ranking ul li{
	padding: 0 0 0.5em 0;
	list-style-type: decimal !important;
}

#ranking ul li a {
	display: block;
	padding: 2px 10px;
}

* html #ranking  ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 1%;
}
* html #ranking  ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}


/*===== sidebar.jp =====*/
.sb-title {
	display: none;
}
.sb-list {
	height: 450px;
	border: #cccccc 1px solid;
	margin: 0 !important;
}

.sb-powered {
	padding: 0.5em 0;
}
