@charset "Shift_JIS"; 		/* 文字コードセット */


/* リンク
---------------------------------------------------- */
a:link {
  color: #2e8425; /* リンクの色 */
  background: transparent; /* 背景透明 */
}
a:visited {
  color: #2e8425; /* 訪問済みリンクの色 */
  background: transparent; /* 背景透明 */
}
a:hover, a:active {
  color: #f89b09; /* マウスオーバー、アクティブリンクの色 */
  background: transparent; /* 背景透明 */
  text-decoration:none
}


/* 全体構造
---------------------------------------------------- */
* {
	margin: 0px; /* 各ブラウザの独自解釈をリセット */
	padding: 0px;
}
body {
  text-align:center; /* IE5.5以前用中央揃え */
  font-size: 0.8em; /* 基本のフォントサイズ */
  line-height: 1.5em; /* 基本の行間 */
  background:#ffffff url(../images/body_back.jpg) repeat-x;
  text-align:left;
  color:#666666
}


#gazo{
	margin:0px auto;
	width:520px;
	background:url(../images/syosai_bg.gif) repeat-y;
}
#gazo2{
	margin:0px auto;
	width:520px;
	background:transparent;
	margin-top:10px
}
#gazo3{
	margin:0px auto;
	width:520px;
	background:transparent;
}

#text{
width:510px;
padding:5px}

#down{
padding-top:10px;
width:510px;
text-align:center}

#gazo table{
width:450px;
border:0px;
margin:0px 0px 10px 0px}

#gazo table img{width:120px; padding:4px; border:1px #e1e1e1 solid}

#gazo td{
padding:5px}

#maintext{
width:496px;
padding:0px 7px}

.right{
text-align:left;
font-size:x-small;
margin:0px;
padding:0px}

.orange{color:#f89b09}
p{margin-bottom:8px}