@charset "UTF-8";

/* basic element
---------------------------------------------------- */
body {
	color: #666666;
	line-height: 140%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
}
img {
	vertical-align: bottom;
	border: none;
}
a {
	outline: none;
}

a:link,
a:visited {
	color: #666666;
}

a:hover,
a:active {
	color: #1F1F1F;
}

a img {
	border: none;
}
em {
	font-style: normal;
	font-weight: bold;
}
strong {
	font-style: normal;
	font-weight: bold;
}

/* ヘッダースタイルは別ファイルに記載 header1.css,header2.css*/

/* navi wrapper
---------------------------------------------------- */
div#navi_wrapper {
	height: 50px;
	background: #FFFFFF url(../images/navi/bk_navi.jpg) repeat-x;
}

/* navi
---------------------------------------------------- */
#navi_wrapper div#navi {
	width: 930px;
	margin: 0 auto;
	text-align: left;
}
#navi ul {
	list-style: none;
}
#navi ul li{
	display: block;
	float: left;
	width: 132px;
	height: 50px;
}
#navi ul li.width135 {
	width: 135px !important; /* 念のためimportant記述 */
}
#navi ul li a{
	display:block;
	height:50px;
	outline: none;
}


/* content wrapper
---------------------------------------------------- */
div#content_wrapper {
}
/* content
---------------------------------------------------- */
#content_wrapper div#content {
	clear: both;
	position: relative;
	width: 930px;
	margin: 0 auto;
	padding: 25px 0 50px 0;
	text-align:left;
	font-size: 100%;
}
#content img#pageup {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 115px;
}
/* main
---------------------------------------------------- */
#content div#main {
	float: left;
	width: 680px;
	/* margin-right: 30px;  安全のためコメントアウト */
}
#main p.pagenavi_upper {
	margin: 10px 0;
	text-align: right;
}
#main p.pagenavi_under {
	margin: 40px 0 20px 0;
	text-align: center;
}
#main p.pagenavi_under2 {
	margin: 40px 0 20px 0;
}

/* sidebar
---------------------------------------------------- */
#content div#sidebar {
	float: right;
	width: 220px;
	font-size: 92.3%;
	line-height: 125%;
}
#sidebar a {
	color: #FF61A8;
}
*#sidebar form span {
	display: inline-block; /* for ie8 */
	vertical-align: bottom;
}
/* 文字サイズの変更 */
#sidebar div#fontsize {
	margin-bottom: 10px;
	background: url(../images/sidebar/bk_fontsize.gif) no-repeat;
}
#fontsize img {
	float: left;
	margin-left: 4px;
	cursor: pointer;
}
#fontsize img.label {
	margin-left: 0;
}
/* 愛知県観光協会 */
#sidebar .news_container {
	width: 210px;
	padding: 5px;
	margin-bottom: 15px;
	background: #F2F2F2;
}
/* New＆Topics */
.news_container h3 {
	margin-top: 5px;
}
#sidebar div#newsarea {
	width: 210px;
	height: 155px;
	background: #FFFFFF;
	overflow: auto;
}
#sidebar div#newsarea p {
	margin: 0 10px;
	padding: 3px 0;
	border-bottom: 1px dotted #b2b2b2;
}


/* 検索 */
#sidebar div#searchbox {
	width:220px;
	height:90px;
	clear: both;
	margin-bottom: 10px;
	background: url(../images/sidebar/key_search.gif) no-repeat;
	text-align:center;
}
#searchbox form input.textbox{
	width: 200px;
	height: 16px;
	margin:37px 8px 4px 8px;
}


.search_win{
	padding:0 auto auto;
	}



/* エリアから選ぶ */
#sidebar div#areasearch {
	width: 220px;
	height: 82px;
	margin-bottom: 15px;
	background: url(../images/sidebar/bnr_areasearch.jpg) no-repeat;
}
#areasearch img#areasearch_btn {
	cursor: pointer;
}
#areasearch p.typo {
	padding: 1px 0 3px 10px;
	line-height: 150%;
}
#areasearch p.img {
	/* スタイルなし */
}
#areasearch form {
	padding-left: 10px;
}
#areasearch select {
	width: 125px;
	height: 20px;
}
/* 基本バナー */
#sidebar p.bnr1 {
	margin-bottom: 5px;
}
/* RSS */
#sidebar div#rss {
	margin: 10px 0 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}
