﻿@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;	
	/*overflow-y: hidden;*/
}

#FlashContent {
	height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	
	font-size: 13px;
	*font-size: small; /* IE 7 */
	*font: x-small; /* IE 6 */
	
	line-height: 1.5em;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "OSAKA", "MS Gothic", "MS ゴシック", "meiryo", "メイリオ", "sans-serif"; 
}

/*==============
26pixel: 197%
25pixel: 189%
24pixel: 182%
23pixel: 174%
22pixel: 167%
21pixel: 161.6%
20pixel: 153.9%
19pixel: 146.5%
18pixel: 138.5%
17pixel: 131%
16pixel: 123.1%
15pixel: 116%
14pixel: 108%
13pixel: 100%
12pixel: 93%
11pixel: 85%
10pixel: 77%
==============*/

h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

/*============================================================*/

#flashcontent div {
	margin: 150px auto ;
	width: 450px;
}

#flashcontent div h1 {
	margin: 1em;
	font-weight: bold;
}

#flashcontent div p {
	margin: 1em;
}

p.right {
	text-align: right;
}

#content div ul {
	margin: 1em;
	list-style: circle;
	list-style-position: inside;
}

/*============================================================*/
#tmp {
	margin: 150px auto ;
	width: 450px;
}


#tmp h1 {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 2em;
}

