@charset "utf-8";

/*
Theme Name: 大阪教会 2列左メニュー
Description: 大阪教会サイトリニュアルWordPress導入
Version: 1.0 2009/10/19
Author: KBS yokosawa
*/

/* 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: #000;
    color: #000;
}

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 10px 0 0;
}

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

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

/* 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: 0 0 25px;
}

/* ---------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------- */
body {
	font-size: 1em;
	line-height: 1em;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	color:#292929;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", "sans-serif";
	background:#f7fbfe url('images/backgraund.gif') center;
}

/* リンクカラー */
a {
	color: #244da9;
}

a:hover {
	color: #4d75cf;
}

.clear {
	clear:both;
}

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

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

#gotop a:hover {
	background: url('images/gotop_text_hover.gif') no-repeat;
}

/* ---------------------------------------------------------------------
container
--------------------------------------------------------------------- */
.layout #container {
	line-height:1.6;
	font-size:80%;
	width:830px;
	margin:0 auto;
	text-align:left;
}

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

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

.layout #beta {
	float:left;
	left: 0;
	width: 200px;
	overflow: hidden;
}

.layout #content-inner {
	background: url('images/content_inner_bg.jpg') repeat-x;
}

* html .layout #content-inner {
	margin-left:1px;
	margin-right:-1px;
	background: url('images/content_inner_bg.jpg') repeat-x;
}

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

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

/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */
#header {
	width:830px;
	background:#fff;
	background:#FFFFFF url('images/header_top_bg.jpg') no-repeat;
}

* html #header {
	margin-left:1px;
	width:830px;
	background:#fff;
	background:#FFFFFF url('images/header_top_bg.jpg') no-repeat;
}

#header-inner {
	height:115px;
	border-bottom: 4px solid #2293bc;
}

#header-contents {
	width:100%;
}

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

#header-contents .right {
	width:40%;
	float:right;
	text-align:right;
	z-index: 2;
}

#header-description {
	padding: 5px 10px 7px 52px;
	visibility: visible;
	font-size:100% !important;
	font-size:90%;
	color: #4b4b4b;
}

* html #header-description {
	padding: 0px 10px 7px 52px;
	visibility: visible;
	font-size:13px;
	color: #4b4b4b;
}

*:first-child+html #header-description {
	margin-top:-2px;
	padding: 0px 10px 7px 52px;
	visibility: visible;
	font-size:13px;
	color: #4b4b4b;
}

h1#header-description {
	padding: 5px 10px 17px 20px;
	font-size:100% !important;
	font-size:90%;
	color: #4b4b4b;
}

#header-description h2 {
	font-size:100% !important;
	font-size:90%;
}

* html #header-description h2 {
	font-size:13px;
}

/* -- サイト名 -- */
#header-name {
	padding: 20px 10px 0px 16px;
	color: #333;
	font-size:200% !important;
	font-size:195%;
	font-weight:bold;
}

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

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

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

#header .sub-contents a {
	text-decoration:none;
}

#header .sub-contents a:hover {
	text-decoration:underline;
}

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

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

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

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

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

#header .header-search .submit {
	font-size:95% !important;
	font-size:90%;
	background-color: #CCCCCC;
	color:#333333;
	border:1px solid #999999;
	padding:0 2px;
	height:19px;
}

/*=== トップメニュー部分のスタイル（追加部分１） ===*/
* html .main_image {
	margin-left:1px;
	margin-bottom:-3px;
}

*:first-child+html .main_image {
	margin-left:0px;
	margin-bottom:-6px;
}

#topmenu {
	height:28px;
	text-align:center;
	background-image:url(images/topmenu_bg.gif);
	padding-left:110px;
}

*:first-child+html #topmenu {
	margin-top:0px;
	height:28px;
	text-align:center;
	background-image:url(images/topmenu_bg.gif);
	padding-left:110px;
}

* html #topmenu {
	margin-top:0px;
	margin-left:1px;
	margin-right:-1px;
	margin-bottom:-8px;
	text-align:center;
	background-image:url(images/topmenu_bg.gif);
}

