@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	color:#333333;
	background:url(../img/bg_all.gif) repeat;
	text-align:center;
}
a {
	overflow:hidden;
}
a img {
	border:none;
}

/* header */
#header {
	width:900px;
	margin:0px auto;
	padding-top:10px;
}
#logo {
	width:170px;
	float:left;
	margin-bottom:20px;
}
#logo h1 {
	width:170px;
	height:45px;
	background:url(../img/logo.gif) no-repeat;
	text-indent:-9999px;
	margin-top:15px;
}
#banner_header {
	width:468px;
	float:right;
	margin-bottom:20px;
}

/* navi */
#navi {
	clear:both;
	width:900px;
	height:35px;
	background:url(../img/bg_navi.gif) repeat;
	margin-bottom:20px;
}
#navi ul li {
	list-style-type:none;
	text-indent:-9999px;
	float:left;
}
#navi_times {
	width:123px;
	height:35px;
	background:url(../img/navi_times.gif) no-repeat;
}
#navi_times a,
#navi_times_ovr a {
	display:block;
	width:123px;
	height:35px;
}
#navi_times_ovr,
#navi_times a:hover {
	width:123px;
	height:35px;
	background:url(../img/navi_times_ovr.gif) no-repeat;
}
#navi_letter {
	width:100px;
	height:35px;
	background:url(../img/navi_letter.gif) no-repeat;
}
#navi_letter a,
#navi_letter_ovr a {
	display:block;
	width:100px;
	height:35px;
}
#navi_letter_ovr,
#navi_letter a:hover {
	width:100px;
	height:35px;
	background:url(../img/navi_letter_ovr.gif) no-repeat;
}
#navi_shopping {
	width:104px;
	height:35px;
	background:url(../img/navi_shopping.gif) no-repeat;
}
#navi_shopping a,
#navi_shopping_ovr {
	display:block;
	width:104px;
	height:35px;
}
#navi_shopping_ovr,
#navi_shopping a:hover {
	width:104px;
	height:35px;
	background:url(../img/navi_shopping_ovr.gif) no-repeat;
}
#navi_galleria {
	width:71px;
	height:35px;
	background:url(../img/navi_galleria.gif) no-repeat;
}
#navi_galleria a,
#navi_galleria_ovr a {
	display:block;
	width:71px;
	height:35px;
}
#navi_galleria_ovr,
#navi_galleria a:hover {
	width:71px;
	height:35px;
	background:url(../img/navi_galleria_ovr.gif) no-repeat;
}
#navi_dailymade {
	width:128px;
	height:35px;
	background:url(../img/navi_dailymade.gif) no-repeat;
}
#navi_dailymade a,
#navi_dailymade_ovr a {
	display:block;
	width:128px;
	height:35px;
}
#navi_dailymade_ovr,
#navi_dailymade a:hover {
	width:128px;
	height:35px;
	background:url(../img/navi_dailymade_ovr.gif) no-repeat;
}
#navi_blog {
	width:91px;
	height:35px;
	background:url(../img/navi_blog.gif) no-repeat;
}
#navi_blog a,
#navi_blog_ovr a {
	display:block;
	width:91px;
	height:35px;
}
#navi_blog_ovr,
#navi_blog a:hover {
	width:91px;
	height:35px;
	background:url(../img/navi_blog_ovr.gif) no-repeat;
}
#navi_download {
	width:88px;
	height:35px;
	background:url(../img/navi_download.gif) no-repeat;
}
#navi_download a,
#navi_download_ovr a {
	display:block;
	width:88px;
	height:35px;
}
#navi_download_ovr,
#navi_download a:hover {
	width:88px;
	height:35px;
	background:url(../img/navi_download_ovr.gif) no-repeat;
}
#navi_os {
	text-align:right;
}

/* footer */
address {
	color:#666666;
	font-size:10px;
	font-style:normal;
	text-align:center;
	margin:20px 0px;
}

#footer {
	clear:both;
	color:#FFFFFF;
	font-size:10px;
	width:890px;
	padding:5px;
	text-align:center;
	background:url(../img/bg_footer.gif) repeat;
}
#footer a,
#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}
#footer a:hover,
#footer a:active {
	color:#FFFFFF;
	font-size:10px;
	text-decoration:underline;
}

/* comment */
input,textarea {
	color:#333333;
	font-size:11.5px;
	line-height:1.5em;
}
.accordion_content  {
    overflow: hidden;
    padding-bottom: 10px;
}


.space_top {
	margin-top:10px;
}
.space_top_p {
	padding-top:10px;
}
.space_bottom {
	margin-bottom:10px;
}
.space_bottom_5 {
	margin-bottom:5px;
}
.clear {
	clear:both;
}
.txt_normal {
	line-height:1.5em;
}
.center {
	text-align:center;
}