/* Base Weblog (base-weblog.css) */
@import "http://www.eigo-de.net/css/hnav_floated.css";
@import "http://www.eigo-de.net/css/vnav.css";
@import "http://www.eigo-de.net/css/dropmenu.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-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Ghothic Pro W3", "MS UI Gothic", "ヒラギノ角ゴ Pro W3", "Osaka", Gothic, sans-serif;
   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;
}


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

body { text-align: center; } /* center on ie */

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

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


/* content */

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

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

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 10px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

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

.entry-body img{
	float:left;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{

   margin: 5px 10px 10px 10px;
}


.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

/* basic page elements */

body
{
   font-family:  "Hiragino Kaku Gothic Pro", "Hiragino Kaku Ghothic Pro W3", "MS UI Gothic", "ヒラギノ角ゴ Pro W3", "Osaka", Gothic, sans-serif;
   font-size: 14px;
}

a { color: #0000FF; text-decoration: underline; }
a:hover { color: #0000FF; }

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

#menu {color:#000;}
#menu a { color: #000; text-decoration: underline; }
#menu a:hover { color: #0000ff; }

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

h1, h2, h3, h4, h5, h6
{
   font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Ghothic Pro W3", "MS UI Gothic", "ヒラギノ角ゴ Pro W3", "Osaka", Gothic, sans-serif;
}

.module-header
{
   position: relative;
   width: auto;
   margin: 0;
   border-left: 5px solid #fff;
   padding: 5px;
   color: #fff;
   background: #000066;
   font-size: 12px;
   font-weight: bold;
   line-height: 1;
}
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   position: relative;
   width: auto;
   margin: 0;
   border-left: 5px solid #fff;
   padding: 5px;
   color: #FFFFFF;
   background: #000066;
   font-size: 14px;
   font-weight: bold;
   line-height: 1;
}

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

div#summary {
	float: left;
	width: 500px;
	margin-right: 10px;
	}

div#summary p {
	line-height: 130%;
	margin-bottom: 5px;
	}

div#summary p img {
	margin-right: 5px;
	}
p.bb{
	border-bottom: 1px solid #9C9C9C;
	text-align: right;
	}

p.bb a {
	padding-left: 15px;
	}

address {
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	}
address a {
	color:#fff;
}
.mailmag {
	margin:10px;
	border:1px solid #000066;
	text-align:center;
	padding: 15px;
}

.mailmag img p{
	margin-left:auto;
	margin-right:auto;
	}
	
.top_summary{
	margin:5px;
	padding:5px;
	border:1px solid #000066;
}

/* page layout */

body
{
	min-width: 760px;
	color: #000066;
	background: #fff6e6;
}

#container
{
   width: 760px;
   margin-top: 0px;
   margin-right: auto;
   margin-bottom: 0px;
   margin-left: auto;
   background: #fff;
}

#container-inner
{
   border-width: 1px;
   border-style: solid;
   border-color: #000066;
}

#banner
{
	width: auto; /* necessary for ie win */
	height: 40px;
	background: #fff;
	color: #000;
	border-bottom: 1px solid #fff;
}

#banner-inner
{
   height: 100%;
}

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


#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 22px;
   font-weight: bold;
   line-height: 1;
   position:absolute; top:15px; left:15px;
}

#banner-description
{
   position:absolute; bottom:5px; right:10px;
}
#banner-text
{
	background:#000066;
	color:#fff;
}
#alpha { 
   width: 760px;
}
#alpha-inner { 
   padding: 10px;
}
#beta {
   width: 160px;
   background: #fff;
   float:left
}
#gamma, #delta {
   width: 160px;
   background: #e6ecf2;
}

#beta-inner,
#gamma-inner,
#delta-inner
{
   padding: 0px;
}
#footer
{
   width: 760px; 
   height: auto;
   background: #000066;
}

#footer-inner
{
   line-height: 58px;
   font-size: 10px;
   text-align: center;
}
.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
}

.entry-header
{
	margin-top: 10px;
	border-left: 5px solid #000066;
	padding: 0 0 0 10px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	background: #eeeecc;
	border-bottom: 1px solid #edae7f;
	border-right: 1px solid #edae7f;
	border-top: 1px solid #edae7f;
}

.entry-header a{
	color: #000;
}

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

.entry-footer{
   margin: 5px 10px 0 0;
   padding: 5px 0;
   text-align: right;
   font-size: 10px;
   border-top: 1px dotted #dae0e6;
   color: #999;
}
.comment-footer,
.trackback-footer
{
   margin: 0 0 10px 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 {
	background: #ffedd0;
	border: 1px solid #edae7f;
}
.content-nav-bread{ 
	background: #ffedd0;
	border:1px solid #edae7f;
}

.content-nav-bread a{
	color:#000;
}

#trackbacks-info
{
   margin: 10px 0;
   border: 1px solid #edae7f;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
   background: #fff6e6;
}

.comments-open-footer
{
   margin: 10px 0;
}
.footer-navi
{
	width: auto;
	background: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	clear: both;
	border: 1px solid #000066;
}
.gotop { text-align: right;  clear: both;}

/* modules */

.module
{
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size:12px;
	background: #fff;
}

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

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

.module-content {
	margin: 0;
	width: auto;
	border: 1px solid #b000066;
}
.module-content2 {
	margin: 0;
	width: 500px;
	float:left;
	border: 1px solid #b000066;
	padding-top: 0px;
}
.module-list-item ul a
{
	margin:0;
	padding:0;
	list-style:none
}

.module-list-item ul li
{
	margin:0;
	padding:0px;
	list-style:none
}
.module-list-item a:hover
{
   background-color: #000066;
   border-top: 1px solid #666;
   border-left: 1px solid #666;
   border-right: 1px solid #fff;
   border-bottom: 1px solid #fff;
   color: #FFFFFF;
}

.navi-img {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
}
.entry-table{
	border-collapse: collapse;
	border: 1px solid #ff0000;
	background-color:#fff;
        width:550px;
        margin-left:5px;
}
.entry-table th{
	text-align:center;
	font-weight:bold;
	background:#fff6e6;
	border: 1px solid #ff0000;
}
.entry-table td{
	border: 1px solid #edae7f;
	text-align:center;
}
.Amazon-top {
	float: left;
	width:192px;
	height: 450px;
	}

.Amazon-img{
	width:230px;
	height:140px;
	float:left;
	margin: 0;
	padding: 0;
	}
.Amazon-img img{
	float:left;
}


#topMenu ul.hnav li
{
	float: left;
}
#topMenu ul.hnav li ul li
{
	float: none;
}
#topMenu ul.hnav li ul.vnav li
{
	float: left;
}
#topMenu li a
{
	border-style: solid;
	border-width: 1px;
	margin-top: -1px;
}
#topMenu li a, #topMenu li a:link, #topMenu li a:visited, #topMenu li a:active
{
	background-color: #ffe;
}
#topMenu li a:hover
{
	color: #fff;
	background-color: #c93;	/* keep the same color as the borders */
}

.top-img {
	width:759px;
	}
.top-img img{
	margin-left:100px;
	margin-right:auto;
	}
	
	
