/* -----------------------------------
■全体設定
----------------------------------- */
/* 全体設定 */
body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	background-color: #FFFFFF; /* 背景色 */
	color: #000000;
	text-align: center;
}

#wrap {
	width: 800px;
	background : #ffffff url(coback01.gif) repeat-x center bottom; 
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	margin: 0px auto 0px auto; /* 上・右・下・左 */
	padding: 0px;
	text-align: left;
}

/* -----------------------------------
■ヘッダ
----------------------------------- */
/* ヘッダ： */
#header {
	margin: 0px 0px 20px 0px; /* 上・右・下・左 */
	padding: 0px;
}

/* イメージ： */
.headerImage {

}

/* メニュー： */
.headerMenu {

}

/* -----------------------------------
■コンテンツ
----------------------------------- */
/* コンテンツ */
#contents {
	margin: 10px 40px 10px 40px; /* 上・右・下・左 */
	text-align: left;
}

/* -----------------------------------
■フッタ
----------------------------------- */
/* フッタ */
#footer {
	color: #FFFFFF;
	margin: 20px 0px 0px 0px; /* 上・右・下・左 */
	padding: 10px 40px 10px 40px; /* 上・右・下・左 */
	background: #0098DB url(coline.gif) repeat-y left top; 
	text-align: left;
	line-height: 140%;
}

/* -----------------------------------
■共通設定
----------------------------------- */
/* クリア */
div.clear {
	clear: both; 
	margin: 10px 0px 10px 0px; /* 上・右・下・左 */
}

/* リンク */
a {
	color: #0000CC;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}

p {
	margin: 10px 0px 10px 1em; /* 上・右・下・左 */
	padding: 0px;
	line-height: 120%;
}

h1 {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	border: 3px #FFFFFF double;
	background: #0098DB url(coline.gif) repeat-y center bottom; 
	margin: 10px 0px 10px 0px; /* 上・右・下・左 */
	padding: 0.25em 1em 0.25em 1em; /* 上・右・下・左 */
}
h2 {
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	border-bottom: 1px #000099 dotted;
	margin: 20px 0px 10px 0px; /* 上・右・下・左 */
	padding: 2px;
}
h3 {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #990099; 
	margin: 23px 0px 10px 0.25em; /* 上・右・下・左 */
}
h3 span {
	border: 1px #990099 solid;
	padding: 3px 0.5em 3px 0.5em; /* 上・右・下・左 */
}
h4 {
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 10px 0px; /* 上・右・下・左 */
}

/* 通常画像 */
div.imageArea {
	text-align: center;
	margin: 20px auto 20px auto; /* 上・右・下・左 */
}

.linkBack {
	text-align: center;
	border-top: 1px #999999 solid;
	padding: 1em;
	margin: 20px auto 20px auto; /* 上・右・下・左 */
}

/* 表組：A */
table.tableDesignA {
	width: 720px;
	border: 1px #FFFFFF solid;
	border-collapse: collapse;
	margin: 10px auto 5px auto; /* 上・右・下・左 */
	padding: 0px;
}
table.tableDesignA th {
	border: 1px #FFFFFF solid;
	font-size: 80%;
	color: #FFFFFF; 
	padding: 5px;
	font-weight: normal; 
	text-align: center;
	white-space: nowrap;
	background-color: #000099;
}
table.tableDesignA td {
	border: 1px #FFFFFF solid;
	font-size: 80%;
	padding: 5px;
}
table.tableDesignA caption {
	color: #000099; 
	font-size: 1.3em;
	text-align: left;
}

/* 表組：B（透明） */
table.tableDesignB {
	margin: 5px 0px 10px 0px; /* 上・右・下・左 */
}
table.tableDesignB th {
	font-size: 90%;
	font-weight: normal;
	line-height: 110%;
	white-space: nowrap;
	vertical-align: top;
	padding: 0px 0px 0.125em 0px; /* 上・右・下・左 */
}
table.tableDesignB td {
	font-size: 90%;
	line-height: 110%;
	vertical-align: top;
	padding: 0px 0.25em 0.125em 0.25em; /* 上・右・下・左 */
}

/* 表組：C（透明2） */
table.tableDesignC {
	margin: 10px 0px 10px 0px; /* 上・右・下・左 */
}
table.tableDesignC th {
	font-weight: normal;
	line-height: 110%;
	white-space: nowrap;
	vertical-align: top;
	padding: 0px 0px 0.25em 0px; /* 上・右・下・左 */
}
table.tableDesignC td {
	line-height: 110%;
	vertical-align: top;
	padding: 0px 0px 0.25em 0px; /* 上・右・下・左 */
}

/* -----------------------------------
■ホーム
----------------------------------- */
/* ニュースエリア */
div.newsArea {
	width: 530px;
	height: 240px;
	float: left;
	text-align: left;
}
.newsTitle {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px #999999 dashed;
	margin: 0px 0px 10px 0px; /* 上・右・下・左 */
	padding: 2px;
}

/* バナーエリア */
div.bannerArea {
	width: 160px;
	height: 240px;
	float: right;
	text-align: left;
}

/* 500box */
.box500 {
	width: 500px;
	text-align: center;
	margin: 10px auto 10px 110px; /* 上・右・下・左 */
}