@charset "UTF-8";

/*ページ背景*/
#contentsBox {
	width: 100%;
	min-height: 100%;
	background: url('../images/siteBg.png') repeat center center;
}


/* ホバー */
.mouseHvr {
	opacity: 1;
}

.mouseHvr:hover {
	opacity: 0.7;
}


/*ヘッダー*/
#header {
	width: 100%;
	height: 100px;
	background: url('../images/headerBg.png') repeat-x center top;
}

#headerInner {
	width: 1000px;
	height: 145px;
	margin: 0 auto;
}

#logo {
	width: 360px;
	padding-top: 30px;
	float: left;
}

#logo p {
	color: #ffffff;
	font-size: 75%;
	line-height: 140%;
	margin-bottom: 5px;
}

#logo h1 {
	width: 160px;
	line-height: 0;
}

#subNav {
	width: 260px;
	height: 28px;
	background: url('../images/subNavBg.png') no-repeat center center;
	padding: 10px 0 0 15px;
	float: right;
}

#subNav li {
	margin-right: 5px;
	line-height: 0;
	float: left;
}

#headerTxt {
	width: 600px;
	line-height: 0;
	margin-top: 12px;
	float: right;
}

#search_btn {
	position: absolute;
	top: 0;
	left: 220px;
}

.noMargin {
	margin: 0 !important;
}

/*コンテンツエリア*/
#contentsArea {
	width: 1000px;
	margin: 20px auto 0;
}


/*サイドコンテンツ*/
#contentsLeft {
	width: 250px;
	margin-right: 30px;
	margin-bottom: 20px;
	float: left;
}

#category {
	width: 248px;
	background-color: #fff5f2;
	border: 1px #8DC1EB solid;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

#category h2 {
	margin: 2px 0 4px 2px;
	padding-top: 2px;
	line-height: 0;
}

#category ul li {
	margin: 0 2px 1px 2px;
	background-color: #0085A0;
}

#category ul li a {
	width: 248px;
	color: #ffffff;
	font-size: 90%;
	line-height: 240%;
	text-decoration: underline;
	background: url('../images/linkIcon.png') no-repeat left center;
	margin-left: 15px;
	padding-left: 20px;
}
#Journal {
	width: 248px;
	background-color: #fff5f2;
	border: 1px #EBC5C5 solid;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

#Journal h2 {
	margin: 2px 0 4px 2px;
	padding-top: 2px;
	line-height: 0;
}

#Journal ul li {
	margin: 0 2px 1px 2px;
	background-color: #A53B55;
}

#Journal ul li a {
	width: 248px;
	color: #ffffff;
	font-size: 90%;
	line-height: 240%;
	text-decoration: underline;
	background: url('../images/linkIcon.png') no-repeat left center;
	margin-left: 15px;
	padding-left: 20px;
}

#member {
	width: 248px;
	background-color: #fff5f2;
	border: 1px #E7C6A5 solid;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

#member h2 {
	margin: 2px 0 4px 2px;
	padding-top: 2px;
	line-height: 0;
}

#member ul li {
	margin: 0 2px 1px 2px;
	background-color: #A7663B;
}

#member ul li a {
	width: 248px;
	color: #ffffff;
	font-size: 90%;
	line-height: 240%;
	text-decoration: underline;
	background: url('../images/linkIcon.png') no-repeat left center;
	margin-left: 15px;
	padding-left: 20px;
}

#satellite  {
	width: 248px;
	background-color: #fff5f2;
	border: 1px #6FA56F solid;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

#satellite  h2 {
	margin: 2px 0 4px 2px;
	padding-top: 2px;
	line-height: 0;
}

#satellite  ul li {
	margin: 0 2px 1px 2px;
	background-color: #028C4C;
}

#satellite  ul li a {
	width: 248px;
	color: #ffffff;
	font-size: 90%;
	line-height: 240%;
	text-decoration: underline;
	background: url('../images/linkIcon.png') no-repeat left center;
	margin-left: 15px;
	padding-left: 20px;
}

.banner {
	margin-bottom: 10px;
	line-height: 0;
}

#search {
	position: relative;
}
keyword {
	position: absolute;
	top: 0;
	left: 0;
	width: 155px;
	 height: 36px;
	 border: 1px solid #D9D9D9;
	 font-size: 90%;
	 color: #646F63;
}


/*メインコンテンツ*/
#contentsRight {
	width: 720px;
	float: right;
}

#contentsRight  img.floatR{
	margin-left:15px;
	margin-bottom:15px;
	float: right;
} 

.a-right{
text-align:right;
}

/*テーブル*/
.example table {
	width: 100;
	height: 100;
	border: 0;
	font-size: 80%;
}

.example td {
	padding: 8px 8px;
	text-align: left;
	vertical-align: top;
}

.example th {
	background-color: #f0f8ff;
	padding: 8px 8px;
	text-align: left;
	vertical-align: top;
}

.example2 table {
	width: 500px;
	height: 100%;
	padding-top: 50px:
}

.example2 td {
	text-align: center;
	padding: 5px 0px;
}

/*ページトップへ*/
#pageTop {
	width: 710px;
	height: 65px;
	position: relative;
}

#pageTop p {
	width: 45px;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
}


/*フッター*/
#footer {
	width: 100%;
	height: 130px;
	background: url('../images/footerBg.png') repeat-x center center;
	padding-top: 15px;
}

#footerInner {
	width: 1000px;
	margin: 0 auto;
}

#footerInner h2 {
	width: 180px;
	margin: 0 auto 0px;
	line-height: 0;
}

#footerInner ul {
	text-align: center;
}

#footerInner ul li {
	display: inline;
	color: #ffffff;
	font-size: 90%;
}

#footerInner ul li a {
	sacolor: #ffffff;
	text-decoration: underline;
}

.footerMenu li:before {
    display: inline;
    content: '｜ ';
}

.footerMenu li:first-child:before {
    display: none;
}

address {
	color: #ffffff;
	font-style: normal;
	font-size: 75%;
	text-align: center;
	padding-top: 10px;
}