@charset "Shift_JIS";

/*--- 00.initialize
--------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, img,
dl, dt, dd, ul, ol, li,
th,td {
    margin:0;
    padding:0;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

img {
    border:0;
}

ol, ul {
	list-style:none;
}

li {
	line-heght:1em;
}

/*Hides from IE5-mac /*/

* html ul li {
	height:auto;
}

/*End hide from IE5-mac */

a, a:link {
	color:#34BEED;
	text-decoration:none;
}

a:visited {
	color:#666666;
}

a:hover {
	color:#34BEED;
}

a:active {
	color:#20c6ff;
}

/*--- 01.wii link outline
--------------------------------------------------------------------------*/

a:hover {
    outline: 0;
}

a:hover img, a:hover object, a:hover area, a:hover map, a:hover embed {
    outline: 0;
}

input:hover, select:hover, option:hover, map:hover, area:hover {
    outline: 0;
}

/*=================================================
add header
=================================================*/
#add_header{
	width: 100%;
	height: 54px;
	background-image: url(../img/bg_add_header.png);
	background-repeat: repeat-x;
	text-align: center;
}

#add_header #wrap{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#add_header #wrap .add_btn{
	width: 580px;
	margin: 0 auto;
	padding-top: 10px;
}

#add_header #wrap .add_btn a img{
	border: none;
}