/*---- pull-down menu (bace) ----*/
#topmenu ul {
	margin: 0;
	padding: 0;
}

#topmenu li {
	display:inline;
	float:left;
	min-width: 86px;
	white-space: nowrap;
}

#topmenu ul ul {
	display: none;
	position: absolute;
	z-index: 20;
	margin-top:-21px;
}

*:first-child+html #topmenu ul ul {
	display: none;
	position: absolute;
	z-index: 20;
	margin-top:-2px;
	margin-left:-62px;
}

#topmenu li li {
	clear: left;
	position:relative;
	width: 100%;
}

#topmenu ul ul ul {
	top: 0;
	left: 100%;
}

#topmenu ul li:hover > ul {
	display: block;
}

/*---- pull-down menu (decoration) ----*/
#topmenu li {
	margin-left: 0px;
}

#topmenu a {
	font-size: 14px;
	line-height:20px;
	color:#016db9;
	text-decoration: none;
	text-align: center;
	padding: 4px 15px;
	display: block;
}

#topmenu a:hover {
	color: #b71d35;
	background:url(images/topmenu_bg_hover.gif) repeat-x;
}

#topmenu ul ul {
	padding-top: 2px;
}

#topmenu ul ul ul {
	padding-top: 0;
}

#topmenu li li {
	margin-left: 0;
}

#topmenu ul ul a {
	font-size: 13px;
	line-height: 18px;
	color:#016db9;
	text-align: left;
	margin:0;
	background:url(images/topmenu_bg.gif) repeat-x;
	border-top:#72c1ed solid 1px;
	border-right:#1f6081 solid 1px;
	border-bottom:#1f6081 solid 1px;
	border-left:#72c1ed solid 1px;
}
#topmenu ul ul a:hover {
	text-decoration:none;
	color:#b71d35;
	background:url(images/topmenu_bg_hover.gif) repeat-x;
	border-top:#fac7d0 solid 1px;
	border-right:#944557 solid 1px;
	border-bottom:#944557 solid 1px;
	border-left:#fac7d0 solid 1px;
}

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

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

/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
#footer {
	width:830px;
	clear:both;
	background:#ffffff;
}

* html #footer {
	margin-left:1px;
	width:830px;
	clear:both;
	background:#ffffff;
}

/* -- フッターメニュー -- */
.footer-menu {
	width:100%;
	text-align:right;
	font-size: 95% !important;
	font-size: 90%;
}

.footer-menu a {
	text-decoration:underline;
}

.footer-menu a:hover {
	text-decoration:none;
}

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

.footer-menu li {
	display: inline;
	padding: 0 5px 0 12px;
}

/* -- コピーライトの上、名前・住所 -- */
.copy-name {
	width:100%;
	color: #818181;
	text-align: center;
	background-color:#ddf0f2;
	padding:2px;
}

.copy-name {
	width:826px;
	color: #818181;
	text-align: center;
	background-color:#ddf0f2;
	padding:2px;
}

.copy-namestrong {
	font-size: 15px;
}

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

.copyright .copyright-content {
	padding:5px 15px;
	font-size: 11px;
	color:#666;
	background-color:#8fd1e1;
}

.designed {
	text-align:center;
	padding:0px 15px 0;
	font-size: 9px;
	color:#aadfeb;
	background-color:#8fd1e1;
}

.copyright .copyright-content a {
	color:#666;
	text-decoration:none;
}

.copyright .copyright-content a:hover {
	text-decoration:none;
}

/* ---------------------------------------------------------------------
投稿記事
--------------------------------------------------------------------- */
.archive-title {
	_height:1px;
	padding:7px 10px;
	margin:0 0 10px;
	background:#f1f9fd url('images/h1_title_bg.gif') no-repeat left center;
	font-size:130% !important;
	font-size:125%;
	font-weight:bold;
	text-align:center;
	color:#fff;
	border-top:#39c dotted 1px;
	border-bottom:#39c dotted 1px;
}

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

.entry-asset {
	margin:0;
}

.asset-header {
	padding:0;
}

