@charset "utf-8";
/* CSS Document */
html,body,h1,h2,h3,h4,h5,h6,p,table,th,td,caption,address,form,fieldset,input,select,blockquote,abbr {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 100%;
	text-align: center;	
}
/*----------
HTML5
----------*/
section, article, aside, hgroup, header, footer, nav, figure {
	display: block;
}
#wrap {
	background-image: url(../img/a_bdy.gif);
	background-position: 50% 0;
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 800px;
}
#wrap span {
	display: none;
}
/*----------
header
----------*/
#wrap #header {
	background-image: url(../img/a_hdr.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 100px;
	width: 800px;
}
#header h1 {
	display:block;
	height: 100px;
	width: 320px;
}
#header h1 a {
	display:block;
	height: 100px;
	width: 320px;
}
/*----------
article
----------*/
#wrap #article {
	float: right;
	width: 600px;
}
#article section {
	margin: 0 auto;
	padding: 10px;
	width: 580px;
}
#article section h1 {
	background-image: url(../img/a_ttl.jpg);
	background-repeat: 50% 0;
	background-repeat: no-repeat;
	color: #03C;
	font-size: 80%;
	line-height: 30px;
	height: 30px;
	padding: 0 0 0 20px;
	width: 540px;
}
#feed-blog-shop {
	font-size:80%;
	line-height:20px;
	padding: 0px;
	text-align:left;
}
#newstitle {
	border-left: 5px solid #06C;
	padding: 0 0 0 5px;
}
#newstitle a:hover {
	text-decoration: none;
}
.bnr {
	margin: 0px;
	padding: 5px;
}
#article p {
	font-size: 80%;
	line-height: 20px;
}
/*----------
aside
----------*/
#wrap #aside {
	float: left;
	width: 180px;
}
/*----------
footer
----------*/
#wrap #footer {
	background-image: url(../img/a_ftr.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	width: 800px;
}
#footer address {
	display: block;
	height: 30px;
	padding: 15px 120px 0;
}
/*----------
基本設定
----------*/
img {
	border: 0px;
}
.clearfix {
	clear: both;
}
a {text-decoration: underline; color: #06F;}
a:visited {text-decoration: underline; color: #06F;}
a:hover {text-decoration: none; color: #06C;}