@charset "UTF-8";

body {
	font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000000;
	overflow:auto;
	line-height: 180%;
	background-image: url(img/back.gif);	
}

#main {
/*	display:table;*/
	margin: 0 auto 0 auto;
	width: 980px; 
	background-color: #9999cc;
	border-left: solid 3px #b0b0b0;
	border-right: solid 3px #b0b0b0;

/*    padding-bottom: 32767px;  
    margin-bottom: -32767px;   */
}

.cl {  
    display: inline-block;  
}  

#leftmenu {
/*	display:table-cell;*/
	float: left;
	margin: 0px;
	overflow: auto;
	top: 0px;
	left: 0px;
	width: 240px;
/*	height: 100%;*/
	height: 800px;
	background-color: #9999cc;
	padding-bottom: 10px;
}

#leftmenu iframe {
	border: none;
	width: 240px;
/*	height: 100%;*/
	height: 800px;
}

#container {
/*	display:table-cell;*/
	margin: 0px 0px 0px 240px;
  	width: 700px; 
	background-color: #ffffff;
	padding: 20px;
	min-height: 800px;	
}


#footer {
	color: #444444;
	background-color: #ffffff;
	margin: 50px auto 0 auto;
	font-size: 8pt;
	width: 700px; 
	text-align: center;
	border-top: solid 1px #b0b0b0;
	
}

.obi {
	font-size: 16px;
	color: #ffffff;
	margin: 40px 0px 2px 0px;
	padding-left: 70px;
	padding-top: 13px;
	padding-bottom: 5px;
	background-image: url(img/obi.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 630px;
	font-weight: bold;
}

.obi_no_icon {
	font-size: 16px;
	color: #ffffff;
	margin: 40px 0px 2px 0px;
	padding-left: 40px;
	padding-top: 13px;
	padding-bottom: 5px;
	background-image: url(img/obi_no_icon.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 660px;
	font-weight: bold;
}

.memo {
  margin: 20px;
  padding: 30px;
  border:  solid 1px #000000;
  background-color: #eeeeee;
  font-size: 14px;
}

a:link {
  color: #2030f0;
  text-decoration: none;
}

a:hover {
  color: #004000;
}

a:visited {
  color: #2030f0;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}

h1 {
  font-size: 20px;
  margin: 20px 0px 30px 20px;
  padding: 0px 0px 0px 0px;
  color: #000066;
}

li {
	padding-bottom: 10px;
}