.asset-name {
	padding:5px 0 5px 32px;
	margin:0 0 0 10px;
	_height:1px;
	background: url('images/m_archive-content_h2.gif') no-repeat left center;
	font-weight:bold;
}

.asset-content {
	padding-left:10px;
}

/* 画像枠 */
.entry-asset img {
	padding: 3px;
}

.page-asset .asset-name {
	_height:1px;
	padding:6px 10px 4px 15px;
	background: #6382C1;
	font-size:130% !important;
	font-size:125%;
	font-weight:bold;
	color:#FFF;
}

.asset-body {
	margin:30px 0 0 5px;
}

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

.more-link {
	clear:both;
	text-indent: -9999px;
	height:25px;
	width:120px;
	display: block;
	overflow: hidden;
	background: url('images/m_asset_more_link.gif') no-repeat 0 0;
	margin-left:440px;
}

.more-link:hover {
	background: url('images/m_asset_more_link_hover.gif') no-repeat 0 0;
}

.asset-meta {
	text-align:right;
	margin-top:5px;
	padding-top:7px;
	background: url('images/m_asset_meta_border.gif') no-repeat left top;
	font-size:95% !important;
	font-size:90%;
	color:#4f4f4f;
}

.asset-meta a {
	text-decoration:none;
}

.asset-meta a:hover {
	text-decoration:underline;
}

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

#trackbacks .trackbacks-header {
	background: url('images/m_trackbacks_header_h2.gif') no-repeat left center;
	_height:1px;
	padding:6px 10px 6px 32px;
	font-size:105% !important;
	font-size:100%;
	font-weight:bold;
	border-bottom: 1px solid #ccc;
	color:#333;
}

.trackbacks-info {
	padding:0 10px;
}

#comments {
	margin:10px 0;
}

#comments .comments-header {
	_height:1px;
	padding:6px 10px 6px 32px;
	background: url('images/m_comments_header_h2.gif') no-repeat left center;
	font-size:105% !important;
	font-size:100%;
	font-weight:bold;
	border-bottom: 1px solid #ccc;
	color:#333;
}

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

#comments .comments-open-header {
	padding:6px 10px 6px 32px;
	background: url('images/m_comments_header_h2.gif') no-repeat left center;
	font-size:105% !important;
	font-size:100%;
	font-weight:bold;
	border-bottom: 1px solid #ccc;
	color:#333;
}

.comment {
	margin:10px 10px 10px 0;
}

.comment .inner {
	padding:5px 10px;
	_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:6px 10px 8px 15px;
}

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

#comment-submit {
	padding:0 2px;
	height:19px;
	font-size:95% !important;
	font-size:90%;
	background-color: #CCCCCC;
	color:#333333;
	border:1px solid #999999;
	padding:0 2px;
	height:19px;
}

.comment-footer {
	text-align:right;
	margin:0;
	padding:0px 5px;
	font-size:95% !important;
	font-size:90%;
}

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

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

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

.archive li a {
	display:block;
	margin-left:40px;
	padding:6px 0 10px 27px;
	font-weight:bold;
	background:url('images/m_sitemap_list1.gif') 0 2px no-repeat;
	text-decoration:none;
}

* html .archive li a {
	display:block;
	margin-left:40px;
	margin-bottom:-16px;
	padding:6px 0 10px 27px;
	font-weight:bold;
	background:url('images/m_sitemap_list1.gif') 0 2px no-repeat;
	text-decoration:none;
}

.archive li a:hover {
	text-decoration:underline;
}

/*サブカテゴリ*/
.archive li li {
	background:none;
	margin:0 0 0 80px;
	padding:10px 0 0 0;
	border:none;
}

.archive li li a {
	background: url('images/m_sitemap_list2.gif') 0 6px no-repeat;
	display:block;
	margin:0;
	padding: 0 15px;
}

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

.search-form-header {
	_height:1px;
	padding:7px 10px 7px 45px;
	background: url('images/m_archive-content_h1.gif') no-repeat left center;
	font-size:130% !important;
	font-size:125%;
	font-weight:bold;
	color:#000000;
	border-bottom: 1px solid #666666;
}

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

