﻿@charset "utf-8";

/*----------------------------------------------------
　共通
------------------------------------------------------*/

.topicpath{
	padding:5px 0;
	font-size:90%;
	text-align:left;
	font-family:メイリオ;
}
/*----------------------------------------------------
　テーブル
------------------------------------------------------*/
#table {
	width:800px;
	margin:0 0 10px 25px;
	padding:0;
	border:0;
	border-spacing:0;
	border-collapse:collapse;
	font-family: メイリオ;
	font-size: 95%; 
}

th {
	color:#4f6b72;
	border:1px solid #c1dad7;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:center;
	padding:3px 0;
	background:#cae8ea url(/content/img/css/bg_header.jpg) no-repeat;
}

td {
	border:1px solid #c1dad7;
	background:#fff;
	padding:6px 6px 6px 12px;
	color:#4f6b72;
	margin:50px auto;
}
/*----------------------------------------------------

------------------------------------------------------*/
#pageList2{
	position:relative;
	overflow:hidden;
	zoom1:1;
	margin-top:25px;
}
#pageList2 dl dd{
	margin:0 0 5px 10px;
	padding-left:16px;
	background:url(img/nav_icon.jpg) no-repeat 0 7px;
	font-family:メイリオ;
}
/*------------------------------------*/
/* 各種カテゴリ見出し class="titleback" */
/*------------------------------------*/

.titleback {
	background-image: url('img/back.jpg');
	padding-left:30px;
	padding-top:5px;
	margin:0 0 10px 0;
	font-weight: bold;
	line-height: 140%;
	font-family:メイリオ;
	font-size: 110%;
	color: #013f65;
	width: 600px;
	height: 30px ;
/*	border-radius: 40px;  *//* 角まる　数値は半径 */
}
