* {
	margin:0;
	padding:0;
	border:none;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	color:#333333;
	font-family:"メイリオ";
	background-color:#ffffff;
	font-size:0.8em;
}

a{
	color:#339999;
	line-height:1.4;
}

a:hover{
	color:#00cc99;
}

a.triangle{
	padding-right:10px;
	background:url(../images/triangle_green.gif) no-repeat 100% 0px;
	font-size:11px;
	line-height:1.5;
	text-decoration:none;
}
a.triangle:hover{
	background-position:100% -16px;
}

ol{
	margin-left:5px;
}

ol li{
	margin-left:20px;
	line-height:1.4;
}
ul li{
	margin-left:20px;
	line-height:1.4;
}

#wrapper{
	position:relative;
	margin:0 auto;
	width:900px;
	text-align:left;
	background:#ffffff;
}

header{
	width:880px;
	height:50px;
	margin:5px auto;
}
header #logo{
	position:absolute;
	top:14px;
	left:14px;
	height:40px;
	width:190px;	
}
header #headertext{
	position:absolute;
	font-size:12px;
	top:16px;
	left:220px;
	height:58px;
	width:400px;
	line-height:1.4;
}
header #headertext span.font-bold{
	font-size:16px;
	font-weight:bold;
	color:#990000;
}
header #login{
	position:absolute;
	top:6px;
	left:643px;
	height:48px;
	width:92px;
}
header #login_button{
	margin-top:2px;
	width:92px;
	height:28px;
}
header #login_button a{
	display:block;
	text-indent:-200px;
	overflow:hidden;
    height:28px;
	background-image:url(../images/btn_login.png);
}
header #login_button a:hover{
	background-position:0px -28px;
}
header #orderbutton{
	position:absolute;
	top:2px;
	left:739px;
	height:59px;
	width:148px;
}
header #orderbutton a{
	display:block;
	text-indent:-200px;
	overflow:hidden;
    height:59px;
	background-image:url(../images/btn_order.png);
}
header #orderbutton a:hover{
	background-position:0px -59px;
}
#navigation{
	position: absolute;
	top:80px;
	left:14px;
	width:880px;
	height:50px;
}
#navigation ul{
	border:0;
	list-style-type:none;
}
#navigation li{
	float:left;
	margin:0;
	line-height:1;
}
#navigation li a{
	display:block;
	text-indent:-200px;
	overflow:hidden;
    height:50px;
}
#navigation li a.home{
	background-image:url(../images/btn_home.png);
	width:145px;
}
#navigation li a:hover.home{
	background-position:0px -50px;
}
#navigation li a.home_active{
	background-image:url(../images/btn_home.png);
	background-position:0px -100px;
	width:145px;
}
#navigation li a.campaign{
	background-image:url(../images/btn_campaign.png);
	width:145px;
}
#navigation li a:hover.campaign{
	background-position:0px -50px;
}
#navigation li a.campaign_active{
	background-image:url(../images/btn_campaign.png);
	background-position:0px -100px;
	width:145px;
}
#navigation li a.howto{
	background-image:url(../images/btn_howto.png);
	width:145px;
}
#navigation li a:hover.howto{
	background-position:0px -50px;
}
#navigation li a.howto_active{
	background-image:url(../images/btn_howto.png);
	background-position:0px -100px;
	width:145px;
}
#navigation li a.price{
	background-image:url(../images/btn_price.png);
	width:145px;
}
#navigation li a:hover.price{
	background-position:0px -50px;
}
#navigation li a.price_active{
	background-image:url(../images/btn_price.png);
	background-position:0px -100px;
	width:145px;
}
#navigation li a.faq{
	background-image:url(../images/btn_faq.png);
	width:145px;
}
#navigation li a:hover.faq{
	background-position:0px -50px;
}
#navigation li a.faq_active{
	background-image:url(../images/btn_faq.png);
	background-position:0px -100px;
	width:145px;
}
#navigation li a.contact{
	background-image:url(../images/btn_contact.png);
	width:149px;
}
#navigation li a:hover.contact{
	background-position:0px -50px;
}

#navigation li a.contact_active{
	background-image:url(../images/btn_contact.png);
	background-position:0px -100px;
	width:149px;
}

footer{
	clear:both;
	border-top:1px solid #999999;
	margin:0 10px;
}

#footernavi{
	margin:10px auto;
	text-align:center;
	font-size:11px;
}
ul.footernaviitem{
display: table;
	margin: 0 auto;
}
ul.footernaviitem li{
	border-right:1px solid #999999;
	padding:0 5px;
	height:12px;
	display: table-cell;
	list-style: none;
}
ul.footernaviitem li:last-child{
border-right: none;
}
#footernavi a{
	text-decoration:none;
	color:#666666;
	line-height:1;
}
#footernavi a:hover{
	color:#00cc99;
}

#copyright{
	text-align:right;
	padding:5px 0;
}

.clear{
	clear:both;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}
.top{
	vertical-align:top;
}

.bold{
	font-weight:bold;
}
.nobold{
	font-weight:normal;
}
.red{
	color:#cc0000;
}

.stk {
	text-decoration:line-through;
}
.small{
	font-size:0.85em;
}
.large{
	font-size:1.15em;
}
.xlarge{
	font-size:1.3em;
}
.nowrap{
	white-space: nowrap;
}

.pagetop{
	text-align:right;
	margin:10px;
	font-size:11px;
	clear:both;
}

.pagetop a{
	text-decoration:none;
}
.pagetop2{
	text-align:right;
	margin-top:10px;
	font-size:11px;
	clear:both;
}

.pagetop2 a{
	text-decoration:none;
}
#favoritebox{
	position:absolute;
	margin-top:3px;
	left:640px;
	height:60px;
	width:46px;
}
#favoritebox p{
	font-size:9px;
	margin:0 auto;
}

* html #rightcontent2 #favoritebox{
	margin-left:10px;
}
#friendsbox{
	position:absolute;
	margin-top:3px;
	left:688px;
	height:60px;
	width:46px;
}
#friendsbox p{
	font-size:9px;
	margin:0 auto;
}

* html #rightcontent2 #friendsbox{
	width:85px;
}
#favorite{
	margin:1px auto;
	width:38px;
	height:38px;
}
div#favorite a{
	display:block;
	text-indent:-200px;
	overflow:hidden;
	height:38px;
	background-image:url(../images/btn_favorite.png);
}
div#favorite a:hover{
	background-position:0px -38px;
}

#friends{
	margin:1px auto;
	width:38px;
	height:38px;
}
div#friends a{
	display:block;
	text-indent:-300px;
	overflow:hidden;
	height:38px;
	background-image:url(../images/btn_friends.png);
}
div#friends a:hover{
	background-position:0px -38px;
}

a.triangle2{
	display:block;
	background:url(../images/triangle_green2.gif) no-repeat 70% 0%;
	line-height:1;
	text-decoration:none;
}
a.triangle2:hover{
	background-position:70% -30px;
}

a.triangle3{
	display:block;
	background:url(../images/triangle_green2.gif) no-repeat 100% 0%;
	line-height:1;
	text-decoration:none;
}
a.triangle3:hover{
	background-position:100% -30px;
}

