/* 基本レイアウト */

html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a img { border: 0; }


/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
    margin-top: 10px;
    margin-bottom: 10px;
}


/* リンク色（ページ全体） */

a { text-decoration: none; }

a:link { color : #0000ff;}　/* リンクの色 */

a:active { color : #cc00ff; }　/* クリック時のリンクの色 */

a:visited { color : #004080; } /* 訪問済みのリンク色 */

a:hover {
	color: #ff0000;
	background-color: #eaede4;
	text-decoration: underline;
} /* マウスが上にきた時のリンクの色・背景色 */


/* リンク色（サイトタイトル） */

#banner a { color: #000; text-decoration: none; }
#banner a:hover { color: #ff0000;
	background-color: #eaede4;
	text-decoration: underline;
} /* マウスが上にきた時のリンクの色・背景色 */

/* リンク色（サイドメニュー） */
.module-content a { text-decoration: none; }
.module-content a:link { color : #0000ff;}　/* リンクの色 */
.module-content a:active { color : #cc00ff; }　/* クリック時のリンクの色 */
.module-content a:visited { color : #004080; } /* 訪問済みのリンク色 */
.module-content a:hover { color: #ff0000;
	background-color: #eaede4;
	text-decoration: underline;
} /* マウスが上にきた時のリンクの色・背景色 */


/* 表示補助 */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 100%;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* ページレイアウト */

body {
    text-align: center; /* center on ie */
    font-family: "Verdana","Chicago", sans-serif;
    margin: 0px;
    padding: 0;
    font-size: 100%;
    color: #333;
           background-image: url("http://www.mama-skip.com/9.gif");
    line-height: 1.5;
}

.toptext{
font-size: 75%;
}

#container
{
    position: relative;
    width: 800px;
    margin: 0 auto;
    text-align: left;
    background: #fff;
border : 1px solid #cccccc;
}

#container-inner
{
    position: static;
    width: auto;
}


/* ヘッダー（レイアウト） */

#banner {
    position: relative;
    width: 800px; /* necessary for ie win */
    height: 180px;
    background: #fff;
    border-top: 10px solid #ffccff;
}

#banner-inner {
    position: static;
    height: 100%;
}
/* ヘッダー（サイトタイトル） */

#banner-title
{
   width: 800px; 
    margin: 0;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; top:5px; left:15px;
}

#banner-header
{
   width: 800px; 
height: 200px;
    margin: 0;
    color: #fff;
    font-size: 85%;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; top:20px; left:15px;
}

/* ヘッダー（検索ボックス） */

#banner-search
{
    position:absolute; bottom:20px; right:20px; top:5px;
}


/* ヘッダーその他（変更不要） */

#banner-description
{
    display: none;
}


/* メニュー(管理者情報)*/
#menu{
	width : 780px;
	font-size: 80%;
	margin: 0 10px ;
	padding: 0 10px;
	border-top: 1px dotted #ff99ff;
	border-bottom: 1px dotted #ff99ff;
	font-weight:bold; 
	text-align: right;
position:absolute; top:105px; right:10px;
}

#menu ul{
	list-style: none;
}

#menu li{
	list-style: none;
	display: inline;

/* リンク色（サイドメニュー） */
#menu a { text-decoration: none; }
#menu a:link { color : #0000ff;}　/* リンクの色 */
#menu a:active { color : #cc00ff; }　/* クリック時のリンクの色 */
#menu a:visited { color : #004080; } /* 訪問済みのリンク色 */
#menu a:hover { color: #ff0000;
	background-color: #eaede4;
	text-decoration: underline;
} /* マウスが上にきた時のリンクの色・背景色 */

}

/*--ヘッダーPR/パンクズ*/
#pan {
    position: relative;
    width: 800px; /* necessary for ie win */
}

#pan-inner {
    position: static;
    height: 100%;
}

/* CONTENTS*/
#contents{
	width : 780px;
	font-size: 80%;
	margin: 0 10px ;
	padding: 0 10px;
	font-weight:bold; 
	text-align: left;
position:absolute; top:175px; right:10px;
}

#contents ul{
	list-style: none;
}