.search-results-header {
	margin:20px 0 5px;
	font-size:115% !important;
	font-size:110%;
	font-weight:bold;
	color:#000;
}

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

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

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

#welcome_message h3.title {
	_height:1px;
	padding:15px 0;
	font-weight:bold;
	background: url('images/welcome_massage_bg.gif') no-repeat center;
	font-size:130% !important;
	font-size:125%;
	line-height:1.2;
	text-align:center;
	color:#0081a4;
	margin: 0;
}

#welcome_message .content {
	padding:15px 55px;
	font-size:13px;
	line-height:24px;
	text-align:justify;
}

#welcome_message .content img {
	padding: 3px;
}

/* ---------------------------------------------------------------------
Widget：[メイン]新着記事一覧
--------------------------------------------------------------------- */
#top-news {
	margin-bottom:30px;
}

#top-news h3 {
	margin: 0 0 10px 0;
	_height:1px;
	padding:2px 10px;
	background-color:#3a6dc1;
	font-size:115% !important;
	font-size:110%;
	font-weight:bold;
	color:#ffffff;
}

#top-news .news {
	padding:5px 10px 5px 3px;
}

#top-news .day {
	float: left;
	width: 70px;
	padding-left:30px;
	margin-bottom:10px;
	background: url('images/m_top_news_arrow.gif') no-repeat 15px center;
}

#top-news .title {
	float: right;
	padding-left:15px;
	margin-bottom:10px;
	width: 460px;
}

#top-news .titleh3 {
	width: 590px;
	margin: 0 0 5px 0;
	_height:1px;
	padding:3px 5px 3px 20px;
	font-weight:bold;
	background:url('images/h_title.gif') no-repeat;
	font-size:130% !important;
	font-size:125%;
	color:#0081a4;
	font-weight:bold;
}

#top-news .title a {
	text-decoration:none;
}

#top-news .title a:hover {
	text-decoration:underline;
}

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

.top-entry-content h3.title {
	margin: 0;
	_height:1px;
	padding:3px 5px 3px 20px;
	font-weight:bold;
	background:url('images/h_title.gif') no-repeat;
	font-size:130% !important;
	font-size:125%;
	color:#0081a4;
	font-weight:bold;
}

.top-entry-content .content {
	padding:10px;
	line-height:24px;
}

.top-entry-content .content img {
	padding: 3px;
}

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

#top-category h3.title {
	margin: 0 0 10px 0;
	_height:1px;
	padding:3px 5px 3px 20px;
	font-weight:bold;
	background:url('images/h_title.gif.gif') no-repeat left center;
	font-size:130% !important;
	font-size:125%;
	color:#0081a4;
	font-weight:bold;
}

.top-category-content {
	margin:0 0 15px 0;
	padding:15px 5px 10px 15px;
	background-color:#ffffff;
	background:url('images/m_top_category_border.gif') no-repeat left bottom;
}

.top-category-content h4.name {
	margin:0;
	padding:5px 5px 5px 32px;
	_height:1px;
	background: url('images/m_top_category_h4.gif') no-repeat left center;
	font-weight:bold;
	line-height:1.2;
	font-size:115% !important;
	font-size:110%;
}

#top-category .content {
	margin:0;
	padding:10px 0 10px;
	width:580px;
	overflow:hidden;
}

/* ---------------------------------------------------------------------
Widget：[サイド]共通
--------------------------------------------------------------------- */
#beta .widget {
	width:190px;
	margin-left:10px;
	padding:0px;
	background-color:#f9f9f9;
}

#beta .widget-header { 
	width:137px;
	margin: 12px 12px 0 12px;
	padding:3px 0 0 28px;
	font-size: 12px;
	height:20px;
	color:#666;
	font-weight:bold;
	background-image:url('images/sidemenu_title.gif');
}

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

#beta .widget ul {
	padding-left:15px;
	list-style: none;
}

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

#beta .widget li a {
	font-size: 12px;
	color:#666;
	display:block;
	height:19px;
	margin-bottom:-4px;
	padding:0px 0px 0px 25px;
	background:url('images/sidemenu.gif') no-repeat;
	text-decoration:none;
}

