﻿/* CSS Document */
@media print {
* {
	overflow: visible !important;
}

body{
		zoom: 70%;
}
}

* {
	border-width: 0px;
	margin: 0;
	padding: 0;
}

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*ﾂ･*//*/
  height: auto;
  overflow: hidden;
  /**/
}

body {
	float: left;
	background-image: url(../images/background2.gif);
	background-color: #eeeeee;
	text-align:center;

}

body a {
	color: #999999;
}

#wrapper {
	position: relative;
	width: 850px;
	border: 1px #cccccc solid;
	background-color: #ffffff;
	left:50%;
	margin-left:-425px;
	margin-top:10px;
    text-align:left;
    position:absolute;
}

#header {
	padding: 0px;
	padding-bottom: 5px;
	border-top: 5px #f20176 solid;
	border-bottom: 1px #eeeeee solid;
	background-color: #fbfbfb;
}

#bbs a {
	position: absolute;
	top: 0;
	right: -95px;
	padding: 7px 20px;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	border: 1px #CCCCCC solid;
	border-top: none;
	background-color: #FFFFFF;
}

#bbs a:hover {
	color: #999999;
}

#header #logo {
	float: left;
}

#header-content {
	float: right;
}

#header-content form {
	float: right;
}

#header-content form .text {
	width: 120px;
	padding: 1px;
	border: 1px #cccccc solid;
}

#header-content form .submit {
	width: 50px;
	padding: 1px;
	font-size: x-small;
	border: 1px #eeeeee solid;
	background-color: #eeeeee;
}

#header #header-content ul {
	float: left;
	margin-top: 4px;
	margin-right: 15px;
}

#header #header-content ul li {
	float: left;
	font-size: x-small;
	list-style-type: none;
	text-decoration: none;
	border-right: 1px #CCCCCC solid;
}

#header #header-content ul li a {
	color: #666666;
	padding: 0 5px;
}

#header #header-content ul li a:hover {
	color: #f20176;
}

#menu {
	clear: both;
	margin-top: 0px;
	margin-bottom:20px;
}

#menu ul li {
	float: left;
	list-style-type: none;
	border-right: 1px #eeeeee solid;
	background-image: url(../images/background2.gif);

}

#menu ul li a {
	display: block;
	width:169px;
	padding-bottom: 5px;
	padding-top: 0px;
	font-size: small;
	text-align: center;
	color: #333333;
	text-decoration: none;
	border-bottom: 3px #eeeeee solid;
}

#menu ul li a:hover {
	border-bottom-color: #f20176;
}

th,td{padding:0.3em;
	border:thin;
	border-top:none;
	border-right:none;
	border-bottom:1px dotted #666666;
	border-left:none;}

th{	font-weight:normal;
	text-align:left;}

h1 {
	
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
	text-indent: -9999px;
	background-image: url(../images/background2.gif);
	background-color: #fafafa;
	border-bottom: 1px #cccccc solid;	
}

h2 {
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-size:large;
	color: #333333;
	background-image: url(../images/background2.gif);
	border-left: 4px #f20176 solid;
}

h3 {	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size:large;
	color: #f20176;
}

#center{ text-align:center;
}


#content {
	float: left;
	width: 550px;
	padding-left: 20px;
}

#main-content {
	margin-left: 25px;
	margin-bottom:25px;
}

#submenu {
	float: right;
	width: 185px;
	padding: 0 20px;
	border-left: 1px #eeeeee solid;
}

#submenu ul {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #eeeeee solid;
}

#submenu ul li {
	padding-left: 5px;
	margin-bottom: 5px;
	font-size: small;
	color: #333333;
	list-style-position: inside;
}

#submenu ul li a {
	color: #333333;
}

#submenu ul li a:hover {
	color: #666666;
}

#submenu #banner {
	padding: 10px;
	text-align: center;
	background-image: url(../images/background2.gif);	
	background-color: #eeeeee;
}

#footer {
	clear: both;
	padding-top: 40px;
}

#footer #footermenu h2 {
	display: none;
}

#footer #footermenu ul li {
	float: right;
	list-style-type: none;
	border-left: 1px #eeeeee solid;
}

#footer #footermenu ul li a {
	display: block;
	padding: 10px 10px;
	padding-bottom: 5px;
	font-size: x-small;
	color: #666666;
}

#footer #footermenu ul li a:hover {
	color: #f20176;
}

#footer #copyright {
	padding: 20px;
	color: #f20176;
	font-size: x-small;
	letter-spacing: 1px;
	background-color: #fff2e8;
}