@charset "UTF-8"; /* PublishCharset into mt-config.cgi */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
body {
    font-size: 100%;
}
html>body {
    font-size: 12pt;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #333;
    text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: none;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 140px;
    height: 20px;
}
html > body #search {
    height: 15px;
}

/* ヘッダ */
#header {
	position: relative;
	border-top: 5px solid #505050;
	width: 970px;
	height: 305px;
	background-image: url("common/images/header-back.png");
	background-repeat: no-repeat;
	text-align: left;
}

#header h1 a {
	position: absolute;
	top: 17px;
	left: 9px;
	width: 500px;
	height: 109px;
	font-size: 1px;
	text-indent: -9999px;
}

/* タイトルバナー下の説明 */
.blog-description {
	font-size: 1px;
	text-indent: -9999px;
}

/* ヘッダトップメニュー */
#header #top-menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	text-align: right;
}
#header #top-menu li {
	display: inline;
	list-style: none;
	margin: 0 0 0 5px;
	font-size: 75%;
	font-weight: bold;
}

#header #top-menu li a {
	display: inline;
	list-style: none;
	padding: 5px;
}
#header #top-menu li a:hover {
	background-image: url("common/images/alpha.png");
}

/* 検索フォーム */
#keywords {
	position: absolute;
	top: 98px;
	left: 555px;
	width: 302px;
	height: 24px;
	border: 1px solid #CCC;
	padding: 2px;
}
#searchBtn {
	position: absolute;
	top: 97px;
	left: 872px;
}

/* ヘッダメニュー */
#header #header-menu {

}
#header #header-menu li {
	position: absolute;
	display: block;
	height: 28px;
	font-size: 0px;
	text-indent: -9999px;
	top: 203px;
	list-style: none;
}

#header #header-menu li.tokusanhin {
	left: 10px;
	width: 118px;
}
#header #header-menu li.uminosachi {
	left: 129px;
	width: 119px;
}
#header #header-menu li.menrui {
	left: 249px;
	width: 100px;
}
#header #header-menu li.meika {
	left: 350px;
	width: 99px;
}
#header #header-menu li.syokuhin {
	left: 450px;
	width: 99px;
}
#header #header-menu li.jizake {
	left: 550px;
	width: 100px;
}
#header #header-menu li.bijyutu-kougeihin {
	left: 651px;
	width: 170px;
}
#header #header-menu li.seikatsuyouhin {
	left: 822px;
	width: 138px;
}
#header #header-menu li a {
	display: block;
	height: 28px;
	font-size: 0px;
	text-indent: -9999px;
}
#header #header-menu li.tokusanhin a {
	width: 118px;
}
#header #header-menu li.uminosachi a {
	width: 119px;
}
#header #header-menu li.menrui a {
	width: 100px;
}
#header #header-menu li.meika a {
	width: 99px;
}
#header #header-menu li.syokuhin a {
	width: 99px;
}
#header #header-menu li.jizake a {
	width: 100px;
}
#header #header-menu li.bijyutu-kougeihin a {
	width: 170px;
}
#header #header-menu li.seikatsuyouhin a {
	width: 138px;
}

/* ヘッダメニュー2 */
#header #header-menu2 {
	position: absolute;
	display: block;
	height: 40px;
	top: 255px;
	left: 10px;
}

#header #header-menu2 li {
	display: block;
	height: 40px;
	margin: 0 1px 0 0;
	font-size: 0px;
	text-indent: -9999px;
	list-style: none;
	float: left;
}

#header #header-menu2 li.meiten {
	width: 329px;
}
#header #header-menu2 li.toyama {
	width: 84px;
}
#header #header-menu2 li.kaga {
	width: 84px;
}
#header #header-menu2 li.noto {
	width: 84px;
}
#header #header-menu2 li.fukui {
	width: 84px;
}
#header #header-menu2 li.other {
	width: 84px;
}
#header #header-menu2 li.kankou {
	width: 195px;
}

#header #header-menu2 li a {
	display: block;
	height: 40px;
	font-size: 0px;
	text-indent: -9999px;
}

#header #header-menu2 li.meiten a {
	width: 329px;
}
#header #header-menu2 li.toyama a {
	width: 84px;
}
#header #header-menu2 li.kaga a {
	width: 84px;
}
#header #header-menu2 li.noto a {
	width: 84px;
}
#header #header-menu2 li.fukui a {
	width: 84px;
}
#header #header-menu2 li.other a {
	width: 84px;
}
#header #header-menu2 li.kankou a {
	width: 195px;
}
#header #header-menu2 li ul {
	display: none;
}

