html {
    margin: 0;
    padding: 0;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
	background-image: url(image/bg.jpg);
	background-repeat: repeat;
	height:100%;
}

a img { border: 0; }

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


/* standard helper classes */

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

/* .pkg class wraps enclosing block element around inner floated elements */
.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; }
/* */


/* page layout */


#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    /* width: 720px; */
    text-align: left;
}
#container-inner { position: static; width: auto; }



#pagebody {
	position: relative;
	width: 100%;
	background-image: url(http://www.naito-izumi.net/image/end_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 0px;
}
#pagebody-inner {
	position: static;
	width: 100%;
}

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

#delta { float: right; }

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


/* banner user/photo */

.banner-photo img {
    margin: 0;
    padding: 0;
}


/* content */


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

.entry,
.archive {
	position: static;
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
}

.entry-content {
    clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

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



/* modules */

.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-content {
    position: relative;
    margin: 5px 5px 5px 0px;
}

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



/* basic page elements */


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

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

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

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

    margin: 0;
    border-left: 5px solid #36414d;
    padding: 3px;
    color: #fff;
    background: #66AD33;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.archive-header a,
.archive-header a:hover {
    color: #fff;
}

.entry-more-link {
    font-size: 11px;
    margin-left: 10px;
}
.entry-footer,
.typelist-thumbnailed {
    font-size: 11px;
}



/* page layout */


#container {
	width: 900px;
	margin-bottom: 0px;
	background-color: #FFF;
}

#container-inner {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9999ce;
	border-left-color: #9999ce;
}

#banner {
    /* width: 798px; */
    background: #fff;
	position: relative; 
}

#banner-inner {
	padding: 0px 0px;
	position: static;
}




#banner-header {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-shadow: #36414d 0 2px 3px;
   display: none;
}

#banner-description {
    margin-top: 2px;
    margin-left: 5px;
    margin-bottom: 0;
    color: #000;
    background: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.125;
}

/*
#alpha { margin: 0px 0px 10px 0px; width: 230px; background: #fff8d2; }
#beta { width: 396px; background: #fff8d2; }
#gamma, #delta { width: 165px; background: #fff8d2; }
*/

/*
#alpha-inner {
    padding: 10px 5px 0 5px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #9999ce;
}
#beta-inner {
    padding: 10px 5px 0 5px;
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-color: #9999ce;
}
#gamma-inner,
#delta-inner {
    padding: 10px 0px 0 5px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #9999ce;
}

.date-header {
    margin-top: 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
*/
.entry-header {
	margin-top: 0;
// #FFE344
    padding: 0 0 0 10px;
	color: #4B4B4B;
	font-size: 16px;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #57763D;
	padding-bottom: 2px;
	font-weight: bold;
	background-image: url(http://www.naito-izumi.net/image/title_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

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

.entry-tags {
    margin: 0 0 10px 10px;
}

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }

.entry-tags-list {
    list-style:none;
    padding: 0px;
}

.entry-footer {
    margin: 0 0 20px 0;
    border-top: 1px solid #dae0e6;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}


.content-nav { margin-top: 0; }


/* modules */
/*
.module {
    margin: 0 0 0px 0;
}

.module-content {
    margin: 0 0 5px 0;
    padding: 5px 5px 0 5px;
    font-size: 10px;
    line-height: 1.2;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 80px; }
.module-search {
	width: 150px;
	background-color: #447A1A;
}
*/


/* artistic tweaks */
/*
.layout-artistic #alpha { width: 260px; }
.layout-artistic #beta { width: 420px; }

.layout-artistic #gamma,
.layout-artistic #delta {
    width: 190px;
}

.layout-artistic #gamma-inner,
.layout-artistic #delta-inner {
    border: 0;
    padding: 0;
}
*/


/* timeline tweaks */
/*
.layout-timeline #alpha { width: 260px; }
.layout-timeline #beta { width: 420px; }

.layout-timeline #gamma,
.layout-timeline #delta {
    width: 190px;
}

.layout-timeline #gamma-inner,
.layout-timeline #delta-inner {
    border: 0;
    padding: 0;
}
*/


/* 
--------------------------------------------------------------------------------
		two-column-left tweaks 
--------------------------------------------------------------------------------
*/

.layout-two-column-left #alpha {
	width: 155px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3D6D17;
	margin-left: 30px;
	height: 750px;
}

.layout-two-column-left #alpha-inner {
	background-color: #3D6D17;
	margin-left: 2px;
	background-image: url(http://www.naito-izumi.net/image/menu_bg.gif);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 10px;
	height: 100%;
}

.layout-two-column-left #beta {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #A8B49E;
	width: 651px;
}

