@charset "utf-8";

/*
Theme Name: 折込部数
Theme URI:
Description:
Version: 1
Author:yachiori
Author URI:									
*/

/* Reset ------------------------------------------------------------------ */
:link,:visited {
    text-decoration: none;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
    border-spacing: 0;
}

fieldset,img,abbr,acronym {
    border: 0;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

q:before,q:after {
    content: '';
}

a {
    text-decoration: underline;
    outline: none;
}

hr {
    border: 0;
    height: 1px;
    background-color: #333;
    color: #333;
    margin-bottom: 10px;
}

a img,:link img,:visited img {
    border: none;
}

address {
    font-style: normal;
    display: inline;
}

/* Utilities ----------------------------------------------------------------- */
#content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#content-inner {
	display: inline-block;
}

/* no ie mac \*/
* html #content-inner { height: 1%; }
#content-inner { display: block; }

/* Content ---------------------------------------------------------------- */
a:link, a:visited {
    text-decoration: underline;
}

p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }

/* Assets */
.asset-body,
.asset-more,
.more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.trackbacks-info,
.trackback-content,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
#comment-form-external-auth,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-meta {
    font-size: 11px;
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
    clear:both;
    border: 0;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

/* Feedback */
.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */
.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
	margin:0;
	padding:0;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul ul {
    margin-left: 15px;
}

.widget li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.widget-search ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li {
    margin: 5px 0;
}

/* Layout ----------------------------------------------------------------- */
#container-inner {
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #footer {
    position: relative;
}

#alpha, #beta {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner {
    overflow: hidden;
	padding: 0;
}

#content-inner {
	padding-top: 0;
}

/* ---------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------- */
body {
	text-align:center;
　　height:100%;
	  background-color: #fff;
	color:#333;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* リンクカラー */
a {
	color:#0080ff;
}

a:hover {
	color: #333;
}

.clear {
	clear:both;
}

/* ---　ページトップ　--- */
#gotop {
	clear:both;
	width:100%;
	font-size:85% !important;
	font-size:80%;
	margin:0;
}

#gotop a {
	background: url('images/btn_pagetop.gif') no-repeat;
	display: block;
	height: 11px;
	width: 101px;
	text-indent: -9999px;
	float: right;
	overflow: hidden;
}

/* -----　パンくず　----- */
.navi {
	margin:5px 5px 10px;
	text-align:left;
	font-size:85% !important;
	font-size:80%;
}

#breadcrumb div
{
  display: inline;
}


/* ---------------------------------------------------------------------
container
--------------------------------------------------------------------- */
#container {
	line-height:1.6;
	font-size:80%;
	width:900px;
	margin:0 auto;
	text-align:left;
	border-left:1px solid #999;
	border-right:1px solid #999;
}

#container-inner {
	position: relative;
	width:900px;
}

/* ---------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------- */
.layout-tw #alpha {
	float: right;
	width: 700px;
	left: 0;
}

.layout-tw #beta {
	float:left;
	left: 0;
	width: 200px;
}

#alpha-inner {
	margin:0;
	padding:10px 20px 0;
}

#beta-inner {
	margin:0;
	padding:0;
}

/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */
#header {
	width:900px;
}

#header-inner {
	width:900px;
}

#header-contents {
	width:100%;
}

#header-contents .left {
	width:60%;
	float:left;
}

#header-contents .right {
	width:40%;
	float:right;
	padding: 5px 0 0;
}

#header-description {
	font-size:95% !important;
	font-size:90%;
	line-height: 1.2;
	width:810px;
	padding: 8px 10px 7px;
	visibility: visible;
}

/* -- サイト名 -- */
#header-name {
	margin:10px;
	line-height: 1.5;
	color: #333;
	font-size:140% !important;
	font-size:135%;
	font-weight:bold;
	line-height: 1.5;
}

#header-name a {
	text-decoration: none;
	font-weight:bold;
}

