@charset "UTF-8";

* html body {
	font-size:85%;
	letter-spacing: 0.3pt
}
* html .clearfix{height:1%;}

/*****************************************************************************
 CSS初期化
 *****************************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;padding:0;
}
table { border-collapse:collapse;border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;font-weight:normal;
}
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
img {
	display:block;
}

/*****************************************************************************
 基本
 *****************************************************************************/

body  {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 85%;
	color: #383838;
	background-color: #d4d0c5;
	background-image: url(../img/bgcol.jpg);
	text-align: center;
}

/*****************************************************************************
 ワイヤー
 *****************************************************************************/
 
#wrapper { 
	width: 990px;
	margin: 0 auto;
	padding: 9px 0;
	text-align: left;
}
#container { 
	float: left;
	width: 790px;
}
#leftcontents {
	float: right;
	width: 190px;
} 
#centercontents {
	float: right;
	width: 591px;
	text-align: center;
}
#rightcontents {
	float: left;
	width: 190px;
} 

/*****************************************************************************
 レフトコンテンツ
 *****************************************************************************/
 
#leftcontents h2 {
	background-image: url(../img/rogo.gif);
	background-repeat: no-repeat;
	height: 77px;
	width: 190px;
}

#leftcontents h2 a {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:190px;
	height:77px;
}

#leftcontents #info {
	background-color: #fcfefe;
	margin: 10px 0 0 0;
}

#leftcontents #info h2 {
	background-image: url(../img/title_info.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 190px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	padding-bottom: 15px;
}

#leftcontents #info #date {
	padding: 0px;
	width: 168px;
	margin: 14px 0 0 10px;
}
#leftcontents #info #date dl {
	background-image: url(../img/obi01mid.gif);
	background-repeat: repeat-y;
	width: 168px;
	height: 13px;
	line-height: 13px;
}
#leftcontents #info #date dt {
	margin-left: 5px;
	font-size: 75%;
	font-weight: bold;
}
#leftcontents #info #date dd {
	font-size: 88.2%;
	float: right;
	background-image: url(../img/obi01arrow.gif);
	background-repeat: no-repeat;
	margin-right: 6px;
	padding-left: 15px;
	background-position: left;
}
#leftcontents #info p {
	font-size: 90%;
	line-height: 140%;
	background-image: url(../img/wak02arrow.gif);
	background-repeat: no-repeat;
	background-position: left 0.8em;
	padding: 7px 12px 0 12px;
}
#leftcontents #info p.rss {
	background: none;
	margin: -13px 12px 7px;
	padding: 0;
	text-align: right;
	/zoom: 1;
}
#leftcontents #info p.rss:after {
	content: '';
	display: block;
	clear: both;
}

#leftcontents #info p.rss img {
	float: right;
}

#leftcontents hr {
	height: 1px;
	border-width: 1px 0 0 0;
	border-top-style: dotted;
	border-top-color: #d3d0c4;
}

#leftcontents #info #oldinfo {
	padding: 0px;
	width: 168px;
	margin: 13px 10px 15px 10px;
	background-color: #4c8b02;
	text-align: center;
}
#leftcontents #info #oldinfo span {
	line-height: 13px;	font-size: 88.2%;
	background-image: url(../img/arrow_white.gif);
	background-repeat: no-repeat;
	padding-left: 0.7em;
	background-position: left center;
}

#info p
#info p a,
#info p a:link {color: #4c8b02; text-decoration: none;}
#info p a:visited {color: #4c8b02; text-decoration: none; }
#info p a:hover {color: #4c8b02; text-decoration: underline;}
#info p a:active{color: #4c8b02; text-decoration: underline;}

#info dd
#info dd a,
#info dd a:link {color: #383838; text-decoration: none;}
#info dd a:visited {color: #383838; text-decoration: none; }
#info dd a:hover {color: #383838; text-decoration: underline;}
#info dd a:active{color: #383838; text-decoration: underline;}

#info #oldinfo
#info #oldinfo a,
#info #oldinfo a:link {color: #fff; text-decoration: none; }
#info #oldinfo a:visited {color: #fff; text-decoration: none; }
#info #oldinfo a:hover {color: #fff; text-decoration: underline;}
#info #oldinfo a:active{color: #fff; text-decoration: underline;}