.layout-two-column-left #beta-inner {
	background-image: url(http://www.naito-izumi.net/image/contents_bg2-2.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	min-height: 570px;
}
.layout-two-column-left #beta-top {
	background-image: url(http://www.naito-izumi.net/image/contents_bg2-1.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 651px;
}
.layout-two-column-left #beta-bottom {
	background-image: url(http://www.naito-izumi.net/image/contents_bg2-3.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 651px;
}


/* 
--------------------------------------------------------------------------------
		three-column tweaks 
--------------------------------------------------------------------------------
*/

.layout-three-column #alpha {
	width: 155px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3D6D17;
	margin-left: 30px;
	height: 750px;
}

.layout-three-column #alpha-inner {
	background-color: #3D6D17;
	margin-left: 2px;
	background-image: url(http://www.naito-izumi.net/image/menu_bg.gif);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 10px;
	height: 100%;
}

.layout-three-column #beta {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #A8B49E;
	margin-right: 15px;
}
.layout-three-column #beta-inner {
	background-image: url(http://www.naito-izumi.net/image/contents_bg2.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	width: 445px;
	min-height: 570px;
}
.layout-three-column #beta-top {
	background-image: url(http://www.naito-izumi.net/image/contents_bg1.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 475px;
}
.layout-three-column #beta-bottom {
	background-image: url(http://www.naito-izumi.net/image/contents_bg3.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 475px;
}

.layout-three-column #gamma {
	width: 170px;
}
.layout-three-column #gamma-inner {
}


/* 
--------------------------------------------------------------------------------
		メニュー
--------------------------------------------------------------------------------
*/
#menu {
	height: 60px;
	background-image: url(http://www.naito-izumi.net/image/top2.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 30px;
}
#menu_btn {
	float: left;
	margin: 0px;
	padding: 0px;
}
#menu_btn li {
	float: left;
	list-style-type: none;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	height: 29px;
}
#menu_btn em {
	display: none;
}

#menu_btn #home {
	background-image: url(http://www.naito-izumi.net/image/home.gif);
	width: 156px;
	height: 29px;
}

#menu_btn #profile {
	background-image: url(http://www.naito-izumi.net/image/cat_0050.gif);
	width: 161px;
}
#menu_btn #clinic {
	background-image: url(http://www.naito-izumi.net/image/cat_0060.gif);
	width: 162px;
}
#menu_btn #letter {
	background-image: url(http://www.naito-izumi.net/image/cat_0220.gif);
	width: 162px;
}

#menu-search {
	width: 150px;
	background-color: #447A1A;
	float: left;
	height: 25px;
	margin-left: 20px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#menu-search #search {
	width: 110px;
	font-size: 14px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
#menu-search #search_btn {
	vertical-align: middle;
}

/* 
--------------------------------------------------------------------------------
		右メニュー：書籍
--------------------------------------------------------------------------------
*/
#right_books {
	background-image: url(http://www.naito-izumi.net/image/books_bg.gif);
	background-repeat: no-repeat;
	padding-top: 65px;
	width: 152px;
	text-align: center;
	height: 215px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}

