@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

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



/* basic elements */

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
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;
    margin: 0 -1px -1px 0;
    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 */

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#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;
}










/* Vicksburg II (theme-vicksburg.css) */

/* basic page elements */


a {
	color: #666600;
	text-decoration: none;
}
a:hover { color: #a3b8cc; }

#banner a { color: #0099ff; text-decoration: none; }
#banner a:hover { color: #a3b8cc; }

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


.trackbacks-header,
.comments-open-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: 5px;
    color: #fff;
    background: #a3b8cc;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

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

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }

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

#container-inner {
    border-width: 5px 5px 5px 5px;
    border-style: solid;
    border-color: #a3b8cc;
}

#banner {
    width: 710px; /* necessary for ie win */
    background: #5cb8e1;
}

#banner-inner {
    padding: 15px 13px;
}

.banner-user {
    width: 70px;
    margin-top: 5px;
    font-size: 10px;
}

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

#banner-description {
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
    background: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.125;
    text-shadow: #36414d 0 1px 2px;
}

#alpha { margin: 15px 15px 0 15px; width: 480px; }
#beta { width: 200px; background: #e6ecf2; }
#gamma, #delta { width: 180px; background: #e6ecf2; }

#beta-inner,
#gamma-inner,
#delta-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #fff;
}

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

.entry-header {
    margin-top: 0;
    border-left: 5px solid #dae0e6;
    padding: 0 0 0 10px;
    color: #666;
    font-size: 18px;
}

.entry-content,
.comment-content,
.trackback-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,
.comment-footer,
.trackback-footer {
    margin: 0 0 20px 0;
    border-top: 1px solid #dae0e6;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}

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

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

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


/* one-column tweaks */
.layout-one-column body { min-width: 520px; }
.layout-one-column #container { width: 520px; }
.layout-one-column #banner { width: 510px; } /* necessary for ie win */



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




/* Comment preview and individual entry
    Widen the comment form */
form textarea#comment-text { width:400px; }




/***********************************************************************************************/



body{
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	font-size: 12px;
	min-width: 720px;
	color: #333;
	}
	
#big{
	width:720px;
	background-color:#FFFFFF;
	border:1px solid #666666;
	margin-right:auto;
	margin-left:auto;
	font-size:12px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	}
	
#head{
	background-image:url(images/head.gif);
	background-repeat:no-repeat;
	background-position:center;
	height: 158px;
	}
	
#main{
	width:480px;
	margin-right:10px;
	margin-bottom: 15px;
	text-align:left;
	float:right;
	line-height:140%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

#content{
	margin-top: 10px;
	margin-bottom: 10px;
	}

#l_menu{
	width:190px;
	margin-left:10px;
	text-align:left;
	float:left;
	}
	

h1{
	font-size:10px;
	text-align:left;
	padding-top: 3px;
	color: #0099CC;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-left: 15px;
	padding-bottom: 3px;
	}
	
h2{
	margin-left: 30px;
	margin-top: 15px;
	padding-top: 15px;
	}
h2 a{
	color:#000000;
	text-decoration:none;
	}

h3{
	background-image:url(images/h3.gif);
	background-repeat:no-repeat;
	font-size:12px;
 	font-weight: bold;
	height:40px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#22609d;
	padding-top: 4px;
	padding-left: 15px;
	}
h3 a{
	color:#22609d;
	text-decoration:none;
	}
	
p {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.sitemap{
	margin-top:60px;
	margin-right:20px;
	text-align:right;
	}
.sitemap a{
	color:#0099CC;
	text-decoration:none;
	}
.catemenu a{
	color:#22609d;
	text-decoration:none;
	}
	
.c-both{
	clear:both;
	}
	
/****************************************************************/
/*LEFT*/

.module-header{
	color:#FFFFFF;
	background-image: url(images/ob_menu.gif);
	background-repeat: no-repeat;
	height: 22px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	padding-left: 7px;
	font-weight: bold;
	line-height: 22px;
	}
.module-header p{
	margin:5px 0px 5px 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}


.menu_box{
	margin-bottom: 15px;
	padding: 5px;
	color: #333333;
	line-height: 150%;
	}

.menu{
	line-height:150%;
	margin: 0px;
	}
	
.menu li{
	margin:0px 0px 0px 3px;
	line-height:150%;
	background-image: url(images/ob_mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	list-style-type: none;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	}
	
#navi{
	text-align:center;
	margin-bottom: 15px;
	}
	
#track{
	background-color:#FFFFFF;
	background-color:#FFFFFF;
	background-position:right;
	padding:5px;
	width:450px;
	border:1px solid #18A8CB;
	}

/*トラックバック・コメント*/

#comment_box{
	background-color:#FFFFFF;
	background-color:#FFFFFF;
	background-position:right;
	padding:5px;
	width:450px;
	border:1px solid #18A8CB;
	margin-bottom: 10px;
	}

.comments-open{
	padding-top:10px;
	}

/****************************************************************/
/*FOOT*/

#foot{
	background-image:url(images/foot.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	height:61px;
	}
	
#copy{
	padding-top:25px;
	font-size:10px;
	color: #333333;
	}	
	
#pagebody{
/*	text-align:center !important;*/
	width:720px;
	margin-right:auto;
	margin-left:auto;
	}
