
/*----------------------------------------------------
	INIT
----------------------------------------------------*/


html {
	overflow-y: scroll;
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	background: #fff;
	color: #333;
	font-size: 12px;
	font-family: "���C���I","Meiryo",verdana,"�q���M�m�p�S Pro W3","Hiragino Kaku Gothic Pro",Osaka,"�l�r �o�S�V�b�N","MS PGothic",Sans-Serif;
	line-height: 145%;
}
* html body {	/* for IF6 */
	font-family: "�l�r �o�S�V�b�N","MS PGothic",Sans-Serif;
}

img{
	border:none;
	}

/*----------------------------------------------------
	Basic/Link Color
----------------------------------------------------*/
body {
}

a:link {
	color:#FF0000;
}

a:visited {
	color:#FF0000;
}

a:hover {
	text-decoration: none;
	color:#666;
}

a:active {
}



/*----------------------------------------------------
	UTILITY
----------------------------------------------------*/

.mgt05{
	margin-top:5px;
}

.mgt10{
	margin-top:10px;
}

.mgr10{
	margin-right:10px;
}

.mgt20{
	margin-top:20px;
}

.mgb05{
	margin-bottom:5px;
}

.mgb10{
	margin-bottom:10px;
}

.mgb20{
	margin-bottom:20px;
}

.mgb40{
	margin-bottom:40px;
}

.dot-line{
	border-bottom:#999999 1px dotted;
	padding-bottom:3px;
}

.caution{
	color:#CC0000;
}

.clear {
clear:both;
width:1px;
height:1px;
overflow:hidden;
}


/*----------------------------------------------------
	HEADER
----------------------------------------------------*/

div#header{
		background:url(../common_img/header_bg.jpg) repeat-x;
		height:56px;
		width:100%;
		}

div#header-logo{
		text-align:right;
		margin:0px auto;
		padding-right:10px;
		}
		
div#header-inner img{
	margin-top:13px;
}

/*----------------------------------------------------
	CONTAINER
----------------------------------------------------*/

div#container{
	width:654px;
	margin:0px auto;
	background:#FFF;
	min-height:400px;
	height: auto !important;
	height: 400px;
	margin-top:20px;
}

div#container-inner{
	margin:17px 0px 20px 0px;
}

div#bn-banner-left{
	width:321px;
	padding-right:12px;
	float:left;
}

div#bn-banner-left img{
	padding-bottom:12px;
}

div#bn-banner-right{
	width:321px;
	padding:0;
	float:left;
}

div#bn-banner-right img{
	padding-bottom:12px;
}


/*----------------------------------------------------
	Footer
----------------------------------------------------*/

div#footer{
	background:url(../common_img/footer_bg.jpg) repeat-x;
	height:56px;
	width:100%;
}

p.copyright{
	font-size:10px;
	color:#666;
	text-align:right;
	padding:5px;
}

