@charset "UTF-8";


/*基本構造
------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

html {
	overflow-y: scroll; /* Firefoxで縦スクロールバーの表示／非表示によって、左右のセンタリングが微妙にずれる問題を回避 */
	background: #fff;
}

html,body {
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka','Helvetica','Arial','Gothic','sans-serif';
	/*	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; */
	margin: 0;
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333;
	font-size:90%;
	}

#container {
	width: 950px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-image:url(../images/bg940.gif);
	background-repeat:repeat-y;
}

#topline {
 width:100%;
	height:5px;
	background-color:#bed63a;
	text-align:center;
	overflow:hidden;
	line-height:0;
	}

#header {
	margin:0px 15px 10px 15px;
	width:920px;
	height:85px;
	position:relative;
	background-image:url(../images/headbg.gif);
	}

#mainph {
	margin:0px 5px;
	}

#contntsbk-top {
	margin:0px 5px;
	background-image:url(../images/contntsbk-top.gif);
	background-repeat:no-repeat;
}

#contntsbk {
	margin:0px 5px;
	background-image:url(../images/contntsbk.gif);
	background-repeat:no-repeat;
}

#contents {
	margin:0px 15px;
	padding-top:20px;
	}

#footer {
	margin:10px 5px 0px 5px;
	height:182px;
	background-color:#aaa;
	position:relative;
	background-image:url(../images/footer940-182.gif);
	background-repeat:no-repeat;
	}

a {                  						 /* テキストリンク */
	color:#0064b4;
	text-decoration:none;
	}

a:hover {                   /* カーソルが上にある時のリンク */
	color: #b4000a;
	}

a img {
	border:none;
}

.clear {
	clear:both;
	}

ul {
	margin:0;
	padding:0;
	text-indent:0;
	}
	
strong {
 font-weight:bold;
	}


/*フォントサイズチェンジャー CSS
------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

#header #fontsize {
	top:35px;
	left:710px;
	position:absolute;
	background-image:url(../images/fontsize-btn.gif);
	background-repeat:no-repeat;
	}


div#header-nav {
/*	
position:absolute;
top:41px;
left:798px;
*/
	width:300px;
	height:32px;
}

div#header-nav ul,
div#header-nav li {
	display: inline;
	float:right;
}

div#header-nav ul li li a {
	width: 38px;
	padding-top: 0px;
	overflow: hidden;
	display: block;
	background-image: url(../js/font_size.gif);
}

div#header-nav ul li li#font-small a {
	background-position: 0 0;
	height:20px;
}

div#header-nav ul li li#font-small a:hover {
	background-position: 0 -20px;
}

div#header-nav ul li li#font-default a {
	background-position: -37px 0;
	height:20px;
}

div#header-nav ul li li#font-default a:hover {
	background-position: -37px -20px;
}

div#header-nav ul li li#font-large a {
	background-position: -74px 0;
	height:20px;
}

div#header-nav ul li li#font-large a:hover {
	background-position: -74px -20px;
}



/*メニュー
------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/*-第一階層-*/
.panel{
	text-align:left;
	height:27px;
	cursor:pointer;
	padding-top:8px;
	padding-left:10px;
	font-size:110%;
}

.panel a{
	text-decoration:none;
}

.panel-up{
	color:#225b20;
	background:url(../images/menu220-35.gif) no-repeat scroll;
 }
	
.panel-down{
	color:#666;
	background:url(../images/menu220-35_o.gif) no-repeat scroll;
}

.panel-closed{
	display:none;
}



div .menu-1 {
list-style:none;
	cursor:pointer;
}

div .menu-1 a {
	display:block;
	text-align:left;
	height:27px;
	cursor:pointer;
	padding-top:8px;
	padding-left:10px;
	font-size:110%;
	background:url(../images/menu220-35n.gif) no-repeat scroll;
	color:#225b20;
	text-decoration:none;
	}

div .menu-1 a:hover{
	color:#666;
	background:url(../images/menu220-35n_o.gif) no-repeat scroll;
}

div .openmenu {
	display:block;
	text-align:left;
	height:27px;
	padding-top:8px;
	padding-left:10px;
	font-size:110%;
	background:url(../images/menu220-35n_o.gif) no-repeat scroll;
	color:#666;
	font-weight:bold;
	}


