/*--------------------------------------
	main
--------------------------------------*/

html, body {
	width: 100%;
	height: 100%;
	background: #ffffff;
	font-family:"MS PGothic";
	color: #444;
	font-size: 1em;
	line-height: 1.5em;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.left {
	float: left;
}

.right {
	float: right;
	text-align: right;
}

.tright {
	text-align: right;
}

.clear {
	clear: both;
}

.center {
	width: 100%;
	text-align: center;
}

img.center {
	display: block;
	margin: 30px auto 30px auto;
}

.border {
	border: 1px #aaa solid;
}

.bold {
	font-weight: bold;
}

.sup {
	font-size: 0.5em;
	vertical-align: super;
}

.upmargin {
	margin-top: 30px;
}

.small {
	font-size: 0.8em;
}

.smaller {
	color: #888;
	font-size: 0.7em;
}

.underline {
	text-decoration: underline;
}

.indent {
	text-indent: 1em;
}

.noindent {
	text-indent: 0em;
}

.red {
	color: #f00;
	font-weight: bold;
}

.u {
	text-decoration: underline;
}

.blink {
	text-decoration: blink;
}

a, a:visited {
	color: #1190BF;
	text-decoration: none;
}

a:hover {
	color: #55bbFF;
	text-decoration: none;
}

p a {
	border-bottom: 1px #1190BF dotted;
}

.pdf {
	padding-left: 20px;
	background: transparent url("../img/pdf.gif") no-repeat left top;
}

.word {
	padding-left: 20px;
	background: transparent url("../img/word.gif") no-repeat left top;
}

/*--------------------------------------
	container
--------------------------------------*/
html, body {
	background: #eee url("../img/background.png") repeat-x left top;
	text-align: center;
}

#container {
	margin: auto;
	margin-top: 6px;
	width: 800px;
	background-color: #fff;
	text-align: left;
	border: 1px #bbb solid;
}

/*--------------------------------------
	header
--------------------------------------*/
#header {
	width: 800px;
	height: 95px;
	background: #fff url("../img/header_back.png") repeat-x left bottom;
}

#header div#green {
	width: 100%;
	height: 4px;
	background-color: #0F9A61;
	font-size: 4px;
	line-height: 4px;
}

#header div#blue {
	width: 100%;
	height: 4px;
	background-color: #1190BF;
	font-size: 4px;
	line-height: 4px;
}

#header #logo {
	width: 100%;
}

/*--------------------------------------
	subNavi
--------------------------------------*/

#header ul#subNavi {
	width: 100%;
	margin-top: -75px;
	margin-right: 20px;
	list-style-type: none;
	color: #777;
}

#header ul#subNavi li {
	display: block;
	float: right;
	overflow: hidden;
}

#header ul#subNavi li#home {
	width: 75px;
}

#header ul#subNavi li#inquiry {
	width: 100px;
}
/* -- Бе for firefox Бе -- */
html:not([lang*=""]) #header ul#subNavi li#inquiry {
	width: 120px;
}

#header ul#subNavi li a {
	display: block;
	padding-top: 5px;
	text-indent: -5000em;
	border-left: 6px #0F9A61 solid;
}

#header #subNavi li a:hover {
	border-left: 6px #1190BF solid;
}

#header ul#subNavi li#home a {
	background: transparent url("../img/home.png") no-repeat 14px 6px;
}

#header ul#subNavi li#inquiry a {
	background: transparent url("../img/inquiry.png") no-repeat 14px 6px;
}

/*--------------------------------------
	globalNavi
--------------------------------------*/
ul#globalNavi {
	width: 800px;
	height: 50px;
	list-style-type: none;
}

ul#globalNavi li {
	display: block;
	width: 159px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	border-right: 1px #aaa solid;
	background: #888 url("../img/navi_back.png");
	float: left;
}

/* -- Бе for ie 6 Бе -- */
* html ul#globalNavi li {
	width: 160px;
}

