@charset "utf-8";

/* ===================================================================
 style info : Default (irrevocably)
=================================================================== */

/* reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
ul,li {
	list-style-type: none;
}


/* clearfix */
.clearfix {display: inline-block;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* --Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}



/* ===================================================================
 style info : Contents
=================================================================== */

html,body {margin: 0px;padding: 0px;background:#ffffff url(images/bg1.png) top center repeat-y;}
body{padding: 11px 0 20px;}
body,td {color: #333333;font-size: 14px;line-height: 1.4;}

/* link style */
a:link,a:visited {text-decoration: underline;color: #ffffff;}
a:active {text-decoration: underline;color: #cccccc;}
a:hover {text-decoration: underline;color: #cccccc;}
#wrap {
	margin: 0px auto;
	padding: 0px;
	width: 1150px;
	background: url(images/bg2.png) top center repeat-y;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 5px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.75) 0px 5px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.75) 0px 5px 5px 0px;
	
}
#header {float:left;margin-top: -11px;padding: 0px;}
#main {position: relative;float:left;margin: 0px auto;padding: 0px;width: 1150px;}
#main img.sanuki{position: absolute; top: 20px; left: -10px;}
#main img.neko{position: absolute; top: 543px; right: -16px;}
#main .main04{
	width: 1150px;
	height: 244px;
	background: url(images/main04.png) top center no-repeat;
	text-indent: -9999px;
	font-size: 1px;
}
.comment ul li p{
	cursor: pointer;
	text-align: center;
	padding: 20px 0;
}
.comment ul li p:hover{
    filter: alpha(opacity=75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=75)";
    -moz-opacity: 0.75;
    opacity: 0.75;
}
ul.commentdetail li{
	text-align: center;
} 
.box {float:left;margin: 0px auto;padding: 25px 0px;width: 1150px; text-align: center;}

.footer {margin: 0px 15px;padding: 13px 0px;width: 1120px;background-color: #ffa4c0; clear:both;border-bottom: 12px solid #ffffff;}
.copyright {margin: 0px auto;width: 1000px;height: 10px;text-align: center;}