/*
.menu-1 ul li {
list-style:none;
}

.menu-1 li a {
	display:block;
	text-align:left;
	height:27px;
	cursor:pointer;
	padding-top:8px;
	padding-left:10px;
	font-size:110%;
	background:url(../images/menu220-35n.gif) no-repeat scroll;
	color:#225b20;
	text-decoration:none;
	}

.menu-1 li a:hover{
	color:#666;
	background:url(../images/menu220-35n_o.gif) no-repeat scroll;
}

.menu-1 li.open {
	display:block;
	text-align:left;
	height:27px;
	padding-top:8px;
	padding-left:10px;
	font-size:110%;
	background:url(../images/menu220-35n_o.gif) no-repeat scroll;
	color:#666;
	font-weight:bold;
	}
*/




/*-第二階層-*/
.sidemenu ul li {
list-style:none;
font-size:85%;
}

.sidemenu li a {
	display:block;
	width:210px;
	height:20px;
	padding-top:5px;
	padding-left:10px;
	text-decoration:none;
	color:#0064b4;
	background-image:url(../images/menu220-25.gif);
	}

.sidemenu li a:hover{
	color: #b4000a;
}

.sidemenu li.open {
	display:block;
	width:210px;
	height:20px;
	padding-top:5px;
	padding-left:10px;
	color:#666;
	font-weight:bold;
	background-image:url(../images/menu220-25.gif);
}






/*Header
------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

#header #topmenu {
	top:10px;
	left:620px;
	width:300px;
	height:20px;
	position:absolute;
	font-size:80%;
	text-align:right;
	}

#header #topmenu img {
	vertical-align:middle;
	}



/*footer
------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

#footer {
	color:#fff;
	line-height:1.3;
	font-size:12px;
	}

#footer p {
	line-height:1.3;
	margin-bottom:0;
	}

#footer a {                  						 /* テキストリンク */
	color:#fff;
	text-decoration:underline;
	}

#footer a:hover {                   /* カーソルが上にある時のリンク */
	font-weight:bold;
	}

#footer #menu {
	top:38px;
	left:37px;
	width:350px;
	position:absolute;
	text-align:left;
	}

#footer #special {
	top:38px;
	left:420px;
	width:150px;
	position:absolute;
	text-align:left;
	}

#footer #support {
	top:102px;
	left:420px;
	width:150px;
	position:absolute;
	text-align:left;
	}

#footer #credit {
	top:47px;
	left:610px;
	width:315px;
	position:absolute;
	text-align:right;
	line-height:1.3;
	margin-bottom:0;
	}

#footer #credit p {
	line-height:1.3;
	margin-bottom:0px;
	}


