/* General tags */
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;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

ie6用

* html .clearfix{
	height:1%;
	overflow:visible;
}

clearfix用

.clearfix:after{
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
}
.clearfix{
	overflow: hidden;
	zoom: 100%;
}

/*=== 装飾ここから ===*/

body {
	font-family: monospace;
	font-size: 13px;
	background: #eee;
}

h1 {
	font-size: 14px;
	margin-left: 5px;
}

h2 {
	font-size: 18px;
	color: #CC3300;
	font-weight:bold;
}

h3 {
	font-size: 18px;
	color: #330000;
	background:#33CCFF;
}

a {
	color: #932;
	text-decoration: none;
}

a:hover {
	color: #632;
	text-decoration: underline;
}

/*=== div# ===*/

#wrapper {
	width: 980px;
	margin: 0 auto;
	background: #fff;
}

#header {
	width: 970px;
	margin: 0 auto 20px;
	padding-top: 5px;
}

#cont_wrap {
	width: 970px;
	margin: 0 auto;
}

#home{
	text-align:right;
	margin-right: 20px;
}
#left {
	width: 180px;
	float: left;
	margin-left: 8px;
	margin-bottom: 20px;
	padding: 10px;
	background: #ddd;
}

#center {
	width: 495px;
	float: left;
	margin-left: 9px;
	margin-bottom: 20px;
	padding: 10px;
	background: #ddd;
}

#text {
	margin: 12px 15px;
}

#right {
	width:200px;
	float: left;
	margin-left: 9px;
	padding: 10px;
	background: #ddd;
	margin-bottom: 20px;
}

#footer {
	width: 970px;
	clear: both;
	margin: 0 auto;
	padding: 6px;
	text-align: right;
	border-top: 1px #aaa solid;
}

/*=== header ===*/


#header img {
	display: block;
	margin: 0 auto;
}

/*=== left ===*/

#left ul {
	margin: 8px 0 0 18px;
}

#left ul li{
	font-size: 14px;
	line-height: 150%;
	margin: 10px 0;
}

/*=== center ===*/

#center p {
	font-size: 14px;
	margin: 8px 0;
	line-height: 130%;
}

#center dl {
	margin: 12px 0;
}

#center dl dt {
	font-size: 15px;
	font-weight: bold;
	color: #339;
}

#center dl dd {
	font-size: 14px;
	margin-top: 12px;
	margin-left: 12px;
	line-height: 130%;
}

/*=== right ===*/

#right img {
	margin:14px 0 14px 10px;
}

/*=== footer ===*/

#footer a {
	color: #555;
	margin-right:30px;
}

#footer p {
	text-align: center;
}

/*=== other ===*/

