*{
  padding:0;
  margin:0;
  font-family:Verdana, Arial, sans-serif;
}

/* HTMLタグ設定 */
body{
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #FFF;
  font-size: 100%;
}
img{
  border: none;
}
form{
  margin: 0;
  padding: 0;
}
ul{
  list-style-type: none;
  list-style-position: inherit;
}
label{
  font-weight: bold;
  letter-spacing: 0.2em;
  white-space: nowrap;
  text-align: right;
  font-size: 12px;
}


/* =================================== */
/* レイアウト設定 */
/* =================================== */

#container{
  text-align: left;
  padding: 0;
  width: 950px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  background-color: #FDFDFB;
  color: #000000;
}
.right_box {
  float: right;
  width: 730px;
}
.left_box {
  float: left;
  width: 200px;
}
/* ブログタイトル・概要 */
#banner{
  height: 80px;
  width: 730px;
  margin: 0;
  overflow: hidden;
  background-image: url(http://msunstudio.net/img/title_blog.gif) ;
}

/* ブログの配置 */
#content{
  width: 700px;
  margin-left: 10px;
  padding: 10px 0 10px 0;
}

/* ブログ外枠 */
.blog{
  margin-top: 0;
  margin-bottom: 15px;
  overflow: hidden;
}

/* サイド（左サイド） */
#links{
  width: 200px;
  margin: 0 0 10px 0;
  font-size: 85%;
}

/*フッタ*/
#footer{
  background-color: #828067;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  clear: both;
  display: block;
}

/* ************************************************ 
 *  リンクカラーの設定
 * ************************************************ */

/* 全般 */
a{
}
a:link{text-decoration: underline;
  color: #663300;}
a:visited{text-decoration: underline;
  color: #663300;}
a:active{
  text-decoration: none;color: #663300;
}
a:hover{
  text-decoration: none;color: #663300;
}

/*　ブログタイトル・概要　*/
#banner a{
  text-decoration: none;
  color: #FEE9CD;
}
#banner a:link{
  text-decoration: none;
  color: #FEE9CD;
}
#banner a:visited{
  text-decoration: none;
  color: #FEE9CD;
}
#banner a:active{
  text-decoration: underline;
  color: #FEE9CD;
}
#banner a:hover{
  text-decoration: underline;
  color: #FFF;
}

/* カレンダー */
.calendar a{}
.calendar a:link{}
.calendar a:visited{}
.calendar a:active{}
.calendar a:hover{}

/* 続きを読む */
.acontinues a{}
.acontinues a:link{}
.acontinues a:visited{}
.acontinues a:active{}
.acontinues a:hover{}

/* 次のページ・前のページ */
.amenu a{}
.amenu a:link{}
.amenu a:visited{}
.amenu a:active{}
.amenu a:hover{}

/* サイドバー */
.side a{}
.side a:link{}
.side a:visited{}
.side a:hover{}

.aside a{}
.aside a:link{}
.aside a:visited{}
.aside a:hover{}

/*　サイドタイトル　*/
.title a{
  text-decoration: none;

}
.title a:link{
  text-decoration: none;
  color: #FFF;
}
.title a:visited{
  text-decoration: none;
  color: #FFF;
}
.title a:active{
  text-decoration: underline;
  color: #FFF;
}
.title a:hover{
  text-decoration: underline;
  color: #584748;
}


/*　このページの上へ　*/
.aposted a{}
.aposted a:link{}
.aposted a:visited{}
.aposted a:active{}
.aposted a:hover{}

/*　トラックバック　*/
.atrackback-post a{}
.atrackback-post a:link{}
.atrackback-post a:visited{}
.atrackback-post a:active{}
.atrackback-post a:hover{}

/*　RSS　*/
.rss a:link{}
.rss a:visited{}
.rss a:hover{}
.rss a:active{}


/* ************************************************ 
 *  バナー（ページ上部）の設定
 * ************************************************ */

/* ブログタイトル */
.blogtitle{
  font-size: 130%;
  margin: 0 0 0 150px;
  text-align: left;
  color: #ffffff;
  line-height: 80px;
}

/* ブログ説明文 */
.description{
  font-size: 90%;
  padding: 25px 30px 10px 30px;
  text-align: left;
  color: #5e5951;
  line-height: 130%;
  height:90px;
}

.logo{
padding-left:500px;
padding-top:0px;
}
.logo img{
width:300px;
height:18px;
border:none;
}

/* パン屑メニュー */
.topicpass {
  font-size: 10px;
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0px;
  color: #666666;
  line-height: 16px;
  vertical-align: bottom;
}
.topicpass img {
  border: none;
  vertical-align: bottom;
}

/* ************************************************ 
 *  記事の設定
 * ************************************************ */

/* 記事 */
.blogbody{
  overflow: hidden;
}