ul#globalNavi li.last {
	width: 160px;
	border-right: 0px;
}

ul#globalNavi li a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px; 
	text-indent: -5000em;
	border-bottom: 10px #1190BF solid;
	background: transparent no-repeat center 10px;
}

ul#globalNavi li a:hover {
	border-bottom: 10px #0F9A61 solid;
}

ul#globalNavi li a:active {
	border-left: 1px #888 solid;
	border-top : 2px #bbb solid;
	border-bottom: 8px #0F9A61 solid;
}

ul#globalNavi li#about a {
	background-image: url("../img/navi_about.png");
}

ul#globalNavi li#event a {
	background-image: url("../img/navi_event.png");
}

ul#globalNavi li#togaf a {
	background-image: url("../img/navi_togaf.png");
}

ul#globalNavi li#soa a {
	background-image: url("../img/navi_soa.png");
}

ul#globalNavi li#cntnts a {
	background-image: url("../img/navi_contents.png");
}

/* -- Бе for ie 6 Бе -- */
* html ul#globalNavi li a {
	text-indent: 0em;
	color: #888;
	font-weight: bold;
}

/* -- Бе for ie 6 Бе -- */
* html ul#globalNavi li#about a		{ background-image: none; }
/* -- Бе for ie 6 Бе -- */
* html ul#globalNavi li#event a		{ background-image: none; }
/* -- Бе for ie 6 Бе -- */
* html ul#globalNavi li#togaf a		{ background-image: none; }
/* -- Бе for ie 6 Бе -- */
* html ul#globalNavi li#soa a		{ background-image: none; }
/* -- Бе for ie 6 Бе -- */
* html ul#globalNavi li#cntnts a	{ background-image: none; }

/*--------------------------------------
	top page
--------------------------------------*/
#topImage {
	width: 100%;
	height: 150px;
	text-indent: -5000em;
	background-image: url("../img/top_image.png");
}

#topImageEQ {
	width: 100%;
	height: 220px;
	text-indent: -5000em;
	background-image: url("../img/top_image_tohokujishin2.png");
}


div#contents {
	width: 100%;
	clear: both;
}

#contents #left {
	margin: 0px 10px 0px 18px;
	width: 362px;
	float: left;
}

#contents #right {
	margin: 0px 18px 0px 10px;
	width: 362px;
	float: right;
}

/* -- Бе for ie 6 Бе -- */
* html #contents #left {
	margin: 0px 0px 0px 10px;
}
/* -- Бе for ie 6 Бе -- */
* html #contents #right {
	margin: 0px 10px 0px 0px;
}

#contents div.article {
	width: 100%;
	margin: 0px 0px 15px 0px;
}

#contents div.article div.title {
	width: 362px;
	height: 42px;
	background: transparent url("../img/top_title_back.png") no-repeat left top;
	border-bottom: 1px #888 dotted;
}

#contents div.article div.title p {
	display: block;
	width: 100%;
	height: 30px;
	text-indent: -5000em;
	background: transparent no-repeat 28px 7px;
}

#contents div.article div.title p#forum {
	background-image: url("../img/title_forum.png");
}

#contents div.article div.title p#conference {
	background-image: url("../img/title_conference.png");
}

#contents div.article div.title p#notification {
	background-image: url("../img/title_notification.png");
}

#contents div.article div.title p#link {
	background-image: url("../img/title_link.png");
}

/* -- Бе for ie 6 Бе -- */
* html #contents div.article div.title p {
	text-indent: 0em;
	margin: 5px 0px 5px 32px;
	color: #888;
	font-weight: bold;
}

/* -- Бе for ie 6 Бе -- */
* html #contents div.article div.title p#forum			{ background-image: none; }
/* -- Бе for ie 6 Бе -- */
* html #contents div.article div.title p#conference		{ background-image: none; }
/* -- Бе for ie 6 Бе -- */
* html #contents div.article div.title p#notification	{ background-image: none; }
/* -- Бе for ie 6 Бе -- */
* html #contents div.article div.title p#link			{ background-image: none; }


