@charset "utf-8";
/* ワーキングホリデー最前線 in SYDNEY */

/* basic elements */
html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳＰゴシック',"ms pgothic", osaka, hirakakupro-w3, arial, sans-serif;
	color:#404040;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   
   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 */
   width: 760px;
   text-align: left;
}
#container-inner { position: static; width:760px; }

#banner {
	position: relative;
	width:760px;
	padding:0px 0 30px;
}
#banner-inner { position: static;}

#pagebody { position: relative; width: 760px;}
#pagebody-inner { position: static; width: 760px; }

#alpha
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}
#beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: right;
   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,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 70px;/* エントリー区切り */
}

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

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
   margin-bottom:18px;
   line-height:1.8;
}

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




.module-calendar .module-content caption
{
	padding:3px 0;
}
.module-calendar .module-content table
{
	border-spacing:1px;
}

.module-calendar .module-content th{
	width: 14%;
	text-align: center;
	border:none;
	background-color:#F8F8E9;
	font-weight:bold;
	color:#A07044;
	font-size:11px;
}
.module-calendar .module-content td{
	width: 14%;
	text-align: center;
	border:none;
	padding:3px 2px!Important;   
	font-size:11px;
}




/* basic page elements */

body
{
   font-size: 12px;
}

a {color: #BF6000;text-decoration: none;}
a:hover {color: #FFB300;text-decoration: underline; }

#banner a,
#banner a:link,
#banner a:visited {color: #EC1242;text-decoration: none;}
#banner a:hover { color: #EC1242;text-decoration: underline; }

.module-content a,
.module-content a:link,
.module-content a:visited { /* color: #326098; */ color: #BF6000; text-decoration: none;}
.module-content a:hover { /* color: #40BFBF; */ color: #FFB300;text-decoration: underline; }

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: 180px;
   w\idth: auto;
   height:22px;
   line-height:22px;
   text-align:center;

   padding:0;
   margin:0 0 10px 0!important;
   color: #fff;
   background-image:url(img/bg_cat.gif);
   background-repeat:no-repeat;
   font-size: 12px;
   font-weight: bold;
   display:block;
/*   text-transform: uppercase; */
}

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

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

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


/* page layout */

body
{
   min-width: 760px;
}

#container
{
   width: 760px;
   background: #fff;
}

#banner
{
   width: 760px; /* necessary for ie win */
}

#banner-inner
{
   padding: 0px;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header
{
   margin: 0;
   color: #fff;
   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: 0 20px 15px 0; width: 540px;}
#beta { width: 180px; padding-left:19px; border-left:1px solid #AAAAAA;}
#gamma, #delta { width: 180px; background: #e6ecf2; }

#gamma-inner,
#delta-inner
{
   padding: 10px 10px 0 10px;
}

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

.entry-header
{
   margin-top: 0px;
   border-top: 3px solid #0979C4; /* エントリーヘッダ */
   padding: 7px 0 10px 7px;
   color: #333;
   font-size: 18px;
   background-color:#F3F3F3;
}

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




/* modules */

.module
{
   margin: 0;
}

.module-top {
	position:absolute;
	height: 21px;
}


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

.module-search input { font-size: 12px; }
.module-search #search { width: 100px; }

.module-content table, .module-calendar .module-content table { font-size: 12px; }/* font 10px */




/* modules */

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

.module-content
{
	width:180px;
	position: relative;
	padding: 0px 0px 20px 0px;
	text-align:left;
}

.module-list {
	margin: 0px;
	margin-left:-2px;
	padding-left: 10px;
	padding-top:2px;
	padding-bottom:4px;
	list-style-type:none;
	list-style-position:outside;
	line-height:0;
}

.module-list .module-list
{
	margin: 2px 0px;
	margin-left: 0px;
	padding-left: 12px;
	list-style-type:none;
	list-style-position:outside;
	line-height:0;
}

*:first-child+html .module-list .module-list {
	margin-left:0px;
	padding-left: 0px;
}
* html .module-list .module-list {
	margin-left:0px;
	padding-left: 0px;
}


.module-list-item
{
	line-height: 1.25;
	margin: 2px 0;
	padding:0 0 0 12px;
	width:160px;
	background-image: url('img/i_arrw.gif');
	background-position:2px 3px;
	background-repeat:no-repeat;
}

.archive-list
{
	margin: 0 15px 10px 15px;
	/*
	list-style-image: url('img/i_arrw.gif');
	*/
	padding-left:8px;
}



#beta h2 {
line-height:22px!Important;
font-weight:normal;
margin:0;
padding:0;
}









#web_cslg {
width:178px;
border:1px solid #CC0033;
background-color:#FFFFFF;
margin:20px 0;
}

#web_cslg p {
color:#CC6600;
padding:7px;
margin:0;
}

#web_cslg a.cslg_link,
#web_cslg a.cslg_link:link,
#web_cslg a.cslg_link:visited,
#web_cslg a.cslg_link:hover{
width:178px;
text-align:center;
font-size:12px;
padding:7px 0;
display:block;
}
#web_cslg a.cslg_link,
#web_cslg a.cslg_link:link,
#web_cslg a.cslg_link:visited{
text-decoration:none;
background-color:#CC0033;
color:#FFFFFF;
}
#web_cslg a.cslg_link:hover {
text-decoration:underline;
background-color:#FCE2EB;
color:#CC0033;
}


#web_cslg img {
margin:7px 6px 0px 7px;
border:0;
padding:0;
}


.csl_name {
font-weight:bold;
padding:8px 0 0 0;
text-align:left;
color: #0979C4;
}

.csl_name a,
.csl_name a:link,
.csl_name a:visited{
color:#0979C4;
text-decoration:none;
}

.csl_name a:hover {
color:#FFB300;
text-decoration:underline;
}


#feed {
	background: #FFFFFF url('img/i_feed.gif') no-repeat left center;
	padding: 10px 0 10px 14px;
}
#feed a {
	color: #4C4C4C;
}
