* {
    margin : 0 ;
    padding : 0 ;
    line-height : 1.5 ;
}

html {
    width : 100% ;
    height : 100% ;
}

body{
    width : 100% ;
    height : 100% ;
	color : #333 ;
	font-size : 80% ;
	font-family : Arial,
                  Helvetica,
                  メイリオ,
                  "ヒラギノ角ゴ Pro W3",
                  "Hiragino Kaku Gothic Pro",
                  Osaka,
                  "ＭＳ Ｐゴシック",
                  sans-serif;
}

/* 基本レイアウト */

html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/* 見出し */

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


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

a { color: #000099; text-decoration: underline; }
a:hover { color: #CC0000; }


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

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


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

.module-content a { color: #000099; }
.module-content a:hover { color: #CC0000; }


/* 表示補助 */

.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; }
/* */

img#topimage
{
		float:right;
		margin:0px 10px 10px 10px;
		vertical-align:middle;
}

img#topimage-l
{
		float:left;
		margin:0px 10px 10px 10px;
		vertical-align:middle;
}

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

body {
    text-align: center; /* center on ie */
    font-family: 'trebuchet ms', verdana, helvetica, arial, "MS Pゴシック","osaka", sans-serif;
    margin: 0px;
    padding: 0;
    font-size: 0.8em;
    color: #333;
    background: url("http://www.zanzotraining.com/image/bg.gif") top repeat-x;
    line-height: 1.5;
}

#container
{
    position: relative;
    width: 780px;
    margin: 0 auto;
    background: url(http://www.zanzotraining.com/image/container.gif) repeat-y;
    text-align: left;
}

#container-inner
{
    position: static;
    width: 780px;
    margin: 0;

}


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

#banner {
    position: relative;
    width: 780px;
    height: 160px;
    background-image: url("http://www.zanzotraining.com/image/mt_top.jpg");
}

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

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

#banner-header
{
    margin: 0;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; top:20px; left:25px;
}

/* ヘッダー（サイト説明） */

#banner-headersub
{
    margin: 0;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.25;
    position:absolute; top:68px; left:30px;
}

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

#banner-search
{
    position:absolute; bottom:10px; right:130px;
}


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

#banner-description
{
    display: none;
}


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

#mainbody
{
    position: relative;
    width: 100%;
    text-align: center;
    background: url(http://www.zanzotraining.com/image/container.gif) repeat-y;

}

#mainbody-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: 548px; 
}
#alpha-inner { 
    padding: 5px 15px 10px 0;
}


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

#beta {
    width: 210px;
}

#beta-inner{ padding: 0 0 10px 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;
    height: 31px;
    background-image: url("http://www.zanzotraining.com/image/mt_archiveheader.gif");
    background-repeat: no-repeat;
    padding: 12px 0 3px 72px;
    color: #333333;
    font-size: 1em;
    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;
}


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

h4{
   font-size:1em;
   font-style:normal;
   line-height:20px;
   padding-left:20px;
   background:url(image/h4bg.gif) left top no-repeat;
   margin:20px 30px 2px 10px;
   clear:both;
}

h5{
   font-size:1em;
   font-style:normal;
   line-height:20px;
   padding-left:20px;
   background:url(image/h5bg.gif) left top no-repeat;
   margin:3px 10px 2px 13px;
   clear:both;
}

.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-body p {
    padding: 0 10px;
    font-size: 1.2em;
}


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

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

.entry-header {
    margin-top: 10px;
    border-left: 5px solid #dae0e6;
    padding: 0 0 0 10px;
    color: #666;
    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;
    padding: 5px 0;
    color: #666;
    font-size: 10px;
    text-align: right;
}

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

.content-nav
{
    margin: 5px 0;
    text-align: center;
}
.content-nav-bread
{
    position: relative;
    margin: 2px 0 10px 0;
    text-align: left;
}

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

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

.content-header
{
    height: 26px;
    margin: 2px 0;
    background-image: url("http://www.zanzotraining.com/image/mt_contentheader.gif");
    background-repeat: no-repeat;
    padding: 12px 0 3px 32px;
    color: #333333;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.25;
    clear: both;
}

/* フッター */

#footer
{
    position: relative;
    width: 780px; 
    height: 150px;
    background: url("http://www.zanzotraining.com/image/mt_footer.gif") no-repeat;
}

.footer-navi
{ 
   margin: 0;
   padding: 20px 0 3px 0;
   font-size: 0.8em;
   text-align: center;
   line-height: 1.5em;
   clear: both;
}

#footer-inner
{
    padding : 5px 10px 0 10px;
    line-height: 1.6em;
    font-size: 0.7em;
    text-align: center;
    color: #3D3D3D;
}

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

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



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

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

    height: 28px;
    background: url("http://www.zanzotraining.com/image/mt_moduleheader.gif");
    background-repeat: no-repeat;
    font-size:10px;
    color: #333;
    line-height: 2.8;
    margin: 0 0 3px 11px;
    padding-left:29px;
    font-weight: bold;
    text-transform: uppercase;
}

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

.module-content {
    position: relative;
    margin: 0;
    padding: 0;
}
.module-content p {
    margin: 0;
    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
{
    display: block;
    font-size: 10px;
    line-height: 3.5;
    height: 35px;
    margin: 0 0 0 16px;
    padding: 0 0 0 24px;
    letter-spacing: 0.1em;
    background: url("http://www.zanzotraining.com/image/mt_sidenavi.gif") no-repeat;
    text-decoration: none;
    color: #333;
}


.module-list-item a:hover
{
   background-image: url("http://www.zanzotraining.com/image/mt_sidenavi_h.gif");
   color: #333333;
   background-repeat: no-repeat;
}


/* その他 */

.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 */
    position: relative;
    width: 100%;
    width: auto;
    margin: 0;
    border-left: 10px solid #a3b8cc;
    padding: 5px;
    font-size: 16px;
    color: #fff;
    background: #36414d;

}

#ads {
    background:none;
    width:160px;
    margin:0 0 0 23px;
    border:1px #FEA145 solid;
}

#zan  {
    padding: 0 30px;
}

.side_pr{
    padding: 10px 7px 10px 22px;
    font-weight :bold;
}

.side_pr .des{
    font-family: 'メイリオ', sans-serif;
    font-size :11px!important;
    font-weight :normal;
    color: #000;
}




.page_inquiry_style p {
    margin-left: 0;
    padding-right: 25px;
}
.page_inquiry_style h4 {
    margin-left: 0;
}