#contents div.article div.sentence {
	width: 100%;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px #888 dotted;
	background: transparent url("../img/top_sent_back.png") repeat-x left bottom;
}

#contents div.article div.sentence p {
	margin: 0px 1em 0px 1em;
	font-size: 0.9em;
	line-height: 1.8em;
}

#contents div.article img.book {
	margin: 5px 10px 50px 5px;
	float: left;
	border: 1px #aaa solid;
}

#contents div.article a.detail {
	display: block;
	width: 70px;
	margin: 2px 5px 2px auto;
	border: 1px #aaa solid;
	background-color: #fff;
	text-align: center;
}

/* -- Бе for ie 6 Бе -- */
* html #contents div.article a.detail {
	float: right;
}

#contents div.article a.detail:hover {
	background-color: #1190BF;
	color: #fff;
}

/*--------------------------------------
	crumb
--------------------------------------*/
div#crumb {
	margin: 5px 0px 5px 20px;
	font-size: 0.8em;
	color: #aaa;
}

div#crumb p {
	display: inline;
}

div#crumb p.next {
	margin: 0px 5px 0px 5px;
}

div#crumb p.now {
	font-weight: bold;
}

/*--------------------------------------
	localNavi
--------------------------------------*/
#contents ul#localNavi {
	width: 200px;
	list-style-type: none;
	float: left;
}

#contents ul#localNavi > li {
	display: block;
	margin: 3px 0px 5px 10px;
	width: 170px;
	height: 30px;
}

#contents ul#localNavi > li a {
	display: block;
	width: 170px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: transparent url("../img/navi2_back.png") no-repeat left top;
	line-height: 30px;
	padding-left: 30px;
}

#contents ul#localNavi > li a:hover, #contents ul#localNavi > li a:active {
	background-image: url("../img/navi2_back2.png");
	color: #1190BF;
}

#contents ul#localNavi ul.second {
	margin-left: 40px;
	width: 160px;
	list-style-type: disc;
}

#contents ul#localNavi ul.second li {
	width: 170px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

/*--------------------------------------
	content
--------------------------------------*/
#contents #content {
	width: 600px;
	float: right;
}
/* -- Бе for ie 6 Бе -- */
* html #contents #content {
	width: 580px;
}

#contents #content div.title {
	padding: 0px;
	width: 582px;
	height: 42px;
	background: transparent url("../img/title_back.png") no-repeat left top;
}

#contents #content div.title h1 {
	display: block;
	width: 580px;
	font-size: 1em;
	text-indent: -5000em;
	background: transparent no-repeat 28px 7px;
}

#contents #content div.title h1.noimg {
	text-indent: 0em;
	position: relative;
	left: 28px;
	top: 5px;
	color: #666;
	font-weight: bold;
}

/* -- Бе for ie 6 Бе -- */
* html #contents #content div.title h1,
* html #contents #content div.title h1.noimg {
	position: inherit;
	left: 0px;
	top: 0px;
	width: 560px;
	text-indent: 0em;
	margin: 5px 0px 5px 32px;
	color: #666;
	font-weight: bold;
}


#contents #content h2 {
	margin: 24px 20px 12px 0px;
	border-left: 8px #aaa solid;
	border-bottom: 1px #aaa solid;
	font-size: 1.1em;
	padding-left: 0.5em;
	clear: both;
}

#contents #content h3 {
	border: 1px #888 dotted;
	border-left: 5px #888 solid;
	margin-bottom: 5px;
	margin-right: 20px;
	padding-left: 10px;
	background-color: #f0f0f0;
	color: #555;
	margin-top: 1em;
	font-size: 1em;
}

#contents #content h4 {
	margin-top: 1em;
	font-size: 1em;
}

#contents #content h2 a {
	border: 0px;
}

#contents #content a.toTop {
	margin: -32px 20px 0px 0px;
	font-size: 0.9em;
	float: right;
	border: 0px;
}

