@charset "Shift_JIS";

/* --------------------------
Copyright 2009 GungHo Online
FileName: style.css
---------------------------- */

* {
	margin:0;
	padding:0;
	font-style:normal;
	border:none;
}

body{
	padding:0;
	width:100%;
	height:auto;
	font-size:small;
	_font-size:x-small; /* for IE */
	font-family:'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	text-align:center;
	background:#eee;
	line-height:1.3em;
	word-break:break-all;
}


/* |||||||||||| COMMON |||||||||||| */
/* FLOAT */
.fltL { float:left; }
.fltR { float:right; }
.alignCenter { text-align: center !important; }

.pkg{
	overflow:hidden;
	margin-bottom:0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* LINK */
a:link { color:#0066CC; text-decoration:underline; }
a:hover { color:#0066CC; text-decoration:underline; }
a:visited { color:#0066CC; text-decoration:none; }

/* |||||||||||| HEAD |||||||||||| */
div#container {
	margin:0 auto;
	width:760px;
	background:#fff;
	border-right:1px #CCC solid;
	border-left:1px #CCC solid;
}

div#header {
	margin:0 auto;
	width:760px;
	text-align:left;
}

div#header2 {
	margin:20px 0px 0px 0px;
	width:760px;
	text-align:center;
}

/* |||||||||||| MAIN |||||||||||| */
h2,h3,h4{
	margin:8px 0;
}


div.box {
	margin:0 auto;
	padding:8px 0px;
	width:700px;
	text-align:left;
}

div.imgBox{
	text-align:center;
	margin:10px 0;

}

div.imgBox img{
	margin-bottom:8px;
}

div.cafe {
	margin:20px auto;
	width:549px;
}

div.aten{
	width:640px;
	margin:10px 0 10px 20px;
	padding:10px;
	border:1px #333 solid;
	font-size:12px;
}

.kome{
	color:#c00;
	font-size:11px;
}

ul.kome{
	list-style:none;
	padding:1em;
	text-indent:-1em;
}

/* |||||||||||| FOOTER |||||||||||| */
div#footer {
	height:28px;
	padding:0 10px;
	background:#E0D1B2;
	text-align:left;
}

