@charset "utf-8";
/*====reset====*/

*{margin:0;padding:0;}
img{border:none;}

p,li,td,th,input,h2,h3,h4, pre,textarea,input,label, dt,dd{
	font-size:small;
	line-height:1.5;
	color:#e94609;
}

a{
	color:#e94609;
	font-weight:bold;
}
a:visited{
	color:#e96809;
}
a:hover{
	color:#ff4500;
}
em {
	font-weight:bold;
	font-style:normal;
}

/*====outline====*/

/*footer's position*/
html, body{
	height:100%;
	min-height:100%;
}
html > body {
 height: auto;
}
body{
	position:relative;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
#ftr{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
#wrapper{
	padding-bottom:75px;
}

/*width control*/
html, body{
	min-width:900px;
}
body{
	text-align:center;
}
#hdr, #cts{
	width:900px;
	margin:auto;
	text-align:left;
}

/*others*/
body{
	background:url(../images/hdr_bg.gif) repeat-x 50% 0% #FFF100;
}
#cts{
 background:url(../images/hdr_bg_haha02.gif) no-repeat 100% 0%;
}
#ftr{
	padding:20px 0 15px;
	background:url(../images/ftr_bg.gif) repeat-x 50% 0% #fffedf;
}
#ftr p{
	margin:0 auto;
	color:#f29600;
	width:100%;
	text-align:center;
	font-size:x-small;
}

/*====headder====*/

#hdr{
	padding-top:7px;
	height:85px;
	background:url(../images/hdr_bg_haha01.gif) no-repeat 100% 100%;
	zoom: 1;
}
#hdr:after{content:"."; clear:both; height:0; display:block; visibility:hidden;}

#hdr img{
	vertical-align:bottom;
}
#hdr h1{
	float:left;
	display:inline;
	padding-right:15px;
	background:#fffedf;
}
#hdr ul{
	float:left;
	display:inline;
	/*↓飾り画像用。38px+任意の余白*/
	/*padding-right:55px;
	background:url(../images/hdr_bg_pot.gif) 100% 0% no-repeat;*/
}
#hdr li{
	display:inline;
	padding-right:2px;
	background:#fffedf;
}

/*==h2==*/
/*ページによっては中の要素が「食い込む」レイアウトです。
　その場合は中の要素にposition:relative; top:--px;を指定*/
#title{
	position:relative;
	z-index:10;
	height:75px;
}
#title img{
	position:absolute;
	bottom:0;
}

/*========= floating form =======*/
.cmn_fform{
	display:none;
	background:url(../images/mail_bg.png) no-repeat;
	_background:url(../images/mail_bg.gif) no-repeat;
	color:#fff;
	width:278px;
	height:102px;
	padding:8px;
	position:absolute;
	z-index:99;
}
.cmn_fform p{
	text-align:right;
}
.cmn_fform iframe{
	margin-left:12px;
	width:245px;
	height:90px;
}


/*====common_parts====*/

/*「約物」テキストで、ヒラギノだと極端に小さくなるものにこのクラスを指定*/
.cmn_txtmark{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*under construction*/
.cmn_uc{
	text-align:center;
	margin-top:50px;
}
/*ページTOPへ*/
.cmn_totop{
	text-align:right;
	clear:both;
	padding-top:1em;
}

/*汎用整形済みパーツ：表として見せたい表、定義リストとして見せたい定義リスト、など*/
table.cmn_formatted {
	margin:0.4em 0;
}
.cmn_formatted th{
	text-align:left;
	padding:0.1em 0.5em 0.1em 0;
	border-bottom:solid 1px #fff;
}
.cmn_formatted td{
	text-align:left;
	padding:0.1em 0;
	border-bottom:solid 1px #fff;
}
.cmn_formatted dt{
 border-left: solid 5px #fff;
	padding-left:8px;
	font-weight:bold;
}
.cmn_formatted dd{
	margin:0.3em 0 1em 13px;
}
.cmn_formatted p{
	margin-bottom:0.6em;
}