#header-name a:hover {
	text-decoration: underline;
}

/* -- サイトマップ・お問合せリンク -- */
#header .sub-contents {
	padding:0 15px 5px 25px;
	font-size:85% !important;
	font-size:80%;
	text-align:right;
}

#header .sub-contents a:link,
#header .sub-contents a:visited {
	padding:0 0 0 10px;
	margin-left:3px;
	background: url('images/arrow01.gif') 0 center no-repeat;
}

#header .search-content form {
	padding:0;
	margin:0;
	text-align: right;
}

/* -- 検索フォーム -- */
#header .header-search {
	font-size:85% !important;
	font-size:80%;

}

#header .header-search .box {
	width:120px;
}

#header .search-content {
	padding:0 15px 5px 0;
}

#header .search-content label {
	display:inline;
}

#header .header-search .submit {
	font-size:95% !important;
	font-size:90%;
	color:#333333;
	border:1px solid #C9C9C9;
	background-color: #F4F4F4;
	padding:2px;
	height:22px;
}

/* リスト全体 */
ul
   {
    width:900px;             /* リスト全体の幅 */
    height:25px;             /* リスト全体の高さ */
    list-style:left;         /* リストマークを無しにする */
   }

/* 各項目 */
li
   {
    width:124px;             /* 項目の幅 */
    height:25px;             /* 項目の高さ */
    float:none;              /* 各項目を左側から回り込み */
   }

ul.menubar {
   margin: 1px; /* ul内部の左端余白を消す(IE) */
   padding: 0px; /* ul内部の左端余白を消す(Fx,Op) */
}
ul.menubar li {
   list-style-type: none; /* 先頭記号を消す */
   float: left; /* リスト項目を横方向に並べる */
   margin: 0.3em 0.1em; /* 各項目周囲の余白 */
   border: 1px gray solid; /* 項目の枠線 */
   padding: 0px; /* 枠線と内容の距離をゼロに */
}
/* メニュー項目のリンクを装飾 */
ul.menubar li a {
   text-decoration: none; /* 下線を消す */
   display: block; /* ブロックレベルに */
   padding: 0.3em; /* 内部の余白 */
}
ul.menubar li a:hover {
   background-color: #0080ff; /* 背景色 */
   color: white; /* 文字色 */
}

/* ---------------------------------------------------------------------
Content
--------------------------------------------------------------------- */
#content {
	_height:1px;
	padding-top:10px;
}

/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
#footer {
	width:900px;
	clear:both;
	margin-top: 20px;
	background:#F4F4F4;
	color:#666;
	padding-bottom:10px;
}

.designed {
	text-align:right;
	padding:0 15px 5px;
	font-size:75%;
}

.designed a {
	color:#666;
}

.designed a:hover {
	text-decoration:none;
}

/* -- フッターメニュー -- */
.footer-menu {
	text-align:left;
	width:100%;
	height:120px;
	background-color: #dfdfdf;
	color:#666;
}

.footer-menu ul {
	padding:10px 10px;
}

.footer-menu li {
	display: inline;
	padding: 0 5px 0 12px;
	border-right: 1px solid #666;
}

/* -- コピーライト -- */
.copyright {
	width:100%;
	text-align: right;
}

.copyright .copyright-content {
	padding:10px 15px 0;
	font-size: 85% !important;
	font-size: 80%;
}

.designed {
	text-align:right;
	padding:0px 15px 0;
	font-size: 85% !important;
	font-size: 80%;
	color:#818181;
}

.designed a {
	color:#666;
}

.designed a:hover {
	text-decoration:none;
}

/* ---------------------------------------------------------------------
投稿記事
--------------------------------------------------------------------- */
.archive-title {
	padding:10px 0 10px 20px;
	font-size:115% !important;
	font-size:110%;
	font-weight:bold;
	background: url('images/bg_midashi1.jpg') 0 0 no-repeat;
}

.archive-title em {
	font-style:normal;
}

