@charset "utf-8";


/* ------------------------------
 ■■ CSS for Kunitomi_Coop ■■
------------------------------ */




/* ------------------------------
	Reset
------------------------------ */


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;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}


/* ------------------------------
	Reset End
------------------------------ */




/* ------------------------------
	Font
------------------------------ */


html {
	font-size: 14px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 17px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

p {
	font-size: 14px;
	line-height: 1.4;
}

ul {
	font-size: 14px;
	line-height: 1.4;
}

dl {
	font-size: 14px;
	line-height: 1.4;
}


/* ------------------------------
	Font End
------------------------------ */

a:focus {
	outline : none ;
}



/* ------------------------------
	container
------------------------------ */


#container {
	width: 960px;
	margin: 20px auto 0;
}


/* ------------------------------
	header
------------------------------ */


#header {
	height: 120px;
	margin-bottom: 10px;
	xbackground: #acacac;
}


/* ------------------------------
	header End
------------------------------ */

/* ------------------------------
	header2
------------------------------ */


#header2 {
	height: 300px;
	margin-bottom: 10px;
	xbackground: #acacac;
}


/* ------------------------------
	header2 End
------------------------------ */




/* ------------------------------
	contents
------------------------------ */


#contents {
	float: left;
	width: 960px;
	margin-bottom: 10px;
}


/* ------------------------------
	main
------------------------------ */


#main {
	float: left;
	width: 690px;
	xheight: 300px;
	xbackground: #fcc946;
	margin-top : 20px ;
}


/* ------------------------------
	main End
------------------------------ */




/* ------------------------------
	sub
------------------------------ */


#sub {
	float: right;
	width: 230px;
	xheight: 300px;
	xbackground: #c0c217;
	margin-top : 20px ;
}

#sub02{
	float: right;
	width: 230px;
	xheight: 300px;
	xbackground: #c0c217;
	margin-top : 100px ;
}


/* ------------------------------
	sub End
------------------------------ */


/* ------------------------------
	contents End
------------------------------ */




/* ------------------------------
	footer
------------------------------ */


#footer {
	clear: both;
	height: 350px;
	xmargin-bottom: 20px;
	xbackground: #acacac;
}


/* ------------------------------
	footer End
------------------------------ */


/* ------------------------------
	container End
------------------------------ */