@charset "utf-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	background-color: #F5F5EB;
	margin: 0px;
	padding: 0px;
}
#wapper {
	background-image: url(http://www.iso-com.com/images/office/background.gif);
	padding: 0px;
	width: 801px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	padding: 0px;
	height: 102px;
	width: 785px;
	margin: 0px auto;	background-color: #F5F5EB;
}

#header_left {
	width: 617px;
	margin: 0;
	float: left;
	padding: 0px;
	text-decoration: none;
	overflow:hidden;
}

#header_right {
	width: 168px;
	float:right;
	margin: 0px;
	padding: 0px;
}

#header img {
	border: none;
}

#main {
	width: 785px;
	margin: 0px auto;
	text-align: left;
}

#pankuzu {
	width: 705px;
	margin: 40px auto 10px auto;
	padding: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #808080;
	border-bottom-color: #808080;
}

#list {
	width: 685px;
	margin: 0px auto 40px auto;
}

#page_top
{
	width: 685px;
	margin: 10px auto 0px auto;
	text-align: right;
}


#footer {
	background-color: #E6E6E6;
	padding: 15px;
	height: 20px;
	width: 755px;
	margin: 0px auto;
	text-align: right;
	font-size: 12px;
	color: #333333;
}

.page_list {
	background-color: #DBDBDB;
	padding: 10px 10px 10px 0px;
	margin: 20px  0px;
}

.cate_name {
	font-size: 14px;
	font-weight: bold;
	width: 322px;
	margin-bottom:5px;
	background-color: #006699;
	padding: 5px;
	line-height:14px;
}

.cate_name a {
	color           : #FFFFFF;
	text-decoration : none;
}

.cate_name a:visited {
	color           : #FFFFFF;
	text-decoration : none;
}

.cate_name a:hover {
	color           : #FFFFCC;
	text-decoration: underline;
}

.cate_name a:active {
	color           : #FFFFCC;
	text-decoration : none;
}

.cate_comment {
	font-size: 10px;
	line-height: 150%;
	letter-spacing: 1px;
}

.pr10 {
	padding-right: 10px;
}

.cate_mini {
	font-size: 13px;
	line-height: 160%;
}

a {
	color           : #003366;
	text-decoration : none;
}



a:visited {
	color           : #683283;
	text-decoration : none;
}



a:hover {
	color           : #990000;
	text-decoration: underline;
}



a:active {
	color           : #003399;
	text-decoration : none;
}


.clear { clear:both; }   

.clear hr { display:none; }  