#contents #content p {
	margin: 2px 20px 2px 10px;
	line-height: 1.6em;
	text-indent: 1em;
}

#contents #content p.noindent {
	text-indent: 0em;
}

#contents #content a {
	border-bottom: 1px #1190BF dotted;
}

#contents #content img {
	margin: 16px 0px 24px 0px;
}

#contents #content img.fig {
	margin-right: 20px;
	border: 1px #aaa solid;
}

#contents #content ul {
	margin: 5px 0px 1em 1em;
}

#contents #content ul li {
	margin: 6px 20px 2px 10px;
}

#contents #content ul p {
	margin-bottom: 12px;
	text-indent: 0em;
}

#contents #content ul ul {
	margin-left: 2em;
}

#contents #content h2 a, #contents #content h2 a:hover {
	color: #666;
}

#contents #content div.title h1#about {
	background-image: url("../img/title_about.png");
}
/* -- Бе for ie 6 Бе -- */
* html #contents #content div.title h1#about {
	background-image: none;
}

#contents #content div.title h1#event {
	background-image: url("../img/title_event.png");
}
/* -- Бе for ie 6 Бе -- */
* html #contents #content div.title h1#event {
	background-image: none;
}

#contents #content div.title h1#togaf {
	background-image: url("../img/title_togaf.png");
}
/* -- Бе for ie 6 Бе -- */
* html #contents #content div.title h1#togaf {
	background-image: none;
}

#contents #content div.title h1#soa {
	background-image: url("../img/title_soa.png");
}
/* -- Бе for ie 6 Бе -- */
* html #contents #content div.title h1#soa {
	background-image: none;
}

#contents #content div.title h1#contents {
	background-image: url("../img/title_contents.png");
}
/* -- Бе for ie 6 Бе -- */
* html #contents #content div.title h1#contents {
	background-image: none;
}

#contents #content div.detail a {
	display: block;
	width: 80px;
	margin: 24px 20px 24px auto;
	border: 1px #aaa solid;
	background-color: #fff;
	text-align: center;
}
/* -- Бе for ie 6 Бе -- */
* html #contents #content div.detail a {
	float: right;
}

#contents #content div.detail a:hover {
	background-color: #1190BF;
	color: #fff;
}

/*--------------------------------------
	footer
--------------------------------------*/
#footer {
	clear: both;
	margin: 0px 10px 0px 10px;
	padding-top: 10px;
	width: 780px;
	text-align: center;
}

#footer p {
	display: block;
	width: 100%;
	margin: 10px 0px 5px 0px;
	font-size: 11px;
	color: #999;
	border-top: 1px #aaa solid;
}

#footer a {
	color: #777;
	text-decoration: none;
	border: 0px;
}

#footer a:hover {
	color: #aaa;
}

#bottom {
	margin: auto;
	width: 802px;
	height: 13px;
	background: transparent url("../img/bottom.png") repeat-x left top;
}

/*--------------------------------------
	tables
--------------------------------------*/
#contents #content table {
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents #content table th {
	width: 20%;
	background-color: #efefef;
	border: solid #ccc;
	border-left-width: 0;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	text-align: center;
	color: #565656;
}

#contents #content table td {
	border: solid #cccccc;
	border-left-width: 0;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-style: dotted;
	padding: 10px;
	background-color: #fcfcfc;
}

#contents #content table.normal {
	width: 95%;
}

#contents #content table.normal table,
#contents #content table.normal table td,
#contents #content table.normal table th {
	margin: 0px;
	padding: 5px;
	border: 0px;
	vertical-align: top;
}

#contents #content table.normal table td.nowrap {
	white-space: nowrap;
}

#contents #content table.noborder
#contents #content table.noborder td
#contents #content table.noborder th {
	margin: 0px;
	padding: 5px;
	border: 0px;
}

/*--------------------------------------
	others
--------------------------------------*/
#contents .caution {
	margin-top: 20px;
}

