﻿* {
	margin:0px;
	padding: 0px;
}

body{
	background-image:url(imgs/bg.bmp);
	background-repeat:repeat-x;
	background-color:#a1999a;
	}

#container{
	width:760px;
	margin-left: auto;
	margin-right: auto;
	border-style:solid;
	border-width:1px;
	border-width-left:4px;
	border-width-right:2px;
	border-color:#bd1229;
	background-color:#ffffff; 
	}
	
#inner_bg{
	background-image:url(imgs/inner_bg.gif);
	background-repeat: no-repeat;
	background-position: top middle;
	text-align: center;
}

#inner_sentence{
	width: 55%;
	margin-left:auto;
	margin-right:auto;
	font-size:13px;
	line-height:130%;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

#hakkiri {
/*	font-weight: bold; */
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
