/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Base                                                                   */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	margin:0;
	padding:0;
	text-align:center;
	background:url(../images/bg_main.jpg) top center no-repeat;
	}

#wrapper {
	width:890px;
	margin:0 auto;
	text-align:left;
	}


/*Reset
--------------*/
* {
	margin:0;
	padding:0;
	}

address{
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	}

h1,h2,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,th,td {
	margin:0;
	padding:0;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	}

img {
	border:0;
	line-height:0;
	margin:0;
	padding:0;
	}
	
ul,li {list-style:none;}


/*Link
--------------*/
a:link {color:#0085af; text-decoration:none;}

a:visited  {color:#c5944f; text-decoration:none;}

a:hover  {color:#0085af; text-decoration:underline;}

a:active {color:#0085af;}


/*Font
--------------*/
/*
.txtL {
	font-size:14px;
	line-height:150%;
	}

.txtLB {
	font-size:14px;
	line-height:150%;
	font-weight:bold;
	}


.txtS {
	font-size:10px;
	line-height:150%;
	}
*/

.txtM {
	font-size:80%;
	line-height:150%;
	}
	
.txtRed{color:#990000;}
.txtB{font-weight:bold;}

/*Text-align
--------------*/
.txaL {text-align:left;}
.txaR {text-align:right;}
.txaC {text-align:center;}	


/*Float
--------------*/
.flL {float:left;}
.flR {float:right;}


/*Clear
--------------*/
.both {clear:both;}

.clearfix:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
	line-height:0; 
	}

.clearfix {display:inline-block;}	


/*Display
--------------*/
.block {display:block;}
.inline {display:inline;}

/*Margin
--------------*/
.mg5 {margin:5px;}
.mg10 {margin:10px;}
.mg15 {margin:15px;}
.mg20 {margin:20px;}

/*top*/
.mgT5 {margin-top:5px;}
.mgT10 {margin-top:10px;}
.mgT15 {margin-top:15px;}
.mgT20 {margin-top:20px;}
.mgT25 {margin-top:25px;}
.mgT30 {margin-top:30px;}
.mgT40 {margin-top:40px;}

/*right*/
.mgR5 {margin-right:5px;}
.mgR10 {margin-right:10px;}
.mgR15 {margin-right:15px;}
.mgR20 {margin-right:20px;}
.mgR30 {margin-right:30px;}
.mgR40 {margin-right:40px;}

/*bottom*/
.mgB5 {margin-bottom:5px;}
.mgB8 {margin-bottom:8px;}
.mgB10 {margin-bottom:10px;}
.mgB15 {margin-bottom:15px;}
.mgB20 {margin-bottom:20px;}
.mgB25 {margin-bottom:25px;}
.mgB30 {margin-bottom:30px;}
.mgB40 {margin-bottom:40px;}

/*left*/
.mgL5 {margin-left:5px;}
.mgL10 {margin-left:10px;}
.mgL15 {margin-left:15px;}
.mgL20 {margin-left:20px;}
.mgL25 {margin-left:25px;}
.mgL30 {margin-left:30px;}
.mgL35 {margin-left:35px;}
.mgL40 {margin-left:40px;}
.mgL45 {margin-left:45px;}


/*Padding
--------------*/
.pd5 {padding:5px;}
.pd10 {padding:10px;}
.pd20{padding:20px;}

/*top*/
.pdT5 {padding-top:5px;}
.pdT10 {padding-top:10px;}
.pdT15 {padding-top:15px;}

/*right*/
.pdR5 {padding-right:5px;}
.pdR10 {padding-right:10px;}
.pdR15 {padding-right:15px;}

/*bottom*/
.pdB5 {padding-bottom:5px;}
.pdB10 {padding-bottom:10px;}

/*left*/
.pdL5 {padding-left:5px;}
.pdL10 {padding-left:10px;}
.pdL15 {padding-left:15px;}
