@charset "utf-8";
/* CSS Document */
/*
	Theme Name:渡邊先生テーマ
	Theme URI:テーマを配布する際はここにURL
	Description:渡邊先生テーマ用テンプレートCSSです
	Author:kaya Yamamoto
	Author URI:作成者のサイトURL
	Version:1.0
	*/
html {
	margin: 0;
	padding: 0;
}
body {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
img{
	border-style:none;
}
a img{
	border-style:none;
}
#header_wrap {
	width: 100%;
	height: 514px;
	margin: 0;
	padding: 0;
	background: #fff url(images/header_back.png) left top repeat;
	text-align: center;
}
#top_mainimg {
	height: 514px;
	background: url(images/header_mainimg.png) center top no-repeat;
}
#header {
	width: 960px;
	height: 514px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#header_catch {
	float: left;
	margin: 20px 0 0 20px;
}
h1 {
	float: left;
	width: 191px;
	margin: 0;
	padding: 0;
}
#header_link ul {
	float: right;
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header_link li {
	float: right;
	font-size: 70%;
	background: url(images/header_link_aicon.png) left 3px no-repeat;
	margin: 5px 0 0 10px;
	padding-left: 15px;
}
.menu-navi-container {
	width: 100%;
	height: 70px;
	background: url(images/navi_back.png) left top repeat-x;
	margin: 0;
}
#menu-navi {
	width: 960px;
	height: 70px;
	clear: both;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0;
}
#menu-navi li {
	width: 192px;
	height: 70px;
	float: left;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-item a {
	width: 192px;
	height: 70px;
	background-image: url(images/navi.png);
	display: block;
	position: relative;
	line-height: 36px;
	text-decoration: none;
	text-indent: -9999px;
}
.menu_1 a {
	background-position: 0 -70px;
}
.menu_2 a {
	background-position: -192px -70px;
}
.menu_3 a {
	background-position: -384px -70px;
}
.menu_4 a {
	background-position: -576px -70px;
}
.menu_5 a {
	background-position: -768px -70px;
}
.menu_6 a,.menu_7 a{
	display:none;
}
.menu_1.current-menu-item a {
	background-position: 0 0;
}
.menu_2.current-menu-item a {
	background-position: -192px 0px;
}
.menu_3.current-menu-item a {
	background-position: -384px 0px;
}
.menu_4.current-menu-item a {
	background-position: -576px 0px;
}
.menu_5.current-menu-item a {
	background-position: -768px 0px;
}
.menu_1 a:hover {
	background-position: 0 0;
}
.menu_2 a:hover {
	background-position: -192px 0;
}
.menu_3 a:hover {
	background-position: -384px 0;
}
.menu_4 a:hover {
	background-position: -576px 0;
}
.menu_5 a:hover {
	background-position: -768px 0;
}
#nav ul {
	width: 100%;
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0;
}
#nav ul li {
	float: left;
	width: 20%;
}
#container {
	width: 100%;
	text-align: center;
	background: url(images/container_back.png) repeat-x;
	padding: 20px 0 0 0;
}
#contents {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(images/back.png) top left repeat;
}
#contents_main {
	width: 660px;
	float: left;
}
#sidebar {
	width: 260px;
	float: right;
}
.newsbox {
	width:638px;
	height: 309px;
	border: #00479d 1px solid;
	padding: 5px;
	margin: 0 0 15px 0;
	text-align:left;
}
.newsbox .report {
	background: url(images/report.png) left 4px no-repeat;
}
.newsbox .news {
	background: url(images/news.png) left 4px no-repeat;
}
.newsbox .committee {
	background: url(images/committee.png) left 4px no-repeat;
}
.newsbox .blog {
	background: url(images/blog.png) left 4px no-repeat;
}

