/*****************************
 * (c)ウェブシステムズ
 *****************************/

/* [layout] //////////////////////////*/
* {
	margin: 0 auto;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-size: 0.8em;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333;
}
a {
	color: #333;
	text-decoration:none;
	outline: none;
}
a:hover {
	color: #33CCCC;
	text-decoration: none;
}
img {
	vertical-align: bottom;
	border: none;
}
ul, ol {
	list-style: none;
}
input, textarea, select {
	font-size: 1em;
}
option {
	padding: 0 3px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* [misc] ////////////////////////////*/
.clear {
	clear: both;
}

/* body */
#wrapper {
	width: 800px;
	border-bottom: 2px solid #CCC;
}
h1 {
	display: block;
	width: 80px;
	height: 15px;
	float: left;
	background: #FFF;
	font-size: 10px;
	line-height: 15px;
}
.come {
	width: 720px;
	height: 15px;
	float: left;
	font-size: 10px;
	line-height: 15px;
	background: #FFF;
}

/* side */
#side {
	overflow: hidden;
	width: 200px;
	padding-bottom: 20px;
	float: left;
	background: #E4E6EB;
}
.menu {
	width: 200px;
	height: 25px;
	padding: 10px 0 0 30px;
	border-top: 1px solid #FFF;
	background: url(../image/side/yazirusi.gif) no-repeat;
}
.menu-last {
	width: 200px;
	height: 25px;
	padding: 10px 0 0 30px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: url(../image/side/yazirusi.gif) no-repeat;
}
.login {
	width: 190px;
	padding: 5px;
}

/* main */
#mainbody {
	overflow: hidden;
	width: 595px;
	float: right;
}
/* footer */
#footer {
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
}
.cr {
	display: block;
	margin-top: 5px;
	font-size: 12px;
}



















	
