@charset "utf-8";

/*++++++++++++++++++++++++++++++++++++++++
imgport CSSes
++++++++++++++++++++++++++++++++++++++++*/
@import url("reset.css");
@import url("common.css");

/*++++++++++++++++++++++++++++++++++++++++
#page
++++++++++++++++++++++++++++++++++++++++*/
#page {
	width			:950px;
	margin			:0 auto;
	}
/*++++++++++++++++++++++++++++++++++++++++
#header
++++++++++++++++++++++++++++++++++++++++*/
#header {
	padding			:10px 0 7px;
	position		:relative;
	border-bottom		:5px solid #5fcde8;
	}
#header ul#jabmee {
	position		:absolute;
	right			:0;
	top			:10px;
	}
#header ul#jabmee li {
	display			:inline;
	margin-left		:10px;
	}
/*++++++++++++++++++++++++++++++++++++++++
#content
++++++++++++++++++++++++++++++++++++++++*/
#content {
	margin-top		:12px;
	}
#content .section {
	margin			:0 25px 15px;
	}
/*++++++++++++++++++++++++++++++++++++++++
#content / #overview
++++++++++++++++++++++++++++++++++++++++*/
#overview {
	margin-bottom		:10px;
	}
/*++++++++++++++++++++++++++++++++++++++++
#content / #timeline
++++++++++++++++++++++++++++++++++++++++*/
#timeline {
	margin-bottom		:35px;
	}
#timeline #tl {
	height			:450px;
	font-size		:85%;
	}
#timeline p {
	margin-bottom		:5px;
	}
/*++++++++++++++++++++++++++++++++++++++++
#content / #searchform
++++++++++++++++++++++++++++++++++++++++*/
#searchform h2 {
	margin-bottom		:15px;
	}
#searchform .section-header {
	margin-bottom		:2px;
	}
#searchform .section-body {
	padding			:15px 25px;
	border			:1px solid #dedede;
	}
#searchform .section-body input.keyword {
	width			:240px;
	}
#searchform .section-body table td {
	padding			:10px 0 10px 10px;
	border-bottom		:1px solid #dedede;
	}
#searchform .section-body table td.border {
	border-right		:1px solid #dedede;
	}
#searchform .section-body table th {
	padding			:10px 0 10px 10px;
	border-right		:1px solid #dedede;
	border-bottom		:1px solid #dedede;
	}
#searchform .section-body table input {
	margin-right		:5px;
	}
#searchform .section-body table input,
#searchform .section-body table span {
	vertical-align		:middle;
	}
#searchform .section-body table li {
	display			:inline;
	margin-right		:11px;
	}
#searchform #btn {
	text-align		:center;
	}
#searchform #btn input{
	vertical-align		:middle;
	}
/*++++++++++++++++++++++++++++++++++++++++
#footer-image
++++++++++++++++++++++++++++++++++++++++*/
#footer-image {
	margin-bottom		:20px;
	}
/*++++++++++++++++++++++++++++++++++++++++
#footer
++++++++++++++++++++++++++++++++++++++++*/
#footer {
	text-align		:right;
	background-image	:url(../img/footer_bg.png);
	background-repeat	:no-repeat;
	background-position	:left bottom;
	}