#beta .widget li a:hover {
	color:#b81649;
	background:url('images/sidemenu_hover.gif') no-repeat;
	text-decoration:none;
}

/* ---------------------------------------------------------------------
Widget：[サイド]メインメニュー
--------------------------------------------------------------------- */
.widget-main-menu {
	width:190px;
	margin:0 0 0 20px;
	padding: 0;
	background-color:#f9f9f9;
}

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

.widget-main-menu .menu-content {
	width:190px;
	margin: 0;
	font-size:12px;
	line-height:19px;
	font-weight: normal;
}

.widget-main-menu li {
	margin-left:-10px;
	padding-left:15px;
	background-color:#f9f9f9;
}

.widget-main-menu li a:link,
.widget-main-menu li a:visited {
	display:block;
	height:19px;
	padding:0px 0px 0px 25px;
	background:url('images/sidemenu.gif') no-repeat;
	text-decoration:none;
	color: #666;
}

.widget-main-menu li a:hover,
.widget-main-menu li a:active {
	background:url('images/sidemenu_hover.gif') no-repeat;
	color:#b81649;
}

/*===.widget-main-menu li li a:link,
.widget-main-menu li li a:visited {
	display:block;
	width:170px;
	height:20px;
	padding:0px 0px 0px 25px;
	background:url('images/sidemenu.gif') no-repeat;
	text-decoration:none;
	color: #244da9;
	border-bottom: 1px solid #ffffff;
}

.widget-main-menu li li a:hover,
.widget-main-menu li li a:active {
	background:url('images/sidemenu_hover.gif') no-repeat;
	color:#4d75cf;
	text-decoration:underline;
}===*/

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

.widget_search .widget-header {
	width:165px;
	margin:0 0 0 10px;
	padding:2px 0 2px 15px;
	font-size: 115% !important;
	font-size: 110%;
	color:#666;
	font-weight:bold;
	border-bottom: 1px solid #FFFFFF;
}

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

.widget_search .box {
	width:158px;
}

.widget_search .submit {
	color:#333333;
	border:1px solid #C9C9C9;
	background-color: #F4F4F4;
	padding:2px;
	float:right;
	height:1.7em;
	display: block;
	margin: 3px 8px 0;
}

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

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

.rss-content a {
	color:#244da9;
}

.rss-content a:hover {
	color: #660066;
}

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

.widget-header a.rsswidget:hover {
	text-decoration:none;
	color: #4d75cf;
}

/* ---------------------------------------------------------------------
Widget：[サイド]会社概要
--------------------------------------------------------------------- */
.widget-company {
	font-size: 85% !important;
	font-size: 80%;
	line-height:1.4;
	width:160px;
	margin: 10px 0 15px 14px;
}

.widget-company .widget-content {
	width: 100%;
	overflow: hidden;
	padding:5px;
	border:1px solid #bababa;
	background:#ffffff url('images/s_company_bg.jpg') repeat-x top;
	word-break:break-all;
}

/* ---------------------------------------------------------------------
Widget：[サイド]フリーエリア
--------------------------------------------------------------------- */
.free-content {
	width:160px;
	line-height:1.4;
	font-size: 85% !important;
	font-size: 80%;
	overflow: hidden;
	padding:5px;
	margin: 10px 0 15px 14px;
	border:1px solid #bababa;
	background:#ffffff url('images/s_company_bg.jpg') repeat-x top;

}

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

.widget_calendar #calendar_wrap {
	margin:0 auto;
	padding:10px 0;
}

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

.widget_calendar #calendar_wrap table th {
	font-weight:normal;
	color:#666;
	font-size: 100% !important;
	font-size: 95%;
}

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

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

/* ---------------------------------------------------------------------
新規に追加したスタイル２
--------------------------------------------------------------------- */
/*====カテゴリーテンプレート作成（日付とタイトル）====*/
.catday {
	font-size:12px;
	float: left;
	width: 90px;
	padding-left:55px;
	margin-bottom:16px;
	background: url('images/m_top_news_arrow.gif') no-repeat 35px center;
}

