* {
  margin: 0;
  padding: 0
}


/* 基本タグ */
body{
  text-align: center;
}

body, td {
  font-size: 12px;
  color: #444444;
  font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
  line-height: 150%;
}


/* リンクの設定 */
a:link{
    color: #cc3366;
}
a:visited{
    color: #cc6699;
}
a:active{
    color: #ff6699;
}
a:hover{
    color: #ff6699;
}
a img {
  border: none;
}
strong{
  /* color:#006633; */
}

input,textarea,select,button,submit {
  color: #444444;
  background: #ffffff;
  border: 1px solid #444444;
}

th,td {
  vertical-align: top;
}

img.emoji {
  vertical-align: middle;
  border: 0; 
}




/*レイアウト設定----------------------------------------------*/


/* 外枠 */
#container {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top:20px;
  margin-top:20px;
  text-align: left;
  background-color:#ffffff;
}

/* 記事部分 */
#main {
  float : left;
  width:800px;
  margin-right10px;
}

/* メニュー部分 */
#menu {
  padding:15px;
  padding-bottom:0;
  float : right;
  width:250px;
  background-color:#ddeeff;
}
#menu a{
  text-decoration: none;
}
#menu a:hover{
  text-decoration: none;
}


/* ヘッダー部分 */
#header {  
  background:#cccccc url(https://blog-imgs-115.fc2.com/c/o/b/cobin1113/0W8A0789-01.jpg) no-repeat center;
  width:800px;
  height:540px;
  text-align: left;
  position:relative;
}


/* フッター部分 */
#footer {
  clear : both;
  text-align: center;
  border-top: 1px solid #eeeeee;
}



/*タイトル設定------------------------------------------------*/


/* ブログタイトル */
h1 {
  top: 30px;
  left:20px;
  font-size: 20px;
  font-weight: bold;
  position:relative;
  left:20px;
  color: #ffffff;
}

/* ブログタイトルリンク */
h1 a, h1 a:visited,h1 a:hover {
  text-decoration: none;
  color: #ffffff;
}

/* サブタイトル */
.description {
  top: 37px;
  left:20px;
  color: #ffffff;
  position:relative;
  width:400px;
}


/*記事部分等設定----------------------------------------------*/


/* 記事部分等囲み */
.main_block {
  margin-top:20px;
  margin-bottom:20px;
  border: 1px solid #dddddd;
}

/* 記事部分等タイトル */
.main_title {
  margin: 10px;
  margin-bottom:3px;
  padding:5px;
  padding-left:45px;
  font-size: 14px;
  font-weight: bold;
  background: url(https://blog-imgs-44.fc2.com/n/i/n/nino912/france-sidebar-title2.gif) no-repeat;
}

.main_title h2 {
  font-size: 14px;
}

/* リンク文字 */
.main_title h2 a {
  text-decoration: none;
  color:#444444;
}

/* 続きを読む */
.more_link{
  text-align:right;
}
/* 記事部分等本文囲み */
.main_body {
  margin:20px;
}

/* 日付等のステータス */
.main_state {
  margin: 3px 15px 10px 15px;
  margin-top:3px;
  border:solid 1px #eeeeee;
  background-color:#ddeeff;
  padding:2px 5px;
}

/* コメント、トラックバック囲み */
.link_block {
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

/* コメント、トラックバックタイトル */
.link_title {
  font-weight: bold;
}


/*メニュー部分設定--------------------------------------------*/

/* メニュー囲み */
.menu_block {
  margin-bottom:10px;
  padding-bottom:10px;
  background:url(https://blog-imgs-30.fc2.com/n/i/n/nino912/wedding-hr.jpg) repeat-x bottom;
}

/* メニュータイトル */
.menu_title {
  font-size:13px;
  font-weight:bold;
  background: url(https://blog-imgs-44.fc2.com/n/i/n/nino912/france-sidebar-title2.gif) no-repeat;
  padding-top:8px;
  padding-left: 47px;
  height:31px;
}

/* メニュー内容 */
.menu_body {
  margin:5px;
}

/* メニューリスト親要素 */
ul {
  list-style-type: none;
}

/* メニューリスト子要素 */
li {
}


/*その他------------------------------------------------------*/


/* ページ移動 */
.page_navi {
  margin:10px;
  text-align: center;
}

/* カレンダー設定 */

/* カレンダー枠テーブル */
table.calender {
  width: 210px;
}

/* ヘッダー（年、月） */
.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;
}