@CHARSET "UTF-8";

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

img {
	border-style: none;
}

p {
	margin-bottom: 1em;
}

.right {
	text-align: right;
}

.center{
	text-align: center;
}

.left{
	text-align: left;
}
	
.pointer {
	cursor: pointer;
}

.smaller {
	font-size: smaller;
}

.bold{
	font-weight: bold;
}

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

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clearer{
	clear: both;
}

li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
}


/*------------------------------------------------------------common*/
	/*-----------------------------------------------------------container*/




body {
	background: transparent url(../img/stripe.png) repeat scroll;
	text-align: center;
	color: #333333; 
}

#container {
	line-height: 140%;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	background-color:white;
	border:1px solid #DFDFDF;
	border-top: none;
	/*border-bottom: none;*/
}	

#banner{
	padding: 10px 0 20px 10px;
}

#main{
	float: left;
	display: inline;
	width: 620px;
	margin-left: 10px;
}

#menu{
	float: right;
	display: inline;
	width: 250px;
	margin-right: 10px;
}

#footer{
	clear: both;
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px solid #DFDFDF;
	text-align: center;
	font-size: smaller;
}

.title{
	margin-bottom: 20px;
}

.box{
	border: 1px solid #DFDFDF;
	padding: 10px;
	margin-bottom: 20px;
}

/*------------------------------------------------------------main*/

#body h3{
	margin-bottom: 1em;
}