.cattitle {
	font-size:13px;
	font-weight:bold;
	float: right;
	margin-bottom:16px;
	width: 420px;
}

.titleh3 {
	width: 590px;
	margin: 0 0 5px 0;
	_height:1px;
	padding:3px 5px 3px 20px;
	font-weight:bold;
	background:url('images/h_title.gif') no-repeat;
	font-size:124%;
	color:#0081a4;
	font-weight:bold;
}

.titlesitemap {
	width: 590px;
	margin: 0 0 5px 0;
	_height:1px;
	padding:5px 5px 3px 20px;
	font-weight:bold;
	background:url('images/h_title.gif') no-repeat;
	font-size:115%;
	color:#0081a4;
	font-weight:bold;
}

/*====入り口のページ====*/
.login {
	text-align:center;
	font-size:12px;
	background-color:#8fd1e1;
	margin:10px 15px 15px 12px;
}

.login a {
	text-decoration:none;
	color:#244da9;
}

.login a:hover {
	text-decoration:underline;
	color:#FFF;
}

* html .login a {
	text-decoration:none;
	color:#333;
}

* html .login a:hover {
	text-decoration:none;
	color:#999;
}

.honbun {
	font-size:13px;
	line-height:24px;
	text-indent:13px;
	margin-right:10px;
       margin-bottom:20px;
}

.honbun p {
	padding:0px;
	margin:0px;
}

.honbun td {
	text-indent:0;
}

/*====あいさつのページ====*/
.aisatu {
	font-size:13px;
	line-height:24px;
	text-indent:13px;
	margin-right:10px;
	text-align:justify;
}

.aisatu img {
	float:left;
	padding-right:10px;
}

.aisatuTitle {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:10px;
}

.aisatuName {
	font-size:13px;
	text-align:right;
	padding-right:20px;
	padding-bottom:10px;
}

.aisatuNameBig {
	font-size:15px;
	text-align:right;
}

/*====集会案内のページ====*/
.syukaiannai {
	font-size:13px;
}

.syukaiannai table {
	margin:auto;
}

.syukaiannaiMidasi {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:2px 0;
}

/*====略史のページ====*/
.history {
	font-size:13px;
	line-height:24px;
	text-indent:13px;
	margin-right:10px;
}

* html .history {
	font-size:13px;
	line-height:25px;
	text-indent:13px;
	margin-right:10px;
	letter-spacing:1px;
}

.history h2 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:16px;
}

.history table {
	width:100%;
	text-align:center;
	font-size:11px;
	margin:0px 20px 10px 0px;
	text-indent:0px;
}

.successive-clergymen {
	margin-top:40px;
	text-indent:0px;
}

.rekidai {
	line-height:16px;
}

/*====信仰生活のページ====*/
.lifetitle {
	font-size:16px;
	text-align: center;
	font-weight:bold;
	width:400px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF4EC;
}

.life ol li {
	margin-left:120px;
	font-size:13px;
	line-height:24px;
	margin-right:10px;
}

.life li li {
	font-size:13px;
	line-height:18px;
	list-style:none;
	padding-left:40px;
	margin-right:10px;
	margin-bottom:10px;
}

/*====礼拝案内のページ====*/
.reihaiannai {
}

.reihaiannai-lebi {
	text-align:center;
	font-size:13px;
	line-height:24px;
}

.link {
	line-height:32px;
}

.imgLeft {
	float:left;
	margin-right:10px;
}

.imgRight {
	float:right;
	margin-left:10px;
}

.photoRight {
	display:block;
	float:right;
}

/*====教室の案内ページ====*/
.kyousitu {
	width:130px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	text-indent:0;
	background-color:#ef8191;
	color:#FFF;
}

/*====地図ページの住所====*/
.mapaddress {
	font-size:20px;
	line-height:24px;
}

.mapaddress_s {
	font-size:10px;
	line-height:18px;
}

/*====聖歌隊====*/
.seikataiTitle {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:10px;
	background-color:#FFC;
}
/*====あいさつ====*/
.martop {
	margin-top:50px;
}
