@charset "utf-8";

/* =================================================
  Reset
================================================= */
html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p{
  margin:0;
  padding:0;
}

#change_mobile {
display:none;
}


/* スクロールバー（スクロールバーの色設定が反映されるのはIEのみ） */
html {
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-highlight-color: #c1e4e9;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #c1e4e9;
	scrollbar-arrow-color: #2a83a2; 
	scrollbar-track-color: #f5f5f5;
}

/* 文字・背景設定 */
body{

	width:100%;
	
	text-align: left;
	line-height: 160%;
	font-size: 12px;
	font-family: sans-serif,"ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",Osaka;
	color: #0d0015; 
	background:  #ffffff;
}

/* リンク文字 */
a {
	text-decoration: none;
	color: #2a83a2; 
}

a:hover {
	text-decoration: none;
         color: #84b9cb;
}

/* イメージ */
a img {
	border : none;
}

/* 入力エリア、ボタン */
input,textarea,select,button,submit {
	color: #888888; 
	background: #ffffff;
	border: 1px solid #2a83a2; 
}

/* 絵文字 */
img.emoji {
	vertical-align: middle;
	border: 0; 
}


/* 外枠 */
#container {
	position:relative;
	width: 750px; 
	margin:0 auto; 
	background:  #ffffff;
	/*
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  */
}

/* ヘッダー */
#header {	
	width : 750px;
	height: 200px; 
       
	margin-top: 25px;
	border-bottom: 2px dotted #c1e4e9; 
    border-top: 2px dotted #c1e4e9; 
    background: url("https://blog-imgs-114-origin.fc2.com/l/e/f/leftmail/20170907223803f81.jpg") #ffffff no-repeat;
    background-position: 15% 65%;
}

/* メニュー */
#menu {
	float : right; 
	width:230px;
    background-color: #ffffff;
}

/* 記事 */
#main {
	float : left; 
	width:500px;
    background-color: #ffffff;	
}

/* フッター */
#footer {
	width : 750px; 
	clear : both; 
	margin-top: 20px; 
	text-align: center; 
	border-top: 1px solid #c1e4e9;
 	background:  #ffffff;
}

/* ブログタイトル */
h1 {
	margin-top: 90px; 
	margin-left: 150px; 
	font-size: 16px; 
	font-weight: bold; 
}

/* ブログタイトルのリンク */
h1 a {
	text-decoration: none; 
	color: #2a83a2; 
}

/* サブタイトル */
.sub_title {
	margin-left: 370px; 
	color: #0d0015; 
}

/* メニュー囲み */
.menu_block {
	width : 230px; 
	margin-top: 30px; 
}

/* メニュータイトル */
.menu_title {
	padding-left: 10px;
         border-bottom: 2px solid #c1e4e9;
}

/* メニューリスト親要素 */
ul {
	list-style-type: none;
         margin-bottom: 20px;
}

/* メニューリスト子要素 */
li {
         font-size:  12px;
}

/* メニューリスト子要素のリンク */
li a {
	text-decoration: none; 
	color: #0d0015; 
}

/* カーソルを置いたときのリンク文字 */
a:hover {
	text-decoration: none; 
         color: #84b9cb;
}

/* 記事囲み */
.main_block {
	width : 500px; 
	margin-top: 30px; 
         margin-bottom: 50px;
}

/* 記事タイトル */
h2{
	padding-left: 10px; 
	font-size: 14px;
 	font-weight: normal; 
         color: #0d0015;
	border-bottom: 1px solid #c1e4e9; 
}

/* 記事タイトルのリンク */
h2 a {
	text-decoration: none; 
         color: #0d0015;
}

/* 記事本文囲み */
.main_body {
	padding: 10px; 
         letter-spacing: 1px;
}

/* 日付等のステータス */
.main_state {
	margin-right: 10px;
　　　　 margin-top: -10px; 
	text-align: right; 
	font-size: 10px; 
}

/* コメント、トラックバック囲み */
.link_block {
	margin-bottom: 10px; 
	border-bottom: 1px dotted #c1e4e9; 
}

/* コメント、トラックバックタイトル */
.link_title {
	font-weight: bold;
}

/* ページ移動 */
.page_navi {
	width : 500px; 
	text-align: center; 
}

/* トップナビ */
.home{
       position: absolute;
       top: 0px;
       left: 700px;     
}

/* 引用 */
blockquote {
	width : auto;
	_width : 100%;
	margin : 1em 0;
	padding : 0.5em 0.5em 0.5em 10px;
	background : #fff url("https://blog-imgs-31-origin.fc2.com/r/u/e/rue0325/q.png") top left repeat-x;
	border : 1px solid #c1e4e9;
}

/* カレンダー設定 */

/* カレンダー枠テーブル */
table.calender {
	width: 150px;
}

/* ヘッダー（年、月） */
.calender caption {
	font-size: 12px;
	border-bottom: 1px solid #eeeeee; /* 下にラインを書いています */
}

/* 曜日セル */
.calender th {
	font-weight: normal;
	text-align: center;
}

/* 日付セル */
.calender td {
	text-align: center;
}

/* 日曜日の色 */
th#sun {
	color: #ff0000;
}

/* 土曜日の色 */
th#sat {
	color: #0000ff;
}

br { letter-spacing : normal; }


