/* ------------------------------------------------------------------------------------ */
/* 全体                                                                                 */
/* ------------------------------------------------------------------------------------ */
* {
	margin:0;
	padding:0;
	color: #555555;
}

body {
	text-align: center;
	background-color: #f9f9f9;
}

#wrapper {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-right: 5px solid #eeeeee;
	border-left: 5px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	background-color: #ffffff;
}

a {
	color: #4f48ed;
}

a:hover {
	color: #ff0000;
}

img {
	border: 0;
	margin: 10px;
}

h1 {
	text-align: center;
}


/* ------------------------------------------------------------------------------------ */
/* コンテンツ                                                                           */
/* ------------------------------------------------------------------------------------ */
#main {
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 0;
	border-top: 5px solid #d2ebfd;
}


#main h3 {
	margin-left: 20px;
	margin-top: 5px;
}

#main p  {
	margin-left: 20px;
	font-size: 95%;
}


#main h2 {
	font-size: 20pt;
	color: #666666;
	line-height: 130%;
	margin-left: 20px;
}

#shutten1 {
	width: 400px;
	float:left;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#shutten2 {
	width: 400px;
	float:right;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#backtotop {
	clear: both;
	font-size: 95%;
	text-align: right;
	margin: 10px;
	border-top: 1px dashed #666666;
}

/* ------------------------------------------------------------------------------------ */
/* フッター                                                                             */
/* ------------------------------------------------------------------------------------ */
#footer {
	width: 100%;
	margin-top: 10px;
	padding-top: 20px;
	text-align: center;
	margin-bottom: 10px;
	border-top: 5px solid #d2ebfd;
}

address {
	font-size: 90%;
	margin-top: 20px;
}
