﻿@charset "utf-8";

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:green;
	text-decoration:underline;
}

.adm_guide_bd {
	margin:0px auto;
	width:800px;
	padding:0px;
	padding-bottom:80px;
}

.com1 {
	margin:0px auto;
	width:800px;
	border:1px silver solid;
	line-height:16pt;
}

.com2 {
	margin:0px auto;
	width:750px;
}

.title1 {
	margin:0px auto;
	width:760px;
	color:#000;
	font-size:13px;
	padding:2px 2px 2px 10px;
	font-weight:bold;
	background:silver;
	border-radius: 10px;
}

.title2 {
	margin:0px auto;
	text-align:center;
	font-weight:bold;
}

.kou1 {
	margin-right:10px;
	padding: 0px 6px 0px 6px;
	background:orange;
	border-radius: 6px;
}

.fc1 {
	color:green;
	font-weight:bold;
}