#contents li{
	list-style: none;
	display: inline;

/* リンク色（サイドメニュー） */
#contents a { text-decoration: none; }
#contents a:link { color : #0000ff;}　/* リンクの色 */
#contents a:active { color : #cc00ff; }　/* クリック時のリンクの色 */
#contents a:visited { color : #004080; } /* 訪問済みのリンク色 */
#contents a:hover { color: #ff0000;
	background-color: #eaede4;
	text-decoration: underline;
} /* マウスが上にきた時のリンクの色・背景色 */

}


/* メインコンテンツ全体 基本レイアウト*/

#pagebody
{
    position: relative;
    width: 100%;
    text-align: center;
	float:left;
}

#pagebody-inner 
{
    position: static;
    width: 100%; 
    text-align: left; 
}


#alpha
{
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
}

#beta
{ 
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}


#alpha-inner, #beta-inner{
   position: static;
}


/* メインコンテンツ基本レイアウト（記事部分） */

#alpha { 
    width: 598px; 
}
#alpha-inner { 
    padding: 10px;
}


/* メインコンテンツ基本レイアウト（サイドメニュー左） */

#beta {
    width: 200px;
    background: #fff;
}

#beta-inner{ padding: 10px; }

/* 記事部分レイアウト */

.data{
	margin:10px 0 5px 0;
	padding:0 0 0 10px;
	line-height:20px;
	font-size:80%;
	color:#000;
text-align: right;
}

/* 記事部分見出し */

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 98%;
    w\idth: auto;

    margin: 5px 0;
    border-left: 10px solid #ff00ff;
border-right:solid 1px #ccc; 
border-bottom:solid 1px #ccc; 
    padding: 3px 0 3px 8px;
    color: #000033;
    background: #ffccff;
    font-size: 85%;
    font-weight: bold;
    line-height: 1.25;
    clear: both;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover {
    color: #000033;
}


/* 記事部分コンテンツ */

.date-header,
.entry-content {
    position: static;
    clear: both;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed,
.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.entry-body,.entry-more {
    margin-top: 5px;
padding: 5px;
font-size:90%;
}

.entry-body2{
    clear: both;
font-size:90%;
}

.entry-more-link{ text-align: right; }

.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

.comments-open-header {
    clear: both;
}

#comment-post {
    font-weight: bold;
}

