@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
* html div{
	height: 1%;
}
/*  
ボディ  
-----------------------------------------------------------
 */
body {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bimiichizen_top_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 1.5;
	color: #333333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	background-color: #090909;
}
/*  
サファリ用  
-----------------------------------------------------------
 */
html:not(:only-child:only-child) body {
	font-size: 12px;
}
img {
	border: 0px;
	vertical-align:top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p {
	text-align:justify;
	text-justify:distribute;
}

ul, li {
	list-style:none;
	font-size: 13px;
}
/*  
サファリ用  
-----------------------------------------------------------
 */
html:not(:only-child:only-child) ul, li {
	font-size: 12px;
}
th {
	font-weight:normal;
	text-align:center;
}
td {
	text-align:center;
	font-weight:normal;
}
table {
	text-align:center;
	border-collapse:collapse;
}
a:link {
	color: #0e3192;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:visited {
	color: #0e3192;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #0e3192;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
a:active {
	color: #0e3192;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
address {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
	padding-top: 5px;
}

/* ------------------------------------------
Style Name: clearfix.css
Since: 2007-09-01
Modified: 2007-09-30
Version: 1.0
------------------------------------------*/
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
.clearfix {
 display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
 height: 1%;
}
.clearfix {
 display: block;
}
/* End hide from IE-mac */



.right {
	text-align: right;
}
.center {
	text-align: center;
}


#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	background-color: #FFF;
}
.lead {
	padding: 20px;
	border: 1px solid #CCC;
	margin: 20px;
	line-height: 2;
	letter-spacing: 0.1em;
}
#info {
	font-size: 16px;
	padding-top: 30px;
}
#info li {
	font-size: 16px;
	padding-bottom: 16px;
}
.color_323d81 {
	color: #323d81;
}
ul#info li.small01 {
	font-size: 80%;
}
