@charset "UTF-8";

/*---------------------------------------------

default.css

coded by cloud-box

---------------------------------------------*/

 
/* Reset */

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
blockquote, pre, table, caption, th, td, address, form, fieldset, legend, object {
  margin: 0;
  padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

fieldset {
  border: none;
}

#google  {
  font-family: sans-serif;
  font-weight: normal;
}

input {
  vertical-align: middle;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  outline: none;
		text-decoration:underline;
		color:#343434;
}

a:hover {
		text-decoration:none;
		color:#676767;
}


/* Setting */

html {  
  overflow-y: scroll;  
}

body {
  font-family: sans-serif;
  font-size: 13px;
}

* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}
#area-pankuzu ol.topicpath{
  list-style-position: outside;
}
  
table {
  border-collapse: collapse;
}

legend {
  color: #333;
}


/* Option */

*+html>/**/body .small-font {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}

*:first-child+html .small-font {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}

* html .small-font {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}
  
* html ul li dl,
* html ol li dl {
  display: inline;
}

*:first-child+html ul li dl,
*:first-child+html ol li dl {
  display: inline;
}


/* Back to top button */

#nav-up{
	width:960px;
	margin:0 auto;
}

#nav-up #back-top{
	position: fixed;
	bottom:30px;
	margin-left:960px;
	z-index:10;
}

/* arrow icon (span tag) */

 #nav-up #back-top span {
	width: 80px;
	height: 80px;
	display: block;
	background: url(../img/nav-up.png) no-repeat center center;
}

#nav-up #back-top a:hover span {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/*---------------------------------------------

Font Size

view :   a    p12		p14
---------------------
20px : 154%  166%  143%
18px : 139%  149%  129%
16px : 124%  133%  114%
15px : 116%  125%  107%
14px : 108%  116%  100%
13px : 100%  108%   93%
12px :  93%  100%   86%
11px :  85%   91%   74%

p=view/13/a
---------------------------------------------*/