/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style:none;
}
img{
	border:none;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	clear:both;
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
body {
	background-color:#fff9f2;
}
#outbox {
	width:826px;
	margin:0 auto 0 auto;
	background-image:url(../images/background_01.jpg);
	background-position:top;
	background-repeat:repeat-y;
	color:#666666;
}
.header {
	width:815px;
	background-image:url(../images/background_02.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-bottom:3px;
}
.summary {
	margin-left:14px;
}
.jointbox {
	width:710px;
	margin-left:60px;
}
.listbox {
	width:390px;
}
.header h1, .listbox {
	float:left;
}
.listbox ul {
	margin-left:7px;
}
.listbox ul li {
	float:left;
	padding-right:10px;
}
.footer {
	width:808px;
	margin:0 auto 0 auto;
	background-image:url(../images/background_03.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-bottom:30px;
}
.footer_right{
width:290px;
margin-top:5px;
margin-left:100px;
}
.copyrights, .footer_right {
	float:left;
}
.copyrights {
	margin-top:10px;
}
.link06{
margin-right:10px;
}
.link06, .link_03{
float:left;
}
.size14 {
	font-size:88%;
}
.size12 {
	font-size:75%;
}
.bottom10 {
	margin-bottom:10px;
}
.bottom15 {
	margin-bottom:15px;
}
.bottom20 {
	margin-bottom:20px;
}
.bottom40 {
	margin-bottom:40px;
}
.orange {
	color:#ffa200;
	margin-bottom:10px;
}
.padding40 {
	padding-bottom:40px;
}
