@charset "UTF-8";

/* ----- すべての要素 ----- */

*
{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}


/* ----- float解除 ----- */

div.clear
{
	clear:both;
}

div.clear hr
{
	color: #CCCCCC;
	height: 1px;
	width: 920px;
}

.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* ----- リンク ----- */

a
{
	color:#0099cc;
	background:#ffffff;
	text-decoration:none;
}

a:hover
{
	color:#006699;
	background:#ffffff;
	text-decoration:underline;
}


/* ----- body ----- */

body
{
	background:#FFFFFF url(/images/back_atacycle.jpg) no-repeat fixed center top;
	text-align:center;
}


/* ----- ブログ全体 ----- */

div#main-container
{
	width:920px;
	color:#666666;
	background:#ffffff;
	margin:0 auto;
	text-align:left;
	border-top: 1px none #000000;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #000000;
	border-left: 1px solid #CCCCCC;
}


/* ----- バナー部分 ----- */

div#banner
{
	background:#ffffff;
	padding:0px;
	text-align:center;
}

div#banner h1.blog-name
{
	font-size:180%;
	font-weight:bold;
	margin:0 0 5px 0;
}

div#banner h1.blog-name a
{
	color:#ffffff;
	background:#999999;
	text-decoration:none;
}

div#banner h1.blog-name a:hover
{
	text-decoration:underline;
}

div#banner h2.blog-description
{
	font-size:80%;
	color:#ffffff;
	background:#999999;
	font-weight:normal;
}


/* ----- コンテンツ全体 ----- */

div#container
{
	padding: 0 40px 20px 40px;
}


/* ----- エントリー全体 ----- */

div.content 
{
	
}
div#shop-info,
div#shop-map {
	padding-bottom: 20px;
	font-size: 80%;
	line-height: 1.4;
	}
div.content p.title {
	width: 265px;
	float: left;
	}
div.content div.photo,
div.content p.photo {
	width: 560px;
	float: right;
	}
div#shop-address {
	width:280px;
	float: left;
	}
div#shop-address-e {
	width:280px;
	float: right;
	}
/*----footer----*/

div.footer p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	letter-spacing: 0.1em;
}
div.footer p a
{
	color:#666666;
	background:#ffffff;
	text-decoration:none;
}

div.footer p a:hover
{
	color:#666666;
	background:#ffffff;
	text-decoration:underline;
}
