@charset "UTF-8";

html,div,p,dl,dt,dd,ul,li,hr,img,span,a,form {
	margin: 0px;
	padding: 0px;
}


body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 62.5%;
	font-family: "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	}

h1,h2,h3,h4 {
	font-weight: normal;
	font-size: 1em;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	}

img {
	border: none;
	}

::-moz-selection{
	background: #000;
	color: #fff;
	}

::selection{
	background: #000;
	color: #fff;
	}

hr{
	display:none;
	}

div.clear{
	clear:both;
	}

div#iidaArea{
	width:100%;
	}

div#naviArea{
	width:27%;
	float:right;
	text-align:left;
	padding-bottom:40px;
	}

h1#iida{
	margin-top:71px;
	margin-bottom:99px;
	}

/* --------------------------------------------------------------------- */
/*  navi */
/* --------------------------------------------------------------------- */

div#naviMainArea{
	width:180px;
	}

div.naviBox{
	width:180px;
	background:url("/image/navi_bg.gif") no-repeat bottom left #000;
	margin-bottom:10px;
	}

ul.navilist{
	list-style:none;
	margin:0px;
	padding:10px 10px 5px 10px;
	}

ul.navilist li{
	font-size:1.1em;
	line-height:1.4;
	color:#777;
	padding-bottom:5px;
	}

input#searchinput{
	width:160px;
	height:20px;
	margin:0px 10px;
	padding:0px;
	border:none;
	}

* html input#searchinput{
	width:150px;
	height:20px;
	margin:0px 10px;
	padding:0px;
	border:none;
	}

input#searchsubmit{
	width:160px;
	margin:10px 10px 10px 10px;
	}

p.naviinfo{
	font-size:1.1em;
	line-height:1.3;
	color:#777;
	margin:10px 10px -3px 10px;
	width:160px;
	}

p#cp{
	font-size:1.0em;
	line-height:1.4;
	color:#999;
	}

/* --------------------------------------------------------------------- */
/*  contents */
/* --------------------------------------------------------------------- */

div#contentsArea{
	width:73%;
	margin-top:179px;
	float:left;
	overflow:hidden;
	}

/* --------------------------------------------------------------------- */
/*  footernavi */
/* --------------------------------------------------------------------- */

div#footernaviArea{
	width:27%;
	float:right;
	text-align:left;
	padding-bottom:90px;
	}

p#nextEntry{
	float:right;
	font-size:1.1em;
	line-height:1.4;
	color:#000;
	padding-bottom:7px;
	padding-right:10px;
	}

p#backEntry{
	float:left;
	font-size:1.1em;
	line-height:1.4;
	color:#000;
	padding-bottom:7px;
	}

div#pt1{
	background:url("/image/navi_bg2.gif") no-repeat top left #000;
	padding-top:9px;
	}

div#pt2{
	background:url("/image/navi_bg3.gif") no-repeat bottom left #000;
	padding-bottom:9px;
	}


/* --------------------------------------------------------------------- */
/*  entry */
/* --------------------------------------------------------------------- */

div.entrybox{
	margin:0px 50px 80px 50px;
	overflow:hidden;
	}

h3.entrytitle{
	font-size:1.6em;
	line-height:1.6;
	font-weight:bold;
	}

p.entrynavi{
	font-size:1.0em;
	line-height:1;
	color:#777;
	padding-bottom:25px;
	}

div.entrybody{
	font-size:1.2em;
	line-height:1.4;
	color:#000;
	text-align:left;
	}

div.entrybody p{
	margin-bottom:15px;
	}

div.entrybody img{
	margin-bottom:15px;
	border:5px solid #000;
	}

div.entrybody ul{
	margin-left:15px;
	margin-bottom:15px;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin-left:15px;
	display: inline;
	}

