@charset "utf-8";

/* *****************************************
/*+  全体  +********************************
/***************************************** */

/* リセット・基本セッティング
----------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	color: #000;
	background:url(pict/bh2009/2009bh_bg.gif) repeat 0 0;
	padding:0 0 10px 0;
}
body,
input,
select,
textarea {
	font: 13px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro W3", HiraKakuPro-W3, Osaka, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
html {
	overflow-y: scroll;
}
img {
	border: none;
	vertical-align: bottom;
}
table {
border-collapse: collapse;
}
th {
	text-align: left;
	vertical-align: top;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
	line-height:1.0;
}
ul, ol {
	list-style-type: none;/**/
}
em,
strong,
address {
	font-weight: 800;
	font-style: normal;
	color:#F85679;
}
a {
	outline: none;
	color: #F85679;
	text-decoration: underline;
}
a:hover {
	color: #F85679;
	text-decoration: underline;
	background:#FCB8C7;
	}

/* CLEARFIX
-----------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix { 
	display: inline-block;/*IE7・Mac版IE向け */
}

.clearfix { 
	display: block;/*Opera、Safari向け */
}
.clear {
	clear:both;
}

/* 共通
-----------------------------------------------------------*/
#wrapper {
	background:url(pict/bh2009/bh2009_body.png) no-repeat 0 0;
	margin:15px auto;
	padding:0 10px 15px 15px;
	width:588px;
	height:930px;
}
* html #wrapper {
	behavior: expression(IEPNGFIX.fix(this));
} 
* html #wrapper {
	background:none;
	background-color:#FFF;
} 




/* #header
----------------------------------------------------------*/
#header {
	padding:10px 0 0 0;
}


#menu {
	padding:5px 0;
}

p.note {
	text-align:center;
	padding:15px 0 0 0;
}


