/* 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 0 20px;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size: 12px;

}

form, input { 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;
}


/* .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 */

body { text-align: center; } /* center on ie */

#container
{
position: relative;
margin: 0 auto; /* center on everything else */
width: 720px;
height: 100%;
text-align: left;
}
#container-inner {
position: static;
width: auto;
}

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody {
position: relative;
width: 200px;
background-color: #fff;
margin: 0px;
padding-bottom: 30px;
height: auto;
float: right;
}
#pagebody-inner { position: static; width: 100%;}

#alpha, #gamma, #delta
{
display: inline; /* ie win bugfix */
position: relative;
float: left;
min-height: 1px;
}

#beta
{
display: inline; /* ie win bugfix */
position: relative;
float: left;
min-height: 1px;
z-index:2;
}

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
position: static;
}


/* content */

.content-nav
{
margin: 10px;
text-align: center;
overflow: hidden;
width: 450px;
}

.date-header,
.entry-content
{
position: static;
clear: both;
}

.entry,
.comments,
.archive
{
position: static;
clear: both;
width: 100%;
margin:  0px 0px 0px 0px;
overflow: hidden;
}

.trackbacks-info,
.comments-open-content,
.comments-closed
{
clear: both;
margin: 5px 0px 5px 0px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
clear: both;
}

.comments-open-footer,
.archive-content
{
clear: both;
margin: 0px;
padding: 0px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
width: 240px;
}

#comment-post
{
font-weight: bold;
}

img.image-full { width: 100%; }

/* modules */

.module
{
position: relative;
overflow: hidden;
width: 100%;
}

.module-content
{
position: relative;
margin: 5px 10px 0px 10px;
}

.module-list,
.archive-list
{
margin: 0;
padding: 0;
list-style: none;
}

.module-list-item
{
margin-top: 5px;
margin-bottom: 5px;
}

.module-calendar .module-content table
{
border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
width: 14%;
text-align: center;
}

/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
width: 14%;
text-align: left;
vertical-align: top;
}

/* basic page elements */

body
{
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size: 12px;
}

a { color: #2a43a8; text-decoration: underline; }
a:hover { color: #1f327c; }

#banner a {
color: #333333;
text-decoration: none;
font-size: 12px;
}
#banner a:hover {
color: #3366CC;
text-decoration: underline;
}

.module-content a {
color: #2A43A8;
text-decoration: none;
}
.module-content a:hover {
text-decoration: underline;
color: #1F327C;
}

h1, h2, h3, h4, h5, h6
{
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
/* ie win (5, 5.5, 6) bugfix */
position: relative;
width: auto;
width: auto;
margin: 0px 0px 15px 0px;
padding: 7px 5px 5px 18px;

/*----<変更>----
color: #4E535C;
---------------*/
color: #003399;
font-size: 11px;
font-weight: bold;
line-height: 1;

background-color: #ffffff;

/*----<削除>----
border-bottom-width: 2px;
border-top-style: none;
border-right-style: none;
border-bottom-style: dotted;
border-left-style: none;
border-bottom-color: #b5d2ff;
---------------*/

/*----<変更>----
background-image: url(index.php?module=Default&action=GetTemplateItem&blog=dnblog_news&file=ic_photo002_02.gif);
---------------*/
background-image: url(index.php?module=Default&action=GetTemplateItem&blog=dnblog_news&file=ic_menu_point.gif);

background-repeat: no-repeat;
/*----<変更>----
background-position: 5px 8px;
---------------*/
background-position: 0px 0px;
}


/*-------------------------------<追加>---------------*/
.trackbacks-header,
.comments-header,
.comments-open-header
{
font-size: 12px;
color: #666666;
background-image: url(index.php?module=Default&action=GetTemplateItem&blog=dnblog_news&file=comtra_title_bar.jpg);
height: 25px;
}
/*-----------------------------------------------------*/


.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: #317946;
text-decoration: underline;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
font-size: 11px;
}

/* page layout */

body
{
min-width: 720px;
color: #3D3D3D;

background-color: #FFFFFF;

/*-----< 変更 >----
background: url(index.php?module=Default&action=GetTemplateItem&blog=dnblog_news&file=bg_photo002_04.gif) repeat;
-------*/
background: url( 	index.php?module=Default&action=GetTemplateItem&blog=dnblog_news&file=blog_background.gif) repeat;
}

#container
{
width: 720px;
margin-bottom: 20px;
background: #fff;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;

/*----<変更>----

border-right-color: #676767;
border-bottom-color: #676767;
border-left-color: #676767;
--------------*/
border-right-color: #B3CCFF;
border-bottom-color: #B3CCFF;
border-left-color: #B3CCFF;

padding: 0px;
height: auto;
margin-top: 0px;
}

#container-inner
{
height: 100%;
margin: 0px;
padding: 0px;
}

#banner
{
width: 720px;
/*----<変更>----
background-image: url(index.php?module=Default&action=GetTemplateItem&blog=dnblog_news&file=bg_photo002_01.jpg);
--------------*/
background-image: url(index.php?module=Default&action=GetTemplateItem&blog=dnblog_news&file=dn_blog-header.jpg);

background-repeat: no-repeat;
height: 94px;
margin-bottom: 5px;
}

#banner-inner
{
/*
padding: 60px 13px 20px;
float: right;
*/
padding-top: 5px;
padding-left: 10px;

height: 80px;
width: 700px;
}

