@charset "utf-8";

/* formatting style 
-------------------------*/



* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ff6600;
	background-image: url(img/back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	font-size: 90%;
	line-height: 1.6;
}

#wrapper {
	text-align: left;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-image: url(img/headerp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 220px;
	width: 780px;
	margin-bottom: 10px;
}
#header h1 {
	font-size: 3px;
	color: #FFFFFF;
	padding-top: 50px;
	padding-left: 530px;
}
#main {
	margin-bottom: 15px;
}



#underleft {
	float: left;
	width: 330px;
}
#underleft img {
	float: right;
	width: 130px;
	margin-left: 5px;
}

#underleft p {
	font-size: 100%;
	line-height: 1.6;
	font-weight: bold;
}




#underright {
	float: right;
	width: 430px;
	background-color: #66FF33;
}

#underright img {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#underright .yoyaku {
	text-align: center;
	margin-bottom: 10px;
}

#underright #more {

}

#under .more {
	margin-top: 10px;
}
