﻿/*------------------------------------------------------------------------------------
  global
------------------------------------------------------------------------------------*/
* {
    padding:0;
    margin:0;
}

img {
    border: none;
}

a {
    cursor:pointer;
    color:#262626;
}

a img {
    border-bottom:none !important;
}

a:link {
}

a:visited {
}

a:hover {
    color:#52aeff;
}

a:active {
    color:#52aeff;
}

a.img {
    border-bottom:none !important;
}

body{
	text-align:center;
	font-size:12px;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.8em;
	color: #222222;
}
#wrapper {
    width: 670px;
    margin: 0 auto;
}


/*footer*/
#footer {
	clear:both;
	border-top:2px solid #222222;
	height:50px;
	position:relative;
}

#footer ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:15px;
}

#footer ul li {
	font-size:10px;
	display:inline;
	margin:0;
	padding:0 0 0 8px;
}

#footer img {
    vertical-align:bottom;
}

#footer p {
    left:0;
    margin:0;
    padding:0;
    position:absolute;
    top:20px;
}

h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	font-weight:bold;
	color:#fff;
	background-color:#ef8eb8;
	margin:30px 0 8px 0;
	padding:3px 10px;
	text-align:center;
}

.center {
text-align:center;
margin:20px auto 0 auto;
}

.recommend img{
	border:1px solid #333;
	text-align:center;
}
.recommend {
	width:470px;
	text-align:center;
	margin:0 auto;
}
td{
	padding:5px;
	text-align:center;
	font-size:12px;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.8em;
	color: #222222;
}