#banner-header
{
margin: 0;
color: #555555;
font-size: 12px;
font-weight: bold;
line-height: 1.1;
text-shadow: #36414d 0 2px 3px;
text-align: left;
overflow: hidden;
height: 55px;
}

#banner-description
{
margin-top: 10px;
margin-bottom: 0;
color: #555555;
font-size: 12px;
font-weight: bold;
line-height: 130%;
text-shadow: #36414d 0 1px 2px;
text-align: left;
overflow: hidden;
height: 45px;
}

#alpha { margin: 15px 15px 0 15px; width: 480px; }
#beta { width: 200px; background: #e6ecf2; }

.date-header
{
margin-top: 0px;
font-size: 12px;
font-weight: bold;
color: #2841A6;
font-family: "ＭＳ ゴシック", "Osaka－等幅";
margin-bottom: 0px;
}

.entry-header
{
margin: 5px 0px 10px 0px;
padding: 1px 5px 0px 8px; 
line-height: 150%;
/*----<変更>----
color: #FFFFFF;
---------------*/
color: #003399;

font-size: 15px;
font-weight: bold;

/*----<変更>----
background-image: url(index.php?module=Default&action=GetTemplateItem&blog=dnblog_news&file=bg_photo002_03.gif);
---------------*/
background-image: url(index.php?module=Default&action=GetTemplateItem&blog=dnblog_news&file=entry_title_bar.gif);

background-repeat: no-repeat;
height: 24px;
width: 467px;
overflow: hidden;
}

.entry,
.trackbacks,
.comments,
.archive
{
width: 480px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
line-height: 150%;
}

.entry-content
{
margin: 0px;
padding: 0px 0px 50px 0px;
overflow: hidden;
width: 480px;
}

.comment-content,
.trackback-content
{
margin: 0px;
padding: 0px 0px 30px 0px;
overflow: hidden;
width: 480px;
}

.entry-body
{
margin: 0px;
padding: 0px;
width: 480px;
overflow: hidden;
line-height: 1.5;
}

.entry-body img
{
margin: 1px 5px;
}

.icon
{
vertical-align: text-bottom;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
margin: 15px 0px 0px 0px;
border-top: 1px solid #999999;
padding: 3px 0px 0px 0px;
font-size: 10px;
text-align: right;
height: 100%;
}


.trackback-content,
.comment-content
{
margin: 0px 0px 30px 0px;
}

.content-nav { margin-top: 0; }

.trackback-title,
.comment-title
{
font-weight: bold;
}

.f-small
{
font-weight: normal;
font-size: 11px;
}

#trackbacks-info
{
margin: 10px 0px 50px 0px;
border: 1px dashed #6f5a37;
padding: 0 10px;
color: #292e33;
font-size: 11px;
text-align: center;
background-color: #EAF2FF;
}

.comments-open-footer
{
margin: 10px 0;
}


/* modules */

.module
{
margin: 0 0 10px 0;
background: #fff;
}

.module-content
{
margin: 0 0 10px 0;
padding: 10px 10px 0 10px;
font-size: 11px;
line-height: 1.2;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 11px; }

.module-list
{
margin: 0 15px 10px 15px;
list-style: disc;
}

.module-list .module-list
{
margin: 5px 0 0 0;
padding-left: 15px;
list-style: circle;
}

.module-list-item
{
color: #0d4ffd;
line-height: 1.4;
margin-top: 0;
}


/* calendar tweaks */

.module-mmt-calendar .module-content
{
margin: 0;
border-width: 0;
padding: 10px;
}

.module-mmt-calendar caption
{
padding-bottom: 5px;
}

.module-mmt-calendar table
{
width: 160px;
background: #fff;
}

.module-mmt-calendar th
{
color: #454545;
border-top: 1px solid #FFFFFF;
border-right: 1px solid #C5C5C5;
border-bottom: 1px solid #C5C5C5;
padding: 2px;
text-align: right;
font-weight: normal;
background-color: #b5d2ff;
}

.module-mmt-calendar td
{
border-top: 1px solid #fff;
border-right: 1px solid #b5d2ff;
border-bottom: 1px solid #B5D2FF;
padding: 2px;
text-align: right;
font-weight: normal;
background: #f0f0df;
color: 555555;
}

th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
{
border-right: none;
}

/* two-column-left tweaks */

.layout-two-column-left #alpha
{
margin: 0;
width: 200px;
}

.layout-two-column-left #alpha-inner
{
padding: 10px 10px 0 10px;
}

.layout-two-column-left #beta
{
margin: 15px 15px 0 15px;
width: 480px;
background: none;
}

.layout-two-column-left #beta-inner
{
padding: 0;
border-width: 0;
}

form.delete-comment {
display: inline;
}

.button-delete-comment {
width: 13px;
height: 13px;
border: 0px none;
background-color: transparent;
background-image: url(index.php?module=Default&action=GetTemplateItem&blog=dnblog_news&file=ic_photo002_03.gif);
}

.button-delete-comment .label {
display: none;
}

.guest-comment-delete-form input {
width: 100px;
}

/* RSSフィード */
.syndicate {
margin-bottom: 5px;
text-align: left;
color: #666666;
font-size: 10px;
line-height: 1.5;
}

.clear {
clear: both;
}

.error-message {
text-align: center;
color: #FF0000;
}