@charset "utf-8";

/* ------------------------------
 ■■ CSS for urbantec_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;
}
dl {
	font-size: 14px;
	line-height: 1.4;
}

/* ------------------------------
	Font End
------------------------------ */
a {
	color: #333333;
}

a:focus {
	outline : none ;
}

/* ------------------------------
	container
------------------------------ */

#container {
	width: 100%;
	color: #333333;
}

/* ------------------------------
	header
------------------------------ */

#header {
	margin-bottom: 10px;
}

/* ------------------------------
	header End
------------------------------ */


/* ------------------------------
	contents
------------------------------ */
a img:hover {
	opacity: 0.7;
}
#contents {
	width: 960px;
	margin : 20px auto 0px ;
}
/*下層用*/
#contents02 {
	width: 960px;
	margin : 0px auto 0px ;
	height : 100% ;
}

/* ------------------------------
	main
------------------------------ */

#main {
	float: left;
	width: 500px;
	margin-left : 20px ;
}
/*下層用*/
#main2 {
	float: left;
	width: 540px;
	margin-left : 20px ;
}
/*下層用2*/
#main3 {
	float: left;
	width: 720px;
	margin-left : 20px ;
}
/* ------------------------------
	main End
------------------------------ */
/* ------------------------------
	sub01
------------------------------ */

#sub01 {
	float: left;
	width: 220px;
	margin-bottom : 80px ;
}

/* ------------------------------
	sub01End
------------------------------ */

/* ------------------------------
	sub02
------------------------------ */

#sub02 {
	float: right;
	width: 200px;
}
/*下層用*/
#sub03 {
	float: right;
	width: 160px;
}

/* ------------------------------
	sub02End
------------------------------ */

/* ------------------------------
	contents End
------------------------------ */


/* ------------------------------
	footer
------------------------------ */

#footer {
	clear: both;
	height: 150px;
	background-color: #2D6C2D;
	padding-top: 20px;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.4) inset;
}

/* ------------------------------
	footer End
------------------------------ */

/* ------------------------------
	container End
------------------------------ */