#blog {
	background-color: #fcfefe;
	background-image: url(../img/illust01.jpg);
	background-position: right 5px;
	background-repeat: no-repeat;
	height: 55px;
	margin: 10px 0 0 0;
}
#blog span {
	line-height: 140%;
	font-size: 90%;
	background-image: url(../img/icon_blank.gif);
	background-repeat: no-repeat;
	background-position: 12px 1.1em;
	display: block;
	padding: 10px 0 7px 30px;
	height: 40px;
}

#blog span
#blog span a,#aequalis a,
#blog span a:link {color: #4c8b02; text-decoration: none;}
#blog span a:visited,#aequalis a {color: #4c8b02; text-decoration: none; }
#blog span a:hover,#aequalis a {color: #4c8b02; text-decoration: underline;}
#blog span a:active,#aequalis a{color: #4c8b02; text-decoration: underline;}


#blog2 {
	background-color: #fcfefe;
	background-image: url(../img/illust02.gif);
	background-position: right 5px;
	background-repeat: no-repeat;
	height: 55px;
	margin: 10px 0 0 0;
}
#blog2 span {
	line-height: 140%;
	font-size: 90%;
	background-image: url(../img/icon_blank.gif);
	background-repeat: no-repeat;
	background-position: 12px 1.1em;
	display: block;
	padding: 10px 0 7px 30px;
	height: 40px;
}

#blog2 span
#blog2 span a,#aequalis a,
#blog2 span a:link {color: #4c8b02; text-decoration: none;}
#blog2 span a:visited,#aequalis a {color: #4c8b02; text-decoration: none; }
#blog2 span a:hover,#aequalis a {color: #4c8b02; text-decoration: underline;}
#blog2 span a:active,#aequalis a{color: #4c8b02; text-decoration: underline;}


#aequalis_btm {
	padding-bottom: 5px;
	padding-top:5px;
	background: url(/min-iren/img/wak02end.gif) no-repeat left bottom;
	_zoom: 1;
}
#aequalis img {
	margin: 0px 5px;
}


#aequalis {
	margin-top: 10px;
	background: url(/min-iren/img/wak02top.gif) no-repeat left top #fff;
}

#aequalis p {
background-image: url(/min-iren/img/icon_blank.gif);
	background-repeat: no-repeat;
	background-position: 5px 1.1em;
	padding: 5px 0 5px 23px;
	font-size: 90%;
}


#address {
	background-color: #fcfefe;
	margin: 12px 0 0 0;
}
#address h4 {
	line-height: 140%;
	font-size: 90%;
	font-weight: normal;
	margin: 9px 12px 0 12px;
}
#address dl {
	line-height: 120%;
}
#address dt {	font-size: 88.2%;
	background-image: url(../img/obi01arrow.gif);
	background-repeat: no-repeat;
	padding:0 3em;
	background-position: 12px center;
}
#address dd {
	font-size: 90%;
	color: #838382;
	padding: 0 12px;
	margin-bottom: 7px;
}
#address
#address a,
#address a:link {color: #383838; text-decoration: none;}
#address a:visited {color: #383838; text-decoration: none; }
#address a:hover {color: #383838; text-decoration: underline;}
#address a:active{color: #383838; text-decoration: underline;}



/*****************************************************************************
 センターコンテンツ
 *****************************************************************************/

#main {
	background-color: #fcfefe;
	margin: 0;
	width: 591px;
	height: 394px;
	text-align: left;
}
#centercontents #main h2 {
	padding-left: 9px;
}

#centercontents #main #newspaper {
	float: right;
	width: 168px;
	padding-right: 10px;
	background-image: url(../img/title_kikanshi.gif);
	background-repeat: no-repeat;
}
#centercontents #main #newspaper h3 {
	text-indent:-9999px;
	overflow:hidden;
}
#centercontents h3 a {
	display:block;
	width:190px;
	height:101px;
}
#centercontents #main #newspaper p {
	background-image: url(../img/arrow01.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	font-size: 150%;
	padding-left: 1em;
	background-position: 2px center;
	margin-bottom: 5px;
}
#centercontents #main #newspaper p
#centercontents #main #newspaper p a,
#centercontents #main #newspaper p a:link {color: #4c8b02; text-decoration: none;}
#centercontents #main #newspaper p a:visited {color: #4c8b02; text-decoration: none; }
#centercontents #main #newspaper p a:hover {color: #4c8b02; text-decoration: underline;}
#centercontents #main #newspaper p a:active{color: #4c8b02; text-decoration: underline;}

