﻿@charset "utf-8";
/*--
	■Contents
	1.Base
	2.Link Ele
	3.Head Ele
	4.Contents Ele
	5.Menu Ele
	6.Footer Ele
	7.Main Contents Ele
	8.Individual Ele
	9.Index Ele

=========================================================*/

/*-- 

	1.Base

====================================================== --*/
body {
	background:url(../img/bg.jpg) repeat-x left top #abdeeb;
	font-size: 12px;
	color: #555;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.container{
	background:url(../img/container_bg.jpg) no-repeat center top;
}
.all {
	margin:0px auto;
	width:760px;
	text-align:left;
}
hr {
	clear: both;
	display: none;
}
img {
	border: 0px;
	vertical-align:top;
}
dl,dt,dd,ul,li,ol {
	margin: 0px;
	padding:0px;
}
dt {
	font-weight: bold;
}
dd {
	line-height: 1.3em;
}
li {
	line-height: 1.3em;
}
strong {
}
em {
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
.siege {
	padding: 10px;
	border: 1px solid #ABDEEB;
	margin-top: 10px;
}
/*-- 

	2.Link Ele リンク指定

====================================================== --*/
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


/*-- 

	3.Head Ele ヘッダ

====================================================== --*/
.head {
	width: 760px;
	padding-top:3px;
	background:url(../img/head_bg.gif) no-repeat left bottom;
}
.headMiddle {
	background:url(../img/head_bg_middle.gif) no-repeat left bottom;
}

/*-- .ロゴ周り --*/
.head .logo-wrap{
	width:760px;
}
.head .logo-wrap p {
	font-size: 11px;
	margin:13px 10px 0px 0px;
	text-align:right;
	letter-spacing:1px;
	color:#003;
	line-height:11px;
}
.head .logo-wrap .logo{
	width:220px;
	float:left;
	margin-top:-2px;
}
.head .logo-wrap .logo img{
	margin:4px 0px 18px 14px;
}
.head .logo-wrap .navi{
	width:520px;
	float:right;
	margin-top:4px;
	text-align:right;
}
.head .logo-wrap .navi ul{
	margin-top:16px;
}
.head .logo-wrap .navi ul li{
	display:inline;
	list-style:none;
	margin-left:10px;
}
.head .logo-wrap .navi ul li a{
}
.head .logo-wrap .navi ul li a img{
	border:1px solid white;
	margin-top:-3px;
}



/*-- .グローバルナビ --*/
.global-navi {
	width:756px;
	background:url(../img/global_navi.jpg) repeat-y left top ;
	margin-left:2px;
	margin-bottom:6px;
}
.global-navi ul {
}
.global-navi ul li {
	display: block;
	float: left;
	list-style-type:none;
	background:url(../img/global_navi_a.gif) no-repeat right center;
	line-height:20px;
	text-align:center;
}
.global-navi ul li a{
	white-space:nowrap;
	background:url(../img/mark_global_navi_a.gif) no-repeat 10px 50%;
	color:white;
	padding:6px 22px;
	display:block;
}
.main-img {
	text-align:center;
	padding-bottom:10px;
}
.main-img img{
	border:1px solid #cccccc;
}

/*-- 

	4.Contents Ele コンテンツ

====================================================== --*/
.contents {
	width: 760px;
	margin:0px 0px 0px 0px;
	padding: 0px;
	background:url(../img/contents_bg.gif) repeat-y left top;
}

/*-- 

	5.Menu Ele メニュー

====================================================== --*/
.menu {
	width: 195px;
	float: left;
	margin: 00px 0px 0px;
	padding: 0px;
}
.menu a{
	color:#666;
}
.menu dl {
	margin-left:5px;
}
.menu dl dt{
	margin-bottom:2px;
	height:23px;
}
.menu dl dd {
	margin-bottom:10px;
	margin-left:2px;
	margin-right:2px;
}
.menu ul {
}
/*-- .コンテンツメニュー --*/
.menu .menu-contents ul li {
	list-style: none;
	background:url(../img/m_li.gif) no-repeat 9px 0.9em #e7f1f5;
	padding:6px 8px 3px 27px;
	line-height:18px;
	border-bottom:1px solid #aacfdd;
}
.menu .menu-contents ul li ul{
	margin:4px -8px -3px -27px;
	background:white;
}
.menu .menu-contents ul li li{
	background:url(../img/m_li_li.gif) no-repeat left top;
	padding-left:37px;
	padding-top:5px;
	border:none;
}
.menu .menu-contents ul li li ul{
	margin-left:-37px;
}
.menu .menu-contents ul li li li{
	background:url(../img/m_li_li_li.gif) no-repeat left top white;
	padding-left:47px;
}
.menu .menu-contents ul li li li ul{
	margin-left:-47px
}

/*-- .新着情報 --*/
.menu .topix {
	margin-top:1px;
	margin-bottom:9px;
}
.menu .topix ul{
	margin:0px;
	background:white;
}
.menu .topix ul li {
	list-style: none;
	background:url(../img/m_topix.gif) no-repeat 11px 1em;
	padding:7px 5px 5px 26px;
	line-height:18px;
	border-bottom:1px solid #cccccc;
	margin:0px;
	font-size:11px;
}

/*-- .会社情報 --*/
.menu .company-info{
	background:white;
	border:none;
	padding:4px 0px 1px 10px;
	margin:1px 2px 10px;
}
.menu .company-info img{
	margin-bottom:2px;
}
.menu .company-info p{
	margin:12px 0px 11px 29px;
}

/*-- .RSS --*/
.menu p.rss-bn{
	margin:0px 0px 20px 7px;
}
.menu p.rss-bn img{
	border:1px solid #a8a8a8;
}
/*-- 

	6.Footer Ele フッター

====================================================== --*/

.footer {
	width: 760px;
	font-size: 10px;
	clear: both;
	text-align:center;
	background:url(../img/footer_bg.gif) repeat-y center top;
	color:#999999;
	letter-spacing:1px;
	padding-top:10px;
}
.footer-navi {
	padding:10px 0px;
	margin:0px 5px;
	border-top:1px solid #cccccc;
}
.footer-navi ul {
	margin: 0px;
	padding: 0px;
}
.footer-navi ul li {
	display: inline;
	list-style-type: none;
	line-height:10px;
}
.footer-navi ul li a{
	border-left: 1px solid #666;
	list-style-type: none;
	padding-right: 0.2em;
	padding-left: 0.7em;
	color:#053b8e;
}
.footer-navi ul li.home a{
	border:none; 
	
}
address {
	font-style: normal;
	margin:0px 1px;
	border-top:5px solid #5b7ba2;
	color:white;
	background:#2d5588;
	padding:3px 0px 5px;
	line-height:18px;
}
.copy{
	background:#abdeeb;
	border-top:1px solid #c8c8c8;
	padding:5px 0px 10px;
	color:#666;
}

/*-- 

	7.Main Contents Ele メインコンテンツ

====================================================== --*/
.main {
	float: right;
	width: 545px;
	margin: 0px;
	padding: 0px;
}
.main h1{
	margin:0px 18px 13px 0px;
	font-size:12px;
	padding:5px 0px 5px 11px ;
	line-height:18px;
	background:url(../img/h1.jpg) repeat-y left top;
	border:1px solid #7ca9c9;
	color:white;
}
.main .archive h2,.main .catetop h2{
	clear:both;
	background:url(../img/h2_category_list.jpg) repeat-y right top;
	padding:4px 0px 2px 11px;
	line-height:20px;
	font-size:12px;
	color:#2270a7;
	font-weight:bold;
	margin:25px 0px 13px;
	border:1px solid #c2d0d7;
}
.main h2{
	clear:both;
	background:url(../img/h2_category_list.jpg) repeat-y right top;
	padding:4px 0px 2px 11px;
	line-height:20px;
	font-size:12px;
	color:#2270a7;
	font-weight:bold;
	margin:25px 18px 13px 0px;
	border:1px solid #c2d0d7;
}
.main h3{
	background:url(../img/archive_list_bg.gif) no-repeat left bottom;
	padding:0px 0px 6px 18px;
	line-height:1.5em;
	font-size:12px;
	margin:15px 0px 15px 11px;
	list-style:none;
	color:#666;
	font-weight:bold;
}
.main p{
	line-height:1.5em;
	color:#555555;
	margin:0px 0px 0px 2px;
}
.main p.more{
	background:url(../img/mark_more.gif) no-repeat right center;
	text-align:right;
	margin:0px 33px 8px 24px;
	font-size:10px;
	line-height:14px;
	padding-right:15px;
}
.main p.h1-under{
}
.main .path {
	margin:-4px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing:1px;
	font-size:11px;
	line-height:16px;
	text-align:right;
	color:#888;
	position:relative;
}
.main .path a{
	color:#053b8e;
}

.index p.to-top,.main p.to-top {
	text-align: right;
	margin-right: 20px;
}
.index p.to-top a,.main p.to-top a {
	background: url(../img/pagetop.gif) no-repeat left center;
	padding-left: 15px;
}

/*-- 

	8.Individual Ele　個別要素

====================================================== --*/

/*-- .アーカイブリスト用（第二階層） --*/
ul.archive-list{
	margin:20px 20px 40px 11px;
}
ul.archive-list li{
	background:url(../img/archive_list_bg.gif) no-repeat left bottom;
	padding:0px 0px 6px 18px;
	line-height:1.5em;
	font-size:12px;
	margin:0px 0px 15px 0px;
	list-style:none;
	color:#666;
	font-weight:bold;
}
ul.archive-list li a{
	color:#666;
}
/*-- .カテゴリリスト用（第二階層） --*/
h2.category-list{
	background:url(../img/h2_category_list.jpg) repeat-y right top;
	padding:4px 0px 2px 11px;
	line-height:20px;
	font-size:12px;
	color:#2270a7;
	font-weight:bold;
	margin:0px 18px 15px 0px;
	border:1px solid #c2d0d7;
}
ul.category-list{
	margin:0px 20px 40px 11px;
	background:url(../img/category_list_bg.jpg) repeat-x left bottom;
	padding-bottom:1px;
}
ul.category-list li{
	background:url(../img/category_list_li.gif) no-repeat 2px 0.5em;
	padding:1px 0px 5px 26px;
	line-height:1.5em;
	font-size:12px;
	margin:0px 0px 10px 0px;
	list-style:none;
	color:#666;
	border-bottom:1px solid #aacfdd;
}
ul.category-list li a{
	color:#666;
}

/*-- .エントリーアーカイブ用（第三階層） --*/
.archive,.catetop{
	margin:0px 0px 30px 0px;
	width:528px;
}
.archive p,.catetop p{
	margin-left:22px;
}
.archive .m-top,.catetop .m-top {
	margin-top:20px;
}
.archive p.center,.catetop p.center {
	text-align: center;
}
.archive .siege p,.catetop .siege p{
	margin-left:0px;
}
.archive .siege,.catetop .siege {
	padding: 10px;
	border: 1px solid #ABDEEB;
	margin-top: 10px;
	margin-left:22px;
}
.archive img,.catetop img{
	border:3px solid #dfdfdf;
}
.archive img.right,.catetop img.right{
	float:right;
	margin-left:20px;
	margin-bottom:15px;
}
.archive img.left,.catetop img.left{
	float:left;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:15px;
}
.archive hr,.catetop hr{
	display:block;
	height:1px;
	border:1px dotted #aacfdd;
	border-bottom:none;
	margin:0px 20px 0px 20px;
	font-size:1px;
	line-height:1px;
}
.archive ul,.catetop ul{
	margin:10px 0px 10px 23px;
}
.archive ul.topspace,.catetop ul.topspace{
	margin-top: 2px;
}
.archive ul li,.catetop ul li{
	line-height:1.4em;
	margin-bottom:3px;
	color:#555;
	background:url(../img/list_li.gif) no-repeat 0px 0.5em;
	list-style:none;
	padding-left:16px;
}
.archive ol,.catetop ol{
	margin:10px 0px 10px 23px;
	list-style-position:inside;
}
.archive ol li,.catetop ol li{
	text-indent:-1.4em;
	margin-left:1.4em;
	line-height:1.4em;
	margin-bottom:3px;
	color:#555;
}
/*-- table --*/
table{
	border-top: 1px solid #93b4ce;
	border-right: 1px none #93b4ce;
	border-bottom: 1px none #93b4ce;
	border-left: 1px solid #93b4ce;
	margin-left:20px;
	margin-bottom:20px;
	padding: 0px;
	width:508px;
	color: #555555;
	font-size:12px;
	line-height:1.5em;
	text-align:left;
	margin-top: 15px;
}
table.space {
	margin-top: 0px;
	margin-bottom:0px;
}
table.space2 {
	margin-top: 15px;
	margin-bottom:0px;
}
table.tblnavi{
	font-size:12px;
}
table td{
	border-top: 1px none #93b4ce;
	border-right: 1px solid #93b4ce;
	border-bottom: 1px solid #93b4ce;
	border-left: 1px none #93b4ce;
	padding: 5px;
	margin: 0px;
}
table th{
	border-top: 1px none #93b4ce;
	border-right: 1px solid #93b4ce;
	border-bottom: 1px solid #93b4ce;
	border-left: 1px none #93b4ce;
	background-color: #f5f5f5;
	padding: 5px;
	vertical-align:top;
	color:#5c8cb5;
}
table.nostyle{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-left:20px;
	margin-bottom:20px;
	padding: 0px;
	width:508px;
	color: #555555;
	font-size:12px;
	line-height:1.5em;
	text-align:left;
	margin-top: 15px;
}
table.nostyle td{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 5px;
	margin: 0px;
	vertical-align: top;
}
table.nostyle th{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #f5f5f5;
	padding: 5px;
	vertical-align:top;
	color:#5c8cb5;
}
/*-- サイトマップ --*/
.sitemap {
	background: url(../img/s-dot3.gif) repeat-y;
	margin: 15px 0px 14px 24px;
	padding: 8px 0px 0px;
}
.sitemap a{
	color:#999;
}
.sitemap li {
	background: url(../img/s-dot.gif) no-repeat left top;
	list-style-type: none;
	line-height:20px;
	padding:0px 0px 0px 25px;
	margin:0px 0px 4px 0px;
	color:#666;
}
.sitemap li ul {
	margin: 6px 0px 14px 0px;
	padding: 0px;
}
.sitemap li ul li{
	background:url(../img/mark_m_li.gif) no-repeat 3px 0.5em;
	padding-left:20px;
}
.sitemap li ul li ul{
	margin-left:2px;
	margin-top:4px;
}
.sitemap li ul li li{
	background:url(../img/mark_m_li_li.jpg) no-repeat 0px 1ex;
	padding-left:10px;
}
.sitemap li.s-close{
	background: url(../img/s-dot2.gif) no-repeat;
	background-color:white;
}
/*-- 

	9.Index Ele　インデックス

====================================================== --*/
body#Index {
}
.index {
	float: right;
	width: 545px;
	margin: 0px 0px 0px;
	padding: 0px;
}
.index h1{
	margin:0px 15px 0px 0px;
	font-size:12px;
	padding:10px 11px 11px 10px ;
	line-height:18px;
	background:#e9e9e9;
}
.index h2{
	margin:0px 15px 20px 0px;
	font-size:12px;
	padding:6px 0px 6px 12px ;
	line-height:18px;
	background:url(../img/h2_index.jpg) no-repeat left center;
	color:white;
}
.index h3{
	background:url(../img/h3_index.gif) repeat-y left top;
	margin:0px 25px 10px 11px;
	padding:0px 0px 0px 18px;
	line-height:1.5em;
	font-size:12px;
	color:#555;
}
.index h3 a{
	color:#555;
}
.index p{
	line-height:1.5em;
	color:#666;
}
.index p.h1-under{
	background:url(../img/h1_under.gif) repeat-y left top;
	margin:0px 15px 15px 0px;
	padding:10px 25px 10px 25px;
	letter-spacing:1px;
	border-bottom:10px solid #e9e9e9;
}
.index p.excerpt{
	background:url(../img/excerpt_bg.jpg) repeat-x left top;
	margin:0px 25px 0px 11px;
	padding-left:9px;
	padding-top:4px;
	color:#666;
	padding-right:130px;
}
.index p.more{
	background:url(../img/mark_more.gif) no-repeat right center;
	text-align:right;
	margin:0px 33px 8px 24px;
	font-size:10px;
	line-height:14px;
	padding-right:15px;
}
.index p.more a{
	color:#053B8E;
}


/*	table201003ニュース用タグ
-------------------------------------*/

.table201003 {
	width: 490px;
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
}
.table201003 th {
	margin: 0;
	padding: 4px;
	text-align: center;
	border-collapse: collapse;
}
.table201003 td {
	margin: 0;
	padding: 4px;
	border-collapse: collapse;
}


.outline03 {
	clear: both;
	width: 490px;
	padding: 0 0 0 20px;
}
.ol00 {
	float: left;
	width: 70px;
	margin: 0 5px 0 0;
	padding: 4px;
	border: 1px solid #000000;
}
.ol01 {
	float: left;
	width: 70px;
	margin: 0 5px 0 0;
	padding: 4px;
	border: 2px solid orange;
}