#greetback{
	background:url(images/bar_greet.png) 5px 5px no-repeat;
}
.newsbox #greet{
	height:245px;
	float:left;
	width:400px;
	margin:55px 0px 0 10px;
	padding:0 6px 0 0;
	overflow-y:scroll;
	line-height:170%;
}
.newsbox #greet p{
	text-align:left;
	font-size:96%;
}
.newsbox #greetpht{
	float:right;
	margin:5px 0px 0 0
}

/*最新記事部分のみ*/
.newsbox #newest{
	font-size:12pt;
}
.newsbox #newest{
	margin:0;
	padding:0;
}
.newsbox #newest dt {
	clear: both;
	width: 90%;
	padding: 2px 5px 0px 70px;
	margin:0 0 0 5px;
}
.newsbox #newest dd {
	clear: both;
	width:95%;
	text-align: left;
	padding: 0px 5px 10px 5px;
	margin:0;
	font-size: 90%;
}
.newsbox #newest dd img {
	float: left;
	margin: 2px 5px 3px 3px;
}
.newsbox #newest p {
	text-align: right;
	font-size: 96%;
	margin: 0 0 5px 0;
}
/*最新記事部分のみ*/
#news #newest dt {
	clear: both;
	width: 90%;
	padding: 2px 5px 5px 70px;
}
#news #newest dd {
	clear: both;
	text-align: left;
	padding: 0px 5px 10px 5px;
	font-size: 90%;
}
#news #newest dd img {
	float: left;
	margin: 5px;
}
#news #newest p {
	text-align: right;
	font-size: 96%;
	margin: 0 0 5px 0;
}
/*最新記事のみここまで*/


#tw {
	height: 255px;
	width: 242px;
	background: url(images/twitter_back.png);
	padding: 54px 10px 10px 10px;
	margin: 0 0 15px 0;
}
#fb {
	height: 200px;
}
.linkarea {
	height: 200px;
}
#footer_wrap {
	width: 100%;
	clear: both;
	background: url(images/header_back.png) left top repeat;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 20px 0 20px 0;
}
#footer {
	width: 960px;
	height: 120px;
	margin: 20px auto 20px auto;
	clear: both;
	text-align: center;
}
#footer #address {
	width: 450px;
	float: left;
	font-size: 11pt;
	text-align: left;
	line-height: 130%;
	color: #4975ba;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif
}
#footer #address .big {
	font-size: 14pt;
}
#footer ul {
	width: 480px;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer #menu-footer .menu-item a {
	background-image: url(images/footer_nav.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	width: 100px;
	height: 40px;
}
#footer .menu_profile a {
	background-position: 0 0;
}
#footer .menu_ideal a {
	background-position: -120px 0;
}
#footer .menu_policy a {
	background-position: -240px 0;
}
#footer .menu_committee a {
	background-position: -360px 0;
}
#footer .menu_blog a {
	background-position: -0 -57px;
}
#footer .menu_info a {
	background-position: -120px -57px;
}
#footer .menu_sitemap a {
	background-position: -240px -57px;
}
#footer .menu_inquiry a {
	background-position: -360px -57px;
}
#footer li {
	width: 100px;
	float: left;
	margin:0px 0px 17px 20px;
}
#copyright {
	width: 100%;
	clear: both;
	text-align: center;
	margin: 0px auto 0 auto;
}
/*リンク色*/
a {
	text-decoration: none;
	color: #00458d;
}
a:hover {
	text-decoration: none;
	color: #97762c;
}
/*pagetopボタン*/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 20px;
	font-size: 85%;
	padding: 0;
	margin: 0;
}
#page-top a {
	text-decoration: none;
	color: #00448d;
	width: 150px;
	padding: 0px 0;
	text-align: left;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
/*共通設定*/
.clear {
	clear: both;
}
.more-link {
	padding: 2px 6px 2px 6px;
	border-radius: 6px;
	background-color: #00448d;
	color: #ffffff;
	font-weight: bold;
	font-size: 80%;
}
.more-link:hover {
	background-color: #0069DD;
	color: #ffffff;
}
.txt_r{
	text-align:right;
}

