@charset "UTF-8";

body {
	text-align: center;
	margin: 60px 0px 0px;
	padding: 0px;
	background: #FFFFFF;
}
h1,h2,h3,h4,h5,img,ul,ol,li,div {
	margin: 0px;
	padding: 0px;
}

a:link,a:visited {
	text-decoration: underline;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #F90;
}
.red {
	color: #F00;
}
#wrapper p {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*ラッパー*/

#wrapper {
	color: #505050;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

/*ヘッダー*/

#header {
	height: 90px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#header #name {
	float: left;
	height: auto;
	width: 200px;
	padding-top: 10px;
	text-align: left;
	padding-left: 40px;
}
#header #slogan {
	float: right;
	height: auto;
	width: 300px;
	text-align: right;
	padding-right: 40px;
}

/*メイン*/

#wrapper #main {
	height: auto;
	width: 720px;
	text-align: center;
	margin: 0px auto;
	padding: 0px 0px 50px;
	clear: both;
}
#wrapper #main .blue {
	color: #06C;
}
#wrapper #main .red {
	color: #F00;
}

/*クリアフィックス*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

