
body, td, a, p, input, textarea{
	font-family: Arial, Helvetica, sans-serif;
}

input, textarea {
	font-size: small;
}

form{
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;
}
.valign {
	vertical-align: text-bottom;
}

*.ime_off{ime-mode: inactive;}
*.ime_on{ime-mode: active;}
*.ime_disabled{ime-mode: disabled;}

/* 基本 */
body{
	margin: 0px;
	line-height: 1.5;
	font-size: small;
}

/* テーブル */
td.header {
	color: #ffffff;
	background-color: #666666;
	font-size: small;
	white-space: nowrap;
	padding: 1px;
	line-height: 1.5em;
	text-align: center;
}

/* リンク */
a:link{
	color: #0000CC;
	text-decoration: none;
}

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

a:link:hover, a:visited:hover{
	text-decoration: underline;
}

a.whitelink{
	text-decoration: none;
	color: #ffffff
}

a.whitelink:visited{
	text-decoration: none;
	color: #ffffff
}

a.whitelink:hover{
	text-decoration: underline;
	color: #ffffff;
}

a.lightlink{
	background-color:#cccccc;
	display:block;
	width:100%;
	text-decoration: none;
	color:#666666;
}

a.lightlink:visited{
	background-color:#cccccc;
	display:block;
	width:100%;
	text-decoration:none;
	color:#666666;
}

a.lightlink:hover{
	background-color:#eb0d00;
	color:#ffffff;
	display:block;
	width:100%;
	padding:0;
}

/* 見出し */
h1, h2, h3, h4, h5{
	margin: 0px;
	padding: 0px;
	color:#000000;
	white-space:nowrap;
}

h1{
	font-size: x-large;
}

h2{
	font-size: large;
}

h3{
	font-size: medium;
}

h4{
	font-size: small;
}

h5{
	font-size: smaller;
}

/* 文章 */
p{
	color:#333333;
	margin:20px;
}

#topic {
	width: 100%;
	border-left: 4px solid #354966;
	padding-left: 8px;	
}

/*--------------------------------------------------------------------------------------------------------------*/

/* Kozosystem_Header */

div#maincontainer {
	background:#DDD;
	width:100%;
}

div#subcontainer {
	background:#DDD;
	margin:0pt auto;
	overflow:hidden;
	border-bottom: 3px solid #444;
	width:862px;
}

div#maincontents {
	background:#FFFFFF;
	margin: 0 auto;
	width:860px;
}

#headertitle {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	border-bottom: 1px solid #DEDEDE;
	background:#FFFFFF;
}

#headertitle .logo {
	margin: 10px;
	float: left;
	cursor: pointer;
}

#headertitle .search {
	margin : 10px;
	float: right;
	vertical-align: text-bottom;
	line-height: 1.0;
}
/* Header */

#header {
	width: 100%;
	height: 58px;
	margin: 0 auto;
	padding: 7px 0 5px 0;
	background:transparent url(../../../img/head_bg.gif) repeat-x scroll 0px 100%;
	border-top: 3px solid #555;
}

#header .logo {
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}

#header .sitemenu {
	font-size: 12px;
	text-align: right;
	width: 450px;
	margin:  0 1px 0 0;
	float: right;
	vertical-align: text-bottom;
	line-height: 1.0;
}

#header .sitemenu img {
	vertical-align: text-bottom;
}

#header .sitemenu ul li {
	border-left: 1px solid #AAAAAA;
	display:inline;
	margin:0px;
	padding:0px 1px 0px 4px;
}

#header .sitemenu ul li.last {
	border-right: 1px solid #AAAAAA;
}

#header .sitemenu ul li a {
	color:#444444;
	margin: 0px;
	padding:0px 2px 2px 0;
	text-decoration:none;
}

#header .sitemenu ul li a:hover, #header .sitemenu ul li a.current {
	border-bottom: 2px solid #75C20F;
	color:#333333;
	text-decoration:none;
}

/* navi-path */
#navi-path {
	width: 848px;
	margin: 3px 0px 1px 0;
	background: transparent url(../../../img/dot-h.gif) repeat-x scroll center bottom;
	padding: 3px 0 3px 10px;
}

#navi-path .left {
	float: left;
}

#navi-path .right {
	float: right;
	text-align: right;
}


/* Footer */

#footer {
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: small;
	background-color: #F7F5F0;
	color: #222;
	clear: both;
}

#footer a {
	color: #222;
}

