@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background: #F2F2F2 url(../images/back_shadow.gif) repeat-y fixed center top;
}

h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, dt, dd {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #666;
	background-color: #FFF;
}

#header {
	background-image: url(../images/toptitle.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#header h1 {
	height: 58px;
	font-size: 0.625em;
	color: #CCC;
	text-align: right;
	padding-left: 642px;
}

#header h1 a {
	display: block;
	width: 120px;
	height: 48px;
	color: #FFF;
	text-decoration: none;
}

#header #navi {
	height: 21px;
	display: block;
	background-image: url(../images/navi-back.gif);
	background-repeat: repeat-x;
}

#header ul {
	list-style-type: none;
	font-size: 0.75em;
	height: 21px;
	display: block;
	padding-left: 70px;
}

#header li {
	float: left;
	height: 21px;
	display: block;
	text-indent: -9999px;
}

#header li a {
	background-image: url(../images/navi.gif);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	text-decoration: none;
}

#navi li#opin a {
	width: 91px;
	background-position: -83px 0px;
}

#navi li#info a {
	width: 90px;
	background-position: -174px 0px;
}

#navi li#faq a {
	width: 106px;
	background-position: -264px 0px;
}

#navi li#aces a {
	width: 92px;
	background-position: -370px 0px;
}

#navi li#opin a:hover {
	width: 91px;
	background-position: -83px -21px;
}

#navi li#info a:hover {
	width: 90px;
	background-position: -174px -21px;
}

#navi li#faq a:hover {
	width: 106px;
	background-position: -264px -21px;
}

#navi li#aces a:hover {
	width: 92px;
	background-position: -370px -21px;
}

#wrap {
	background-image: url(../images/topimage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
	margin-top: 20px;
	position: relative;
}

#content {
	padding-top: 101px;
	width: 320px;
	padding-left: 180px;
	height: 290px;
}

#content h2 {
	background-image: url(../images/info.gif);
	background-repeat: no-repeat;
	background-position: center 22px;
	font-size: 0.75em;
	display: block;
	height: 25px;
	color: #FFF;
	margin-bottom: 20px;
	padding-top: 22px;
}

#content p {
	font-size: 0.75em;
	line-height: 1.2;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666;
}
#content p.topline {
	color: #C33;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6EDE8;
}
#content a {
	text-decoration: none;
	color: #666;
	display: block;
	width: 300px;
}

#content a:hover {
	color: #F00;
	text-decoration: underline;
}

#content p.color {
	background-color: #E6EDE8;
}

#footer h3 {
	font-size: 0.75em;
	background-image: url(../images/under-txt.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 20px;
	text-align: right;
	font-weight: normal;
	color: #FFF;
}

#footer p#phone {
	background-image: url(../images/tel.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	font-size: 0.75em;
	text-align: right;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 0px;
}

#footer p#addre {
	height: 40px;
	font-size: 0.75em;
	color: #FFF;
	text-align: right;
	background-image: url(../images/address.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer p#copy {
	font-size: 0.625em;
	color: #999;
	text-align: center;
}

#content p#newyear {
	color: #F00;
	padding-top: 12px;
	padding-bottom: 12px;
}

#twitterTL {
	height: 230px;
	width: 250px;
	position: absolute;
	left: 520px;
	top: 66px;
}

