@charset "UTF-8";
/************/
/*  RESET   */
/************/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote
{
	margin:0;
	padding:0;
}

fieldset,
img
{
	border:0;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var
{
	font-style:normal;
	font-weight:normal;
}

ol,
ul
{
	list-style:none;
}

.separate,
.floatingw,
legend
{
	display:none;
}

button
{
	cursor:pointer;
}

body
{
    font-family: verdana,
                "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
                "メイリオ","Meiryo"
                Osaka,
                "ＭＳ Ｐゴシック",
                "MS PGothic",
                Sans-Serif;
    line-height:1.22;
	font-size:12px;
}

table
{
	font-size:inherit;
	font:100%;
}

pre,
code,
kbd,
samp,
tt
{
	font-family:monospace;
	line-height:99%;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-size:100%;
}

ol, ul {
	list-style: none;
}
small {
	font-size:90%;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* GENERALLY USEFUL STYLES *********************************************/
 
strong {
	font-weight:bold;
}
 
em {
	font-style:italic;
}
 
.block {
	display:block;
}
 
.floatL {
	float:left !important;
}
 
.floatR {
	float:right !important;
}

.floatCenter {
	float:none !important;
    margin:0 auto;
}

 
.noMargin {
	margin:0 !important;
}
 
.alignR {
	text-align:right !important;
}
 
.alignCenter {
	text-align:center !important;
}

.alignL {
	text-align:left !important;
}
 
.clear {
	clear:both !important;
}
 
.clearer {
	display:block !important;
	float:none !important;
	width:100% !important;
	height:1px !important;
	line-height:0px !important;
	font-size:0px !important;
	border:0px !important;
	clear:both !important;
}

.clearspace {
	display:block !important;

	width:100% !important;
	height:1em !important;
	line-height:1em !important;
	font-size:100% !important;
	border:0px !important;
	clear:both !important;
}
 
.clearpad {
	clear:both !important;
	padding-top:2em;
}
 
.HIDE {
	display:none;
}
 
a:active {
	outline:none !important;
}
 
a:focus {
	-moz-outline-style:none;
}
 
b {
	font-weight:bold;
}
 
i {
	font-style:italic;
}

html {  
    overflow-y: scroll;  
}  
table   {  
    border-collapse: collapse;  border-spacing: 0;  
}  
img {  
    border: 0;  
}  
li  {  
    list-style-type: none;  
}  

/********************/
/*  COMMON CLASSES  */
/********************/
img.left
{
	float:left;
}

img.center
{
	float:none;
	display:block;
	margin:0 auto;
}

img.right
{
	float:right;
}

a
{
	color:rgb(70,122,167);
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	color:rgb(42,90,138);
	text-decoration:underline;
}

a:visited
{
	color:rgb(42,90,138);
}

a img
{
	
}

a:hover img
{
	
}

h1
{
    font-size:146.5%;
}

h2
{
    font-size:131%;
}

h3
{
    font-size:116%;
}

h4
{
    font-size:100%;
}

h5
{
    font-size:93%;
}

h6
{
    font-size:88%;
}
