/* ----------------------------------------
 * 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: #333;
	background-color: #fff;
}
.bold,
strong {
	font-weight: bold;
}
.boldUnderline {
	font-weight: bold;
	text-decoration: underline;
}
.boldBig {
	font-weight: bold;
	font-size: 1.2em;
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
.red {
	color:#CC0000;
}
.white {
	color:#fff;
}
.blown {
	color: #510028;
}
.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: 14px;
	background: url(../img/arrow_01.gif) no-repeat left center;
}
/* ----------------------------------------
 * 3. HyperText Module 
 * ---------------------------------------- */
a:link {
	color: #336666;
	text-decoration: none;
}

a:visited {
	color: #478D8D;
	text-decoration: none;
}

a:hover {
	color: #88C4C4;
	text-decoration: underline;
}

a:active {
	color: #88C4C4;
	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;
}

ul.normal li {
	list-style-type: disc;
	list-style-position: outside;
}

ul.normal li ul li {
	list-style-type: none;
}

ul.normal2 {
	padding: 0px 20px;
	margin: 10px 20px 0px 20px;
}

ul.normal2 li {
	list-style-type: disc;
	list-style-position: outside;
}

ul.normal3 {
	clear: both;
	padding-left: 13px;
	padding-right: 13px;
	margin-left: 13px;
}

ul.normal3 li {
	list-style-type: disc;
	list-style-position: outside;
}

ol.normal {
	padding-left: 25px;
	margin-left: 25px;
}

ol.normal li {
	list-style-type: decimal;
	list-style-position: outside;
}

ol.normal2 {
	padding-left: 10px;
	margin-left: 10px;
}

ol.normal2 li {
	list-style-type: decimal;
	list-style-position: outside;
}

ol.normal2 ul {
	padding-left: 15px;
	margin-left: 15px;
}

ol.normal2 ul li {
	list-style-type:none;
}

ol.normal3 {
	padding-left: 25px;
	margin-left: 25px;
}

ol.normal3 li {
	list-style-type: decimal;
	list-style-position: outside;
	padding-bottom: 10px;
}

dl.dtBold {
	clear: both;
	margin: 0px 0px 10px 25px;
}

dl.dtBold dt {
	font-weight: bold;
	margin-top: 10px;
}

dl.dtBold dd {
	margin-left: 20px;
	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 15px 0px 20px;
}

dl.dtBlue dt {
	color: #2E5CBA;	
}

dl.dtBlue dd {
	margin: 0px 0px 25px 0px;
	padding: 0;
}

dl.dtBlown {
	margin: 10px 15px 0px 15px;
}

dl.dtBlown dt {
	color: #510028;
	border-bottom: 1px solid #510028;
	font-weight: bold;
}

dl.dtBlown dd {
	margin: 10px 10px 20px 15px;
	padding: 0;
}

/* ----------------------------------------
 * 6. Image Module
 * ---------------------------------------- */
img,a img {
	vertical-align: bottom;
	background-color: transparent;
}
a:hover img.overCSS{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
img.borderImg {
	border: 1px solid #AAA;
}
img.borderImg2 {
	border: 1px solid #AAA;
	padding:5px;
}

/* ----------------------------------------
 * 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;}
 .mt70 {margin-top: 70px;}
 .mr5 {margin-right: 5px;}
 .mr10 {margin-right: 10px;}
 .mr15 {margin-right: 15px;}
 .mb5 {margin-bottom: 5px;}
 .mb10 {margin-bottom: 10px;}
 .mb15 {margin-bottom: 15px;}
 .mb20 {margin-bottom: 20px;}
 .mb30 {margin-bottom: 30px;}
 .mb40 {margin-bottom: 40px;}
 .ml2 {margin-left: 2px;}
 .ml3 {margin-left: 3px;}
 .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;}
 .pr30 {padding-right: 30px;}
 
/* ----------------------------------------
 * 10. Nowrap
 * ---------------------------------------- */
 
.tableNowrap{
	white-space:nowrap;
}

 