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-size: 12px;
   height: 100%;
   background:url(img/body_bg.jpg) repeat-x;
}

/* Layout ----------------------------------------------------------------- */
/*#header*/
#content, #alpha, #beta, #gamma{
    position: relative;
}

#alpha
{
   display: inline; /* ie win bugfix */
   float: left;
}
#beta,#gamma { 
   margin: 0 0 0 30px;
   width: 140px;
   float:right;
}
#gamma{
	float: left;
	clear: both;
}
#alpha { margin: 0; padding: 0; width: 750px; }

#delta { width: 180px; background: #e6ecf2; }

/*#content-inner*/

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

/*#header-inner*/
#footer-inner,#gamma-inner,#delta-inner{
   padding: 0;
}


/* Default ---------------------------------------------------------------- */

/* Global --------------------------------------------------------------*/

body{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   font-size: 12px;
}

/* Header */

#header {
position: relative;
}

#header-inner {
    position: relative;
}

#header-name {
    margin: 0 0 5px;
    line-height: 1;
}

#header-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.125;
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}
/* Layout ----------------------------------------------------------------- */

#content {
    position: relative;
	width: 920px;
	min-height:600px;
	margin:15px 0 0 0;
}
#content-inner{
position:static;
width:920;
}
#footer{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 920px;
	text-align: center;
	padding-top:3px;
	padding-bottom:20px;
	margin-top:0;
	margin-bottom: 0;
	clear:both;
	border-top:#b91b26 solid 1px;
}

/*#content-inner*/

#header-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

/* Header ----------------------------------------------------------------- */

#header { 
   width: 100%; /* necessary for ie win */
   height : 80px; /* necessary for ie win */
   background: url(img/banner_logo.jpg) no-repeat;
   }

#header a {
    color: #fff;
    font-weight: bold;
}

/*---------Hide Title&decription-----------*/
#banner-header{
   display: none;
   margin: 0;
   color: #fff;
   font-size: 65px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
}

#banner-description{
   display: none;
   margin-top: 90px;
   margin-left: 50px;
   margin-bottom: 0;
   color: #555555;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
}
/*-------------------------------------------------------------- */
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;
}

a img,:link img,:visited img { border: 0;}
/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


.pkg, #content-inner { display: inline-block; }


/* no ie mac \*/
* html .pkg, * html #content { height: 100%; }


/* Assets --------------------------------------------------------------*/

.asset-body,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset-more, .asset-more-link{ clear:right; margin-top:10px; }

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

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

.asset-header
{
   border-left: 5px solid #b91b26;
   padding: 3px 0 3px 5px;
   color: #b91b26;
   font-weight: bold;
   font-size: 18px;
}

.entry-categories, .entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

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

.entry-footer,
.asset-footer,
.comment-footer,
.trackback-footer{
   margin: 0 0 10px 0;
   border-bottom: 1px solid #333333;
   padding-bottom: 3px;
   color: #333333;
   font-size: 10px;
   text-align: right;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

/*----------added-------*/
.entry-more-link,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed{
   font-size: 12px;
}
.trackbacks,
.comments,
.archive{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 10px;
   margin-top: 10px;
}

/*----------------PageTitle--------------------------------------*/
#page-title
{
   
   height: 25px;   
   padding: 0 0 0 5px;
   margin-top: 10px;
   margin-bottom: 20px;
   color: #575757;
   font-size: 20px;
   border-left: 10px solid #575757;
   border-bottom: 1px solid #575757;
}

/* Content --------------------------------------------------------------*/
.asset-name {
    font-size: 22px;
    font-weight: bold;
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
    margin: 5px 0;
}

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

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

.widget-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}
/*
.asset-more-link,
.asset-meta,*/
.typelist-thumbnailed {
    font-size: 11px;
}

/* Footer */

#footer-content,
#footer-content a {
    color: #fff;
}


/* Utility */

.widget-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}

.module-header{
	/* ie win (5, 5.5, 6) bugfix */
   position: relative;
	width: 100%;
	width: auto;
	margin: 0;
	padding: 5px;
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}

