/* 基本レイアウト */

html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }
body,td,th { font-size: 12px; }

/* 見出し */

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;
}

h2 {font-size: 16px;}

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

a { color: #36414d; text-decoration: underline; }
a:hover { color: #a3b8cc; }


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

#banner a { color: #FFFFFF; text-decoration: none; }
#banner a:hover { color: #666666; }


/* リンク色（サイドメニュー） */

.module-content a { color: #36414d; }
.module-content a:hover { color: #a3b8cc; }


/* 表示補助 */

.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: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


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

body {
    min-width: 800px;
    text-align: center; /* center on ie */
    font-family: 'trebuchet ms', verdana, helvetica, arial, "MS Pゴシック","osaka", sans-serif;
    margin: 0px;
    padding: 0;
    color: #333;
    background: #DDEEFF;
    line-height: 1.5;
}
td,th { line-height: 1.5; }
#container
{
    position: relative;
    width: 800px;
    margin: 0 auto;
    text-align: left;
    background: #fff;
}

#container-inner
{
    position: static;
    width: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #666;
}


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

#banner {
    position: relative;
    width: 798px; /* necessary for ie win */
    height: 120px;
    background-image: url("img/banner1.jpg");
}

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

/* ヘッダー（サイトタイトル） */

#banner-header
{
    margin: 0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; top:3px; left:200px;
}

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

#banner-search
{
    position:absolute; bottom:5px; right:10px;
    color: #FFFFFF;
}

#banner-search1
{
    position:absolute; bottom:5px; right:200px;
    color: #FFFFFF;
}


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

#banner-description
{
    display: none;
}


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

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

#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: 596px; 
}
#alpha-inner { 
    padding: 10px;
}


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

#beta {
    width: 200px;
}

#beta-inner{ 
    padding: 10px; 
}


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


/* 記事部分見出し */

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    position: relative;
    width: 100%;
    width: auto;

    margin: 5px 0;
    border-left: 5px solid #36414d;
    padding: 3px 0 3px 8px;
    color: #fff;
    background-image: url("img/back32.jpg");
    font-size: 14px;
    font-weight: bold;
    line-height: 1.25;
    clear: both;
}

.archive-header1 {
    /* ie win (5, 5.5, 6) bugfix */
    position: relative;
    width: 100%;
    width: auto;

    margin: 0 0 15px 0;
    border-left: 5px solid #36414d;
    padding: 3px 0 3px 8px;
    color: #fff;
    background-image: url("img/back32.jpg");
    font-size: 14px;
    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: #fff;
}


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

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

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

.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: 10px 0;
}

.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: 5px solid #36414d;
    padding: 0 0 0 10px;
    color: #000066;
    font-size: 14px;
    background-image: url("img/back34.jpg");
}
.entry-header a {
    text-decoration: none;
    color: #666;
 }
.entry-header a:hover {
    text-decoration: none;
    color: #FFFFFF;
 }

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

.entry-footer,
.comment-footer,
.trackback-footer {
    margin: 5px 0 0 0;
    border-top: 1px dotted #3D7F7B;
    padding: 5px 0 0 0;
    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;
}
.content-nav-bread
{
    position: relative;
    background: #ffffff;
    margin: 5px 0;
    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: 798px; 
    height: 80px;
    background-image: url("img/back33.jpg");
}

#footer-inner
{
    line-height: 58px;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}

#footer-inner a
{
    color: #FFFFFF;
    text-decoration: none;
}

#footer-inner a:hover
{
    color: #666666;
    text-decoration: none;
}

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


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

.module-header {
    /* ie win (5, 5.5, 6) bugfix */
    position: relative;
    width: 100%;
    width: auto;
    padding: 5px;
    color: #fff;
    background-image: url("img/back31.jpg");
    line-height: 1.25;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.module {
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding-bottom: 18px;
    background: #FFFFFF;

}

.module-content {
    position: relative;
    margin: 0;
    padding: 0;
    background: #DDEEFF;
}
.module-content p {
    padding: 0 5px;
}
.module-content1 {
    position: relative;
    margin: 0;
    padding: 0 5px 0 5px;
    background: #DDEEFF;
}
.module-content1 p {
    padding: 0 5px;
}
.module-list
{
   margin: 0;
   padding: 0;
   list-style : none ;
}
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item a
{
    width: 180px; 
    background-image: url("img/category01.gif");
    text-indent: 25px;
    display: block;
    font-size: 14px;
    line-height: 1.25;
    margin: 0;
    padding: 5px 0;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #000066;
    border-top: 1px solid #FFFFFF;
}


.module-list-item a:hover
{
   background-image: url("img/category02.gif");
   color: #000066;
    border-top: 1px solid #FFFFFF;
}

.module-list-item1 a
{
    width: 120px; 
    background-image: url("img/category011.gif");
    text-indent: 25px;
    display: block;
    font-size: 14px;
    line-height: 1.25;
    margin: 0;
    padding: 5px 0;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #000066;
    border-top: 1px solid #FFFFFF;
}


.module-list-item1 a:hover
{
   background-image: url("img/category021.gif");
   color: #000066;
    border-top: 1px solid #FFFFFF;
}

.module-list-item3 a
{
    width: 180px; 
    background-image: url("http://www.minamialps-shokokai.jp/img/category011.gif");
    text-indent: 25px;
    display: block;
    font-size: 14px;
    line-height: 1.25;
    margin: 0;
    padding: 5px 0;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #000066;
    border-top: 1px solid #FFFFFF;
}


.module-list-item3 a:hover
{
   background-image: url("http://www.minamialps-shokokai.jp/img/category021.gif");
   color: #000066;
    border-top: 1px solid #FFFFFF;
}

.module-list-description
{
   padding-left: 30px;
}
/* その他 */

.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: 16px;
}
.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: 12px; }
.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 */
    width: 100%;
    width: auto;

    margin-top: 10px;
    border-left: 5px solid #36414d;
    padding: 0 0 0 10px;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    background-image: url("img/back34.jpg");

}