img.alignleft {
	margin-right:15px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

div.entrysubnavi1{
	background:url("/image/navi_bg4.gif") repeat-x top left #FAFAFA;
	padding-top:2px;
	width:100%;
	margin-top:80px;
	margin-bottom:40px;
	}

div.entrysubnavi2{
	background:url("/image/navi_bg5.gif") repeat-x bottom left #FAFAFA;
	padding-bottom:2px;
	width:100%;
	}

p.entrysubnaviread{
	font-size:1.1em;
	line-height:1.3;
	color:#777;
	padding:10px 0px;
	}

div.entryimageArea1{
	overflow:hidden;
	width:100%;
	padding-bottom:10px;
	}

div.entryimageArea2{
	float:left;
	padding-bottom:15px;
	padding-right:15px;
	}

div.entryimageArea1 img{
	border:5px solid #000;
	}

div.entryimageArea2 img{
	border:5px solid #000;
	}

/* --------------------------------------------------------------------- */
/*  comment */
/* --------------------------------------------------------------------- */


h4.ctitle{
	font-size:1.2em;
	line-height:1.3;
	font-weight:bold;
	padding-bottom:6px;
	}

dl.clist{
	width:100%;
	border-top:1px solid #E5E5E5;
	margin-bottom:40px;
	}

dl.clist dt{
	font-size:1.2em;
	line-height:1.4;
	color:#000;
	padding:7px 0px 5px 0px;
	width:100%;
	margin:0px;
	}

dl.clist dd{
	color:#777;
	padding:5px 0px 7px 0px;
	width:100%;
	margin:0px;
	border-bottom:1px solid #E5E5E5;
	}

dl.clist dd span.ca{
	font-size:1.2em;
	line-height:1.4;
	font-weight:bold;
	}

dl.clist dd span.cd{
	font-size:1.0em;
	line-height:1.4;
	}

div.cArea{
	font-size:1.2em;
	line-height:1.4;
	color:#777;
	}

div.cArea p{
	margin-bottom:10px;
	}

div.cArea span{
	padding-left:10px;
	}

input.cnmw{
	width:180px;
	height:20px;
	padding:0px;
	}

textarea.ctxt{
	width:99%;
	height:135px;
	padding:0px;
	}

input.csubmit{
	width:180px;
	font-size:1em;
	font-weight:bold;
	}

/* --------------------------------------------------------------------- */
/*  page */
/* --------------------------------------------------------------------- */

h2.actitle{
	padding:0px 50px 80px 50px;
	font-size:1.1em;
	line-height:1.4;
	font-weight:bold;
	}


/* --------------------------------------------------------------------- */
/*  a */
/* --------------------------------------------------------------------- */

h3.entrytitle a:link{
	color: #000;
	text-decoration:none;
	}

h3.entrytitle a:visited{
	color: #000;
	text-decoration:none;
	}

h3.entrytitle a:hover,
h3.entrytitle a:focus {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	}

p.entrynavi a:link{
	color: #000;
	text-decoration:underline;
	}

p.entrynavi a:visited{
	color: #000;
	text-decoration:underline;
	}

p.entrynavi a:hover,
p.entrynavi a:focus {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	}

ul.navilist li a:link{
	color: #777;
	text-decoration:underline;
	background:url("/image/obj1.gif") no-repeat left 2px;
	padding-left:14px;
	}

ul.navilist li a:visited{
	color: #777;
	text-decoration:underline;
	background:url("/image/obj1.gif") no-repeat left 2px;
	padding-left:14px;
	}

ul.navilist li a:hover,
ul.navilist li a:focus{
	color: #777;
	text-decoration:none;
	background:url("/image/obj2.gif") no-repeat left 2px;
	padding-left:14px;
	}

p#cp a:link{
	color: #999;
	text-decoration:underline;
	}

p#cp a:visited{
	color: #999;
	text-decoration:underline;
	}

p#cp a:hover,
p#cp a:focus{
	color: #fff;
	text-decoration:none;
	background:#999;
	}

p#pt a:link{
	color: #777;
	text-decoration:underline;
	background:url("/image/obj3.gif") no-repeat left 2px;
	padding-left:14px;
	margin-left:10px;
	}

p#pt a:visited{
	color: #777;
	text-decoration:underline;
	background:url("/image/obj3.gif") no-repeat left 2px;
	padding-left:14px;
	margin-left:10px;
	}

p#pt a:hover,
p#pt a:focus{
	color: #777;
	text-decoration:none;
	background:url("/image/obj4.gif") no-repeat left 2px;
	padding-left:14px;
	margin-left:10px;
	}

p.nbe a:link{
	color:#000;
	text-decoration:underline;
	}

p.nbe a:visited{
	color:#000;
	text-decoration:underline;
	}

p.nbe a:hover,
p.nbe a:focus{
	color:#fff;
	background:#000;
	text-decoration:none;
	}

p.entrysubnaviread a:link{
	color:#777;
	text-decoration:underline;
	}

p.entrysubnaviread a:visited{
	color:#777;
	text-decoration:underline;
	}

p.entrysubnaviread a:hover,
p.entrysubnaviread a:focus{
	color:#fff;
	background:#777;
	text-decoration:none;
	}

dl.clist dd a:link{
	color:#777;
	text-decoration:underline;
	}

dl.clist dd a:visited{
	color:#777;
	text-decoration:underline;
	}

dl.clist dd a:hover,
dl.clist dd a:focus{
	color:#fff;
	background:#777;
	text-decoration:none;
	}

div.entrybody a:link{
	color: #000;
	text-decoration:underline;
	}

div.entrybody a:visited{
	color: #000;
	text-decoration:underline;
	}

div.entrybody a:hover,
div.entrybody a:focus {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	}



dl.clist a:link{
	color: #000;
	text-decoration:underline;
	}

dl.clist a:visited{
	color: #000;
	text-decoration:underline;
	}

dl.clist a:hover,
dl.clist a:focus {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	}