.home-news,
.home-ranking,
.home-recommend {
	width: 645px;
	height: 410px;
	padding: 65px 15px 15px;
	overflow: auto;
	line-height: 1.4;
}
.home-news {
	background-image: url("common/images/news-title.jpg");
}
.home-ranking {
	background-image: url("common/images/ranking-title.jpg");
}
.home-recommend {
	background-image: url("common/images/recommend-title.jpg");
}
.home-news h2,
.home-ranking h2,
.home-recommend h2 {
	margin: 0 0 10px 0;
}


/* ブログ記事日付 */
.date {
    margin: 8px 0;
}

/* ブログ記事日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header {
    padding-left: 8px;
    color: #fff;
    background: #8fabbe;
    font-size: 100%;
    font-weight: bold;
    line-height: 2.0;
}

/* ブログ記事タイトル */
.entry-header {
    margin: 15px 0 0;
    padding-left: 5px;
    border-left: 3px solid #999;
    font-size: 100%;
    font-weight: bold;
}

/* ブログ記事 */
.entry {
    width: auto;
    margin: 0 3px 15px;
    color: #36414d;
    background: #fff;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

/* 段落 */
.entry p {
    margin: 15px 0;
}

/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: circle;
}

/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* 追記 */
.entry.extended {}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 83.3%;
    text-align: right;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* ウェブページ */
div.page {
    margin-top: -5px;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 83.3%;
}

#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 100%;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* サイドメニュータイトル */
.side1-title,
.side2-title,
.side3-title,
.side4-title,
.side5-title,
.side6-title,
.side7-title,
.side8-title,
.side9-title,
.side10-title,
.side11-title,
.side12-title {
	width: 270px;
	height: 75px;
	font-size: 1px;
	text-indent: -9999px;
}
.side1-title {
	background-image: url("common/images/side1-title.png");
}
.side2-title {
	background-image: url("common/images/side2-title.png");
}
.side3-title {
	background-image: url("common/images/side3-title.png");
}
.side4-title {
	background-image: url("common/images/side4-title.png");
}
.side5-title {
	background-image: url("common/images/side5-title.png");
}
.side6-title {
	background-image: url("common/images/side6-title.png");
}
.side7-title {
	background-image: url("common/images/side7-title.png");
}
.side8-title {
	background-image: url("common/images/side8-title.png");
}
.side9-title {
	background-image: url("common/images/side9-title.png");
}
.side10-title {
	background-image: url("common/images/side10-title.png");
}
.side11-title {
	background-image: url("common/images/side11-title.png");
}
.side12-title {
	background-image: url("common/images/side12-title.png");
}
.side1-title a,
.side2-title a,
.side3-title a,
.side4-title a,
.side5-title a,
.side6-title a,
.side7-title a,
.side8-title a,
.side9-title a,
.side10-title a,
.side11-title a,
.side12-title a {
	display: block;
	width: 270px;
	height: 75px;
	font-size: 1px;
	text-indent: -9999px;
}


/* サイドメニュー */
.side {
    	width: 250px;
	background-image: url("common/images/side-back.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 5px 10px;
}

#side1 li,
#side2 li,
#side3 li,
#side4 li,
#side5 li,
#side6 li,
#side7 li,
#side8 li,
#side9 li,
#side10 li,
#side11 li,
#side12 li {
	display: block;
	margin: 0 5px 10px 5px;
	padding: 0 0 0 20px;
	list-style: none;
	background-position: 0 4px;
	background-repeat: no-repeat;
}
#side1 li {
	background-image: url("common/images/side1-list.jpg");
}
#side2 li {
	background-image: url("common/images/side2-list.jpg");
}
#side3 li {
	background-image: url("common/images/side3-list.jpg");
}
#side4 li {
	background-image: url("common/images/side4-list.jpg");
}
#side5 li {
	background-image: url("common/images/side5-list.jpg");
}
#side6 li {
	background-image: url("common/images/side6-list.jpg");
}
#side7 li {
	background-image: url("common/images/side7-list.jpg");
}
#side8 li {
	background-image: url("common/images/side8-list.jpg");
}
#side9 li {
	background-image: url("common/images/side9-list.jpg");
}
#side10 li {
	background-image: url("common/images/side9-list.jpg");
}
#side11 li {
	background-image: url("common/images/side9-list.jpg");
}
#side12 li {
	background-image: url("common/images/side9-list.jpg");
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 125%;
    font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 125%;
}
ul#tags li.taglevel3 {
    font-size: 116.6%;
}
ul#tags li.taglevel4 {
    font-size: 108.3%;
}
ul#tags li.taglevel5 {
    font-size: 100%;
}
ul#tags li.taglevel6 {
    font-size: 91.6%;
}