.comments-header,
.comments-open-header,
.archive-header{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 100%;
   width: auto;

   margin: 0;
   padding: 5px;
   color: #777;
   font-size: 14px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

/* Global ----------------------------------------------------------------- */

body {
    color: #333;  
    font-family: trebuchet ms;   
     
}

a {color: #ab0404; text-decoration: underline;}

a:hover { text-decoration: none;}

/* Content ---------------------------------------------------------------- */

.asset-name,
.asset-name a,
.archive-title {
    color: #000;
}

.asset-footer {
    border-top-color: #ddd;
}

.comments-header,
.comments-open-header,
.archive-header,
.search-results-header {
    color: #333;
}

.comment,
.trackback {
    border-color: #ddd;
}


.asset-name a {
    margin-bottom: 8px;
}

.asset-name a:hover {
    text-decoration: underline;
}

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

/* Widget ----------------------------------------------------------------- */
.widget-header,
.widget-content {
    margin-right: 15px;
    margin-left: 15px;
}

.widget-header { 
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ccc; 
    padding: 0;
    font-size: 14px; 
    font-family: trebuchet ms; 
    margin-bottom: 8px;
    padding-bottom: .3em; 
}

.widget-header, .widget-header a {
    color: #333;
    font-weight: normal;
}

.widget-content a {
    color: #666;
}

#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 11px;
}


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget {  margin: 10px 0;}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: right;
}

/* Utilities -------------------------------------------------------------- */

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

#content-inner,

#header-inner,
#footer-inner,
 {
    height: 1%;
}

.asset-body

/* modules-------------------------------------------------------------- */

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 8px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
   border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 14%;
   text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
   display: block;
   clear: both;
   margin: 0;
}

/*-------------menu list style--------------------*/
.module{
   margin: 0 0 10px 0;
   background: #58769a;
}

.module-content{
   position: relative;
   margin: 0;
   padding: 0;
   background: #fff;
   font-size: 14px;
   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: 10px; }

.module-powered { border-width: 0; }
.module-powered .module-content{
   margin-bottom: 0;
   padding-bottom: 10px;
   color: #333;
   background: #fff;
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list{
   /*margin: 0 15px 10px 15px;*/
   list-style: none;
}

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

.module-list-item{
   margin: 0 0 2px 0;
}

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

.module-list-item{
   margin-top: 0;
   color: #333;
   line-height: 1.2;
}
/*.module-list*/
.typelist-thumbnailed {
   margin: 0 0 10px 0;
   list-style: none;
}

.typelist-thumbnailed .module-list-item{
   margin: 0;
   padding: 0;
}

.typelist-thumbnail{
   background: #fff;
}

.module-photo img { border: 1px solid #fff; }

.module-featured-photo { width: 398px; }

.module-featured-photo .module-content{
   margin: 0;
   border-width: 0;
   padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 19px; }

.module-recent-photos .module-list { margin: 0; }

.module-recent-photos .module-list-item{
   width: 64px; /* mac ie fix */
   margin: 0;
   padding: 0;
   background: none;
}

.module-recent-photos .module-list-item a{
   padding: 0px;
   background: #333;
}

.module-recent-photos .module-list-item a:hover{
   background: #333;
}

/*menu list-style adjust*/
/*--------------achive page-----------------*/
/*--------------------link color-------------------------*/
a { color: #b91b26; text-decoration: underline; }

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

.module-content a { color: #fff; text-decoration: none; }
.module-content a:hover { color: #fff; text-decoration: underline; }

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

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac &#65533;*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */
/*---------------achive title-------------------*/
.catalog-header
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: auto;

   margin: 0;
   margin-top:10px;
   padding: 5px;
   color: #b91b26;
   font-size: 16px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}
.catalog-list
{
   margin: 0;
   padding: 0;
   list-style-type: none;
}

.catalog-list a
{
   font-size: 12px;
   line-height: 1.5;
   text-decoration: none;
}

.catalog-list a:hover
{
   color: #008aff;
   text-decoration: underline
}

#pagebody { position: relative; width: 710px; }
#pagebody-inner { position: static; width: 720px; }
/*achive catalog-------------------------------------*/
.achive-list{
   margin: 0;
   padding: 0;
   list-style-type: none;
   padding-left: 15px;
}

.achive-list a{
   font-size: 12px;
   line-height: 1.5;
   text-decoration: none;
}

.achive-list a:hover{
   color: #008aff;
   text-decoration: underline;
}

/*---------address----------------------------------------------------------------------*/
address {
	font-size: smaller;
	color:#666666;
}

/*------------------------------------------------------------------------*/
/* links-------------------------------------------------------------- */

.link{
   margin: 0 0 10px 0;
}

.link-content{
   margin: 0 0 10px 0;
   font-size: 16px;
   line-height: 1.5;
}

.link-10px{
   font-size: 10px;
}

.link-list{
   list-style: none;
}

.link-list-item{
   margin-top: 0;
   color: #333333;
   line-height: 1.5;
   list-style: none;
}

.link-featured-photo .link-content{
   margin: 0;
   border-width: 0;
   padding: 0;
}

#form-title {
	color:#004B7B;
	font-size:large;
	font-weight:bold;
	margin-bottom:20px;
}

.caution {
	font-size:small;
	color:#dd288e;
}

.note {
	font-size:small;
	color:#004B7B;
	font-weight:normal;
}

#form-table th {
	border-right:1px solid #777;
}
/*--------trackback--------*/
.trackbacks{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 10px;
   margin-top: 10px;
}
.trackbacks-info{
   clear: both;
   margin: 5px 10px;
}
.trackback-footer{
   clear: both;
   margin: 0 10px 10px 10px;
   font-size:12px;
}
.trackbacks-header{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 100%;
   w&#65533;idth: auto;

   margin: 0;
   padding: 5px;
   color: #777;
   font-size: 14px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}
.trackback-content{
   margin: 0;
   line-height: 1.5;
}
#trackbacks-info
{
   margin: 0px 0;
   border: 1px dashed #666;
   padding: 0 10px;
   color: #333;
   font-size: 12px;
   text-align: center;
   background: #ddd;
}
/* Layout ----------------------------------------------------------------- */
body {
    text-align: center;
    
}
#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 920px;
}

#container-inner {
	position: static;
	width: 920px;
	padding-bottom: 30px;
	margin: 0 auto;
	text-align: left;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

/*-------------pages style--------------*//*-------------pages style--------------*/

.p10 { font-size: 10px; line-height: 150%; font-family: Osaka, "ＭＳ Ｐゴシック"; }
.p10w { color: #fff; font-size: 10px; line-height: 150% }
.p12   { font-size: 12px; font-family: Osaka, "ＭＳ Ｐゴシック"; line-height: 140% }
.p14 { font-size: 14px; line-height: 150%; font-family: Osaka, "ＭＳ Ｐゴシック"; }
.p16 { font-size: 16px; line-height: 120%; font-family: Osaka, "ＭＳ Ｐゴシック"; }
.p18 { font-size: 18px; line-height: 120%; font-family: Osaka, "ＭＳ Ｐゴシック"; }
.p20 { font-size: 20px; line-height: 110%; font-family: Osaka, "ＭＳ Ｐゴシック"; }
.border   { font-size: 12px; line-height: 120%; padding: 5px; border: solid 1px #777 }
/*-------------form------------*/
#form-title {
	color:#004B7B;
	font-size:large;
	font-weight:bold;
	margin-bottom:20px;
}

.caution {
	font-size:small;
	color:#dd288e;
}

.note {
	font-size:small;
	color:#004B7B;
	font-weight:normal;
}

#form-table th {
	border-right:1px solid #777;
}

.home-link {
	float:right;
	margin:45px 0 0 0;
}

.news-top, .info-top {
	width:365px; margin-top:40px;
	float:left;
}
.news-top {
	margin:40px 20px 0 0;
}

#news-header, #info-header {
	width:365px;
	height:30px;
	margin-bottom:15px;
	text-indent:-9999px;
}
#news-header {
	background:url(img/top_news.gif) no-repeat;
}
#info-header {
	background:url(img/top_info.gif) no-repeat;
}

