/*====================================
               COMMON
=====================================*/

body {
	background: #F9F7EF;
	text-align: center;
	font-size: 78%;
	font-family:"Lucida Grande","Hiragino Kaku Gothic Pro","ƒqƒ‰ƒMƒmŠpƒS Pro W3","‚l‚r ‚oƒSƒVƒbƒN",Geneva,Arial,Verdana,sans-serif;
	color: #3f3f3f;
	line-height: 130%;
}

a:link { color: #333333; text-decoration: none;}
a:hover { color: #999999; text-decoration: underline;}
a:visited { color: #333333;}

img {
	vertical-align: top;
}

#pass_wrap {
	width: 916px;
	margin: 0 auto;
	background: url(img/bg.jpg) repeat-y ;
}

#pass_inner {
	width: 830px;
	margin: 0 auto;
}

.ring1 {
	width: 830px;
	height: 259px;
	background: url(img/ring_img3.jpg);
	margin: 0 auto;
}

.ring1 p {
	width: 450px;
	text-align: left;
	padding: 30px 0 0 130px;
	font-size: 13px;
	line-height: 150%;
}

* html .ring1 p {
	width: 450px;
	padding: 0;
	position: relative;
	top: 30px;
	left: -60px;
}

*+html .ring1 p {
	width: 450px;
	padding: 0;
	position: relative;
	top: 30px;
	left: -60px;
}

/*====================================
               CLEARFIX
=====================================*/

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

.group
{
	display: inline-block;
}

/*\*/
* html .group
{
	height: 1%;
}

.group
{
	display: block;
}

/*====================================
               PNGFIX
=====================================*/

* html .fix {
behavior: expression(IEPNGFIX.fix(this));
}
