@charset "UTF-8";

/* Resetting Again */
/* http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/***** height_adjust *****/
.height_adjust{
	display: block;
	min-height: 0;
}
.height_adjust:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .height_adjust{
	display: inline-block;
}
/* exclude ie mac \*/
* html .height_adjust{
	height: 1%;
}



body{
	background: #eee url(/img/bg.gif) top repeat-x;
	line-height: 140%;
	font-family: Meiryo, Verdana, "メイリオ", "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, Osaka;
	font-size: 78%;
}
#wrap{
	margin: 0 auto;
	width: 940px;
}
#header{
	height: 70px;
	background: url(/img/header.gif) no-repeat;
	text-align: right;
	position: relative;
}
#header h1{
	top: 77px;
	left: 10px;
	color: #fff;
	position: absolute;
}
#header div.tool{
	top: 95px;
	left: 10px;
	color: #fff;
	font-size:110%;
	position: absolute;
}
#header div.tool a{
	color: #fff;
}
#header div{
	float: right;
}
#header a{
	margin: 20px 0 0 0;
	height: 30px;
	float: left;
}
#header a.home{
	width: 70px;
}
#header a.home span{
	display: none;
}
#header a.guide{
	width: 130px;
}
#header a.help{
	width: 70px;
}
#search{
	height: 70px;
	background: url(/img/search.gif) right no-repeat;
}
#main{
	margin: 10px 0 0 0;
	background: #fff url(/img/bg_navi.gif) top left repeat-y;
	border: 1px #666 solid;
}
#navi{
	width: 260px;
	float: left;
}
#navi div{
	margin: 2px;
	padding: 3px;
}
#navi div div.c{
	margin: 3px 0 3px -5px;
	padding: 0;
	height: 30px;
	width: 240px;
	background: url(/img/navi_c.gif) top left no-repeat;
}
#navi div.c span{
	display: none;
}
#navi ul{
	margin: 15px 0 15px 10px;
}
#navi li{
	line-height: 140%;
}
#contents{
	width: 677px;
	float: right;
}
#contents div{
	margin: 2px;
	padding: 3px;
	background: #fff url(/img/bg_contents.gif) top repeat-x;
}
#contents div div{
	background: none;
}
#footer{
	height: 80px;
	background: url(/img/footer.gif) no-repeat;
	clear: both;
}
#footer a{
	float: right;
	width: 140px;
	height: 20px;
}


/********************
  検索フォーム
********************/

#search #form{
	padding: 10px 0 0 600px;
	position: relative;
}
#search #form #pauc_query{
	margin: 0 0 4px 0;
	width: 240px;
	display: block;
}
#search #form #pauc_category{
	width: 240px;
}
#search #form #pauc_submit{
	width: 70px;
	height: 35px;
	border: none;
	background: url(/img/search.gif) -275px -20px no-repeat;
	position: absolute;
	top: 20px;
	left: 860px;
}

/********************
 TOP カテゴリリスト
********************/

#pauc_list div.category {
	margin: 0 0 20px 0;
	width: 320px;
	float: left;
}
#pauc_list div.category h2 {
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 20px;
	background: #eee url(/img/c_head.gif) 5px 5px no-repeat; 
}
#pauc_list div.category ul {
	margin: 0 0 0 20px;
	list-style-type: none;
}
#pauc_list div.category ul li {
	padding: 0;
	width: 150px;
	line-height: 140%;
	display: block;
	float: left;
}

/********************
 ツール説明
********************/

div#tool_guide{
}
div#tool_guide h2{
	margin: 10px 0;
	padding: 8px 0 0 20px;
	height: 30px;
	background: url(/img/bg_title.gif) no-repeat;
	font-weight: bold;
	font-size: 100%;
}
div#tool_guide div.contents{
	margin: 10px 0 10px 20px;
}
div#tool_guide .red{
	color: #ff0000;
}

ul.guide{
	margin: 0 0 0 20px;
	list-style-type: disc;
}
ol.guide{
	margin: 0 0 0 20px;
	list-style-type: decimal;
}
ul.guide li,ol.guide li{
	margin: 5px 0;
}