@charset "UTF-8";


/**/
html{
	height:100%;
	background-image:#d9ddba url(../images/main_bg1.jpg);
}

body{
	background:#d9ddba url(../images/main_bg2.jpg) top repeat-x;
	height:100%;
	margin:0;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",;
	font-size:12px;
	color:#000;
	line-height: 1.5;
}

.clear{
	clear:both;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


a{
	color:#193982;
}
a:hover{
	color:#a7ccf0;
}

strong{
	font-weight:bold;
}


.righty {
	float:right;
}
.lefty{
	float:left;
}

.hide { 
	text-indent:-9999px; 
}


#wrapper {
	background-image:url(../images/content_main_bg.jpg);
	margin:0 auto;
	min-height:100%;
	text-align:left;
	width:836px;
}

#wrapper #content {
	background-color:#FFFFFF;
	float:left;
	text-align:left;
	width:800px;
}

.contentLeft {
	background:url(../images/content_left_bg.jpg) right top no-repeat;
	float:left;
	height:466px;
	width:18px;
}

.contentRight {
	background:url(../images/content_right_bg.jpg) left top no-repeat;
	float:left;
	height:466px;
	width:18px;
}

/* fotter */

#copyright{
	margin: 0;
	width: 800px;
	font-size:12px;
	color:#2a2d8e;
	text-align:center;
}