@charset "UTF-8";
/* formatting style
-----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 75%;
	line-height: 1.6;
	font-weight: normal;
}
hr {
	display: none;
}
/* link style
-----------------------------*/
a img {
	border-style: none;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
}
/* basic layout
-----------------------------*/
#wrapper {
	width: 800px;
	background-color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin: 0px auto;
	position: relative;
}
#main {
	padding: 0px 15px 15px 5px;
	float: right;
	width: 610px;
	margin-bottom: 20px;
	position: relative;
	clear: both;
	margin-top: 0px;
	top: 18px;
}
#sidebar {
	float: left;
	width: 130px;
	margin-bottom: 20px;
	padding: 0px 15px 15px 0px;
	position: absolute;
	clear: both;
	line-height: 1.8em;
	top: 297px;
}
#footer {
	width: 800px;
	clear: both;
	float: none;
	position: relative;
	bottom: 25px;
}
/* header styles
------------------------------*/
#header {
	width: 800px;
	height: 280px;
	position: relative;
}
#header #logo {
	top: 15px;
	position: absolute;
	bottom: 30px;
}
#header #link {
	top: 15px;
	position: absolute;
	float: right;
	clear: right;
	right: 0px;
}
#header #glovalnavi ul {
	background-color: #FFFFFF;
	width: 800px;
	padding-top: 210px;
	clear:both;
}
#header #glovalnavi ul li {
	float: left;
	list-style: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
 #glovalnavi a {
	margin-bottom: 5px
}
#header #glovalnavi .topics {
	display:block;
	width:131px;
	height:19px;
	text-indent:-9999px;
	background-image: url(image/navi-topics.gif);
	background-position:top;
}
#header #glovalnavi .topics:hover {
	background-image: url(image/navi-topics.gif);
	background-position:bottom;
}
#header #glovalnavi .org {
	display:block;
	width:134px;
	height:19px;
	text-indent:-9999px;
	background-image: url(image/navi-org.gif);
	background-position:top;
}
#header #glovalnavi .org:hover {
	background-image: url(image/navi-org.gif);
	background-position:bottom;
}
#header #glovalnavi .act {
	display:block;
	width:135px;
	height:19px;
	text-indent:-9999px;
	background-image: url(image/navi-act.gif);
	background-position:top;
}
#header #glovalnavi .act:hover {
	background-image: url(image/navi-act.gif);
	background-position:bottom;
}
#header #glovalnavi .pub {
	display:block;
	width:135px;
	height:19px;
	text-indent:-9999px;
	background-image: url(image/navi-pub.gif);
	background-position:top center;
}
#header #glovalnavi .pub:hover {
	background-image: url(image/navi-pub.gif);
    background-position:bottom;
}
#header #glovalnavi .who {
	display:block;
	width:134px;
	height:19px;
	text-indent:-9999px;
	background-image: url(image/navi-who.gif);
	background-position:top;
}
#header #glovalnavi .who:hover {
	background-image: url(image/navi-who.gif);
	background-position:bottom;
}
#header #glovalnavi .link {
	display:block;
	width:131px;
	height:19px;
	text-indent:-9999px;
	background-image: url(image/navi-link.gif);
	background-position:top;
}
#header #glovalnavi .link:hover {
	background-image: url(image/navi-link.gif);
	background-position:bottom;
}
/* main styles
------------------------------*/
#main p {
	color: #000000;
}
#main #moral {
	padding-left: 30px;
}
#main p.box {
	line-height: 1.8;
	margin-bottom: 1em;
	margin-top: 5px;
	border-bottom: 1px solid #666666;
}
#main p.ti {
	list-style: none;
	position: relative;
	left: 35px;
	width: 490px;
	font-weight: bold;
	color: #666666;
}
#main p.tibox {
	list-style: none;
	position: relative;
	left: 35px;
	width: 570px;
	font-weight: bold;
	color: #666666;
	line-height: 1.8;
	margin-top: 5px;
	margin-bottom: 1em;
	border-bottom: 1px solid #666666;
}
#main ul.ti {
	list-style: none;
	position: relative;
	left: 35px;
	width: 490px;
}
#main ul li {
	list-style: square url(none) inside;
}
#main ul li.moral {
	list-style: none;
	position: relative;
	left: 35px;
}
#main ul li.tiback {
	list-style: none;
	position: relative;
	width: 478px;
	text-decoration: none;
	padding-left: 1em;
}
#main ol li {
	list-style: decimal outside;
}
#main img.image {
	float: left;
}
/* sideber styles
------------------------------*/
#sidebar ul li {
	list-style: none;
}
#sidebar ul li.tiback {
	list-style: none;
	padding-left: 1em;
}
/* footer styles
------------------------------*/
#footer p {
	border-top: 1px solid #333333;
}
