@charset "Shift_JIS";

/*--------------------------------------------------------------------------
	Osaka daikyo for modern browser ver1.1
	designed by common-design
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
　　初期設定
--------------------------------------------------------------------------*/
html {
	overflow-y:scroll;
	height: 100%;
}

@media screen {
div * {
	margin: 0;
	padding: 0;
}
}

body {
	font-family: verdana, arial, helvetica, 
	 "ＭＳ Ｐゴシック", "Osaka",
	 Sans-Serif;
	font-size: 12px;
	line-height: 1.5;
	background: #c5e2d1 url(../materials/bg_840.jpg) repeat-y center;
	height: 100% !important;
	height: auto;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

@media print {
	body {
		width: 100%;
		font-size: 10pt;
		background-color: #fff;
	}
}

@media screen {
div#header {
	width: 800px;
	margin: 0 auto;
}

div#contents {
	width: 780px;
	margin: 0 auto;
}
}

em {
	font-weight: bold;
	color: #f40;
	font-style: normal;
}

p {
	margin: 1em;
}

strong {
	font-weight: bold;
	color: #f00;
	font-size: 150%;
}

address {
	font-style: normal;
}

a:link {
	color: #00f;
	text-decoration: none;
}

a:visited {
	color: #5F9EA0;
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration: none;
}

@media print {
a:link,
a:visited {
	text-decoration: underline;
}
}

input.focus {
	background-color: #BFE1FF;
}
.imeon {
	ime-mode: active;
}

.imeoff {
	ime-mode: disabled;
}

h2 {
	background: url(../materials/heading_bg.gif) repeat-x;
	border-bottom: 1px solid #B4B4B4;
	padding: 0 1em;
	margin: 0 0 10px 0;
	line-height: 31px;
	font-size: 120%;
}


/*--------------------------------------------------------------------------
　　ヘッダ
--------------------------------------------------------------------------*/

@media screen {
div#header {
	position: relative;
	background: url(../materials/header_title.gif) no-repeat;
	height: 134px;
	padding: 0;
}

div#header h1, div#header h2 {
	display: none;
}
}

div#header ul, div#header li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#insite_search {
	position: absolute;
	right: 0px;
	top: 25px;
	padding-right: 10px;
	background: url(../materials/opacity90.png);
	font-size: 90%;
	height: 45px;
	line-height: 45px;
}

@media print {
	div#insite_search {
		display: none;
	}
}

div#insite_search form {
	margin: 0;
	padding: 0;
}

div#insite_search img {
	vertical-align: middle;
}

div#insite_search input {
	_z-index: 1;
}


/*--------------------------------------------------------------------------
　　パンくずナビ
--------------------------------------------------------------------------*/

@media screen {
div#breadcrumb_list {
	width: 780px;
	margin: 0 auto;
}

div#breadcrumb_list p {
	margin: 7px 0px 12px 0px;
	font-size: 90%;
	_font-size: 80%;
}
}

@media print {
	div#breadcrumb_list p {
		font-size: 120%;
	}
}

/*--------------------------------------------------------------------------
　　コンテンツ
--------------------------------------------------------------------------*/
div#contents {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

div#contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*--------------------------------------------------------------------------
　　メインコンテンツ
--------------------------------------------------------------------------*/
/* 標準設定 */
div#main_contents ul,
div#main_contents ol,
div#main_contents dl {
	margin: 1em 0 1em 0.5em ;
	padding: 0;
	list-style-position: outside;
}

div#main_contents li,
div#main_contents dt {
	font-size: 100%;
	margin: 0.5em 0 0.5em 2em;
}

div#main_contents dd {
	margin: -0.3em 0 0.5em 3em;
}

div#main_contents div.activity_photo:after,
div#daikyo_express_backno ul:after,
div#info_magazine_backno ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

div#main_contents div.activity_photo,
div#daikyo_express_backno ul,
div#info_magazine_backno ul {
	margin-bottom: 1em;
  _height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

div#daikyo_express_backno li {
	float: left;
	width: 10em;
}

div#info_magazine_backno li {
	float: left;
	width: 5em;
}

/* 条項 */
div#main_contents div#contract dt {
	text-align: right;
	margin: 0 1em !important;
	width: 4em;
	float: left;
}

div#main_contents div#contract dd {
	margin-left: 6em;
}

div#main_contents div.contract dt {
	text-align: right;
	margin: 0 1em !important;
	width: 8em;
	float: left;
}

div#main_contents div.contract dd {
	margin-left: 10em;
}


/* 表組み定義リスト */
div#main_contents dl.list,
div#main_contents dl.list dt,
div#main_contents dl.list dd {
	margin: 0;
	padding: 0;
}

div#main_contents dl.list {
	margin-bottom: 15px !important;
}

div#main_contents dl.list {
	border: 1px solid #333;
	border-top: none;	
	width: 100%;
	background: #e7e7e7;	
	margin: 0 auto;
}

div#main_contents dl.list dt,
div#main_contents dl.list dd {
	padding: 3px;
}

div#main_contents dl.list dt {
	border-top: 1px solid #333;
	clear: left;
	float: left;
	width: 80px;
}

div#main_contents dl.list dd {
	margin-left: 80px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	background: #fff;
}

div#main_contents h3 {
	clear: both;
	background: url(../materials/heading_bg.gif) repeat-x;
	border-bottom: 1px solid #B4B4B4;
	padding: 0 1em;
	margin: 0 0 10px 0;
	line-height: 31px;
	font-size: 120%;
}

