@charset "UTF-8";
/*   
Theme Name: オリジナル
Theme URI: http://www.yokohamah.jp/
Description: オリジナル
Author: www.yokohamah.jp
Author URI: http://www.yokohamah.jp/
Version: 1.0
General comments/License GPL.
*/

/*WordPress対策*/
span textarea,span input{ vertical-align: bottom!important; }


/*Firefox対策*/
html{ overflow-y: scroll; }
body,x:-moz-broken { margin-left:-1px; }

/*リンク*/
a:link {
	color: #417698;
}

a:visited {
	color: #5b8098;
}

a:hover {
	color: #2091da;
}

a:focus,
textarea:focus,
input:focus {
	outline: 1px solid #2091da;
}


/*文字設定*/


/*h2のパターン3*/
h2.p3{
}

/*h2のパターン4*/
h2.p4{
	border: 0;
	color: #333;
}


h3{
	clear: both;
	margin: 0 10px 1.0em 10px;
	padding: 0.3em 10px 0.3em 20px;
	border: 1px solid #7070ba;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
	color: #333;
}


h4{
	clear: both;
	margin: 1.0em 0;
	padding: 0.3em 10px;
	border: 1px dotted #7070ba;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
	color: #333;
}


/*サイト全体の配置＆横幅*/

/*■サイドバーの横幅*/
div#sidebar{ width: 200px; }

div#sidebar .menu,
div#sidebar .menu-mtwp,
div#sidebar .contents{
	width: 178px;/*「サイドバー」-「22px」*/
	_width: 180px;/*IE6用（「サイドバー」-「20px」）*/
}

/*--------------------------------------------------------
4-3、エリアの設定「パン屑ナビ」
--------------------------------------------------------*/

div#navi{
	position: absolute;
	top: 130px;/*■縦位置*/
	height: 34px;
	background: #fff;
}

div#navi p{
	margin: 9px 0 0 16px;
	font-size: 8.5pt;
	line-height: 14pt;
}


/*--------------------------------------------------------
4-4、エリアの設定「コンテンツ全体」
--------------------------------------------------------*/


/*--------------------------------------------------------
4-5、エリアの設定「サイドバー」
--------------------------------------------------------*/

div#sidebar{
	display: inline;
	float: right;
	overflow: hidden;
	background-color: #F5F5F5;
}


/*サイドバー内のPタグ*/
div#sidebar p{
	margin: 15px 0;
	font-size: 90%;
}


/*サイドバーの枠線＆マージン*/
div#sidebar .menu,
div#sidebar .menu-mtwp,
div#sidebar .contents{
	margin: 0 0 10px 10px;
}


/*サイドバーのタイトル帯の背景色*/
div#sidebar .title{
	color: #222;
	background-image: url(../../../images/bg_dot.gif);
	background-repeat: repeat;
}

/*サイドバーのタイトル帯の文字色*/
div#sidebar .title p{
	margin: 0 10px;
	padding: 5px 0;
	font-weight: bold;
}

div#sidebar .title p a{ text-decoration: none; }
div#sidebar .title p a:link{ color: #333; }
div#sidebar .title p a:visited{ color: #333; }
div#sidebar .title p a:hover{ color: #990000; }

div#sidebar .title p img{
	vertical-align: middle!important;
}


/*親メニューリスト*/
div#sidebar ul{
	margin: 0 0;
}
div#sidebar li{
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 15px 0;
	padding-top: 15px;
	padding-left: 16px;
	font-size: 105%;
	font-weight: bold;
}

/*子メニューリスト*/
div#sidebar ul.sub{ margin: 7px 0 12px 0; }
div#sidebar ul.sub li{
	margin: 10px 0;
	font-size: 90%;
	font-weight: normal;
}

/*MT＆WordPressで使用*/
div#sidebar .menu-mtwp li{
	font-size: 90%;
	font-weight: normal;
}

div#sidebar .menu-mtwp li ul{ margin: 10px 0 20px 0; }
div#sidebar .menu-mtwp li ul li{
	margin: 10px 0;
	font-size: 90%;
	font-weight: normal;
}


/*--------------------------------------------------------
4-6、エリア設定「本文」
--------------------------------------------------------*/

div#main-contents{
	display: inline;
	float: left;
	overflow: hidden;
	width: 580px;
}


/*本文内のリストタグ--------------------------*/
div#main-contents ul,
div#main-contents ol{
	list-style-position: outside;
	margin: 0 10px 1.4em 10px;
}

div#main-contents ul{ list-style-type: disc; }
div#main-contents li{ line-height: 1.8em; }


/*最新情報のリストタグ--------------------------*/
div#main-contents ul.topics{
	list-style-type: none;
	list-style-position: outside;
	padding: 15px 15px 0 15px;
	border: 1px solid #999;
}