/*
--------------------------------------------------------------------------------
		左メニュー：カレンダー
--------------------------------------------------------------------------------
*/
#right_cal {
	background-image: url(http://www.naito-izumi.net/image/cal_bg.gif);
	background-repeat: repeat;
	text-align: center;
	width: 152px;
}
#right_cal #cal_title {
	margin-top: 15px;
	margin-bottom: 15px;
}

#right_cal .tbl {
	width: 94%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 2px;
}
#right_cal .sun { color:#F00;   }
#right_cal .sat { color:#0000FF;}

#right_cal .tbl th {
	background-color: #E4D3C1;
	font-weight: normal;
	text-align: center;
	font-size: 10px;
}
#right_cal .tbl td {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 2px;
	font-size: 12px;
}
#right_cal .tbl .bgcolor1 { background-color:#D6A9D3; }
#right_cal .tbl .bgcolor2 { background-color:#A0ADC7; }

#right_cal .caltitle {
	background-repeat: no-repeat;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	margin-left: 6px;
	padding-left: 8px;
	padding-top: 1px;
	height: 20px;
	width: 137px;
}
#right_cal #bg1  { background-image: url(http://www.naito-izumi.net/image/cal_title_1.gif); }
#right_cal #bg2  { background-image: url(http://www.naito-izumi.net/image/cal_title_2.gif); }
#right_cal #bg3  { background-image: url(http://www.naito-izumi.net/image/cal_title_3.gif); }
#right_cal #bg4  { background-image: url(http://www.naito-izumi.net/image/cal_title_4.gif); }
#right_cal #bg5  { background-image: url(http://www.naito-izumi.net/image/cal_title_5.gif); }
#right_cal #bg6  { background-image: url(http://www.naito-izumi.net/image/cal_title_6.gif); }
#right_cal #bg7  { background-image: url(http://www.naito-izumi.net/image/cal_title_7.gif); }
#right_cal #bg8  { background-image: url(http://www.naito-izumi.net/image/cal_title_8.gif); }
#right_cal #bg9  { background-image: url(http://www.naito-izumi.net/image/cal_title_9.gif); }
#right_cal #bg10 { background-image: url(http://www.naito-izumi.net/image/cal_title_10.gif); }
#right_cal #bg11 { background-image: url(http://www.naito-izumi.net/image/cal_title_11.gif); }
#right_cal #bg12 { background-image: url(http://www.naito-izumi.net/image/cal_title_12.gif); }


/*
 *  Preliminary styles added by Jay for Vicksburg II
 *     for review by Luke/Walt and rest of team
 */

/* All or multiple templates
    Suppress underlines on linked entry titles */
.entry-header a { text-decoration: none; }
    /* Suppress the prev/next nav */
.content-nav { margin: 0px; /*display: none;*/ }

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



/* Date-based and category archives
    Archive title banner at top of page, below blog banner */
.individual-entry-archive #archive-title,
.category-archive #archive-title {

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

    margin: 0;
    border-left: 10px solid #FFE344;
    padding: 5px;
    color: #000;
    background: #FFF3B0;

}


#footer {
	text-align: center;
	background-image: url(http://www.naito-izumi.net/image/end_bg2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 90px;
}
#toiawase {
	color: #7C9666;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7C9666;
	padding-bottom: 5px;
	padding-top: 12px;
}
#footer #end {
	background-image: url(http://www.naito-izumi.net/image/end.gif);
	width: 839px;
	height: 17px;
	color: #FFF;
	margin-left: 30px;
	margin-bottom: 0px;
	padding-top: 2px;
}

.top_msg {
	border: 1px solid #F00;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
        width: 420px;
}
.cat_title_list img { margin: 0px 0px 10px 0px; }
.cat_title_list .img2 { margin: 0px 0px 25px 0px; }

.xmlIcon {  text-align: center;  }

#beta-inner .h4t {
	border-bottom-color: #81AB5F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #81AB5F;
	padding-left: 5px;
	font-weight: bold;
	margin-top: 35px;
}
#beta-inner img {
	margin-right: 15px;
	margin-bottom: 15px;
}

.content-nav {
	margin-bottom: 5px;
}