.td01 {
	color: #660000;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #3D7F7B;
	border-left-color: #FFDDAA;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
}.td02 {
	color: #660000;
	background-color: #DDFFDD;
}
.td03 {
	color: #3D7F7B;
    font-weight: bold;                
}
.td04 {
	font-weight: bold;
	color: #CC0000;
}
.td05 {
	font-size: 10px;
	color: #660000;
}
.td06 {
	color: #3D7F7B;
}
.td07 {
	color: #3D7F7B;
	font-weight: bold;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
.td08 {
	color: #3D7F7B;
	font-weight: bold;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	padding-bottom: 5px;
}
.td09 {
	color: #3D7F7B;
	font-weight: bold;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-bottom: 5px;
}
.style1 {
	color: #660000;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
                font-size: 16px; 
}
.style2 { color: #FFFFFF; }

.fbox {
    zoom: 100%;
}
.fbox:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3;
}
.banner_shop {
	background-image: url(http://www.minamialps-shokokai.jp/shopimage/banner.jpg);
}
.st1 {
	font-size: 14px;
	color: #009900;
	line-height: 1;
}
.st2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
.st3 {
	font-size: 16px;
	color: #FFFFFF;
	margin-right: 10px;
	font-weight: bold;
}
.st4 {
	padding-top: 7px;
	padding-right: 5px;
}
.st5 {
	padding: 10px;
}
.st6 {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	padding: 5px;
	line-height: 1.5;
}
.st7 {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #006600;
	padding: 3px;
	background-color: #F4F2FD;
}
.st8 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	line-height: 1.3;
}
.st9 {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #333333;
	padding: 3px;
	background-color: #E8E6F3;
}
.st10 {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #333333;
	padding: 3px;
}
.st11 {
	line-height: 1.3;
	padding: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}
.ippin01 {
	color: #FFFFFF;
	font-size: 16px;
	/* background-color: #006600; */
	background-color: #533177;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.ippin02 {
	color: #FFFFFF;
	background-color: #c8381c;
	/* background-color: #ddeeff; */
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
.ippin03 {
	font-size: 14px;
}
.ippin04 {
	background-color: #006600;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 3px;
	color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.ippin041 {
	color: #36414d;
	background-color: #fdd000;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 3px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.ippin042 {
	color: #36414d;
	background-color: #ef856d;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 3px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.ippin043 {
	color: #36414d;
	background-color: #aacd06;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 3px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.ippin044 {
	color: #36414d;
	background-color: #7cb9e6;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 3px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.ippin045 {
	color: #36414d;
	background-color: #d3b0d2;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 3px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.ippin05 {
	margin:0px 0px 0px 0px;
	padding: 2px;
	color: #FFFFFF;
	font-size: 14px;
	/* background-color: #006600; */
	background-color: #533177;
	font-weight: bold;
	text-align: center;
}
.ippin06 {
	margin:0px 0px 0px 1px;
	padding: 2px;
	color: #FFFFFF;
	background-color: #c8381c;
	/* background-color: #ddeeff; */
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.ippin07 {
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #99CCFF;
	font-weight: bold;
	text-indent: 10px;
}
.ippin08 {
	text-indent: 10px;
}
.ippin09 {
	margin:0px 0px 0px 1px;
	padding: 2px;
	background-color: #006600;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}
.ippin10 {
	color: #FFFFFF;
	text-indent: 10px;
}
.ippin11 {
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #99CCFF;
	font-weight: bold;
	text-indent: 10px;
	height:50px;
}
.ippin12 {
	padding-left: 10px;
	vertical-align: middle;
}