/*mainph
------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

#mainph img {
	margin:0px 10px;
	}



/*ホンブン
------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

#top-honbun {
 float:right;
	margin-left:40px;
	width:650px;
	}

#honbun {
 float:right;
	margin:20px 20px 0px 40px;
	width:630px;
	}

#honbun p {
	color:#333;
	line-height:1.7;
	margin-bottom:10px;
	text-indent:1em;
	}

#honbun p.noindent{
	text-indent:0;
	}

#honbun p.nomargin{
	margin-bottom:0px;
	}

#honbun p.list01{
	padding-left:17px;
	text-indent:0;
	}

#honbun p.pl3em {
	padding-left:3em;
	text-indent:0;
	margin:0;
	}



#honbun h3{
	font-size:130%;
	font-weight:bold;
	margin:10px;
	}

#honbun h4{
	font-size:110%;
	font-weight:bold;
	margin:10px 0px;
	}

#honbun .table01{
	font-size:90%;
	}

#honbun .table01 table {
	width:100%;
	border-collapse:collapse;
	border:1px solid #ddd;
	}
	
#honbun .table01 th {
	padding:4px;
	border-collapse:collapse;
	border:1px solid #ddd;
	background-color:#e0f2d2;
	font-weight:bold;
	text-align:center
	}
	
#honbun .table01 td {
	padding:4px;
	border-collapse:collapse;
	border:1px solid #ddd;
	}

#honbun .table01 td.wine {
	background-color:#f4ecf0;
	}


.t-120 {
	font-size:120%;
	}

.t-090 {
	font-size:90%;
	}

.t-080 {
	font-size:80%;
	}

.t-b {
 font-weight:bold;
	}

.t-c {
	text-align:center;
	}

.t-r {
	text-align:right;
	}

.mt05 {
	margin-top:5px;
	}

.mt10 {
	margin-top:10px;
	}

.mt15 {
	margin-top:15px;
	}

.mt25 {
	margin-top:25px;
	}

.mb05 {
	margin-bottom:5px;
	}

.mb10 {
	margin-bottom:10px;
	}

.mb15 {
	margin-bottom:15px;
	}

.mb25 {
	margin-bottom:25px;
	}

.mr05 {
	margin:5px 0px;
	}

.mr10 {
	margin:10px 0px;
	}

.mr15 {
	margin:15px 0px;
	}

.mr25 {
	margin:25px 0px;
	}

.mm05 {
	margin-right:5px;
	}


/*トップページ
------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.toplink {
 float:right;
	width:220px;
	}
	
.toplink img {
	margin-bottom:8px;
	}

.topnews {
	float:left;
	margin-top:50px;
	width:390px;
	}
	
.topnews ul li {
list-style:none;
}

.topnews li {
	background-image:url(../images/newsarw5-6.gif);
	background-repeat:no-repeat;
	background-position:0px 12px;
	padding-left:88px;
	text-indent:-80px;
	padding-bottom:6px;
	padding-top:6px;
	border-bottom:1px dotted #999999;
	text-align:left;
	}
	
.olkakomi {
	border:8px solid #eee;
	padding:20px;
	margin:30px;
	}
	
.olkakomi td {
	padding:8px 0px;
	border-bottom:1px dotted #999;
	vertical-align:top;
	}

.blog-u {
 width:630px;
	height:15px;
	overflow:hidden;
	}

.blog-u img {
	vertical-align:top;
	}

.blog-n {
	background:url(../images/nego-omds1b.gif);
	width:550px;
	background-repeat:no-repeat;
	color:#0094d6; font-size:160%;
	padding:13px 20px 6px 60px;
	vertical-align:top;
	}

.blog-n img {
	vertical-align:top;
	}

.blog-s {
 width:630px;
	height:5px;
	overflow:hidden;
	}

.blog-s img {
	vertical-align:top;
	}

.bloglist ul li {
list-style:none;
font-size:90%;
}

.bloglist li {
	display:block;
	width:505px;
	background-image:url(../images/nego-list.gif);
	padding:22px 0px 22px 130px;
	text-align:left;
	text-indent:-105px;
}

.bloglist2 ul li {
list-style:none;
font-size:90%;
}

.bloglist2 li {
	display:block;
	width:420px;
	background-image:url(../images/nego-list.gif);
	padding:22px 0px 22px 210px;
	text-align:left;
	text-indent:-188px;
}


#honbun .control{
	width:630px;
	font-size:85%;
	}

#honbun .control table {
	width:100%;
	}
		
#honbun .control td {
	width:100px;
	height:26px;
/*	background-image:url(../images/controla-100-26.gif); */
	background-repeat:no-repeat;
	padding:8px;
	vertical-align:middle;
	}

.blog-n2 {
	background:url(../images/nego-omds1b.gif);
	width:470px;
	background-repeat:no-repeat;
	color:#0094d6; font-size:160%;
	padding:13px 20px 6px 140px;
	text-indent:-80px;
	vertical-align:top;
	}

.blog-n2 img {
	vertical-align:top;
	}


#honbun .blogtable01{
	width:630px;
	font-size:90%;
	}

#honbun .blogtable01 p{
	padding:0;
	text-indent:0;
	margin:2px 0px;
	}


#honbun .blogtable01 table {
	width:100%;
	border-collapse:collapse;
	border:1px solid #ddd;
	}
	
#honbun .blogtable01 td {
	padding:4px;
	border-collapse:collapse;
	border:1px solid #ddd;
	vertical-align:top;
	}

#honbun .blogtable01 td.day {
	font-weight:bold;
	background-color:#f4f4f4;
	width:20%;
	}

#honbun .blogtable01 td.con {
	width:80%;
	}



.category-icon {
	display:inline-block;
	width:82px;
	height:14px;
	overflow:hidden;
	}


.category-icon ul li {
	list-style:none;
	padding:0;
	margin:0;
	text-indent:0;
}

.category-icon li {
	text-align:left;
	background-image:none;
}

.post-meta-key {
	display:none;
	}


#honbun .pubwaku {
 border:10px solid #f6f6f6;
	padding:15px;
	}

#honbun .pubwaku h2 {
	text-indent:0;
	padding:0;
	font-size:28px;
	line-height:1;
	font-weight:bold;
	color:#99a661;
	margin-bottom:4px;
	}

#honbun .pubwaku h2 span {
	color:#999;
	}

#honbun .pubwaku p {
	text-indent:0;
	padding:0;
	margin:0;
	line-height:1.5;
	margin:0px 10px 5px 10px;
	}


#honbun .imgrgt {
	float:right;
	margin:0px 0px 30px 30px;
	border:4px solid #eee;
	}
	
#honbun .imglft {
	float:left;
	margin:0px 30px 30px 0px;
	border:4px solid #eee;
	}