div#main-contents ul.topics li{
	margin-bottom: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dotted #999;
	line-height: 1.4em!important;
}


/*チェックリスト用のリストタグ--------------------*/
div#main-contents ul.checklist{
	list-style-type: none;
	list-style-position: outside;
	padding: 15px;
	border: 1px solid #999;
}

div#main-contents ul.checklist li{
	padding-left: 24px;
	line-height: 2.5em;
}


/*定義タグ-----------------------------------*/
div#main-contents dl{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: none;
	background: #ddd;
}

div#main-contents dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
	color: #444;
}

div#main-contents dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background: #fff;
}


/*引用エリア-----------------------------------*/
div#main-contents q,
div#main-contents blockquote{
	overflow: auto;
	margin: 0 10px 1.4em 10px;
	padding: 10px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	background: #eee;
	color: #444;
}


/*戻る＆進むリンク--------------------------*/
.link-back,
.link-next{
	margin-top: 1.2em;
	font-size: 120%;
	font-weight: bold;
}

.link-back{ text-align: left; }
.link-next{ text-align: right; }

.link-next a,
.link-back a{
	padding-left: 15px;
}

/*矢印画像*/
.link-next a{
}
.link-back a{
}



/*サイドバーのメニュー設定をメインでも使用--------------*/
div#main-contents .menu{
	margin: 0;
}

div#main-contents .menu .title{
}
div#main-contents .menu .title p{
	margin: 0 10px;
	padding: 5px 0;
	font-weight: bold;
	color: #333;
}

div#main-contents .menu ul,
div#main-contents .menu ol{
	margin: 5px 10px;
}

div#main-contents .menu ol{ padding-left: 15px!important; }

div#main-contents .menu li{
	list-style-position: outside;
	margin: 15px!important;
	line-height: 1.2em;
}

/*表のデザイン----------------------------------------------*/
table{
	margin: 10px 0;
	font-size: 90%;
}

th,td{
	padding: 0.8em;
	border: 1px solid #333;
	vertical-align: top;
}

th{
	width: 28%;
	font-weight: bold;
}


/*タグ----------------------------------------------*/
ul.tag li{
	display: inline;
	margin-right: 15px;
}



/*--------------------------------------------------------
4-7、エリア設定「フッター」
--------------------------------------------------------*/

div#footer{
	clear: both;
	width: 100%;
	background: #fff;
	text-align: center;
}

div#footer hr{
	clear: both;
	margin: 0;
	padding: 0;
	color: #333;
}

div#footer .menu{ margin: 0.5em 0; }

div#footer .menu li{
	display: inline;
	margin: 0 1.0em;
	font-size: 90%;
	line-height: 14pt;
}

div#footer #copyright{
	clear: both;
	text-align: right;
	width: 100%;
	margin-top: 1.0em;
	padding: 1.0em 0;
	font-size: 14px;
	line-height: 14pt;
}

div#footer #copyright a{ text-decoration: underline; }
div#footer #copyright a:link{}
div#footer #copyright a:visited{ }
div#footer #copyright a:hover{ }


div#footer address{ margin: 15px 0; }



/*--------------------------------------------------------
5、追加設定
--------------------------------------------------------*/

h2.entry{
	font-size: 16px;
	color: #226FD9;
}
h2.entry a{
	color: #226FD9;
}

/*WordPressで使用*/
ol#commentlist ul{
	list-style-type: none!important;
	list-style-position: outside!important;
}

ol#commentlist{
	list-style-type: none!important;
	list-style-position: outside!important;
	margin-left: 0!important;
}

li.comment{
	padding: 10px 10px 0 10px;
	border-left: dotted 1px #ccc;
	margin: 20px 0;
	font-size: 10pt;
}

div.reply{
	padding-bottom: 10px!important;
}

div.reply.contents{
	width: 100%;
}

cite,span.says{
	vertical-align: bottom!important;
}

/*WordPressカレンダー*/
table#wp-calendar {
	width: 100%;
	_width: 90%;
	margin:0 auto;
}

#wp-calendar caption{
	text-align: center;
}

#wp-calendar th,#wp-calendar td{
	width: 14%;
	padding: 0!important;
	border: 0;
	margin: 0!important;
	font-size: 12px;
	text-align: center;
}

.al-r{
	text-align: right;
	margin-bottom: 20px;
	padding: 10px 0;
	border-bottom: solid 1px #999;
}

img.ba-taiyoukouhatudenn{
	padding-right: 20px;
}

p.ba-title{
	color: #FF8500;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ba-link{
	clear: both;
	text-align: right;
}

/*キャンペーン*/
.campaign-title{
	color: #FF8500;
	font-size: 18px;
	font-weight: bold;
}
.campaign-contact-link{
	font-size: 18px;
	font-weight: bold;
}