@charset "UTF-8";

/* =================================== */
/*
/* 	layout CSS
/* 	last update 100525
/*
/* =================================== */

body {
	margin:15px 0 0;
	width:100%;
	background:#fff;
	text-align:center;
}
body * {
	text-align:left;
}

#wrap {
	width:100%;
	position:relative;
	margin:15px auto 0;
}
#wrapInner {
}
	
#sidebar {
	width:0px;
	margin:0 0 0 0;
	height:100%;
	float:left;
	display: none;
}
h1 {
	margin-bottom:10px;
	font-size: 120%;
	padding-left: 1em;
}
h2 {
	margin-bottom:10px;
	font-size: 120%;
	display: block;
	background-image: url(../images/ico_square.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;
}
h2.h2sectiontitle {
	margin-bottom:20px;
}
h3 {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 120%;
	display: block;
}

		
		#contents {
			float:right;
		}
			#contents .box {
				background:#fff no-repeat 0 0;
			}
				#contents .box .inner {
				}
			#contents .box.single {
	width:240px;
			}
				#contents .box.single .inner {

				}
			#contents .box.double {
				width:960px;
			}
				#contents .box.double .inner {
				}
			#contents .box.triple {
				width:720px;
			}
				#contents .box.triple .inner {
				}
	
		
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 63px;
}
#footer p {
	margin: 0px;
	font-size: 1px;
	position: absolute;
	left: 20px;
	top: 20px;
	display: block;
}
	
/***
add  [
----------------------------------------------------------- */
object {
	margin-bottom: 10px;
}

/*
 frame [
----------------------------------------------------------- */

div.box .frame {
	display: block;
	padding: 10px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
}

div.box .frame p {
	line-height:1.3;
	margin:0 0 15px 0;
}
