﻿@charset "UTF-8";
/*
++++++++++++++++++++++++++++++++++++++++
Jolls CSS Settings
FileName:   common.css
$Date: 2006/04/01 13:00:00 $
$Revision: 1.0 $
++++++++++++++++++++++++++++++++++++++++
*/

*{
margin:0;
padding:0;
}

html{
font-size:100%;
}

body{
margin: 0px;
padding: 0px;
color:#333333;
background-color:#FFFFFF;
}

body,input,textarea,select{
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
}

fieldset{
border:0;
}

img{
border:0;
}

a{
color:#0066CC;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

a:active{
color:#CC0000;
}

a:visited{
color:#993399;
}

ul,
ol{
list-style-type:none;
}

.elementHidden{
position:absolute;
top:0;
left:-9999px;
color:#000000;
background-color:#FFFFFF;
}

#printHeaderArea{
display:none;
}



/*---clearfix---*/

.clearFix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearFix{
display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearFix{
height: 1%;
}

.clearFix{
display: block;
}
/* End hide from IE-mac */