.entry-asset {
	margin:10px 0 20px;
	border-bottom:1px solid #999;
}

.asset-header {
	padding:0;
}

.asset-name {
	margin:0 5px 2px 9px;
	padding:0 0 3px 15px;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:105% !important;
	font-size:100%;
	background: url('images/arrow03.gif') 0 center no-repeat;
}

.page-asset .asset-name{
	padding:10px 0 10px 20px;
	font-size:115% !important;
	font-size:110%;
	font-weight:bold;
	background: url('images/bg_midashi1.jpg') 0 0 no-repeat;
}

.asset-name a:link,
.asset-name a:hover,
.asset-name a:visited,
.asset-name a:active {
	text-decoration: none;
}

.asset-body {
	margin:10px;
}

.asset-more {
	margin:0 10px 10px;
}

.more-link {
	_height:1px;
	clear:both;
	display: block;
	margin:10px 0;
	padding:0 0 0 15px;
	background: url('images/arrow_sitemap01.gif') no-repeat left center;
}

.asset-meta {
	text-align:right;
	font-size:100%;
}

/* ---------------------------------------------------------------------
コメント&トラックバック
--------------------------------------------------------------------- */
#trackbacks {
	margin:10px 0;
}

#trackbacks .trackbacks-header {
	padding:10px 0 10px 20px;
	font-size:115% !important;
	font-size:110%;
	font-weight:bold;
	background: url('images/bg_midashi1.jpg') 0 0 no-repeat;
}

.trackbacks-info {
	padding:10px;
}

#comments {
	margin:10px 0 0;
}

#comments .comments-header {
	_height:1px;
	padding:8px 10px 10px 20px;
	background: url('images/bg_midashi1.jpg') no-repeat left top;
	font-size:120% !important;
	font-size:115%;
	font-weight:bold;
}

#comments .comments-content {
	padding:0 10px;
}

.comment {
	margin:10px;
}

.comment .inner {
	padding:5px 10px;
	border:1px solid #999;
	background:#eee;
	_height:1px;
}

.comment .comment-header {
	padding:0 5px;
	margin:0 0 5px;
}

.comment .comment-content{
	padding:0 5px;
}

.comments-open {
	margin-top: 20px;
}

.comments-open-header {
	_height:1px;
	padding:8px 10px 10px 20px;
	background: url('images/bg_midashi1.jpg') no-repeat left top;
	font-size:120% !important;
	font-size:115%;
	font-weight:bold;
}

.comments-open-content {
	padding:10px;
}

#comment-submit {
	font-size:95% !important;
	font-size:90%;
	color:#333333;
	border:1px solid #C9C9C9;
	background-color: #F4F4F4;
	padding:2px;
	height:1.7em;
}

.comment-footer {
	text-align:right;
	margin:0;
	padding:5px;
	border-top: 1px dotted #999;
	font-size:95% !important;
	font-size:90%;
}

/* ---------------------------------------------------------------------
サイトマップ
--------------------------------------------------------------------- */
.archive-content {
	padding:10px;
	line-height:1.3;
}

.archive-content .archive-list {
	margin-bottom:3em;
}

.archive-content ul,
.archive-content ol {
	list-style:none;
}

.archive li a {
	display:block;
	margin-bottom:0.25em;
	background: #fff url('images/arrow_sitemap01.gif') no-repeat 0 5px;
	padding:3px 0 3px 20px;
	text-decoration:none;
	color:#494949;
}

.archive li a:hover {
	color:#848484;
}

/*サブカテゴリ*/
.archive li li {
	margin:0 0 0 20px;
}

.archive li li a {
	background: url('images/arrow_sitemap02.gif') no-repeat 0 7px;
	padding:3px 0 3px 12px;
}

/* ---------------------------------------------------------------------
検索結果ページ
--------------------------------------------------------------------- */
.search-not-found {
	margin:10px;
}

