/******************* base *******************/
body{
	color:#2D0404;
	margin: 0px;
    padding: 0px;
	border: 0px;
	boder-style: none;
	text-align: center;
	background-image: url('../images/all_background.gif');
	background-repeat: repeat-x;
}

a:link {
	color:#3761AC;
	text-decoration: none; 
}

a:visited {
	color:#3761AC;
	text-decoration: none; 
}

a:active {
	color:#3761AC;
	text-decoration: none; 
}

a:hover {
	color:#0099CC;
	text-decoration: underline; 
}

/******************* layout *******************/
#base {
	width: 750;
	background-color:#FFFFFF;
	text-align: center;
	margin: 0px auto;
}

#headleft {
	float: left; 
	width: 203px;
	height: 63px;
}

#headright {
	font-size: 70%;
	text-align: right;
	float: right;
	width: 547px;
	height: 53px;
	margin-top: 7px;
	padding: 0px;
}

#promotion {
	width: 750px;
	height: 332px;
	background-image: url('../images/promotion.jpg');
	background-repeat: repeat-y;
	margin-top: 0px;
	padding: 0px;
	clear: both;
}

#promoimg {
	margin: 127px 0px 0px 520px;
	padding: 0px;
	border: 0px;
}

#news {
	background-image: url('../images/news_bg.gif'); 
	background-repeat: repeat-x; 
	background-position: left bottom; 
	width: 750px; 
	margin: 15px 0px 15px 0px; 
	text-align: left;
}

#newsleft {
	width: 142px; 
	float: left;
}

#newsright {
	width: 600px; 
	float: right; 
	border: solid 1px #A2C7CA;
	background-image: url('../images/haibisukas.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#fotar {
	width: 750px;
	height: 46px;
	background-image: url('../images/footer.jpg');
	margin: 0px;
    padding: 0px;
	text-align: right;
	}

#copyright  {
	
	font-size: 70%;
	margin: 11px 3px 0px 0px; 
	padding: 0px;
}

#bannerleft {
	width: 350px;
	float: left;
	margin: 0px; 
	padding: 0px;
}

#bannerright {
	width: 390px;
	float: right;
	text-align: right;
	margin: 0px; 
	padding: 0px;
}

#imgmap {
	margin-left: 10px; 
	padding: 0px;
}

.clear {
	clear: both;
	margin: 0px; 
	padding: 0px;
}

.imgstyle {
	margin: 0px; 
	padding: 0px;
	border: 0px;
}

.pstyle {
	margin: 5px 8px; 
	pdding: 0px;
}

.up {
	text-align: right;
	margin: 0px 0px 15px 0px ; 
	pdding: 0px;
}

/******************* cp style *******************/

.cp2 {
	background-color:#FEE4E0;
	width: 750px; 
	border: solid 1px #EA9276;
	margin: 15px 0px 15px 0px;
	padding: 0 0 10px 0;
	text-align: left;
}

.cp2 p {
	margin: 0; 
	padding: 9px 7px 0px 12px;
}


.cp {
	background-image: url('../images/cp_bg.gif'); 
	background-repeat: repeat-x; 
	background-position: left bottom; 
	width: 750px; 
	margin: 15px 0px 15px 0px; 
	text-align: left;
}

.cpleft {
	width: 142px; 
	float: left;
}

.cpright {
	width: 600px; 
	float: right; 
	border: solid 1px #EA9276;
}

/******************* h *******************/
h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin-top: 25px;
	padding: 0px;
}

h3 {
	font-size: 70%;
	margin: 0px;
	padding: 0px;
}

/******************* font *******************/
.small {
	font-size: 65%;
	line-height: 120%;
}

.normal {
	font-size: 80%;
	line-height: 120%;
}

.normalH {
	font-size: 80%;
	line-height: 140%;
}

.normalHH {
	font-size: 80%;
	line-height: 160%;
}

.normalN {
	font-size: 80%;
	line-height: 90%;
}

.mlarge {
	font-size: 90%;
	line-height: 140%;
}

.large {
	font-size: 100%;
	line-height: 140%;
}

.txt11 {
	font-size: 11px;
	line-height: 100%;
}


/*********************** decoration *******************/
.textline { 
	text-decoration: line-through;
}


/*********************** color *******************/
.white { 
	color: #fff;
}

.red { 
	color: #D82121;
}

.blue { 
	color: #024B90;
}

.green { 
	color: #396; 
}

.purple { 
	color: #9F0CB9; 
}

.black { 
	color: #000; 
}



/*********************** Clear *******************/
.ClearB { clear: both;}

.Clear:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* WinIE7 MacIE5 */
.Clear{
	display:inline-table;
	zoom:100%;
}

/* WinIE5-6 */
/* Hides from IE-mac \*/
* html html .Clear{
	height:1px;
}

.Clear{
	display:block;
}