@charset "utf-8";

body {
font-family:"メイリオ","Meiryo", Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Osaka,sans-serif,Ariel,Helvetica;
color:#121419;
margin:0 auto;
text-align:center;
line-height:1.3;
font-size:100%;
background-color : #FFFFFF;
}

a:link  {
	color : #0083C0;
	text-decoration : none;
}
a:hover {
	color : #C94093;
	text-decoration :  none;
}
a:visited {
color:#80008b;
outline:none;
}
div, p, form, label, ul, img, h1, h2, h3, h4 {
	margin : 0;
	padding : 0;
	border : 0;
}
ul,ol {
margin:0;
padding:0;
}
/* ブログタイトルリンクのデザイン
--------------------------------------------------------*/
#blog_title {
	padding : 25px 30px 0 30px;
	font-size : 28px;
	line-height : 1.1;
	font-weight : normal;
	text-align : left;
}
#blog_title a {
	color : #121419;
	text-decoration : none;
}
#blog_title a:hover {
	color : #0083C0;
	text-decoration : none;
}
/*ブログタイトル下の説明文のデザイン
--------------------------------------------------------*/
#blog_info {
	padding : 5px 30px 10px 30px;
	font-size : 10pt;
	font-weight : normal;
	text-align : left;
}

/*コンテンツ全体のデザイン
--------------------------------------------------------*/	
#wrapper { 
	width : 970px;
	margin: 0 auto;
	text-align : left;
}

/*ヘッダーのデザイン
--------------------------------------------------------*/	
#header {
	height : 145px; 
	margin-bottom : 15px;
	margin-top : 0;
}

/*メインエリアのデザイン
--------------------------------------------------------*/
#main {   
	float : left;
	width : 720px;
	text-align : left;
	overflow : hidden;
	display:block;
	margin-right:20px;
}

#main-in{
	float:right;
	width:470px;
	display:block;
	font-size : 11pt;　
}	

/*各記事タイトルのデザイン
--------------------------------------------------------*/
.kiji_title  {
	margin:23px 0 0 0;
	padding:10px;
	border-left: solid 7px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;
	line-height:140%;
	font-weight:bold;
	font-size : 13pt;
}

#main-in .kiji_title a:link {
	color:#121419;
	text-decoration :  none;
}
#main-in .kiji_title a:hover {
	color : #0083C0;
	text-decoration :  none;
}

#main-in .kiji_title a:visited{
	color:#121419;
	text-decoration :  none;
}
.kiji_title_under  {
	margin:0 0 15px 0;
	padding:10px;
	border-bottom: solid 1px #d0d0d0;
	line-height:140%;
}

/*記事本文
--------------------------------------------------------*/
.kiji{
line-height: 1.7;
margin : 10px;
font-size : 11pt;　
}

/*コメントで使用
--------------------------------------------------------*/
.comment_in {
	font-size : 10pt;
	margin : 10px;
}
.comment_title {
	text-align:left;
	font-weight:bold;
}

.comment_body {
margin:0 auto;
padding:5px 10px;
overflow:hidden;
}
.comment_date {
	font-size : 9pt;
}

/*エントリフッターで使用
--------------------------------------------------------*/
.entryInfo {
	padding : 0px 10px 5px 10px;
	font-size : 9pt;
	clear : left;
	color:#333333;
}

/*左のプラグイン全体のデザイン
--------------------------------------------------------*/
#menu1 {
	float : left;
	width : 230px;
　　overflow: hidden;
	margin : 10px 0;	
}
/*右のプラグイン全体のデザイン
--------------------------------------------------------*/
#menu {
	float : right;
	width : 230px;
	overflow : hidden;
	margin : 10px 0;
}
/* プラグインのリンクの色
--------------------------------------------------------*/
#menu a,#menu1 a {
	color : #0083C0;
	text-decoration : none;
}
#menu a:hover ,#menu1 a:hover{
	color : #C94093;
	text-decoration :  none;

}
/*プラグインのデザイン
--------------------------------------------------------*/
.menu_box {border:solid 1px #d0d0d0;
	 margin:0 0 20px 0;
	 padding:10px}
.menu_box_in  {
	margin : 0;
	font-size : 9pt;
	line-height: 1.4;
}
/*プラグインのリストメニューのデザイン
--------------------------------------------------------*/
.menu_box_in ul{margin-left:20px}

.menu_box_in li {
	line-height : 20px;
	color : #c1c6c9; /* マルの色*/
}

.menu_box_in li a {
	color : #313131;
}
.menu_box_in li a:hover {
	color : #c1c6c9; /* マルの色*/
}

/*プラグイン１・２のタイトル
--------------------------------------------------------*/
.menu_box_title {
	margin-bottom:10px;
	border-color:f1f1f1 ;/*左端の色*/
	color:#121419;/*文字の色*/
	font-weight: bold;
	font-size : 10pt;
}

