@charset "utf-8";

body {
	margin: 0px;
	padding: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#DADADA url(/img/branding/siralistairrai.jp/bg2.gif) repeat-y;
}

#wrapper {

	margin-bottom:10px;
	text-align: left;
	padding: 0;
	background:url(/img/branding/siralistairrai.jp/bg.gif) no-repeat top left;
	
}
#header {
	width: 740px;
	height: 140px;
	padding:0;
	margin: 0;
	text-indent:-9999px;
}


/*------header--------*/
#header #logo {
	text-align:center;
	width:130px;
}



/*------main--------*/

#main {
	width: 710px;
	margin:0;
	padding:10px 10px 10px 20px;
	text-align: left;
}


h1 {
	padding:10px 0 0 0;

}

#main p {
	font-size:small;
	color:#666;
	line-height:150%;
	padding:0 10px 0 0;
}

#bo{
	
	width: 710px;
	text-align:center;
	padding:20px 0;
	
}

#biglot a{

	display:block;
	text-decoration:none;
	height:121px;
	text-indent:-9000px;
	overflow: hidden;
	background: url(/img/v3b/oroshi/bo.gif) 0 0;
	width:240px;
}

#biglot a:hover {
	background: url(/img/v3b/oroshi/bo.gif) 0 -121px;
}


/*------footer--------*/

#footer{
	width: 732px;
	padding:10px 0 10px 10px;
	text-align: left;
	margin-bottom:10px;
}

#footer p{
	font-size:x-small;
	color:#207DAE;
	line-height:150%;
}


/*------error thanks------*/
.error_msg {
	color:#CC0000;
	font-size:small;
	font-weight:bold;
	padding:0 0 10px 5px;
}

.thanks_msg {
	color:#3366FF;
	font-size:small;
	font-weight:bold;
	padding:0 0 10px 0px;
	text-align:center;
}

/*------public common------*/

p {
	margin: 0px;
	padding: 0px;
}


img {
	border: 0px;
}

a:link{ color: #207DAE;}
a:visited{ color: #207DAE;}
a:hover{ color: #E10A80;}
a:active{ color: #207DAE;}

.clear{
	clear: both;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

.red{
	color:red;
}

.blue{
	color:blue;
}


textarea {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:small;
}

input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

