/* ----------------------------------------
 * 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
 * 9. Margin
 * 10. Nowrap
 * ---------------------------------------- */

/* ----------------------------------------
 * 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;
}

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.6;
}

body {
	color: #000;
	background-color: #fff;
}
.bold,
strong {
	font-weight: bold;
}
.boldUnderline {
	font-weight: bold;
	text-decoration: underline;
}
.underline {
	text-decoration: underline;
}
.upperTrans {
	text-transform: uppercase;
}
p.textRight,
div.textRight p {
	text-align: right;
}

.center {
	text-align:center;
	maring: 0 auto;
}
.space{
	letter-spacing: 1em;
}
#contents #main .noneMB,
#contents #main .noneMB p{
	margin-bottom: 0;
}

.indent{
	text-indent: 1em;
}
.unIndent{
	text-indent: -1em;
}
.listMark {
	padding-left: 18px;
	background: url(../img/arrow.gif) no-repeat left center;
}
.red{
	color: #CC0000;
}
.white{
	color: #fff;
}
.fontsize11{
	font-siZe: 11px;
}
/* ----------------------------------------
 * 3. HyperText Module 
 * ---------------------------------------- */
a:link {
	color: #000066;
	text-decoration: none;
}

a:visited {
	color: #4D6F97;
	text-decoration: none;
}

a:hover {
	color: #3366CC;
	text-decoration: none;
}

a:active {
	color: #3366CC;
	text-decoration: none;
}

/* ----------------------------------------
 * 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: 25px;
	margin-left: 25px;
}

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;
}
*/

dl.dtBold {
	clear: both;
	margin: 20px 0px 0px 25px;
}

dl.dtBold dt {
	font-weight: bold;
}

dl.dtBold dd {
	margin: 0;
	padding: 0;
}


dl.dtFloat {
	margin: 0px 0px 0px 25px;
}

dl.dtFloat dt {
	color: #EE8888;
	font-weight: bold;
}

.dtFloat dd ul {
	width: 590px;
	margin: 0px 0px 15px 0px;
	float: left;
}

.dtFloat dd ul li {
	margin: 0px 10px 0px 20px;
	width: 160px;
	float: left;
}

dl.dtBlue {
	margin: 5px 10px 0px 20px;
}

dl.dtBlue dt {
	color: #2E5CBA;	
}

dl.dtBlue dd {
	margin: 0px 0px 10px 25px;
}


/* ----------------------------------------
 * 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 {}

/* ----------------------------------------
 * 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 */


/* ----------------------------------------
 * 9. Margin
 * ---------------------------------------- */
 .mt4 {margin-top: 4px;}
 .mt5 {margin-top: 5px;}
 .mt10 {margin-top: 10px;}
 .mt15 {margin-top: 15px;}
 .mt20 {margin-top: 20px;}
 .mt30 {margin-top: 30px;}
 .mr5 {margin-right: 5px;}
 .mr10 {margin-right: 10px;}
 .mr15 {margin-right: 15px;}
 .mb5 {margin-bottom: 5px;}
 .mb10 {margin-bottom: 10px;}
 .mb15 {margin-bottom: 15px;}
 .ml5 {margin-left: 5px;}
 .ml9 {margin-left: 9px;}
 .ml10 {margin-left: 10px;}
 .ml11 {margin-left: 11px;}
 .ml14 {margin-left: 14px;}
 .ml15 {margin-left: 15px;}
 .ml20 {margin-left: 20px;}
 .ml25 {margin-left: 25px;}
 .pl25 {padding-left: 25px;}
 
/* ----------------------------------------
 * 10. Nowrap
 * ---------------------------------------- */
 
.tableNowrap{
	white-space:nowrap;
}

 