div#main_contents h3 + h3,
 {
	margin-top: -1em;
}

div#main_contents h4 {
	font-size: 120%;
	padding: 0 1em 0 1em;
	margin: 1em 0;
	border-bottom: 1px solid Black;
}

div#main_contents h5 {
	font-size: 110%;
	padding: 0 1em;
	margin: 1em 1em;
	border-bottom: 1px solid Black;
	clear: both;
}

div#main_contents p {
	margin: 1em 0.5em 1em 1em;
}

div#main_contents p.date {
	text-align: right;
	line-height: 1;
}

div#main_contents p.name {
	text-align: right;
}

div#main_contents p.strong {
	font-size: 14px;
	text-align: center;
}

div#main_contents div.question {
	clear: both;
	background: url(../materials/heading_bg.gif) repeat-x;
	padding: 5px 1em 0 1em;
	margin: 0.5em 0 0 0;
	border: 1px solid #B4B4B4;
	border-width: 1px 1px 0 1px;
	font-weight: bold;
}

div#main_contents div.answer {
	clear: both;
	padding: 5px 1em;
	margin: 0 0 1em 0;
	background: url(../materials/table_bg.gif) repeat-x bottom;
	border-bottom: 1px solid #B4B4B4;
}

div#main_contents img {
	border: 1px solid #9C9C9C;
	padding: 5px;
	margin: 10px;
}

div#main_contents div.activity_photo img {
	float: left;
}

div#main_contents img.left {
	float: left;
	margin: 10px;
}

div#main_contents img.right {
	float: right;
	margin: 10px;
}

div#main_contents img.icon {
	border: 0px;
}

/* アイコン */

div#main_contents a.key {
	padding-left: 23px;
	background: url(../materials/login_key.gif) no-repeat center left;
}

div#main_contents a.key:hover {
	background: url(../materials/login_key_hover.gif) no-repeat center left;
}

div#main_contents a.ext_anchor,
ul.topics a.ext_anchor {
	padding-left: 23px;
	background: url(../materials/anchor_arrow2.gif) no-repeat center left;
}

div#main_contents a.ext_anchor:hover,
ul.topics a.ext_anchor:hover {
	background: url(../materials/anchor_arrow2_hover.gif) no-repeat center left;
}

div#main_contents a.pdf_anchor,
ul.topics a.pdf_anchor {
	padding-right: 20px;
	padding-bottom: 3px;
	background: url(../materials/pdf_icon_s.gif) no-repeat center right;
}

div#main_contents a.xls_anchor,
ul.topics a.xls_anchor {
	padding-right: 20px;
	padding-bottom: 3px;
	background: url(../materials/xls_icon.gif) no-repeat center right;
}

div#main_contents a.doc_anchor,
ul.topics a.doc_anchor {
	padding-right: 20px;
	padding-bottom: 3px;
	background: url(../materials/doc_icon.gif) no-repeat center right;
}

div#main_contents a.ppt_anchor,
ul.topics a.ppt_anchor {
	padding-right: 20px;
	padding-bottom: 3px;
	background: url(../materials/ppt_icon.gif) no-repeat center right;
}

/* レイアウト */

@media screen {
div#main_contents {
	float: right;
	width: 595px;
}
}

div#main_contents div {
	margin-bottom: 1em;
}

div#main_contents div hr {
	margin: 10px 0;
}

div#main_contents div.hr_line {
	background: url(../materials/dot.gif) repeat-x center;
	margin: 10px 0;
	height: 5px;
}

div#main_contents p.to_topics {
	text-align: right;
	margin: 5px 5px 0px;
}

div#main_contents p.to_topics a {
	padding: 10px 23px 10px 0;
	background: url(../materials/next_arrow.gif) no-repeat center right;
}

div#main_contents p.to_topics a:hover {
	background: url(../materials/next_arrow_hover.gif) no-repeat center right;
}

/*--------------------------------------------------------------------------
　　フッター
--------------------------------------------------------------------------*/
div#footer {
	clear: both;
	width: 760px;
	font-size: 11px;
	line-height: 13px;
	margin: 15px auto 0 auto;
}

@media print {
	div#footer {
		position: static !important;
		width: 100%;
	}
}

div#footer ul, div#footer li {
	list-style: none;
}

div#footer h2 {
	display: none;
}

div#footer p.go_top {
	width: 130px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 15px auto;
}

@media print {
	div#footer p.go_top {
		display: none;
	}
}

div#footer p.go_top a {
	display: block;
	background: url(../materials/top_arow.gif) no-repeat;
}
div#footer p.go_top a:hover {
	background-position: 0 -16px;
}


div#footer_menu {
	height: 2em;
	font-size: 90%;
}

div#footer_menu ul {
	text-align: center;
}

div#footer_menu li {
	display: inline;
	padding: 0 1em;
}

div#footer_menu li.line {
	border-left: 1px solid Gray;
}

div#footer div#other {
	background: url(../materials/footer_bg.gif) no-repeat top center;
	min-height: 55px;
	height: auto !important;
	height: 55px;
	font-size: 90%;
	padding-top: 15px;
}

div#footer div#other ul {
	text-align: center;
}

div#footer div#other li#organization_name {
	display: inline;
	padding-right: 1em;
}

div#footer div#other li#address {
	display: inline;
}

div#footer div#other li#address address {
	display: inline;
}

div#footer div#other li#copyright {
	padding-top: 0.5em;
}