/* 記事タイトル */
.title{
  background: url(http://msunstudio.net/img/ti08_02mt.gif) ;
  font-size: 90%;
  background-color: #916721;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 36px;
  margin: 0 0 10px;
  color: #FFFFFF;
}

/* 記事日付 */
.date{
  font-size: 80%;
  color: #666666;
  margin-top: 0;
  text-align: right;
  margin-bottom: 2px;
}

/* 記事本文 */
.main{
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 80%;
  line-height: 150%;
  width: 520px;
}


/* 記事本文内画像 */
.main img{
  margin: 5px;
}

/* 続きを読む */
.main-continues{}

/* 記事フッター */
.posted{
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #916721;
  padding-top: 3px;
  text-align: right;
  margin-bottom: 20px;
  margin-top: 5px;
  clear: both;
  font-size: 78%;
}


/* ************************************************ 
 *  トラックバックエリアの設定
 * ************************************************ */

/* この記事へのトラックバック */
.title_s{
  margin: 0 0 5px 10px;
  font-size: 90%;
}

/* この記事へのトラックバックURL */
.trackback-url{
  font-size: 90%;
  font-weight: bold;
  color: #916721;
  margin-top: 0;
  margin-left: 10px;
  margin-bottom: 15px;
}

/* トラックバック本文 */
.trackback-body{
  margin: 5px 20px;
  font-size: 80%;
  line-height: 130%;
}

/*トラックバック送信元など*/
.trackback-post{
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 15px;
  margin-left: 20px;
  padding-top: 3px;
  font-size: 78%;
  text-align: right;
}


/* ************************************************ 
 *  コメントエリアの設定
 * ************************************************ */

/* この記事へのコメント */
.comments-head{
  background-image: url(http://msunstudio.net/img/ti08_02mt.gif) ;
  font-size: 90%;
  background-color: #916721;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 36px;
  margin: 0 0 10px;
  color: #FFFFFF;
}

/* コメント投稿者日時など*/
.comments-post{
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 15px;
  margin-left: 20px;
  padding-top: 3px;
  font-size: 78%;
  text-align: right;}

/* コメント本文 */
.comments-body{
  margin: 5px 20px;
  font-size: 80%;
  line-height: 130%;
}

/* コメント入力テーブル */
table.form {
  width: 450px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.form td {
  line-height: 170%;
}

/* 本文 */
#text{}

/* メールアドレス */
#email{}

/* 名前 */
#author{}

/* URL */
#url{}

/*情報を記憶チェックボックス*/
#bake{}

/*確認せずに書込チェックボックス*/
#savecheck{}

/* ************************************************ 
 *  プラグイン設定
 * ************************************************ */

/* サイドブロック */
.side{
  margin-bottom: 10px;
}

/* サイドタイトル */
.sidetitle{
  border-left: 0px solid #584748;
  border-right: 0px solid #584748;
  background-image: url(http://msunstudio.net/img/ti08_02st.gif) ;
  background-color: #FFF;
  padding: 6px 6px 6px 36px;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 80%;
  color: #FFFFFF;
}

/* サイド本文 */
.sidebody{
  margin-bottom: 3px;
  margin-right:auto;
  margin-left:auto;
  width: 170px;
  font-size: 80%;
}

/* RSS */
ul.rss{
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}
ul.rss li{
  display: inline;
  margin-left: 10px;
  font-weight: bold;
}

/* カレンダー ここから ----------*/
/* 大枠 */
.calender{
  text-align: center;
  margin-bottom: 10px;
}
/* 上部年月日表示 */
.calendarhead{
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 11px;
}
/* 枠 */
.calendartable{
  border: 1px solid #828067;
  font-size: 12px;
  width: 160px;
  margin-right: auto;
  margin-left: auto;
}
/* 曜日枠 */
.calendarwd{
  background-color: #828067;
  padding: 5px;
}
/* 曜日 */
.calendarweek{}
/* 日付枠 */
.calendard{
  text-align: center;
  border: 1px solid #CCCCCC;
}
/* 日曜日 */
.sun{
  color: #CC0000;
}
/* 土曜日 */
.sat{
  color: #0099FF;
}
/* 今日 */
.today{
  font-weight: bold;
}
/* カレンダー ここまで ----------*/

/* カテゴリー */
.category {
  margin-bottom: 10px;
}

/* 最近の記事 */
.recententry {}

/* 過去記事 */
.archives {}

/* 最近のコメント */
.comment {}

/* 最近のトラックバック */
.trackback {}

/* お気に入り */
.link  {
  margin-bottom: 10px;
}

/* ブログ内検索 */
.search {
  margin-bottom: 10px;
}

/* QRコード */
.qrcode {
  margin-bottom: 10px;
}

/* アクセスカウンタ */
.counter {
  margin-bottom: 10px;
}

/* 読者登録 */
.subscription {
  margin-bottom: 10px;
}

/* プロフィール */
.profile {
  margin-bottom: 10px;
}
.nickname{
  font-weight: bold;
  word-spacing: 0.2em;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.photo{
  text-align: center;
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
}
.message{
  font-size: 80%;
  line-height: 120%;
  margin: 5px;
}

/* お勧め商品 */
.article_ad {
  margin-bottom: 10px;
}

/* タグクラウド */
.tag_cloud {
  margin-bottom: 10px;
}

/* カスタムプラグイン1 */
.custom1 {
}

/* カスタムプラグイン2 */
.custom2 {
  margin-bottom: 10px;
}

/* カスタムプラグイン3 */
.custom3 {
  margin-bottom: 10px;
}

/* オーナーにメッセージ */
.inquiry{}

/* 新規投稿 */
.blog_entry{}

/* マイアルバム */
.album{
  margin-bottom: 10px;
}
#album_img_flame{}
#album_href{}
#album_img{}
#album_title{}
#album_list{}

/* ************************************************ 
 *  フッターの設定
 * ************************************************ */

/* このページの上へ */
.pagetop{
  font-size: 80%;
  text-align: right;
  margin-top: 15px;
  margin-bottom: 10px;
}

/* このBlogのトップへ */
.menu{
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 80%;
  letter-spacing: 0.2em;
  text-align: center;
}

/* コピーライト */
#copyright{
  font-size: 80%;
  color: #FFFFFF;
}
/* Powered by てぃーだブログ */
.adFooter{
  font-size: 10px;
  line-height: 150%;
  text-align: center;
}


/* -------------------------------------
      2.h1-h6
 ------------------------------------- */
.h1 {
  float: left;
  width: 400px;
  margin-top: 25px;
}
/*      warp
----------------------------------- */
.warp_top {
  width: 100%;
  height: 85px;
  text-align: center;
  background: #f8e7dd url("http://msunstudio.net/img/header_top.gif") repeat-x;
}
.warp_global_navi {
  width: 100%;
  height: 50px;
  text-align: center;
  background: #f8e7dd url("http://msunstudio.net/img/g_nabo_back.gif") repeat-x;
}
.warp {
  width: 100%;
  overflow: hidden;
  background: #f8e7dd url("http://msunstudio.net/img/content_back.jpg") repeat-x;
}


/*      container_top
----------------------------------- */
.container_top {
  width: 950px;
  height: 85px;
  margin: 0 auto 0;
  text-align: left;
  background: url("http://msunstudio.net/img/top_back.png") no-repeat;
}
.container_top img {
  marign-top: 5px;
}
.top_info {
  float: right;
  width: 290px;
  height: 60px;
  margin-top: 25px;
}
/*      container_global_navi
----------------------------------- */
.container_global_navi {
  width: 950px;
  height: 50px;
  margin: 0 auto 0;
  text-align: left;
}
.global_navi {
  width: 950px;
  height: 50px;
  background: url("http://msunstudio.net/img/g_nabi.png") no-repeat;
}
.global_navi li {
  float: left;
}
.global_navi li a {
  display: block;
  width: 190px;
  line-height: 50px;
  text-indent: -9999px;
}
.global_navi .home a:hover {
  background: url("http://msunstudio.net/img/g_nabi02.png") no-repeat ;
}
.global_navi .class a:hover {
  background: url("http://msunstudio.net/img/g_nabi02.png") no-repeat -190px 0;
}
.global_navi .lecturer a:hover {
  background: url("http://msunstudio.net/img/g_nabi02.png") no-repeat -380px 0;
}
.global_navi .guidance a:hover {
  background: url("http://msunstudio.net/img/g_nabi02.png") no-repeat -570px 0;
}
.global_navi .info a:hover {
  background: url("http://msunstudio.net/img/g_nabi02.png") no-repeat -760px 0;
}
/*   said_navi
-------------------------- */
.said_navi {
  float: left;
  width: 200px;
  overflow: hidden;
  margin-bottom: 15px;
  color: #ffffff;
  background: #802e24 url("http://msunstudio.net/img/s_navi01.gif") no-repeat;
}
.said_navi li {
  line-height: 45px;
  text-align: center;
}
.lesson_details li{
}
.lesson_details li a {
  display: block;
  width: 200px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.lesson_details .ballet a:hover {
  background: #802e24 url("http://msunstudio.net/img/s_navi2_1.gif") no-repeat  0 -45px;
}
.lesson_details .exercise a:hover {
  background: #802e24 url("http://msunstudio.net/img/s_navi2_1.gif") no-repeat  0 -90px;
}
.lesson_details .gymnastics a:hover {
  background: #802e24 url("http://msunstudio.net/img/s_navi2_1.gif") no-repeat  0 -135px;
}
.lesson_details .musical a:hover {
  background: #802e24 url("http://msunstudio.net/img/s_navi2_1.gif") no-repeat  0 -180px;
}
.lesson_details .free a:hover {
  background: #802e24 url("http://msunstudio.net/img/s_navi2_1.gif") no-repeat  0 -225px;
}
.lesson_details .others a:hover {
  background: #802e24 url("http://msunstudio.net/img/s_navi2_1.gif") no-repeat  0 -270px;
}
.h_img {
  float: right;
}




/* clearfix ----------------------*/

.clr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clr {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html.clr {
  height: 1%;
}
.clr {
  display: block;
}
/* End hide from IE-mac */
