@charset "shift_jis"; 

/*
====================================
http://www.geocities.jp/dmnsns3/
====================================
	1. html tags
	2. hx
	3. id and classes

====================================
*/


/* html tags */

* {
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", "‚l‚r ‚oƒSƒVƒbƒN";
	font-size: x-small;
	list-style-type: none;
}
body {
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../img/body_bg2.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

/* hx */
h1 {
	height: 80px;
	width:300px;
	background-image: url(../img/h1_bg_01.gif);
	background-repeat: no-repeat;
	background-position: left;
	display:block;
	float:left;
}
h2{
	text-align: right;
	font-size: 120%;
	margin-top: 1em;
	margin-bottom: 1em;
}
h3{
	text-align: left;
	font-size: 110%;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* id and classes*/

#siteid{
	height: 80px;
	width: 580px;
	background-color: #0099FF;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	margin-top: 10px;
	background-image: url(../img/siteid_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 10px;
}
#copy{
	width:580px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF6600;
	color:#FF6600;
	padding-top: 10px;
	padding-bottom: 10px;
}
#copy img{
	border: none;
	margin-left: 5px;
}
#main{
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 150%;
}

#main div{
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: block;
}
#main div a{
	color: #FF6600;
	text-decoration: none;
}
#main div a:hover{
	color: #0099FF;

}
#main div p{
	width: 560px;
	height: auto;
}
.k_j li{
	margin-left: 10px;
	list-style-type: none;
}
.k_j li a {
	color: #FF6600;
	text-decoration: none;
}

.k_j li a:hover{
	color: #0099FF;
}

.k_j {
	margin-top: 1em;
	margin-bottom: 1em;
}
#main div #back {
	width:560px;
	text-align: right;
}

#main div #back a {
	background-image: url(../img/back_a_bg.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	padding-left: 16px;
	color: #0099FF;
	
}
#main div #back a:hover {
	background-image: url(../img/back_ahover_bg.gif);
	color: #ff6600;
	background-position: 5px 2px;
}
