@charset "utf-8";

/* ----------------------------------------
 * 0. Reset Module
 * 1. Structure Module
 * 2. Text Module	
 * 3. HyperText Module 
 * 4. Table Module 
 * 5. List Module
 * 6. Image Module
 * 7. Javascript Class Module
 * 8. ClearFix Module
 * ---------------------------------------- */

/* ----------------------------------------
 * 0. Reset Module
 * ---------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td{
	padding: 0;
	margin: 0;
}

table{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img{
	border: 0;
}

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

li {
	list-style: none;
}

.disc {
	padding-left: 13px;
}
.disc li {
	list-style-type: disc;
	list-style-position: outside;
}


caption,th {
	text-align: left;
}

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

q:before,q:after{
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup,sub {
	line-height: -1px;
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/* ----------------------------------------
 * 1. Structure Module
 * ---------------------------------------- */
html {
	overflow-y: scroll;
}

/* ----------------------------------------
 * 2. Text Module	
 * ---------------------------------------- */
body,
table th,
table td { 
	line-height: 1.5;
}

body {
	color: #333;
	background-color: #fff;
}
.bold,
strong {
	font-weight: bold;
}
.upperTrans {
	text-transform: uppercase;
}
p.textRight,
div.textRight p {
	text-align: right;
}

.center {
	text-align:center;
	maring: 0 auto;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
/* ----------------------------------------
 * 3. HyperText Module 
 * ---------------------------------------- */
a:link {
	color: #0033FF;
	text-decoration: underline;
}

a:visited {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	color: #1AADFC;
	text-decoration: underline;
}

a:active {
	color: #1AADFC;
	text-decoration: underline;
}

/* ----------------------------------------
 * 4. Table Module 
 * ---------------------------------------- */
table {
	font-size: 100%;
}

table.normal {
}

table.normal th,
table.normal td{
	padding: 0.5em;
	border: 1px solid #999;
}

table.normal th,
table.normal caption {
	text-align: center;
}

/* ----------------------------------------
 * 5. List Module
 * ---------------------------------------- */
ul.normal {
	padding-left: 13px;
	margin-left: 13px;
}

ol.normal {
	padding-left: 20px;
	margin-left: 20px;
}

ul.normal li {
	list-style-type: disc;
	list-style-position: outside;
}

ol.normal li {
	list-style-type: decimal;
	list-style-position: outside;
}
/*ol.normal ol li {
	list-style-type: none;
}
*/
/* ----------------------------------------
 * 6. Image Module
 * ---------------------------------------- */
img,a img {
	vertical-align: bottom;
	background-color: transparent;
}
a:hover img.overCSS{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* ----------------------------------------
 * 7. Javascript Class Module
 * ---------------------------------------- */
.over {}
.btn {}

/* ----------------------------------------
 * font-norml,font-small
 * ---------------------------------------- */
.normal{
    font-weight:normal;
}
.small{
    font-size:small;
}

/* ----------------------------------------
 * 8. ClearFix Module
 * ---------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
