/*----------------------------------------------*/
/* 全体 */
/*----------------------------------------------*/

/*================= HTML要素 ===================*/
*{ margin:0; padding:0; border:none;
font:normal normal normal 100%/160% Osaka,Verdana,Chicago,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

/*================== 基本構造 ==================*/

html,body{
height: 100%;
font-size: 12px;
margin: 0 auto;
}

#main {
	width: 840px;
	text-align: left;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#main_left {
	width: 270px;
	float: left;
}
#main_right {
	width: 530px;
	float: right;
	text-align: right;
}



hr{ display:none; }


/*==================== リンク ==================*/

a:link{ color:#369; }
a:visited{ color:#366; }
a:hover{
	color: #F96;
	text-decoration: none;
}

/*----------------------------------------------*/
/* レイアウト */
/*----------------------------------------------*/


div#PAGETOP{
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 76px;
	background-image: url(../image/hp_top.jpg);
}
#PAN{ display:none; }
div#MENU{
	margin: 0;
	padding: 10px 0px 0px 0px;
	height: 30px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
}
#container {
	width: 800px;
	margin: 0px auto;
	text-align: right;
}

ul { list-style-type: decimal;
list-style-position:inside;
font-size:14px;
font-weight: bold;
 }
ol { list-style-type: upper-alpha; }

/*----------------------------------------------*/
/* その他設定 */
/*----------------------------------------------*/

/*=================== 見出し ===================*/
h2,h3,h4{
	font-weight: bold;
	text-align: right;
	color: #009999;
}

/*=================== リスト ===================*/

/* テキスト・リンクを横に並べる */
ul.rows{ margin:5px 0; padding:0; list-style:none; }
ul.rows li{ margin:0; padding:5px; list-style-type:none; display:inline; background:none; }

dl.imgs dt{ margin:0 10px 0 0; float:left; border-style:none; background:none; }
dl.imgs dd{ margin:0; border:none; }
br.clear{ clear:both; line-height:0px; }

dl.infod dt{ padding:10px; text-align:center; }

/*============= 強調・追加・削除 ===============*/
em{ padding:0 1px; color:#a00; font-weight:bold; }
strong{
	padding: 0 1px;
	color: #F00;
	font-weight: bold;
	text-decoration: underline;
}
ins{ color:#666; text-decoration:underline; }
del{ color:#666; text-decoration:line-through; }

/*================== 物理タグ ==================*/
b{ font-weight:bold; }
i{ font-style:oblique; }
big{ font-size:large; }
small{ font-size:x-small; }
tt{ font-family:monospace; }

/* 上付き・下付き文字 */
sup{ font-size:84%; vertical-align:super; }
sub{ font-size:84%; vertical-align:sub; }

/*==================== 引用 ====================*/
blockquote{ margin:10px 20px; padding:10px; color:#000; border:1px solid #966; background:#ffe; height:80px; overflow:auto; }
div.text blockquote p{ margin:1em 1em 1.5em 1.5em; padding:0; }
cite{ color:#999; font-weight:bold; text-decoration:underline; }
q{ color:#999; font-style:oblique; }

/*============= 整形済みテキスト ===============*/
pre{ margin:10px 0 10px 20px; padding:5px; color:#366; border-left: double #966; }

/*================= ボックス ===================*/
div.box2{
	margin: 0px 0px 0px 5px;
	padding: 5px;
	background: #fff;
	border: 1px solid #pink;
}
div.box3{ margin:10px 0; padding:5px; border:1px solid #966; text-align:center; }
div.box4{ margin:10px 0; padding:5px; text-align:center; }

/* スクロールバー付きbox */
div.box0{ margin:10px; padding:10px 0; height:100px; overflow:auto; border:1px dashed #966; }

.text_10 {
	font-size: 10px;
	color: #FFF;
}

.text_14 {
	font-size: 14px;
	color: #006;
}



textarea{
	background-color: #CCCCCC;
	text-align: left;
	color: #666;
}


div#footer{
	border: 1px dotted black;
	background-color: #000033;
	text-align: center;
	width: 100%;
}


.space3 {
    margin-top: 5px;
    }
.space5 {
    margin-top: 30px;
    }
.space8 {
    margin-top: 8px;
    }
.space10 {
    margin-top: 10px;
    }
.space15 {
	margin-top: 15px;
    }
.space18 {
	margin-top: 18px;
    }
.space20 {
	margin-top: 20px;
    }
.space25 {
	margin-top: 25px;
	height: 20px;
    }
.space50 {
	margin-top: 50px;
    }
#viewer {
	margin: 0 auto;
	width: 521px;
	height: 517px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#viewer img {
	top: 0px;
	left: 0;
	position: absolute;
}
