/*
name: Blue Crush
designer: Lilia Ahner
designer_url: http://www.lilia.com
developer: Lilia Ahner
developer_url: http://www.lilia.com
*/
/* $Id: theme-bluecrush.css 14270 2005-07-06 01:20:10Z ydnar $ */

/* basic page 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: 'trebuchet ms', helvetica, arial, sans-serif;
    font-size: 0.9em;    /* 全体の文字の大きさ */
    min-width: 900px;
    color: #000;
    background: #EBEBEB;
}


#alpha a:hover,#beta a:hover { background:#ffff00; text-decoration: underline; }
#alpha a { color:#0044CC; }

#banner h1 a { color: #f93; font-weight: bold; text-decoration: none; }

.module-content a { color: #0044CC; font-weight: normal;}

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

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

#archive-title,
.entry-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative; 
	width: 100%;
	w\idth: auto;
	margin: 1px 0;
	padding: 5px 5px 5px 10px;
	color: #fff;
	background: #37539C;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
}

#archive-title a,
.entry-header a{
	color: #fff;
text-decoration: none;
}

.module-header a,
.module-header a:visited,
.trackbacks-header a,
.trackbacks-header a:visited,
.comments-header a,
.comments-header a:visited,
.comments-open-header a,
.comments-open-header a:visited
.archive-header a,
.archive-header a:visited
{
	color: #fff;
}

.module-header a:hover,
.trackbacks-header a:hover,
.comments-header a:hover,
.comments-open-header a:hover
.archive-header a:hover
{
	color: #f93;
}

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


/* page layout */


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

#container-inner
{
        position: static; width: auto; 
	margin: 0;
	border: 1px solid #999;
}

#banner
{
position: relative; 
	width: 898px; /* necessary for ie win */
	height:130px;
	border-bottom: 1px solid #999;
	background: #335099 url(themes/banner-bg.gif) repeat-x;
}

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


#banner-header
{
	margin-top: 20px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
        text-align: center;
}

#banner-description
{
	margin: 1px 0;
	color: #fff;
	background: none;
	font-size: 10px;
	line-height: 1.125;
	font-weight: normal;
        text-align: center;
}

.banner-description2 {
    color: #999;
    font-size: 10px;
    padding-left:0px;
}

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


.date-header
{
    position: static;
    clear: both;
	margin: 0;
	color: #335099;
	font-size: 14px;
	text-transform: uppercase;
}


/*記事の文字大きさ*/
.entry-content { 
    position: static;
    clear: both;
    font-size: 1.0em;
    line-height: 130%;
    margin-top:0px;
    border-width : 0px 2px 2px 2px;
    border-style : dashed;
    border-color : #37539C;
}

.entry-content p { 
    margin-bottom:20px;
}

/* content */

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

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

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

.entry-body {
padding:0px 12px 12px 12px;
}




.comment-inner
{
margin:10px 5px 20px 5px;
padding: 5px 5px 2px 5px;
background:#F4F4F4;
}


/*コメント文字大きさ*/
.comment{
	font-size: 1.0em;
	line-height: 160%;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 90%;
    font-size: 0.95em;
}

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

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



.entry-footer
{
	margin: 0 0 20px 0;
	border-top: 1px solid #d7d7d7;
	padding-top: 2px;
	color: #393;
	font-weight: normal;
}

.content-nav,.content-nav-entry {
font-size:12px;
margin: 10px 0 10px 0;
text-align: left;
border-style : dotted;
border-color : silver;
padding: 5px;
border-width : 1px;
}

.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}


/* modules */

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

.module-header
{
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative; 
	width: 100%;
	w\idth: auto;
	margin: 1px 0;
	padding: 5px 5px 5px 10px;
	color: #fff;
	background: #37539C;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
}

.module-content {
font-size:12px;
    position: relative;
    margin: 5px 10px 20px 15px;
}

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

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


/* two-column-right tweaks */

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


#alpha {  
width: 600px; 
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	float: left;
}


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

 #container-inner { background: none; }



#container-inner { background: none; }

#beta { 
	width: 220px;
	margin-top: 20px;
	margin-right: 10px;
	background-color:#F4F4F4;
	float: right;
}


/* ヘッダーカテゴリー*/

#navcontainer {
	background-color:#F4F4F4;
	height:30px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	margin-left:0;
}

.navlist {
	margin:0;
	padding:0;
}

.navlist_item {
	list-style-position:outside;
	list-style-type:none;
	color:#fff;
	border-right:1px solid #999;
	float:left;
	margin:0;
	padding:0;
	text-align:left;
}

.navlist_item a {
	color:#335099;
	background-color:#F4F4F4;
	display:block;
	font-size:12px;
	text-decoration:none;
	height:25px;
	font-weight:normal;
	padding:5px 5px 0 5px;
}

.navlist_item a:hover {
        color:#335099;
	background-color:#7DB8E9;
}


#under {display: inline; float: left; margin: 5px 0 10px 0; width:100%; clear:left;position: relative; }
#under ul {margin:5px 5px; padding:10px 0 0 4px; width:220px; display:inline; float:left; list-style-type:none; }
#under li {padding:5px 4px; line-height:15px;}

#foot a {color:#000;}

.gotop  {text-align: right;  clear: both;}
.gotop a {font-size:12px;}

.entry-tags {
        font-size:13px;
	padding:0 5px 5px 0;
}


blockquote {
color:#666;
background-color : #eee;padding: 3px;border-style : dashed;border-color : gray;border-width : 1px;
font-size:11px;
}

.twitter-widget {
    width: 200px;
    position: absolute;
    top:140px;
    left:790px;
}

/* パンくずの文字の大きさ */
.content-nav-bread {
    margin-left:10px;
    text-align: left;
    font-size: 0.9em;
}
