/*--------------------------------------
  Default Style Sheet
  - Universal selector& fonts
  - Text Size Set
  - Structure Module
  - Text Module
  - Hypertext Module
  - List Module
  - Table Module
  - Image Module
---------------------------------------*/

/*--------------------------------------
  Universal selector & fonts
---------------------------------------*/

*{
	margin: 0;
	padding: 0;
}

body{font:13px/1.231  Meiryo,"メイリオ","MS Pゴシック Ex+","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",arial,helvetica,clean,Verdana, Osaka, sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99%  Meiryo, "メイリオ", "MS Pゴシック Ex+", "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",arial,helvetica,clean,Verdana, Osaka, sans-serif;}
pre, code {font:115% monospace;*font-size:100%;}
body * {line-height:1.5em;}

/*--------------------------------------
  Structure Module
---------------------------------------*/

body {
	background: #F8F8F3;
	color: #333;
	text-align: center;
}
div{
	text-align: left;
}


/*--------------------------------------
  Text Module
---------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	line-height: 1.1;
}

h1 {
	font-size: 100%;
	font-weight: bold;
}

h2 {
	font-size: 167%;
	font-weight: bold;
}

h3 {
	font-size: 136%;
	margin-bottom: 10px;
	font-weight: bold;
}

h4 {
	font-size: 122%;
	margin-bottom: 10px;
	font-weight: bold;
}

h5 {
	font-size: 80%;
}

h6 {
	font-size: 80%;
}

p{
	font-size: 108%;
}

em {
	font-style: normal;
	font-weight: bold;
}


/*--------------------------------------
  Hypertext Module
---------------------------------------*/

a {
	color: #039;
	text-decoration: underline;
}

a:link {
	color: #039;
}

a:active {
	color: #039;
}
a:visited {
	color: #939;
}

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

/*--------------------------------------
  List Module
---------------------------------------*/

ul,
ol,
dl {
	list-style-position: outside;
	margin: 0 0 0 12px;
	padding: 0 0 0 8px;
}
ol{
	margin: 0 22px;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size:100%;
}

/*--------------------------------------
  Table Module
---------------------------------------*/

th{
	text-align: left;
}


/*--------------------------------------
  Image Module
---------------------------------------*/

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