.date-header {
    margin: 5px 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.entry-header {
    margin-top: 10px;
    border-left: 10px solid #ff99ff;
   border-bottom:solid 2px #ccc; 
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: bold;
}
.entry-header a { text-decoration: none; }

.entry-content,
.comment-content,
.trackback-content {
    margin: 0;
    line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer {
    margin: 5px 10px 0 0;
    border-top: 1px dotted #dae0e6;
    color: #666;
    font-size: 10px;
    text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer {
    margin-left: 10px;
}

.content-nav
{
    background: #ffffff;
    margin: 5px 0;
    text-align: center;
font-size: 85%;
}
.content-nav-bread
{
    position: relative;
  background: #ffccff;
    margin: 5px 0;
    padding: 0 0 0 10px;
    text-align: left;
  }

#trackbacks-info {
    margin: 10px 0;
    border: 1px dashed #a3b8cc;
    padding: 0 10px;
    color: #292e33;
    font-size: 11px;
    text-align: center;
    background: #e6ecf2;
}

.comments-open-footer {
    margin: 10px 0;
}

.gotop { text-align: right;  clear: both;}

.img
{
    float: left;
    margin-right: 5px;
    text-align: center;
}


/* フッター */

#footer
{
    position: relative;
    width: 800px; 
    height: 58px;
    background: #ｆｆ99ｆｆ;
	clear:both;
}

#footer-inner
{
    line-height: 58px;
    font-size: 0.8em;
    text-align: center;
  background: #ffcccc;
}

.footer-navi
{ 
   width: 798px;
   background: #ffccff;
   font-size: 0.8em;
   text-align: center;
   line-height: 20px;
   clear: both;
}

.footer-text{
  width: 798px;
   background: #ffffff;
   font-size: 0.8em;
   text-align: center;
   line-height: 20px;
   clear: both;
}

/* サイドメニュー内部 */

.module-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    border-left: 10px solid #ff00ff;
　	border-right:solid 1px #ccc; 
	border-bottom:solid 1px #ccc; 
    padding-top: 5px;
    color: #000033;
    background: #fee;
    line-height: 1.25;
    margin: 0px;
    font-size: 85%;
    font-weight: bold;
    text-transform: uppercase;
}

.module {
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding-bottom: 5px;
}

.module-content {
    position: relative;
    margin-top: 5px;
    padding: 5px 0;
font-size: 90%;
}
.module-content p {
    padding: 0 5px;
}
.module-list
{
   margin: 0;
   padding: 5px 0;
   list-style : none ;
}
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item {
margin: 0px;
list-style: none;
}

.module-list-item2 {
margin: 0px;
    padding: 0 0 0 17px;
   list-style: none;
background: url(http://www.mama-skip.com/sozai/enpitu.gif) no-repeat 1px 0.15em;
}

.module-list-item3 {
margin: 0px;
    padding: 0 0 0 17px;
   list-style: none;
background: url(http://www.mama-skip.com/sozai/ya06.gif) no-repeat 1px 0.15em;
border-bottom : 1px solid #e7e7e7;
}

.module-list-item a
{
    width: 178px; 
       display: block;
    font-size: 90%;
    line-height: 1.25;
     text-decoration: none;
border-bottom : 1px solid #e7e7e7;
margin-top: 5px;
}


.module-list-item a:hover
{
   background-color: #eaede4;
text-decoration: none;
   color: #ff0000;
}


/* その他 */

.entry-tags { margin: 15px 0; clear: both;}
.entry-tags ul {
    padding-left: 10px;
    margin:10px 0px; 
    list-style : disc;
}
.entry-tags li { float: left; padding-left: 15px; display: block; }

.mt-search-results .search-results-header {
    border: 2px solid #669;
    background-color: #36414d;
    color: #eee;
    padding: 5px;
    margin: 0px; 
    font-size: 80%;
}
.mt-search-results .search-results-container { margin-left:10px; }
.mt-search-results form#search-form { width: 400px; margin: 0px auto 0px auto; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align:center; }


.main-index .date-header { display: none; }

form textarea#comment-text { width:400px; }

.module-welcome p { font-size: 80%; }
.module-content p.first { margin-top:0px; }

.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {

    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 5px 0;
    border-left: 10px solid #0033ff;
    padding: 5px;	
font-weight:bold;  
	border-top:solid 1px #ccc; 
border-bottom:solid 1px #ccc;
    color: #000033;
    background: #ffffff;
font-size:90%;
}

/* 記事内ラベル　追 */
.label {
	margin : 20px 0 10px 0;
	color : #000;
	background:#ffff99; 
	padding: 5px 10px 0 10px; 
	font-weight:bold;  
line-height: 1.25;
border-right:solid 1px #ccc; 
border-bottom:solid 1px #ccc;
 }

/*  記事内テーブル 追　*/
table.no1 {
	width : 550px;	
	font-size: 95%;
	border : 1px solid #cccccc;
}

table.no1 td {
	padding : 5px;
	border : 1px dotted #cccccc;
line-height: 1.75;
}

/* タイトルラベル */
.title01 { 
	background:#fee;
margin-top: 20px;
    margin-bottom: 10px;
	padding:0 5px; 
	font-weight:bold; 
	border-right:solid 1px #ccc; 
	border-bottom:solid 1px #ccc; 
	border-left:solid 10px #f66;
line-height: 1.25;
}

/* mainINFO（スクロールバー） */
.infom{
	overflow: auto;
	height: 250px;
	margin: 10px 10px 0 10px;
	padding: 5px;
	font-size: 85%;
	border : 1px solid #cccccc;
}



/* INFO（スクロールバー） */
.info{
	overflow: auto;
	width: 160px;
	height: 200px;
	margin: 10px 0px;
	padding: 5px;
	font-size: 85%;
	border : 1px solid #cccccc;
}

.title02 { 
	background:#fee; 
	padding:0 10px; 
	font-weight:bold; 
	border-bottom:solid 1px #f66; 
	font-size:95%;
line-height: 1.25;
}
h3 {
	margin : 20px 0 10px 0;
	background:#ffffff; 
	padding:0 5px; 
	font-weight:bold; 
	border-bottom:solid 1px #ff00ff
font-size: 110%;
 }

/*  メイン用テーブル 追　*/
table.no2 {
	width : 570px;	
	font-size: 95%;
	border : 1px solid #cccccc;
}

table.no2 td {
        width : 50%;
	padding : 5px;
	border : 1px dotted #cccccc;
line-height: 1.75;
}

.entry-body ul {
list-style-image : url("http://www.mama-skip.com/engel/ttii03.gif");
padding : 5px;
}

.entry-body li {
	text-align : left;
	border-bottom : 1px solid #e7e7e7;
	margin-left :10px;
}

/* メイン枠 */
.waku {
	width : 570px;
	margin : 10px 0px;
	padding : 5px;
	text-align : left;
	border : 1px solid #cccccc;
	font-size : 90%;
	line-height: 1.75;
}

/* 背景色付き枠 */
.kakomi {
border:1px solid #777777;
background:#eef0ff;
font-size:13px;
color:#000000;
text-align:left;
width:95%;
padding:5px;
}

ul.tree {
    margin: 0 0 0 3px;
    padding: 0!important;
    font-size: 95%;
    list-style: none!important;
}
ul.tree ul {
    margin: 0!important;
    padding: 0!important;
}
ul.tree li {
    margin: 0px;
    padding: 0 0 0 17px;
    background: url(http://www.mama-skip.com/sozai/oukan02.gif) no-repeat 1px 0.15em;
    list-style: none;
}
ul.tree li li {
    margin: 0!important;
    padding: 0 0 0 15px!important;
    background: url(http://www.mama-skip.com/tree_lst_solid.gif) no-repeat 4px 0;
    list-style: none!important;
}
ul.tree li li.tree_end {
    background: url(http://www.mama-skip.com/tree_end_solid.gif) no-repeat 4px 0;
    list-style: none;
}

/*新着カテゴリーNEW表示*/
span.new {
    display: none;
    color: red;
    font-weight: bold;
}

/*画像枠*/
.shadow {
    margin: 10px 5px 0 5px;
    background: url(http://www.mama-skip.com/sozai/shadow_001.gif) right bottom;
    float: left; /* 回り込み制御 */
}
 
.shadow img {
    position: relative;
    left: -5px; /* 画像を左へ移動 */
    top: -5px; /* 画像を上へ移動 */
    padding: 5px; /* 画像枠 */
    background: #ffffe0; /* paddingを設定した場合の背景色 */
}

.entry-headercate {
    margin-top: 10px;
    border-left: 10px solid #ff99ff;
   border-bottom:solid 1px #ccc; 
    padding: 0 0 0 10px;
    font-size: 12px;
    font-weight: bold;
}
.entry-header a { text-decoration: none; }

/* テーブル */
TABLE.no5 {	
	border-collapse: collapse;
	width : 100%;
	margin : 10px 5px;
	padding : 5px;
	text-align : left;
}

TABLE.no5 TD {
	border : 1px dotted #cccccc;
                width : 180px;
	font-size: 90%;
	line-height: 150%;
}

.top-title {
    margin-top: 10px;
    border-left: 5px solid #0000ff;
   border-bottom:solid 2px #ccc; 
　border-top:solid 1px #ccc;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: bold;
}
.top-title a { text-decoration: none; }

.pr{
margin-top: 5px;
padding: 5px;
font-size:90%;
	text-align : center;
}


table.no6 {
	width : 98%;	
	font-size: 95%;
line-height: 1.5;
}
table.no6 td {
        border-bottom : 1px dotted #cccccc;
line-height: 1.5;
}
.label6{
	margin : 5px 0 ;
	color : #000;
	background:#ffff99; 
	padding: 5px 10px 0 10px; 
	font-weight:bold;  
line-height: 1.5;
border-right:solid 1px #ccc; 
border-bottom:solid 1px #ccc;
 }