.search-form-header {
	_height:1px;
	padding:8px 10px 10px 20px;
	background: url('images/bg_midashi1.jpg') no-repeat left top;
	font-size:120% !important;
	font-size:115%;
	font-weight:bold;
}

.search-form-content {
	background:#eee;
	padding:10px;
	border:1px solid #666;
	margin-bottom:15px;
}

.search-results-header {
	_height:1px;
	padding:5px 10px;
	background: #99b1cc;
	color:#fff;
	font-size:120% !important;
	font-size:115%;
	font-weight:bold;
	margin-bottom:20px;
	line-height:1.3;
}

.search-form-content .box {
	width:200px;
}

.search-form-content .submit{
	font-size:95% !important;
	font-size:90%;
	color:#333333;
	border:1px solid #C9C9C9;
	background-color: #F4F4F4;
	padding:2px;
	height:1.7em;
}

/* ---------------------------------------------------------------------
Widget：[メイン]ウェルカムメッセージ
--------------------------------------------------------------------- */
#welcome_message {
	margin-bottom:20px;
}

#welcome_message h3.title {
	_height:1px;
	padding:8px 10px 10px 20px;
	background: url('images/bg_midashi1.jpg') no-repeat left top;
	font-size:120% !important;
	font-size:115%;
	font-weight:bold;
	margin: 0;
}

#welcome_message .content {
	margin:0;
	padding:10px;
}

/* ---------------------------------------------------------------------
Widget：[メイン]トップ表示記事
--------------------------------------------------------------------- */
.top-entry-content {
	margin-bottom:20px;
}

.top-entry-content h3.title {
	margin: 0;
	_height:1px;
	padding:8px 10px 10px 20px;
	background: url('images/bg_midashi1.jpg') no-repeat left top;
	font-size:120% !important;
	font-size:115%;
	font-weight:bold;
}

.top-entry-content .content {
	margin:0;
	padding:10px;
}

/* ---------------------------------------------------------------------
Widget：[メイン]カテゴリー表示記事
--------------------------------------------------------------------- */
#top-category {
	margin-bottom:20px;
}

#top-category h3.title {
	margin: 0;
	_height:1px;
	padding:10px 0 10px 20px;
	font-size:115% !important;
	font-size:110%;
	font-weight:bold;
	background: url('images/bg_midashi1.jpg') 0 0 no-repeat;
}

.top-category-content {
	margin:0;
	padding:0 0 10px 0;
}

.top-category-content h4.name {
	margin:0 5px 2px 9px;
	padding:0 0 3px 15px;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:105% !important;
	font-size:100%;
	background: url('images/arrow03.gif') 0 center no-repeat;
}

#top-category .content {
	margin:0;
	padding:0 10px 15px 10px;
	border-bottom:1px solid #cccccc;
}

#top-category .content img {
	background-color:#666666;
	padding: 3px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]共通
--------------------------------------------------------------------- */
#beta .widget {
	width:180px;
	margin:5px 0 15px 10px;
	padding-bottom:10px;
}

#beta .widget-header {
	font-size: 115% !important;
	font-size: 110%;
	background:#F4F4F4 url('images/arrow06.gif') no-repeat 7px center;
	padding: 3px 0 3px 18px;
	border-top:1px solid #cccccc;
	width:165px;
}

#beta .widget select {
	width:155px;
	margin:10px;
}

#beta .widget ul {
	width:170px;
	margin: 0;
	padding: 0 5px;
	list-style: none;
}

#beta .widget ul ul {
	padding:0;
	margin:0;
}

#beta .widget li {
	_height:1px;
	margin:0;
	padding:0 0 0 15px;
	background: url('images/arrow03.gif') no-repeat 0 center;
}

#beta .textwidget {
	font-size: 90%;
	font-weight:normal;	
}

/* ---------------------------------------------------------------------
Widget：[サイド]メインメニュー
--------------------------------------------------------------------- */
.widget-main-menu {
	width:180px;
	margin:5px 0 15px 10px;
	background: #F4F4F4;
	padding: 5px 0 0;
	border-top:2px solid #cccccc;
}

