body {
 /* font-family: "MS Pゴシック" , "ヒラギノ角ゴ Pro W3" , Osaka , sans-serif; */
    margin: 0;
    padding: 0;
    color: #000000;
    background: #ffffff;
}

/* 共通 wrapper */

#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	color: #333333;
	background: #ffffff;
	border: #dbd1d1 solid 1px;
}


/* 共通　ヘッダー */

#header {
	width: 750px;
	height: 110px;
	margin: 0;
	padding: 0;
}

#header_title {
	height: 60px;
	margin: 0;
	padding: 0;
	background: url(./img/home/head_bar.gif) no-repeat top left;
}

#header_title h1 {
	margin: 0;
	padding: 18px 0 0 0;
	text-indent: 310px;
}

#header_title p {
	font-size: small;
	text-indent: 1em;
}


/* 共通　ヘッダー　ナビゲート・バー */

#navigation {
	margin-left: 0;
	padding-left: 0;
	font-size: small;
	list-style-type: none;
}

#navigation a {
	display: block;
	padding: 5px 0px;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background: #01335e;
}

#navigation a:hover {
	background: #4f86b5;
}

#navigation li {
	width: 107px;
	float: left;
}

/* 共通 メイン */

#main {
	width: 580px;
	margin: 0;
	padding: 0;
	float: right;
	font-size: medium;
}


/* 共通 サイド・バー */

#sidebar {
	width: 150px;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 150%;
	font-size: 13px;
}

#sidebar h2 {
	padding: 2px 4px;
	border-left: 8px solid #333333;
	border-bottom: 1px solid #333333;
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
}

#sidebar ul {
	list-style: disc outside;
}

#sidebar img {
	border: 0;
}


/* 共通 フッター */

#footer {
	width: 750px;
	margin: 0;
	padding: 0;
	clear: both;
}

#footer address {
	padding: 5px 0;
	font-style: normal;
	text-align: center;
	line-height: 13px;
	font-size: 10px;
	color: #ffffff;
	background: #01335e;
}


/* 共通 */

h1 {
	font-size: x-large;
}

h2 {
	font-size: large;
}

h3 {
	font-size: medium;
}

h4 {
}

h5 {
}

a:link {
}

a:visited {
}

a:active {
}

a:hover {
}

p {
}

ul {
}

ol {
    list-style: decimal;
}

table {
	border-collapse: collapse;
}


/* クラス */

.body10 {
	font-size: 10px;
	line-height: 13px;
}

.body12 {
	font-size: 12px;
	line-height: 15px;
}

.body12a {
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #333333;
	background: #e1e1c8;
}




.cau {
	font-size: x-small;
	line-height: 70%;
	color: red;
}


/* トピックス */

.topics_kikai {
	padding: 5px 20px;
	background: #becfef;
}

.link_kikai {
	font-size: x-small;
	color: #024CD6;
}

.topics_kenzai {
	padding: 5px 20px;
	background: #ffd5ac;
}

.link_kenzai {
	font-size: x-small;
	color: #ab4600;
}

.topics_staff {
	padding: 5px 20px;
	background: #d6b385;
}

.link_staff {
	font-size: x-small;
	color: #d77b00;
}

.topics_ele {
	padding: 5px 20px;
	background: #b2cfb6;
}

.link_ele {
	font-size: x-small;
	color: #00a519;
}

.topics_led {
	padding: 5px 20px;
	background: #ffa784;
}

.link_led {
	font-size: x-small;
	color: #ff6528;
}

.topics_honsha {
	padding: 5px 20px;
	background: #cfcfcf
}

.link_honsha {
	font-size: x-small;
	color: #ab4600;
}

.topicsdate {
	font-size: x-small;
	line-height: 100%;
	color: #CC0000;
}