#centercontents #main #newspaper p.rss {
	background: none;
	margin: -7px 0 0;
	padding: 0;
	text-align: right;
	zoom;: 1;
}

#centercontents #main #newspaper p.rss img {
	display: inline;
	_margin-right: -7px
}

#centercontents #main #newspaper #latestnews {
	padding: 0px;
	width: 168px;
	margin: 10px 0;
	background-color: #4c8b02;
	text-align: center;
}
#centercontents #main #newspaper #latestnews span {
	line-height: 13px;	font-size: 88.2%;
	background-image: url(../img/arrow_white.gif);
	background-repeat: no-repeat;
	padding-left: 0.7em;
	background-position: left center;
}
#centercontents #main #newspaper #latestnews
#centercontents #main #newspaper #latestnews a,
#centercontents #main #newspaper #latestnews a:link {color: #fff; text-decoration: none; }
#centercontents #main #newspaper #latestnews a:visited {color: #fff; text-decoration: none; }
#centercontents #main #newspaper #latestnews a:hover {color: #fff; text-decoration: underline;}
#centercontents #main #newspaper #latestnews a:active{color: #fff; text-decoration: underline;}

#centercontents #contentleft {
	width: 190px;
	float: left;
	text-align: left;
}

#centercontents #contentright {
	width: 190px;
	float: right;
	text-align: left;
}

#centercontents #contentcenter {
	width: 190px;
	margin: 0 auto;
	text-align: left;
}


#centercontents .content01 {
	background-color: #fcfefe;
	padding: 0;
	margin: 10px 0 0 0;
	width: 190px;
}

.titleimg01 {
	background-image: url(../img/title01.jpg);
	background-repeat: no-repeat;
	height: 101px;
	width: 190px;
}

.titleimg02 {
	background-image: url(../img/title02.jpg);
	background-repeat: no-repeat;
	height: 101px;
	width: 190px;
}

.titleimg03 {
	background-image: url(../img/title03.jpg);
	background-repeat: no-repeat;
	height: 101px;
	width: 190px;
}

.titleimg04 {
	background-image: url(../img/title04.jpg);
	background-repeat: no-repeat;
	height: 101px;
	width: 190px;
}

.titleimg05 {
	background-image: url(../img/title05.jpg);
	background-repeat: no-repeat;
	height: 101px;
	width: 190px;
	margin-bottom: 6px;
}
.titleimg06 {
	background-image: url(../img/title_jigyosho.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 147px;
	background-position: 11px 3px;
}

#centercontents .content01 h3 span {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:190px;
	height:101px;
}

#centercontents .content01 p {
	font-size: 90%;
	line-height: 140%;
	background-image: url(../img/wak02arrow.gif);
	background-repeat: no-repeat;
	background-position: left 0.8em;
	padding: 7px 12px 0 12px;
}

#centercontents .content01 p.rss,
#centercontents .content02 p.rss,
#centercontents .content03 p.rss {
	margin: -10px 0 5px;
	text-align: right;
	background: none;
}
#centercontents .content01 p.rss img,
#centercontents .content02 p.rss img,
#centercontents .content03 p.rss img {
	display: inline-block;
}

#centercontents .content02 {
	background-color: #fcfefe;
	padding: 0;
	width: 190px;
	float: left;
	margin: 10px 0 0 0;
	text-align: left;
}

#centercontents .content02 h3 span {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:190px;
	height:101px;
}

#centercontents .content02 p {
	font-size: 90%;
	line-height: 140%;
	background-image: url(../img/wak02arrow.gif);
	background-repeat: no-repeat;
	background-position: left 0.8em;
	padding: 7px 12px 0 12px;
}

#centercontents .content03 {
	background-color: #fcfefe;
	padding: 0;
	width: 190px;
	float: left;
	text-align: left;
	margin: 10px 0 0 0;
	background-image: url(../img/title06.jpg);
	background-repeat: no-repeat;
}