.widget-main-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.widget-main-menu .menu-content {
	font-size:105% !important;
	font-size:100%;
	width:180px;
	margin: 0;
}

.widget-main-menu li {
	width: 180px;
}

.widget-main-menu li a:link,
.widget-main-menu li a:visited {
	text-decoration:none;
	display:block;
	width:155px;
	padding:4px 0 4px 25px;
	border-bottom:1px solid #cccccc;
	background:url('images/arrow05.jpg') no-repeat 10px center;
}

.widget-main-menu li a:hover,
.widget-main-menu li a:active {
	text-decoration:underline;
	display:block;
	width:155px;
	padding:4px 0 4px 25px;
	border-bottom:1px solid #cccccc;
	background:url('images/arrow05.jpg') no-repeat 10px center;
	color: #3377FF;
}

.widget-main-menu li li a:link,
.widget-main-menu li li a:visited {
	text-decoration:none;
	display:block;
	width:135px;
	padding:4px 0 4px 45px;
	border-bottom:1px solid #cccccc;
	background:url('images/arrow05.jpg') no-repeat 30px center;
}

.widget-main-menu li li a:hover,
.widget-main-menu li li a:active {
	text-decoration:none;
	display:block;
	width:135px;
	padding:4px 0 4px 45px;
	border-bottom:1px solid #cccccc;
	background:url('images/arrow05.jpg') no-repeat 30px center;
	color: #3377FF;
}

/* ---------------------------------------------------------------------
Widget：[サイド]検索フォーム
--------------------------------------------------------------------- */
.widget_search {
	width:180px;
	margin:5px 0 15px 10px;
}

.widget_search .widget-header {
	font-size: 115% !important;
	font-size: 110%;
	background:#F4F4F4 url('images/arrow06.gif') no-repeat 7px center;
	padding: 3px 0 3px 18px;
	border-top:1px solid #cccccc;
	font-weight:bold;
}

.widget_search .widget-content {
	width:170px;
	padding:5px;
	font-size:90% !important;
	font-size:85%;
}

.widget_search .box {
	width:110px;
}

.widget_search .submit {
	font-size:95% !important;
	font-size:90%;
	color:#333333;
	border:1px solid #C9C9C9;
	background-color: #F4F4F4;
	padding:2px;
	height:22px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]当サイトのRSSを購読
--------------------------------------------------------------------- */
.rss {
	width:168px;
	margin:0 0 15px 10px;
}

.rss-content {
	background: url('images/rss.gif') 0 center no-repeat;
	padding-left:18px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]rssフィード
--------------------------------------------------------------------- */
.widget-header a.rsswidget {
	text-decoration:underline;
}

.widget-header a.rsswidget:hover {
	text-decoration:none;
}

/* ---------------------------------------------------------------------
Widget：[サイド]会社概要
--------------------------------------------------------------------- */
.widget-company {
	font-size:90% !important;
	font-size:85%;
	width:158px;
	background: #EFEFEF;
	margin: 5px 0 15px 10px;
	padding: 5px 10px;
	border: 1px solid #ccc;
}

.widget-company .widget-content {
	width: 100%;
	overflow: hidden;
}

/* ---------------------------------------------------------------------
Widget：[サイド]フリーエリア
--------------------------------------------------------------------- */
.free-content {
	font-size:90% !important;
	font-size:85%;
	width:158px;
	background: #EFEFEF;
	margin: 5px 0 15px 10px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}

/* ---------------------------------------------------------------------
Widget：[サイド]カレンダー
--------------------------------------------------------------------- */
.widget_calendar caption {
	text-align:center;
	margin-bottom:5px;
}

.widget_calendar #calendar_wrap {
	width:170px;
	padding:5px;
}

.widget_calendar #calendar_wrap table {
	text-align:center;
	margin:0 auto;
}

