img {
	border: none;
}
#wrapper {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	margin-top: 10px;
}

.clear{ clear: both;}

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



/* ヘッダ
---------------------------------------------------- */
#header {
	width: 820px;
	smargin: 0 auto;
}
#title {
	width: 144px;
	text-align: left;
	float:left;
}
#menu {
    width: 320px;
	text-align: right;
	float:right;
}

/* インナー
---------------------------------------------------- */
#inner {
	width: 800px;
	margin: 0 auto;
	margin-top:50px;
}

#inner_link {
	width: 800px;
	height: 640px;
	margin: 0 auto;
	clear:both;
	position: relative;
}

#inner_con {
	width: 650px;
	margin: 0 auto;
	margin-top:40px;
}

#inner_r {
	float:right;
	margin-right:40px;
}

#inner_l {
	float:left;
	margin-left:40px;
}


/* フッタ
---------------------------------------------------- */
div#footerArea {
	width: 100%;
	height: 40px;
	background-image: url(../img/common/2nd_foot.jpg);
	background-repeat: repeat-x;
	clear: both;
}

div#footerinner { 
    width: 800px;
    margin: 0 auto;
}


div#copy {
clear: both;
float:left;
	width: 180px;
	height: 25px;
	margin-bottom:15px;
}

div#open {
float:right;
	width: 210px;
	height: 25px;
	margin-bottom:15px;
}