/*プラグイン３
--------------------------------------------------------*/
.pg_third_title{
	margin:10px 0;
	color:#c1c6c9;
	font-size : 9pt;
}
/*パンくず・ページ送りのデザイン
--------------------------------------------------------*/
.pankuzu, .footer_navi{
	font-size : 9pt;
	margin:10px 0;
	}

/*全記事一覧のデザイン
--------------------------------------------------------*/
#archives_titlelist {
	font-size : 10pt;
	margin : 30px;
	line-height : 1.7; 
}
#archives_titlelist li {
	margin-bottom : 10px;
	color : #C94093;
	list-style-type: none;
}

/*月別アーカイブ、カテゴリ、検索結果のデザイン
--------------------------------------------------------*/
#date_style, #category_style,  #search_style{
	font-size : 11pt;
	margin:30px 15px 15px  50px;
}
#date_style li, #category_style li,  #search_style li{
	margin-bottom : 15px;
	line-height : 1.4; 
	color : #c1c6c9; /* マルの色*/
}


/*グローバルメニューのデザイン
--------------------------------------------------------*/
ul#menu_bar {
font-size: 9pt; /* 文字サイズ */
height:40px; /* 高さ */
background-color:#fff; /* 背景色*/
width:970px;
margin-top:25px; /* 上の間隔 */
margin-bottom:0px; /* 下の間隔 */
border-top : 1px solid #d0d0d0; /* 上の線*/
border-bottom : 1px solid #d0d0d0; /* 下の線#a5acb2*/
text-align:center;
}

#menu_bar li {
list-style-type:none;
float:left;
line-height:40px; /* 高さ */
margin:0;
padding:0px;
}

#menu_bar li a {
display:block;
text-align:center;
width:180px; /* １つのメニューボタンの幅 */
color:#333333; /* リンク文字の色 */
background-color:#fff; /* メニューボタンの背景 #*/
text-decoration:none;
}

#menu_bar li a:hover{
color:#333333; /* マウスが乗ったときのリンク文字の色 */
background-color:#e4e4e4; /* マウスが乗ったときの背景色 */
text-decoration:none;
}

/*フッター
--------------------------------------------------------*/

#footer1 {
width:100%;
clear:both;
font-size:9pt;
padding:0;
margin:0 auto;
background-color:#fff; /* 背景色 */
color:#121419;/* 文字色 */
border-top : 1px solid #d0d0d0;/*上線*/
}

#footer1-in {
margin:0 auto;
padding:20px;
}

/*続きを読むボタン
--------------------------------------------------------*/
#main .more_button {
	display: inline-block;
	width: 120px;
	height: 28px;
	text-align: center;
	text-decoration: none;
	line-height: 28px;
	outline: none;
	position: relative;
	background-color: #d0d0d0;
-webkit-border-radius:4px;
-moz-border-radius:4px;
	border-radius: 4px;
	color: #121419;
	font-size:80%;
	-webkit-transition: none;
	transition: none;
	margin-left:10px;
	margin-bottom:10px;
}
#main .more_button:hover {
	background-color: #b0b0b0;
	color: #fff;
}
#main .more_button:active {
	top: 3px;
	color: #fff;
}

/*区切り線
--------------------------------------------------------*/
.style-hr01{
    border: 0;
    border-bottom: 1px dashed #ccc;
}

/*引用デザイン
--------------------------------------------------------*/
blockquote {
	border : 1px dashed #c1c6c9;
	margin:0 5px;
	padding : 10px;
	}
	
/*ソーシャルボックス
--------------------------------------------------------*/
.social-button {
	list-style-type: none;
	margin: 0 10px 10px 10px;
	padding-bottom:10px;
}

.social-button li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
/*カレンダー
--------------------------------------------------------*/
table.calender {
width:100%;
margin:0px auto;
font-size:100%;
}

table.calender caption {
margin-bottom:15px;
margin:0px auto;
}
table.calender th,
table.calender td {
text-align:center;
}

table.calender td a {
display:block;
text-decoration:underline;
}

table.calender td a:hover {
background-color:#d0d0d0;
font-weight:bold;
}

table.calender th#sun {
color:#FF0000;
}

table.calender th#sat {
color:#0000FF;
}

/*関連記事
--------------------------------------------------------*/
.relate_dt{
	margin-bottom:10px;
	border-color:f1f1f1 ;/*左端の色*/
	color:#121419;/*文字の色*/
	font-weight: bold;
	font-size : 10pt;
}
.relate_ul{margin-left:20px;
	font-size : 10pt;}

.relate_li {
	line-height : 20px;
	color : #c1c6c9; /* マルの色*/

}
relate_li_nolink{
	line-height : 20px;
	color : #121419; /* マルの色*/
}