.widget_calendar #calendar_wrap table td {
	padding:1px 3px;
	font-size: 105% !important;
	font-size: 100%;
}

.widget_calendar #calendar_wrap table td a {
	font-weight:bold;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}


.table1 { 
width: 650px; /* テーブルの横幅 */ 
border-collapse: collapse; /* 枠線の表示方法 */ 
border: 1px #333 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
} 

.table1 TD { 
border: 1px #333 solid; /* セルの枠線（太さ・色・スタイル） */ 
	padding-left: 0px ! important;
	padding-right: 0px ! important;;
}

.table2 { 
width: 100%; /* テーブルの横幅 */ 
border-collapse: collapse; /* 枠線の表示方法 */ 
border: 1px #333 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
} 

.table2 td { 
border: 1px #333 solid; /* セルの枠線（太さ・色・スタイル） */
text-align: center;
} 

.info {
margin: 10px 0 20px;
padding: 15px;
border: 3px #ffd5aa solid;
}

.holiday {
border: 3px #bfbfbf solid;
padding: 10px;
margin: 10px 0 20px;
}

marquee {
font-weight: bold;
}

/*******************************
/* 画像オンマウスで透過
*******************************/
.fade:hover {  
    opacity: 0.7;  
    filter: alpha(opacity=70);  
}

/*******************************
/* 更新情報
*******************************/

#top-news {
	width: 700px;
	margin-bottom:30px;
}

#top-news .day {
	float: left;
	width: 100px;
	color: #252525;
	padding: 0 0 3px 15px;
	background: url('images/arrow03.gif') no-repeat 0 6px;
}

#top-news .title {
	float: right;
	width: 555px;
	margin-right: 30px;
	padding-bottom: 3px;
}

h2.nt{
    font-size:110%;
    background:#f0f8ff;  
    border-left:7px double #4169e1;
    margin-bottom: 10px;
    padding:.5em .9em  
}

/*******************************
/* よくある質問
*******************************/
dl{
    width:100%;
}

dt{
    font-size:medium;
    font-weight:bold;
    color:#0080ff;
    background:#fff;
    border-bottom:1px solid #d3d3d3;
    border-top:1px solid #d3d3d3;
    padding: 10px 10px 8px 35px;
    background: url(http://www.yachiori.co.jp/number/wp-content/uploads/2014/11/faq-qbg.png) no-repeat 10px 12px;
    cursor: pointer;
}

dd{
    margin:0;
    padding:13px 10px 30px 37px;
    background:#fff;
    background: url(http://www.yachiori.co.jp/number/wp-content/uploads/2014/11/faq-a.gif) no-repeat 10px 12px;
}

p.fqm {
    font-size:medium;
    font-weight:bold;
    margin-top: 40px;
    line-height: 70%;
}

p.fqm2 {
    font-size:medium;
    font-weight:bold;
    margin-top: 5px;
    line-height: 70%;
}

p.fqt1 {
    font-weight:bold;
    color: #696969;
    line-height: 200%;
}

p.fqt2 {
    font-weight:bold;
    color: #ff0000;
    line-height: 200%;
}

.fqex {
    margin:10px 0;
    padding:20px 20px 10px 20px;
    background:#f5f5f5;
}

/*******************************
/* お問い合わせ
*******************************/
.contact {
    width: 350px;
    background: #f3f3f3;
    border-radius: 10px;		/* CSS3草案 */
    -webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 10px;	/* Firefox用 */
    margin: 50px 0 20px  120px;
    padding: 20px 15px 10px 15px;
    text-align: center;
}

.ct1 {
    font-weight: bold;
    color: #0080ff;
}

.ct2 {
    font-size: x-large;
    font-weight: bold;
}

/*******************************
/* お知らせ
*******************************/

p.red2 {
    font-size: large;
    font-weight: bold;
    color: #ff0000;
    margin: 20px 0px 20px 0px;
}

.red1 {
    color: #ff0000;
    font-weight: bold;
}