﻿@charset "UTF-8";

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

Default CSS

for all pages
imported to "top.css" and "inpage.css"

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

 
/* Reset */

* {
  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;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
  vertical-align: baseline;
}

a img {
  border: none;
}

/* Setting */

html {  
  overflow-y: scroll;  
}

body {
  background: #FFF;
	font-size:80%;	
	/*font-family: "ＭＳ Ｐゴシック","Osaka",sans-serif;*/
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Sans-Serif;
	line-height: 1.4;
  color: #333;
	letter-spacing: normal;
	line-height: 1em;
}

/* IE6 base font */
* html body { 
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  /*font-size: small;*/
}
  
*:first-child+html body { /* for IE7 */
  /*font-size: small;*/
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}
  
table {
  border-spacing: 0;
}

th, td {
	padding: 0;
}

fieldset {
	border: none;
}

legend {
  color: #333;
}

hr {
	display: none;
}

div#main p,
div#main ul,
div#main ol,
div#main dl,
div#main blockquote,
div#main pre,
div#main table {
  /*margin: 1em 0;*/
}

/* clearfix */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
	display: block;
	zoom: 100%; 
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* Option *//*

* html .smallFont {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}
  
*:first-child+html .smallFont {
  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;
}

*/


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

Font Size

20px : 154%
18px : 139%
16px : 124%
15px : 116%  125%
14px : 108%  117%
13px : 100%  108%
12px :  93%  100%
11px :  85%   92%

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