/* 検索 */
fieldset {
    border: none;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.syndicate img {
    border: none;
}

/* 検索結果画面 */
#search-form {
    font-size: 83.3%;
}
.search-header {
    margin: 15px 0;
}
.search-result-header {
    margin: 15px 0 0;
}

/* カラム切り替え */
body.layout-two-column-left {
    text-align: center;
    background: #fff;
}
.layout-two-column-left #container {
    margin-bottom: 10px;
}

/* 固定レイアウト共通 */
.layout-two-column-left #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 25px 0;
    text-align: left;
    background-color: #fff;
}

/* 2カラム固定レイアウト幅 */
.layout-two-column-left #box {
    width: 970px;
}

/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 675px;
    margin: 5px;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 270px;
    margin-left: 10px;
}
.layout-two-column-left #links-left {
    padding: 15px 0;
}

/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
.layout-two-column-left .blog {
    /* padding: 10px; */
    padding: 10px 0;
}

/* フッタリンク */
#footer-link {
}

#footer-toyama-title,
#footer-ishikawa-title,
#footer-fukui-title,
#footer-other-title {
	width: 960px;
	height: 60px;
	font-size: 1px;
	text-indent: -9999px;
}
#footer-toyama-title {
	background-image: url("common/images/footer-menu-toyama.jpg");
}
#footer-ishikawa-title {
	background-image: url("common/images/footer-menu-ishikawa.jpg");
}
#footer-fukui-title {
	background-image: url("common/images/footer-menu-fukui.jpg");
}
#footer-other-title {
	background-image: url("common/images/footer-menu-other.jpg");
}

#footer-toyama,
#footer-ishikawa,
#footer-fukui,
#footer-other {
    	width: 950px;
	background-image: url("common/images/footer-menu-back.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 5px 0 5px 10px;
	text-align: left;
	font-size: 100%;
}

.footer-listbox {
	display: block;
	float: left;
	width: 214px;
	min-height: 200px;
	margin: 0 5px 15px;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}	

.footer-toyama-list-title,
.footer-ishikawa-list-title,
.footer-fukui-list-title,
.footer-other-list-title {
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	list-style: none;
	font-weight: normal;
	color: #333;
	background-position: 0 2px;
	background-repeat: no-repeat;
	font-size: 83.3%;
	font-weight: bold;
}
.footer-toyama-list-title {
	background-image: url("common/images/footer-list-toyama.jpg");
}
.footer-ishikawa-list-title {
	background-image: url("common/images/footer-list-ishikawa.jpg");
}
.footer-fukui-list-title {
	background-image: url("common/images/footer-list-fukui.jpg");
}
.footer-other-list-title {
	background-image: url("common/images/footer-list-other.jpg");
}

.footer-toyama-list li,
.footer-ishikawa-list li,
.footer-fukui-list li,
.footer-other-list li {
	list-style: none;
	font-weight: normal;
	color: #333;
	margin: 0 0 5px 0;
	font-size: 75%;
}

.footer-toyama-list li a,
.footer-ishikawa-list li a,
.footer-fukui-list li a,
.footer-other-list li a {
	display: block;
	list-style: none;
	font-weight: bold;
}
.footer-toyama-list li a {
	color: #ade04f;
}
.footer-ishikawa-list li a {
	color: #e896b4;
}
.footer-fukui-list li a {
	color: #8fc9fa;
}
.footer-other-list li a {
	color: #dbb84d;
}

/* フッタ */
.layout-two-column-left #footer {
    margin-right: auto;
    margin-left: auto;
    padding: 0 5px;
    width: 960px;
    color: #333;
    background: #fff;
}

#footer-info {
	margin: 0 auto;
	padding: 15px 0;
	width: 920px;
	height: 114px;
	background-image: url("common/images/footer.png");
	background-position: 0 15px;
	background-repeat: no-repeat;
	font-size: 100%;
}
#footer-info-box {
	border-left: 2px solid #666;
	margin: 13px 0 0 330px;
	padding-left: 15px;
	width: 500px;
	text-align: left;
}
#footer-info-title {
	color: #f66;
	font-weight: bold;
}

/* コピーライト */
.layout-two-column-left #copyright {
	margin-right: auto;
	margin-left: auto;
	padding: 0 15px;
	width: 940px;
	height: 30px;
	color: #fff;
	background: #505050;
	font-size: 12px;
	text-align: right;
}



input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