.topic li {
	margin:0 0 15px 0;
	list-style:none;
	padding:
}
.topic { margin:0; padding:0; }
.topic a { color:#b91b26; text-decoration:none; font-weight:bold; }
.topic a:hover { color:#d43a45; text-decoration:underline; }
.entry-title-link {
	font-size: 14px;
}

.allview { float:right; }
.allview a { color:#b91b26; text-decoration:none; }
.allview a:hover { color:#d43a45; text-decoration:underline; }
img.baseline { vertical-align:-2px; }

#bottom_banner {
	float:left;
	margin:40px 0 0 0;
	padding:0;
	width:750px;
}

.banner1, .banner2, .banner3,
.banner1 a, .banner2 a, .banner3 a {
	float:left;
	width:240px;
	height:100px;
	border:none;
}
.banner1 a, .banner2 a, .banner3 a {
	margin:0;
	display:block;
}
.banner1 a:hover, .banner2 a:hover, .banner3 a:hover {
	text-indent:-9999px;
}
.banner1 {
	background:url(/img/top_banner1_over.jpg) no-repeat;
	margin:0 15px 0 0;
}
.banner2 {
	background:url(/img/top_banner2_over.jpg) no-repeat;
	margin:0 15px 0 0;
}
.banner3 {
	background:url(/img/top_banner3_over.jpg) no-repeat;
	margin:0;
}

/*--------*/
.pdf {
	float: right;
	height: 30px;
	width: 130px;
}
.achives-link{
margin:0;
margin-bottom:5px;
}
.achives-link img{
margin-bottom:0;
margin-left:3px;
}
.achives-link a{
font-size:large;
text-decoration:none;
vertical-align: middle;
}