@charset "utf-8";
* {
	margin:0;
	padding:0;
}

html {
	margin:0;
	padding:0;
}

p {
	margin:0;
}


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

まず最初の.clearfix:after

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


#wrapper {
	padding: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BF54B8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFEFF;
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
}

/** html #header{
	display:inline-block;
}
*/

#header {
	color: #FFF;
	padding-top: -1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
}
h1 {
	font-size: 75%;
	margin: 0px;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#content {
	width:780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	padding: 10px;
}
/*
#foot {
	background-color: #bf54b8;
	height: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b1e879;
}

*/

#menu{
	width:200px;
	margin:0px;
	float:left;
	padding: 0px;
	background-color: #FFF;
}
#menu_in{
	width:190px;
	margin:0px;
	font-size:90%;
	/*border: 1px solid #bf54b8;*/
	padding-left: 5px;
	
	
}#wrapper #content #menu #menu_in p {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.font_80_lht {
	font-size: 80%;
	line-height: 1.5em;
}
#jiman {
	background-image: url(top_jiman.gif);
	height: 130px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#new {
	background-image: url(img/top_new.gif);
	height: 130px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content #main #jiman ul li {
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
}
#wrapper #content #main #jiman ul {
	padding-top: 25px;
	font-size: 90%;
	line-height: 140%;
	padding-left: 20px;
	list-style-type: none;
}
#wrapper #content #main #new ul {
	padding-top: 10px;
	font-size: 90%;
	line-height: 140%;
	padding-left: 20px;
	list-style-type: none;
}
#wrapper #content #main #new ul li {
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
}


.font_90_lht {
	font-size: 90%;
	line-height: 1.5em;
}



.menu_sub {
	padding-left: 10px;
	padding-bottom: 0px;
	margin-right: 5px;
}

#main{
	width:550px;
	float:right;
	background-color: #ffffff;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.font_red {
	color: #F00;
}

.font_80 {
	font-size: 80%;
}


h2 {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 5px;
	color: #BE5FA1;
	text-align: center;
	font-size: 105%;
	background-color: #CFEEB0;
}
#wrapper #content #main .honbun2 ol li {
	padding-left: 10px;
}
#wrapper #content #main .honbun2 ol {
	padding-left: 20px;
}

h3 {
	font-size:95%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 5px;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #b1e879;
	border-left-color: #BE5FA1;
}
.honbun {
	font-size:90%;
	padding-left:10px;
	padding-bottom:30px;
	line-height:160%;
	padding-top: 10px;
	
}
.honbun_top {
	font-size:90%;
	padding-left:10px;
	padding-bottom:3px;
	line-height:140%;
	padding-top: 3px;
	border: 2px dotted #C69;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.honbun2 {
	font-size:90%;
	padding-left:10px;
	padding-bottom:30px;
	line-height:160%;
	padding-top: 20px;
	
}

.img_float_left {
	float:left;
	margin:10px;
	padding-right: 10px;
	
}

#footer {
	text-align:center;
	padding-top:5px;
	line-height:160%;
	font-size:90%;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b1e879;
}
.new_date {
	font-size: 0.8em;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 400px;
}
#footer_dtl {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.list {
	font-size: 90%;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}
.clear {
	clear: both;
}
#wrapper #header a img {
	margin: 0px;
}

img {
	margin: 0px;
}
.jyunbi {
	font-size: 80%;
}
#wrapper #content #main .honbun2 h4 {
	background-color: #FFC;
	width: 300px;
}
#wrapper #content #main .honbun2 table tbody tr td {
	padding: 5px;
	margin-top: 5px;
	font-size: 95%;
	line-height: 160%;
}
#wrapper #content #main .honbun table tbody tr td {
	font-size: 95%;
	padding: 5px;
}

#wrapper #content #main .honbun2 ul {
	margin-left: 30px;
}
#wrapper #content #main .honbun ul {
	margin-left: 30px;
}
#catch {
	font-size: 95%;
	color: #000;
	text-align: center;
	padding: 20px;
	line-height: 140%;
	background-image: url(img/catch.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-position: center;
}
.kyoutyou {
	font-size: 110%;
	color: #AE024B;
	text-align: center;
	font-weight: bold;
}
