@charset "Shift-JIS";

/* @group common */

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r PƒSƒVƒbƒN", "Lucida Grande", Lucida, Verdana, sans-serif;
}

img, ul, ol, li, h1, h2, h3, h4, h5, h6, p, dl, dd, dt, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3, h4, h5, h6, p, dl, ul, ol, table {
	line-height: 1.5;
}

ul, ol {
	list-style: none;
	display: block;
}

img {
	vertical-align: bottom;
}

img.hide {
	display: none;
}

table {
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0;
}

a img {
	border: none;
	text-decoration: none;
}

.new {
	color:#FF0000;
}

/* @group ClearFix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* @end */

/* @end */


/*=================================================
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;
}