/* QRコード */
#sidebar div#qr {
	margin: 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}
/*  リンクポリシー */
#sidebar div#linkpolicy {
	margin: 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}
#sidebar div#character {
	/* */
}
#character p {
	text-align: center;
}

.character_twit {
	margin:10px 0 0 0;
	text-align: left;
}


/* footer wrapper
---------------------------------------------------- */
div#footer_wrapper {
	clear: both;
	background: url(../images/footer/bk_footer.gif) repeat-x;
}
/* footer
---------------------------------------------------- */
#footer_wrapper div#footer {
	clear: both;
	width: 930px;
	margin: 0 auto;
	padding: 25px 0;
	text-align:left;
	font-size: 93%;
	line-height: 125%;
}
#footer p {
	width: 600px;
	float: left;
}
#footer ul {
	width: 300px;
	float: right;
	list-style: none;
}
#footer li {
	float: right;
	margin-left: 10px;
}
#footer li.fnavi_contact {
	width: 66px;
}
#footer li.fnavi_kiyaku {
	width: 107px;
}
#footer li a {
	display: block;
}

/* general class
---------------------------------------------------- */
.textlarge {
	font-size: 123.1%;
}
.textxsmall {
	font-size: 77%;
}
.textsmall {
	font-size: 92.3%;
}
.textnormal {
	font-weight: normal;
}
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}
.layoutleft {
	float: left;
}
.layoutleft_img {
	float: left;
	margin: 0 9px 5px 0;
}
.layoutright {
	float: right;
}
.layoutclear {
	clear: both;
}

/* Clearfix
---------------------------------------------------- */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-table;
min-height: 1%;
}
/* Hides from -mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from -mac */




/* add general class since 2009/11/11
   運用で追記
---------------------------------------------------- */
#sidebar a:link,
#sidebar a:visited,
.article-meta a:link,
.article-meta a:visited,
.article a:link,
.article a:visited,
#sidebar .recently-communication dt a:link,
#sidebar .recently-communication dt a:visited {
	color: #595BEF;
}

#sidebar a:hover,
#sidebar a:active,
.article-meta a:hover,
.article-meta a:active,
.article a:hover,
.article a:active,
#sidebar .recently-communication dt a:hover,
#sidebar .recently-communication dt a:active  {
	color: #72ADD7;
}


.entrynew {
	vertical-align: top;
}

.related-entries {
	list-style-type: disc;
	margin-left: 1.5em;
}

.related-entries li {
	margin-bottom: 3px;
}

/* 最近のコメント サイドバー */
.recently-communication {
	line-height: 1.4;
	font-size: 100%;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

.recently-communication h3 {
	margin: 0 0 3px 0;
}

.recently-communication .section {
	margin-bottom: 20px;
}

.recently-communication p {
	margin-bottom: 3px;
	padding-left: 3px;
	border-left: 7px solid #FF61A8;
}

.recently-communication dl {
	margin-bottom: 3px;
	padding-left: 3px;
	border-left: 7px solid #dfdfdf;
}

/* 最近のコメント インデックス用 */
#home .recently-communication {
	border-bottom: none;
}

#home .recently-communication h3 {
	margin: 0 0 10px 0;
}

#home .recently-communication .section {
	margin-bottom: 15px;
}

#home .recently-communication dt {
	display: block;
	margin-right: 15px;
	float: left;
}

/* 著者別記事一覧 */
.author-entry-list {
  clear:both;
  padding-top: 20px;
  font-size: 85.7%;
}

.author-entry-list h4 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  padding-bottom: 2px;
}

.author-entry-list ul {
  list-style-type: disc;
  margin-left: 1.4em;
}

.author-entry-list li {
  margin-bottom: 5px;
}

/* 記事のコメント、トラックバック数 */
.article_metainfo {
	padding-top: 5px;
}

.article_metainfo a img {
	vertical-align: top;
}

.table_cam{
	border:none;
	}
.table_cam img{
	border:none;
	}
img.cam_img{
	border:none;
}

.no_hami {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}


.key_search_bt{
	text-align:center;
	padding:4px 0 0 0;
	}


.ma90{
	padding:0 0 0 90px;
	}
