@charset "UTF-8";

/* default.css
**************************************************************************************

1.CSS Reset
2.Base set
3.Voice Reader Hide
4.Float Clear
5.Layout Space
6.Text Decoration

**************************************************************************************/ 


/* 1.CSS Reset
=============================================================================*/

body {
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/*Reset YUI version: 2.7.0*/
html {	color: #000000;	background: #FFFFFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {	margin: 0;	padding: 0;}
table {	border-collapse: collapse;	border-spacing: 0;}
fieldset,img {	border: 0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {	font-style: inherit;	font-weight: inherit;}
del,ins {	text-decoration: none;}
li {	list-style: none;}
caption,th {	text-align: left;}
h1,h2,h3,h4,h5,h6 {	font-size: 100%;	font-weight: normal;}
q:before,q:after {	content: '';}
abbr,acronym {	border: 0;	font-variant: normal;}
sup {	vertical-align: baseline;}
sub {	vertical-align: baseline;}
/*because legend doesn't inherit in IE */
legend {	color: #000;}
input, button, textarea, select, optgroup, option {	font-family: inherit;	font-size: inherit;	font-style: inherit;	font-weight: inherit;}
/*purpose To enable resizing for IE */
/*branch For IE6-Win, IE7-Win */
input, button, textarea, select { *font-size: 100%;}

/*Font YUI version: 2.7.0*/
body {	font:13px/1.231 arial, helvetica, clean, sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea,button {	font:99% arial, helvetica, clean, sans-serif;}
table {	font-size:inherit;	font:100%;}
pre,code,kbd,samp,tt {	font-family:monospace;*font-size:108%;	line-height:100%;}

/*Artis-add*/
br { letter-spacing: normal;}
hr { display: none;}
img { vertical-align: bottom;}






/* 3.Voice Reader Hide
=============================================================================*/
p.hide {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}


/* 4.Float Clear
=============================================================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.clearfix {	display:inline-block;}
/*\*/
* html .clearfix { height: 1%;}
.clearfix {	display: block;}
/**/
.clear { clear: both; }



/* 5.Layout Space
=============================================================================*/
.sp-mb000 { margin-bottom:0 !important;}
.sp-mb005 { margin-bottom:5px !important;}
.sp-mb010 { margin-bottom:10px !important;}
.sp-mb015 { margin-bottom:15px !important;}
.sp-mb020 { margin-bottom:20px !important;}
.sp-mb025 { margin-bottom:25px !important;}
.sp-mb030 { margin-bottom:30px !important;}
.sp-mb040 { margin-bottom:40px !important;}
.sp-mb050 { margin-bottom:50px !important;}
.sp-mb075 { margin-bottom:75px !important;}
.sp-mb100 { margin-bottom:100px !important;}
.sp-mb125 { margin-bottom:125px !important;}
.sp-mb150 { margin-bottom:150px !important;}
.sp-mb200 { margin-bottom:200px !important;}

.sp-pb000 { padding-bottom:0 !important;}
.sp-pb005 { padding-bottom:5px !important;}
.sp-pb010 { padding-bottom:10px !important;}
.sp-pb015 { padding-bottom:15px !important;}
.sp-pb020 { padding-bottom:20px !important;}
.sp-pb025 { padding-bottom:25px !important;}
.sp-pb030 { padding-bottom:30px !important;}
.sp-pb040 { padding-bottom:40px !important;}
.sp-pb050 { padding-bottom:50px !important;}
.sp-pb075 { padding-bottom:75px !important;}
.sp-pb100 { padding-bottom:100px !important;}
.sp-pb125 { padding-bottom:125px !important;}
.sp-pb150 { padding-bottom:150px !important;}
.sp-pb200 { padding-bottom:200px !important;}



/* 6.Text Decoration (CMS)
=============================================================================*/
/*Color*/
span.color-01 { color: #000000;}
span.color-02 { color: #808080;}
span.color-03 { color: #800000;}
span.color-04 { color: #FF0000;}
span.color-05 { color: #808000;}
span.color-06 { color: #008000;}
span.color-07 { color: #008080;}
span.color-09 { color: #000080;}
span.color-10 { color: #CC6600;}
span.color-11 { color: #800080;}

/*Style*/
span.strong { font-weight: bold;}
span.i { font-style: italic;}
span.v-top { vertical-align:top; font-size:80%;}
span.v-bottom { vertical-align:bottom; font-size:80%;}
span.right-adjust { display:block; text-align:right;}
span.center-justification { display:block; text-align:center;}
span.non-breaking { display:block; text-align:right;}

/*WYSIWYG Color Pallet*/
span.C000000 { color: #000000;}
span.C993300 { color: #993300;}
span.C333300 { color: #333300;}
span.C003300 { color: #003300;}
span.C003366 { color: #003366;}
span.C000080 { color: #000080;}
span.C333399 { color: #333399;}
span.C333333 { color: #333333;}
span.C800000 { color: #800000;}
span.CFF6600 { color: #FF6600;}
span.C808000 { color: #808000;}
span.C008000 { color: #008000;}
span.C008080 { color: #008080;}
span.C0000FF { color: #0000FF;}
span.C666699 { color: #666699;}
span.C808080 { color: #808080;}
span.CFF0000 { color: #FF0000;}
span.CFF9900 { color: #FF9900;}
span.C99CC00 { color: #99CC00;}
span.C339966 { color: #339966;}
span.C33CCCC { color: #33CCCC;}
span.C3366FF { color: #3366FF;}
span.C800080 { color: #800080;}
span.C999999 { color: #999999;}
span.CFF00FF { color: #FF00FF;}
span.CFFCC00 { color: #FFCC00;}
span.CFFFF00 { color: #FFFF00;}
span.C00FF00 { color: #00FF00;}
span.C00CCFF { color: #00CCFF;}
span.C993366 { color: #993366;}
span.CC0C0C0 { color: #C0C0C0;}
span.CFF99CC { color: #FF99CC;}
span.CFFCC99 { color: #FFCC99;}
span.CFFFF99 { color: #FFFF99;}
span.CCCFFCC { color: #CCFFCC;}
span.CCCFFFF { color: #CCFFFF;}
span.C99CCFF { color: #99CCFF;}
span.C666699 { color: #666699;}
span.C777777 { color: #777777;}
span.C999999 { color: #999999;}
span.CEEEEEE { color: #EEEEEE;}
span.CFFFFFF { color: #FFFFFF;}
