﻿@charset "UTF-8";        /* 文字コードの設定*/

/* 配置 */
#warpper {
	height: auto;
	width: auto;
}

#maincouteut {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#search {
	display:none;
}
#content {
	display:none;
}
#print {
	width: 780px;
	display: block;
	padding: 10px;
	margin: 10px;
}
#print p{
	margin-left: 120px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 16px;
	margin-top: 50px;
}
#logo img{
	float: left;
	height: 100px;
	border: 1px solid #000000;	
}
#content1 {
	width: 780px;
	padding: 10px;
	height: auto;
}
#side{
	display:none;
}
#footer {
	display:none;
}
#navi {
	display:none;
}
#content4 {
	height: auto;
}
#content2 {
	height: auto;
	overflow:visible;
}
body {
	background-color: #FFFFFF;
}
