@charset "UTF-8";
@import "globalnavi.css";
@import "localnavi.css";
@import "button.css";
/* 一括で全ての要素の余白をゼロに指定 */
* {
	padding: 0;
	margin: 0;
}
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
	background-color: #49CECB;
}
.clear {
	clear: both;
}
/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
	font-size: 0.8em;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.8;
	padding: 0;
	margin: 0;
	background: #F1F1F1;
	background-image: url(../img/common/bg.jpg);
	background-repeat: no-repeat;
}
/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
	text-align: left;
	margin: 1em auto 0;
	width: 980px;
	border: 1px solid #cccccc;
	background: #FFFFFF;
}
#header {
	height: 345px;
	background-image: url(../img/top/main.jpg);
}
#globalnavi {
	width: 100%;
	position: relative;
}
#contents {
	float: left;
	width: 670px;
	padding: 1em 0 2em 3px;
}
#sidebar {
	float: right;
	width: 250px;
	padding: 1em 10px 0;
	border-left: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	background-color: #F4FDFF;
}
#footer {
	clear: both;
	padding: 0.5em 0 1em;
	border-top: 1px solid #cccccc;
}
/* ---------------------------------------- #header内の指定 */
#header p {
	line-height: 1.8em;
}
.description {
	float:right;
	font-size: 0.9em;
	color: #333333;
	padding: 10px 20px 2px 13px;
}
.logo {
}
/* ---------------------------------------- #contents内の指定 */
h1 {
	font-size: 1.8em;
	font-weight: normal;
	border-top: 1px dotted #666666;
}
h2 {
	font-size: 1.2em;
	margin-top: 1.5em;
	margin-bottom: 1em;
	color:#FFFFFF;
	padding: 7px 0 5px 10px;
	background-color: #2E9B7C;
	background-image: url(../img/common/bg_h2.jpg);
	border-right: 1px solid #747474;
	border-bottom: 2px solid #747474;
}
h3 {
	font-size: 1.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 10px;
	color: #008C9F;
}
h4, h5, h6 {
	font-size: 1.2em;
	margin-bottom: 1.5em;
	padding: 5px 0 5px 5px;
	border-left: 10px solid #000000;
	border-bottom: 1px solid #000000;
}
/* -- 文字 -- */
#contents p {
	line-height: 1.7em;
	margin-bottom: 0.5em;
	margin-left: 10px;
}
/* -- パン屑リスト -- */
#contents .topic-path {
	font-size: 0.8em;
	line-height: 1em;
}
/* -- 以下 リスト関係 -- */
#contents dl {
	margin: 1em 0;
}
#contents dt {
	margin-bottom: 0.5em;
	font-weight: bold;
	border-bottom: 1px dotted #666666;
}
#contents dd {
	margin-bottom: 2em;
}
#contents ul {
	margin: 1em 0 1em 20px;
}
#contents ol {
	margin: 1em 0 1em 30px;
}
#contents li {
	margin-bottom: 0.5em;
}
/* -- テーブル全体 -- */ 
table {
	border-collapse:collapse;
}
/* -- テーブル関係 -- */ 
.table1 th {
	padding: 6px;
	color:#FFFFFF;
	border: 1px solid #cccccc;
	background-color: #222222;
	background-image:url(../img/common/bg_th_bk.gif);
}
.table1 td {
	padding: 6px;
	border: 1px solid #cccccc;
}
.small {
	font-size: 0.8em;
}
.xsmall {
	font-size: 0.8em;
}
.cap1 {
	font-size: 0.7em;
	padding-left:1em;
	padding-right:10px;
	text-indent:-1em;
}
.cap3 {
	font-size: 0.7em;
	padding-left:3em;
	padding-right:9px;
	text-indent:-3em;
}
.dotline {
	border-bottom: 1px dotted #cccccc;
	margin-right:10px;
}
.right {
	float: right;
	margin-left: 5px;
}
.left {
	float: left;
	margin-right: 5px;
}
.c2 {
	float:left;
	margin-right:20px;
	width: 315px;
}
a.abgwh {
}
a.abgwh:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #FFFFFF;
}
a.awh:link {
	color: #FFFFFF;
	text-decoration: none;
}
/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
	padding: 0.6em 10px 0.6em 10px;
	border-bottom: 1px solid #ff0000;
	background: #000000;
	color: #FFFFFF;
}
/* -- リスト -- */
.localnavi {
	font-size: 1em;
	margin-bottom: 1em;
}
.localnavi li {
	display: inline;
}
.localnavi a {
	text-decoration: none;
	line-height:1.2;
	display: block;
	width: 233px;
	padding: 4px 8px;
	background-color: #DAEAEF;
	background-image: url(../img/common/bg_localnavid.jpg);
	color: #000000;
	border-bottom: 1px dotted #cccccc;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
}
.localnavi a:hover {
	text-decoration: none;
	background-color: #86D313;
	background-image: url(../img/common/bg_localnaviu.jpg);
	color: #ffffff;
	border-bottom: 1px solid #ff0000;
	border-right: 1px solid #cccccc;
}
/* ---------------------------------------- #footer内の指定 */
#footer p {
	text-align: center;
}
