@charset "Shift_JIS";

/* -----------------------------------------------------------
	Site:	http://www.sakana-kuki.com/
	File name:	style.css (http://www.sakana-kuki.com/style.css)
	Copyright:	KUKI
----------------------------------------------------------- */

/*	Reset  -------------------------------------------------*/
* {
	zoom:1;
}

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;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	text-align:left;
}

caption,th {
	text-align:left;
}

q:before,
q:after {
	content:'';
}

object,
embed {
	vertical-align:top;
}

hr,
legend {
	display:none;
}

img,
a img,
abbr,
acronym,
fieldset {
	border:0;
}

li {
	list-style-type:none;
}


P{
	line-height:150%;
	font-size:12px;
	text-align:left;
}


.style2 {color: #990000;font-size: 14px;font-weight: bold;}

/*	contents  -------------------------------------------------*/

body {
	color:#666;
	font-size:12px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",Sans-Serif,"ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro",Osaka;
	line-height:150%;
}

div#kuki{
	width:800px;
	margin: auto ;
	border: #CCCCCC 1px solid;
}

div#header{
	width:800px;
	height:292px;
	background:url(home/img/bg-h.jpg) no-repeat;
}


div#header h1{
	padding:15px 20px 0 0; 
	font-size:11px;
	float:right;
	line-height:180%;
	color:#666666;
}

div#header img{
	float:left;
}

div#Contents{
	width:800px;
	clear:both;
}

div#main{
	width:619px;
	float:right;
}

p#t1{
	margin:20px 0 10px 0;
	font-size:14px;
	color:#990000;
}

div#main p{
	padding:0 0 10px 20px;
}

div#main img{
	margin:10px 10px;
}

p#t2{
	float:right;
	padding:10px 0;
}

div#sub{
	width:181px;
	float:left;
}

div#sub p{
	margin:40px 10px;
}

address{
	margin:20px 0;
	line-height:180%;
}

div#sub table{
	margin:40px 0 0 10px;
}

div#link{
	width:800px;
	height:50px;
	clear:both;
}

div#link p{
	margin:auto;
	text-align:center;
}

div#footer{
	width:800px;
	height:50px;
	background:url(home/img/bg-f.jpg) no-repeat;
}

div#footer p{
	text-align:right;
	padding:20px 20px 0 0;
}