#centercontents .content03 h3 span {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:190px;
	height:159px;
}

#centercontents .content03 p {
	font-size: 90%;
	line-height: 140%;
	background-image: url(../img/wak02arrow.gif);
	background-repeat: no-repeat;
	background-position: left 0.8em;
	padding: 7px 12px 0 12px;
}

#centercontents .content04 {
	background-color: #fcfefe;
	padding: 0;
	width: 591px;
	float: left;
	text-align: left;
	margin: 10px 0 0 0;
	background-repeat: no-repeat;
}

#centercontents .content04 h3 {
	float: left;
}
#centercontents .content04 h3 span {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:190px;
}

#centercontents .content04 p {
	font-size: 90%;
	line-height: 140%;
	background-repeat: no-repeat;
	background-position: left 0.8em;
	padding: 7px 12px 0 12px;
}

#centercontents .content05 {
	padding: 0;
	width: 591px;
	margin: 10px 0;
	text-align: left;
}

#centercontents .content05 span {
	font-size: 90%;
	padding-left: 13px;
	background-image: url(../img/arrow_totop.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#centercontents hr {
	height: 1px;
	border-width: 1px 0 0 0;
	border-top-style: dotted;
	border-top-color: #d3d0c4;
}

.allinfo {
	font-size: 88.2%;
	color: #b1b0b0;
	background-image: url(../img/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 25px;
	margin: 7px 0;
}

.allinfo a,
.allinfo a:link {color: #b1b0b0; text-decoration: none;}
.allinfo a:visited {color: #b1b0b0; text-decoration: none; }
.allinfo a:hover {color: #b1b0b0; text-decoration: underline;}
.allinfo a:active{color: #b1b0b0; text-decoration: underline;}

.list {
	background-color: #e8e8e8;
	width: 80px;
	margin: 0 0 6px 10px;
	background-image: url(../img/arrow_gray.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}
.listbox {
	float: left;
	width: 90px;
}
.list span {
	margin: 0 1px 0 6px;
	display: block;
}
.list span span { font-size: 88.2%;
}

.list2 {
	background-color: #e8e8e8;
	width: 170px;
	margin: 0 0 6px 10px;
	background-image: url(../img/arrow_gray.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}

.list2 span {
	margin: 0 1px 0 6px;
	display: block;
}
.list2 span span { font-size: 88.2%;
}
.list3 {
	background-color: #e8e8e8;
	width: 120px;
	margin: 10px 0 6px 10px;
	background-image: url(../img/arrow_gray.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}

.list3 span {
	margin: 0 1px 0 6px;
	display: block;
}
.list3 span span { font-size: 88.2%;
}
.list5 {
	background-color: #e8e8e8;
	width: 120px;
	margin: 0 0 6px 10px;
	background-image: url(../img/arrow_gray.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}

.list5 span {
	margin: 0 1px 0 6px;
	display: block;
}
.list5 span span { font-size: 88.2%;
}

.list4 {
	background-color: #e8e8e8;
	width: 170px;
	margin: 10px 0 6px 10px;
	background-image: url(../img/arrow_gray.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}

.list4 span {
	margin: 0 1px 0 6px;
	display: block;
}
.list4 span span { font-size: 88.2%;
}


span span
span span a,
span span a:link {color: #020202; text-decoration: none;}
span span a:visited {color: #020202; text-decoration: none; }
span span a:hover {color: #020202; text-decoration: underline;}
span span a:active{color: #020202; text-decoration: underline;}

#centercontents p
#centercontents p a,
#centercontents p a:link {color: #4c8b02; text-decoration: none;}
#centercontents p a:visited {color: #4c8b02; text-decoration: none; }
#centercontents p a:hover {color: #4c8b02; text-decoration: underline;}
#centercontents p a:active{color: #4c8b02; text-decoration: underline;}

#shoplist {
	padding: 0px;
	width: 168px;
	background-color: #4c8b02;
	text-align: center;
	float: left;
	margin: 4px 0 0 0;
}
#shoplist span {
	line-height: 13px;
	font-size: 88.2%;
	background-image: url(../img/arrow_white.gif);
	background-repeat: no-repeat;
	padding-left: 0.7em;
	background-position: left center;
}
#shoplist
#shoplist a,
#shoplist a:link {color: #fff; text-decoration: none; }
#shoplist a:visited {color: #fff; text-decoration: none; }
#shoplist a:hover {color: #fff; text-decoration: underline;}
#shoplist a:active{color: #fff; text-decoration: underline;}

.imagebox {
	float: left;
	margin: 0px;
	padding: 0px;
}
.imagebox dl {
	margin: 10px 0;
	padding: 0px;
}
.imagebox dt {
	padding: 0px;
	margin: 0 0 0 11px;
}
.imagebox dd {
	padding: 0px;
	margin: 8px 0 0 11px;
}

.imagebox .image img {
	margin: 1px;
}
.image {
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: 1px solid #dbe6f0;
}
.caption {
   text-align: center;
   font-size: 88.2%;
}

.imagebox .caption
.imagebox .caption a,
.imagebox .caption a:link {color: #4c8b02; text-decoration: none;}
.imagebox .caption a:visited {color: #4c8b02; text-decoration: none; }
.imagebox .caption a:hover {color: #4c8b02; text-decoration: underline;}
.imagebox .caption a:active{color: #4c8b02; text-decoration: underline;}

#totop {
	background-color: #fcfefe;
	width: 190px;
	text-align: center;
	float: right;
}

#totop
#totop a,
#totop a:link {color: #999; text-decoration: none;}
#totop a:visited {color: #999; text-decoration: none; }
#totop a:hover {color: #999; text-decoration: underline;}
#totop a:active{color: #999; text-decoration: underline;}

/*****************************************************************************
 ライトコンテンツ
 *****************************************************************************/

#rightcontents #rtitle {
	background-color: #fcfefe;
	padding: 0;
	width: 190px;
	background-image: url(../img/rogo_tel.gif);
	margin: 0;
	height: 144px;
}
#rightcontents #rtitle h2 {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:190px;
	height:109px;
}
#rightcontents #rtitle #update {
	font-size: 75%;
	margin: 0 32px 0 0;
	text-align: right;
}

#rightcontents #global {
	background-color: #fcfefe;
	margin: 10px 0 0 0;
}
#rightcontents #global h3 {
	background-image: url(../img/glo_title.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 190px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	padding-bottom: 23px;
}
#rightcontents #global ul {
	padding: 5px 0 0 8px;
}
#rightcontents #global li {
	padding: 4px 0 5px 0;
}

#rightcontents #copyright {
	background-color: #fcfefe;
	margin: 10px 0 0 0;
}
#rightcontents #copyright dl {
	padding: 7px 0 9px 8px;
}
#rightcontents #copyright dt {
	padding: 0;
	margin: 0;
}
#rightcontents #copyright #bana {
	padding: 0;
	width: 173px;
	margin: 2px 0 2px 1px;
}

#rightcontents hr {
	padding: 0;
	margin: 0;
	height: 1px;
	border-width: 1px 0 0 0;
	border-top-style: dotted;
	border-top-color: #d3d0c4;
}



/*****************************************************************************
 etc
 *****************************************************************************/
 
.space01 {
	margin: 0 0 0 4px;
}
.space02 {
	margin: 9px 0 1px 4px;
}
.fltrt {
	float: right;
	margin: 0;
	padding: 0;
}

.fltlft {
	float: left;
	margin: 0;
	padding: 0;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1%;
    line-height: 0;
}

#banner {
	margin-top: 10px;
}

.bana03 {
clear:both;
	margin: 15px 0 0 0;
}



[if IE 5]>
<style type="text/css"> 
/* この条件分岐コメントに IE 5* を対象とした css ボックスモデルのフィックスを配置します */
#leftcontents { width: 190px; }
#rightcontents { width: 190px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* この条件分岐コメントにすべてのバージョンの IE を対象とした css のフィックスを配置します */
#leftcontents, #rightcontents { padding-top: 0px; }
#centercontents { zoom: 1; }
/* 上述の専用のズームプロパティにより、いくつかのバグを回避するのに必要な hasLayout が IE に対して設定されます */
</style>
<![endif]