#footer a img {
	margin-right: 5px;
	vertical-align: middle;
}

#footer a:hover {
	color: #094997;
}

#footer .left {
	float: left;
	width: 40%;
}

#footer .right {
	float: right;
	width: 60%;
	text-align: right;
}


/* layout */
table#layout {
	width: 100%;
	margin: 0px;
	padding: 0 10px 0 0;
	vertical-align: top;
}

table#layout td.left-column{
	width: 150px;
	white-space: nowrap;
	vertical-align: top;
}

table#layout td.center-column{
	vertical-align: top;
	padding-left: 10px;
}

table#layout td.right-column{
	width: 150px;
	padding-left: 10px;
	vertical-align: top;
}

/* border */
div#border {
	margin: 10px 0px;
	border-bottom: 1px solid #AAAAAA;
}

div#border-dot {
	margin: 10px 0px;
	border-bottom: 1px dotted #BBBBBB;
}

/* login_form */
div#login {
	position: relative;
	margin: 20px;
	text-align: center;
}

div#login p, div#login table{
	position: relative;
	width: 80%;
	margin: 0px;
	padding: 20px 30px;
	background: #efefef;
	text-align: left;
}

/* tab */
div#tab {
	margin-bottom: 2px;
	background: url(../../../img/tab-line.gif) bottom repeat-x;
	float: left;
	width: 100%;
}

div#tab br, .boxed br {
	clear: both;
}

div#tab h2 {
	background: none;
	min-height: 15px;
	margin-bottom: 0;
}

div#tab h2, div#tab h3 {
	float: left;
	line-height: 1.1;
	position: relative;
	top: 2px;
}

div#tab ul {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 1em;
	list-style: none;
	float: right;
}

div#tab li {
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
	background: url(../../../img/tab.png) 100% -100px;
	float: left;
	border-bottom: 1px solid #bbb;
}

div#tab li a, div#tab li a:visited{
	display: block;
	float: left;
	padding: 5px 11px 5px 16px;
	text-align: center;
	white-space: nowrap;
	background: url(../../../img/tab.png) 0 -100px;
	text-decoration: none;
	min-height: 17px; /* fixes FX/Mac issue */
	color: #322F29;
}

div#tab li.active {
	border-bottom: 1px solid #fff;
	background: url(../../../img/tab.png) 100% 0;
}

div#tab li.active a {
	background: url(../../../img/tab.png) 0 0;
}

div#tab li:hover {
	background-position: 100% -200px;
}

div#tab li:hover a {
	background-position: 0 -200px;
}

div#tab li.active:hover {
	background-position: 100% 0;
}

div#tab li.active:hover a {
	background-position: 0 0;
	text-decoration: underline;
}

/* Feed inform */

#inform {
	width: 100%;
	float: left;
}

#inform .head {
	width: 98%;
	border: 1px solid #ccc;
	color: #333;
	padding: 5px 5px;
	margin-bottom: 1px;
}

#inform .head img {
	vertical-align: text-bottom;
	margin-left: 10px;
}

#inform .content {
	width: 98%;
	padding: 5px;
	background-color: #FFF;
	margin-bottom: 4px;
	clear: both;
}

#inform .content .pic {
	width: 98px;
	height: 75px;
	margin-right: 15px;
	float: left;
	background-color: #000;
}

#inform h2 {
	font-size: medium;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	color: #000;
	white-space:normal;
	border-left: 4px solid #000055;
	border-bottom: 1px solid #999999;
}

#inform h2 a {

}

#inform h2 a:hover {
	
}

#inform .date {
	margin: 0px;
	padding: 0px;
	color: #666666;
	white-space:normal;
}

#inform p {
	font-size: small;
	color: #111;
	margin: 0px;
	padding: 10px 0 10px 20px;
}

/* pagelist */
#pagelist {
    margin: 2px 0;
}

#pagelist p {
    font-size: small;
	margin: 20px 3px;
}

#pagelist p a {
    color: #003366;
    padding: 2px 4px;
    margin-left: 5px;
    border: 1px solid #D4D4C5;
    text-decoration: none;
}

#pagelist p a.active {
	color: #fff;
	background: #354966;
    border-color: #354966;
}

#pagelist p a:hover {
	border-color: #354966;
}

/* Login Form */

table#loginform {
	width: 100%;
	color: #333;
	clear: both;
}

table#loginform td, table#loginform th {
	padding: 5px;
	line-height: 1.5em;
	vertical-align: top;
}

