@charset "utf-8";

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Osaka, "ＭＳ ゴシック";
	background-image: url(../images/gradient.jpg);
}

img {
	border: none;
}

#container {
	width:790px;
	margin-left:auto;
	margin-right:auto;
}

h1  {
	font-size: 1em;
	color: #ffebcd;
	width: 790px;
	margin: 0 auto -15px;
	padding: 13px 0 0;
	font-family: Georgia, "Times New Roman", Times, "ヒラギノ明朝体3", "ＭＳ 明朝", "ＭＳ Ｐ明朝";
}

h2 {
	font-size: 0.875em;
	line-height: 1.6em;
	color: #F30;
	margin: 10px 0;
	padding: 0 0 0 5px;
}

#content {
	width:790px;
	clear: both;
}
#content p {
	font-size: 0.7em;
	color: #333;
	margin: 0 0 5px;
	text-align: right;
}
.icons {
	text-align:right;
	float: right;
	margin: 0 10px;
}
.wrap {
	padding: 0 29px;
}
#close {
	text-align: center;
	padding: 10px 0;
}
#pagetop {
	text-align: right;
	padding-right: 30px;
}

address {
	font-size:0.65em;
	text-align:right;
	color: #ff6347;
	font-style: normal;
	margin-top: 5px;
}

.smaller {
	font-size:0.65em
}
.larger {
	font-size:1.1em
}
.back01 {
	color: #F30;
	background-color: #fffff0;
	border: dotted 1px #f0e68c;
	border-bottom: none;
	border-right: none;
}
.white {
	color:#fff;
	font-weight: bold;
}

.roundcorner {
	background-color:#FFF;
}

.rtop, .rbottom{
	background-color: #f4a469;

}
.rtop span, .rbottom span{
	display:block;
	height:1px;
	overflow:hidden;
	background-color:#FFF;
}
.r1{margin: 0px 5px;}
.r2{margin: 0px 3px;}
.r3{margin: 0px 2px;}
.r4{margin: 0px 1px; height: 2px;}
