@charset "utf-8";
/* CSS Document */

* {
margin: 0px;
padding: 0px;
font-size: 14px;
font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
color: #000;
text-decoration: none;
list-style: none;
line-height: 1.4em;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ 

a:link {color: #121212; text-decoration:underline;}
a:visited {color: #121212;}  
a:hover {color: #fff;} 

.clr{
	clear: both;
}

.fl {
	float: left;
}
.fr {
	float: right;
}

.tp01 {
	padding-top: 67px;
}


.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb50 {
	margin-bottom: 50px;
}
.pr15 {
	padding-right: 15px;
}

.ml20 {
	margin-left: 20px;
}
.pr20 {
	padding-right: 20px;
}


body {
	background: url(../img/bg.jpg) #FAE7ED no-repeat center top ;
}


#wrapper {
	width: 1000px;
	margin: 0 auto;
}


#content {
	margin-top: 30px;
	background:url(../img/under_bg.jpg) no-repeat center top #fff;
	width: 986px;
	padding: 7px;
}

#side {
	padding: 15px 0px 0px 5px;
	width: 205px;
	border-right: 1px solid #e8cb84;
	float: left;
}

#mainContent {
	width: 775px;
	float: right;
}

.productBox {
	margin-bottom: 40px;
	margin-left: 20px;
	width: 730px;
}
.productBox p {
	line-height: 2em;
}

.imgRight {
	float: right;
	padding: 0px 0px 20px 50px;
}


#content p {
	line-height: 2em;
}



.repo_list {
	margin-left: 6px;
	width: 185px;
	padding: 10px 0px;
	border-bottom: 1px dotted #8f7e55;
	background: url(../img/arrow.jpg)  no-repeat right 23px;
}
.repo_list a {
	text-decoration: none;
	line-height: 2em;
}
.repo_list .topside {
	font-size: 10px;
	color: #999;
}
.repo_list .bottom {
	color: #7b6d50;
}













#footer {
	margin-top: 200px;
	text-align: center;
}

.footermenu {
	margin: 0 auto 40px;
}
.footermenu ul li {
	float: left;
	padding-right: 30px;
}

.ul01, .ul02 {
	width: 350px;
	margin: 0 auto 20px;
}

.ul01 li{
	color: #999999;
}

.ul02 li{
	color: #c2a363;
}
