/* CSS Document */

/* Base Weblog (base-weblog.css) */

/* basic elements */
html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-size: 12px;
    background:#eeeeee;
}


/* ヘッダー */
#banner { 
    position: relative;
    height: 300px;
background-color:#ffffff;
}

#banner-inner {
    position: static;
	height: 300px;
}

h1.header {
    position: relative;
    top: 0;
    left: 0;
    width: 900px;
    height: 270px;
    margin: 0;
    font-size: 1em;
    background:url(http://zyouzyou.com/img/header_top01.jpg) repeat-y left top;
}


h1.header img{
    position:static;
    margin: 0;
    padding:0;
    border:0;
}



/* メニュー部分 */
#menu {
    width: 900px;
    height: 30px;
    margin: 0;
    padding: 0;
}

#menu ul
{
    width: 900px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu img {
    border:0px;
    margin: 0;
    padding: 0;
    vertical-align:top;
}

#menu li {
    width: 180px;
    height: 30px;
    margin: 0;
    padding: 0;
    float: left;
    display: block;
}

li.introduction a {
    width: 180px;
    height: 30px;
    background-image:url(img/menu01.jpg);
    display:block;
}

li.introduction a:hover {
    background-image:url(img/menu01_ro.jpg);
}

li.offer a {
    width: 180px;
    height: 30px;
    background-image:url(img/menu02.jpg);
    display:block;
}

li.offer a:hover {
    background-image:url(img/menu02_ro.jpg);
}

li.photo a {
    width: 180px;
    height: 30px;
    background-image:url(img/menu03.jpg);
    display:block;
}

li.photo a:hover {
    background-image:url(img/menu03_ro.jpg);
}

li.consulting {
    width: 180px;
    height: 30px;
    background-image:url(img/menu04.jpg);
    display:block;
}


li.consulting a {
    width: 180px;
    height: 30px;
    background-image:url(img/menu04.jpg);
    display:block;
}

li.consulting a:hover {
    background-image:url(img/menu04_ro.jpg);
}


li.inquiry a {
    width: 180px;
    height: 30px;
    background-image:url(img/menu05.jpg);
    display:block;
}

li.inquiry a:hover {
    background-image:url(img/menu05_ro.jpg);
}



/* page layout */

#container {
    margin: 0 auto; /* center on everything else */
    width: 900px;
    line-height:150%;
    letter-spacing: .1em;
    border:#999999 1px solid;
    text-align: left;
    background:url(http://zyouzyou.com/img/bg_container.gif) repeat-y left top;
}

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

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }


/* 本文 */
#alpha {
    margin:0;
    float: left;
    width:500px;
}

#alpha-inner {
    padding:10px;
}

img.topbnr {
margin:7px 5px;
}


/* 記事装飾 */

/* 本文タイトル */
h2.main {
    margin: 0;
    padding:3px 0 0 5px;
    font-size:16px;
    width:450px;
}

h2.content_title {
    margin: 10px 0 5px 0;
    padding: 0 10px 5px 10px;
    width: 460px;
    color:#000000;
    border-bottom:#061E4F 1px solid;
}

.content-nav {
    margin: 5px;
    text-align: center;
}

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

.entry-title {
    width: 480px;
    height: 25px;
    background:url(http://zyouzyou.com/img/bg_entrytitle.gif) no-repeat left bottom;
    padding: 0 10px;
    margin: 10px 0;
}

.date-header {
    padding:0;
    height: 18px;
    font-size: 12px;
    color:#666666;
}

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

.entry-body {
    padding: 0 10px 5px 10px;
    clear: both;
}





/* サイドバー */
#beta-left { 
    float: left;
    margin:0;
    width:200px;
}

#beta-left-inner {

}

#beta-right { 
    float: left;
    margin:0;
    width:200px;
}

#beta-right-inner {

}



.sidebar {
    margin:0px;
}

/* サイドバータイトル */

h3.sidebar_title {
    margin-top: 10px;
    padding: 5px 0 0 12px;
    width:200px;
    height:25px;
    letter-spacing: 0.2em;
    font:bold;
    font-size:12px;
    color:#061E4F;
    background: url(http://zyouzyou.com/img/bg_sidetitle.gif) no-repeat left top;
}


.module-content {
    position: relative;
    padding:0 9px;
    margin: 0 0 20px 0;
}

.module-content-prof {
    position: relative;
    padding:0 8px;
    margin: 0 0 10px 0;
    border-left:#333333 1px solid;
    border-right:#333333 1px solid;
    border-bottom:#333333 1px solid;
}

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

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.contentlist {
    margin:0;
    padding:0;
}

li.contentlist {
    list-style:none;
    margin-bottom:5px;
}

p.content-prof {
    margin:0 auto;
    padding:5px;
    border:#333333 1px solid;
    width:170px;
}

.photo_index {
    padding:0 0 0 19px;
}

/* 過去ブログリスト用 */

ul.tree {
    margin: 0 0 0 5px;
    padding: 0;
    font-size: 10px;
    list-style: none;
}
ul.tree ul {
    margin: 0 0 0 10px;
    padding: 0;
}
ul.tree li {
    margin: 0;
    padding: 0 0 0 11px;
    background-image: url(img/tree_lst.gif);
    background-repeat: no-repeat;
    list-style: none;
}
ul.tree li.tree_end {
    background-image: url(img/tree_end.gif);
    list-style: none;
    margin-bottom:5px;
}


/* フッター */
#footer {
    clear:both;
    width:900px;
    border-top: 1px solid #999999;
    padding:5px 0 5px 0;
    text-align:center;
    background-color:#fff
}




