/* CSS Document */

/********************************************************************/
/*                                                            RESET */
/********************************************************************/
body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form ,IFRAME {
	padding: 0px;
	margin: 0px;
	line-height: 140%;
	color: #333;
	}
	
.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 */
	
img {
	border: none;
	}
	
.side_box {
	font-weight: normal;
	}
	
/********************************************************************/
/*                                                             LINK */
/********************************************************************/
a:link,
a:visited,
a:active {
	color: #0D68F1;
	font-weight: normal;
	}

a:hover {
	color: #F035B4;
	text-decoration: underline;
	font-weight: normal;
	}
	
/********************************************************************/
/*                                                             BODY */
/********************************************************************/
body {
	background: url(/data/katuo/image/background.gif) no-repeat center top;
	width: 900px;
	font-size: 75%;
	}
	

/*	footer
********************************************************************/
#payment-box {
	border: 1px solid #8D7865;
	margin-bottom: 30px;
	padding: 10px;
	}
	
	#payment-box h2 {
		padding-top: 10px;
		margin-bottom: 20px;
		}
		
	#payment-box p {
		margin-bottom: 20px;
		}
		
	#payment-box a {
		font-weight: bold;
		}
		
	#payment-box .red {
		color: #f00;
		}
		
	#payment-box .left {
		width: 430px;
		float: left;
		}
		
		#payment-box .left img.img {
			text-align: center;
			margin: 0px auto 20px auto;
			}
			
	#payment-box .right {
		width: 430px;
		float: right;
		}
		
	#payment-box .block {
		width: 430px;
		margin-bottom: 10px;
		}
		
		#payment-box .block .img {
			width: 70px;
			margin-right: 10px;
			float: left;
			}
			
		#payment-box .block .r-text {
			width: 350px;
			float: left;
			}
			
#footernav {
	margin-bottom: 25px;
	}
	
#contact {
	color: #FF6600;
	}
	
