/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */


:link,:visited {
    text-decoration:none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
table {
    border-spacing:0;
}
fieldset,img,abbr,acronym {
    border:0;
} 
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
a {
    text-decoration:underline;
    outline:none;
}
hr {
    border:0;
    height:1px;
    background-color:#000;
    color:#000;
}
a img,:link img,:visited img {
    border:none;
}
address {
    font-style:normal;
}


/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #fff;
}

#container-inner {
    width: 940px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

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

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

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}

.layout-wtt #beta {
    left: 190px;
    width: 190px;
}

.layout-wtt #gamma {
    right: 190px;
    width: 190px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 190px;
    width: 560px;
}

.layout-twt #beta {
    left: -560px;
    width: 190px;
}

.layout-twt #gamma {
    width: 190px;
}


/* Wide-Thin */

.layout-wt #alpha {
    width: 750px;
}

.layout-wt #beta {
    width: 190px;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 190px;
    width: 750px;
}

.layout-tw #beta {
    left: -750px;
    width: 190px;
}


/* 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-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */


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

a {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}


/* Assets */

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-meta,
.asset-content,
.asset-body,
.asset-footer,
.entry-categories,
.entry-tags,
.comments-header,
.comment-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

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

.content-nav {
    text-align: center;
}

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

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

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


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

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

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


/* Widgets */

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

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

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

.widget-list .widget-list {
    margin-left: 15px;
}

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

.widget-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}

.widget-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-cloud .rank-1  { font-size: 1.75em; }
.widget-cloud .rank-2  { font-size: 1.75em; }
.widget-cloud .rank-3  { font-size: 1.625em; }
.widget-cloud .rank-4  { font-size: 1.5em; }
.widget-cloud .rank-5  { font-size: 1.375em; }
.widget-cloud .rank-6  { font-size: 1.25em; }
.widget-cloud .rank-7  { font-size: 1.125em; }
.widget-cloud .rank-8  { font-size: 1em; }
.widget-cloud .rank-9  { font-size: 0.95em; }
.widget-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}












/* ---------- reset ---------- */

*
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-family:"CI", meiryo, Verdana, Arial, sans-serif;
}

/* ---------- clear ---------- */

div.clear
{
	clear:both;
	height:1px;
}

div.clear hr
{
	display:none;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body
{
	color:#666666;
	/*background-color:#e5e5e5;*/
	background-color:#FFF;
	text-align:center;
}

a
{
	text-decoration:none;
	color:#666666;
	background:inherit;
}

a:hover
{
	text-decoration:underline;
}

strong
{
	font-weight:bold;
}

div#container-inner
{
	width:802px;
	margin:0 auto;
	padding:0;
	text-align:left;
	color:inherit;
	background:#ffffff url(../img/body.gif) repeat-y left top;
}


/* ---------- body_end ---------- */

/* ---------- header ---------- */

div#header
{
	height:144px;
	width:100%;
	background:url(../img/header.jpg) no-repeat center top;
	position:relative;
	z-index:1;
}

div#header-inner
{
	margin:0;
	padding:1px 0;
}

#header-name,
#header-description
{
    margin:0;
	padding:0;
}

div#header h1#header-name,
div#header div#header-name
{
	text-indent: -9999px;
}

div#header h1#header-name a,
div#header div#header-name a
{
	width: 120px;
	height: 85px;
	display: block;
	margin: 13px 0 0 37px;
	background-color:transparent;
	text-decoration:none;
}

div#header h1#header-name a:hover,
div#header div#header-name a:hover
{
	text-decoration:none;
}

div#header h2#header-description,
div#header div#header-description
{
	text-align:left;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	background-color:transparent;
	padding:0;
	margin:10px 0 0 40px;
}

/* ---------- header_end ---------- */

/* ---------- main ---------- */

body.layout-wt div#container,
body.layout-tw div#container
{
	width:802px;
	margin:0 auto;
	text-align:left;
}

div#header-module
{
	position:relative;
	z-index:2;
}

div#header-module-inner
{
	position:absolute;
	top:20px;
	left:600px;
	width:190px;
	z-index:3;
}

div.ask p
{
	font-size:80%;
}

div#content
{
	padding:0;
	margin:0;
}

div#content-inner
{
	padding:15px 0 0 0;
	margin:0;
}

div#alpha-inner p.navi
{
	text-align:right;
}

#alpha-inner, #beta-inner, #gamma-inner
{
    overflow:hidden;
	padding:0;
}

/* Wide-Thin */
body.layout-wt div#container div#alpha
{
	width:575px;
	float:left;
}

body.layout-wt div#container div#alpha-inner
{
    margin-left:15px;
}

body.layout-wt div#container div#beta
{
    width:210px;
	float:right;
}

body.layout-wt div#container div#beta-inner
{
	margin-right:15px;
}


/* Thin-Wide */
body.layout-tw div#container div#alpha
{
	width:575px;
	float:right;
	top:0;
	left:0;
}

body.layout-tw div#container div#alpha-inner
{
    margin-right:15px;
}

body.layout-tw div#container div#beta
{
    width:210px;
	float:left;
	top:0;
	left:0;
}

body.layout-tw div#container div#beta-inner
{
	margin-left:15px;
}

div.entry-asset 
{
	padding-bottom:5px;
	background:url(../img/line.gif) repeat-x left bottom;
	margin:0 0 40px 0;
}

.asset-header
{
	padding:0;
	margin-bottom:10px;
}

.asset-name
{
	font-size:90%;
	font-weight:bold;
	color:#001363;
	background:#ffffff url(../img/title.jpg) no-repeat left top;
	padding:15px 15px 17px 15px;
	margin-bottom:5px;
}

h2.asset-name a
{
	color:#324a7a;
	background:none;
}

div.asset-meta span.byline
{
	font-weight:normal;
	color:#666666;
	background-color:inherit;
	padding:0;
	margin:0;
}

div.asset-header div.asset-meta,
div.asset-footer div.asset-meta
{
	font-size:80%;
	padding:0;
	margin:0 10px 20px 10px;
}

div.asset-meta a
{
	line-height:140%;
}

div#alpha-inner p
{
	font-size:80%;
	margin:0 10px 10px 10px;
	padding:0;
}

form#search-form
{
	margin:0 5px;
	padding:0;
}

form#search-form input
{
	font-size:65%;
	font-weight:normal;
	color:#666666;
	background:url(../img/btn_search.gif) no-repeat top left;
	width:49px;
	height:20px;
	padding:0 0 1px 0;
	margin:0;
}

form#search-form input#search
{
	font-size:80%;
	font-weight:normal;
	color:#666666;
	background:#eeeeee;
	height:19px;
	width:360px;
	border:1px solid #cccccc;
	padding:2px 2px 1px 2px;
	margin:0;
}

div#search-options input
{
	background:none;
	width:15px;
	height:15px;
	padding:0;
	margin:0;
}

div#search-options
{
	font-size:80%;
	padding:0;
	margin:10px 0 0 10px;
}

h1.search-results-header
{
	color:#ffffff;
	background-color:#324a7a;
	font-weight:normal;
	font-size:70%;
	padding:4px 7px;
	margin:0 5px 10px 5px;
}

div.asset-content
{
	width:560px;
	padding:0;
	margin:0;
}

div.search-form-content
{
	width:560px;
	padding-top:45px;
	margin-bottom:10px;
}

div#alpha-inner blockquote
{
	font-size:80%;
	line-height:140%;
	color:inherit;
	background-color:#ffffff;
	border:1px dashed #999999;
	padding:10px;
	margin:0 10px 20px 10px;
}

div#alpha-inner blockquote p
{
	font-size:100%;
	padding:0;
	margin:0;
}

div.asset-body p,
div.asset-content p
{
	font-size:80%;
	line-height:140%;
	color:#666666;
	background-color:inherit;
	padding:0 10px;
	margin-bottom:10px;
	line-height:1.6em;
}

div.asset-more-link
{
	display:none;
}

div.asset-body img,
div.asset-more-link img
{
	border:0;
	margin:0 0 20px 0;
}

div.asset-body ul,
div.asset-more-link ul
{
	list-style-position:inside;
}

div.asset-body li,
div.asset-more-link li
{
	color:#666666;
	font-size:80%;
	margin:0 5px 0 0;
	list-style-type:square;
	background-color:inherit;
}

div#alpha-inner
{
	position:relative;
}

div#alpha-inner h1.archive-title
{
	font-size:90%;
	font-weight:bold;
	color:#666666;
	background-color:#ecf0fb;
	border-left:5px solid #324a7a;
	padding:13px 20px;
	margin:0 1px 10px 1px;
}

div#alpha-inner h1.archive-title em
{
	font-weight:bold;
	color:#444444;
	background-color:#ecf0fb;
}

div#alpha-inner div.content-nav
{
	font-size:80%;
	width:100%;
	margin:0 auto;
}

div.asset-body h1
{
	font-size:90%;
	font-weight:bold;
	color:#444444;
	background-color:#ecf0fb;
	border-left:5px solid #324a7a;
	padding:13px 20px;
	margin:0 10px 10px 10px;
}

div.asset-body h2
{
	font-size:90%;
	font-weight:bold;
	color:#324a7a;
	background:#ffffff url(h2.gif) no-repeat left top;
	padding:10px 15px;
	margin:0 9px 10px 9px;
}

div.asset-body h3
{
	font-size:90%;
	font-weight:bold;
	color:#444444;
	background:#ffffff url(h3.gif) no-repeat 0 3px;
	padding:0 0 5px 25px;
	border-bottom:1px dotted #bfbfbf;
	margin:0 10px 10px 10px;
}

div.asset-body h4
{
	font-size:90%;
	font-weight:bold;
	color:#444444;
	background:#ffffff url(h4.gif) no-repeat 0 3px;
	padding:0 0 5px 25px;
	border-bottom:1px dotted #bfbfbf;
	margin:0 10px 10px 10px;
}

div.asset-body h5
{
	font-weight:normal;
	font-size:80%;
	color:#324a7a;
	background:#ffffff url(h5.gif) no-repeat 0 8px;
	padding:4px 7px 4px 20px;
	margin:0 10px 5px 10px;
}

div.asset-body h6
{
	font-weight:normal;
	font-size:80%;
	color:#324a7a;
	background:#ffffff url(h6.gif) no-repeat 0 8px;
	padding:4px 7px 4px 20px;
	margin:0 10px 5px 10px;
}

div.entry-categories h4.entry-categories-header
{
	background-color:#324a7a;
	color:#ffffff;
	font-weight:normal;
	font-size:70%;
	padding:4px 7px;
	margin:0 5px 8px 5px;
}

div.entry-categories
{
	padding:0;
	margin-bottom:10px;
}

span.entry-category
{
	display:block;
	padding:0 0 1px 0;
	margin:0 15px;
}

div.entry-categories span.entry-category a
{
	font-size:80%;
	display:block;
	margin-bottom:10px;
}

div.entry-tags
{
	padding:0;
	margin-bottom:10px;
}

div.entry-tags h4.entry-tags-header
{
	background:#324a7a;
	color:#ffffff;
	font-weight:normal;
	font-size:70%;
	padding:4px 7px;
	margin:0 5px 8px 5px;
}

div.entry-tags ul.entry-tags-list
{
	list-style:none;
	padding:0;
	margin:0 15px;
}

div.entry-tags ul.entry-tags-list li.entry-tag
{
	font-size:80%;
	line-height:140%;
}

div#trackbacks,
div#comments,
div#comments-open
{
	width:560px;
	padding:0;
	margin-bottom:20px;
}

div#trackbacks h2.trackbacks-header,
div#comments h2.comments-header,
div#comments h2.comments-open-header
{
	background: url(../img/b_navi.gif) repeat-x bottom;
	color:#666666;
	font-weight:bold;
	font-size:70%;
	padding:8px 7px;
	margin:0 0 10px 0;
}

div#comments div.inner
{
	padding:0;
	margin:0 10px 30px 10px;
}

div#comments div.comment-content
{
	padding-bottom:2px;
	background:url(../img/line.gif) repeat-x left bottom;
	margin-bottom:5px;
}

div#comments div.comment-content p
{
	font-size:100%;
}

div#comment-form-external-auth
{
	font-size:80%;
	padding:0;
	margin:0 10px 10px 10px;
}

div#comments div#comments-open-text
{
	font-size:80%;
	padding:0;
	margin:0 10px;
}

div#comments-open-data div#comment-form-name,
div#comments-open-data div#comment-form-email,
div#comments-open-data div#comment-form-url
{
	padding:0;
	margin:0 10px;
}

div#comments-open-data div#comment-form-remember-me
{
	padding:0;
	margin:0 10px 20px 10px;
}

div#comments-open-data div#comment-form-name label,
div#comments-open-data div#comment-form-email label,
div#comments-open-data div#comment-form-url label,
div#comments-open-data div#comment-form-remember-me label
{
	font-size:80%;
	padding:0;
	margin:0;
}

div#comments div#comments-open-text textarea#comment-text
{
	width:330px;
	color:#666666;
	font-size:80%;
	border:1px solid #cccccc;
	padding:2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

div#comments-open-data input#comment-author,
div#comments-open-data input#comment-email,
div#comments-open-data input#comment-url
{
	width:40%;
	color:#666666;
	font-size:80%;
	border: 1px solid #bebebe;
	padding:2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

div#comments-open-footer input#comment-preview,
div#comments-open-footer input#comment-submit,
div#comments-open-footer input#comment-cancel
{
	font-size:65%;
	font-weight:normal;
	color:#324a7a;
	width:49px;
	height:20px;
	padding:0 0 1px 0;
	margin:5px 0 0 10px;
}

div#comments-open-footer input#comment-preview,
div#comments-open-footer input#comment-submit
{
	background:#ffffff url(submit.gif) no-repeat top left;
	width:49px;
}
div#comments-open-footer input#comment-cancel
{
	background:#ffffff url(submitLarge.gif) no-repeat top left;
	width:59px;
}

div.comment
{
	font-size:80%;
}

/* ---------- main_end ---------- */

/* ---------- menu ---------- */

div#beta h3.widget-header,
div#gamma h3.widget-header
{
	font-weight:bold;
	text-align:left;
	color:#666666;
	background:url(../img/b_navi.gif) repeat-x bottom;
	padding:0 0 5px 0;
	_padding:0 0 10px 0;
	margin-bottom:10px;
}

div#beta h3.widget-header span,
div#gamma h3.widget-header span{
	padding: 5px 0 5px 15px;
	background: url(../img/t_navi.gif) no-repeat;
}

div#beta h3.widget-header a,
div#gamma h3.widget-header a
{
	color:#666666;
	background:none;
}

ul.widget-list
{
	list-style:none;
	width:100%;
}

ul.widget-list li.widget-list-item
{
	display:block;
	line-height:140%;
	color:#666666;
	background:#ffffff url(../img/list01.gif) no-repeat 0 4px;
	padding-left:13px;
	margin:0 0 8px 15px;
}

ul.widget-list li.widget-list-item a
{
	background:none;
}

div.widget-cloud ul.widget-list li.widget-list-item a
{
	font-size:110%;
}

ul.widget-list li.widget-list-item ul.widget-list
{
	display:block;
	padding:0;
	margin:4px 0 0 0;
}

ul.widget-list li.widget-list-item ul.widget-list li.widget-list-item
{
	display:block;
	line-height:140%;
	color:#666666;
	background:#ffffff url(../img/list02.gif) no-repeat 0 5px;
	padding-left:10px;
	margin:0;
}

div.widget
{
	font-size:80%;
	padding:0;
	margin-bottom:20px;
}

div.widget-content
{
	padding:0;
	margin:0;
}

div.widget-content form
{
	padding:0;
	margin:0;

}

div.widget-content form label
{
	font-size:80%;
	padding:0;
	margin:0;
}


div.widget-search input#search
{
	font-size:80%;
	width:65%;
	color:#666666;
	background-color:#eeeeee;
	border:1px solid #cccccc;
	padding:2px 2px 0px 2px;
	margin:0;
	height:18px;
}

div.widget-search input.submit-bt
{
	font-size:80%;
	font-weight:normal;
	color:#666666;
	background:url(../img/btn_search.gif) no-repeat left top;
	width:49px;
	height:20px;
	padding:0 0 1px 0;
	margin:0;
}

div.widget-recent-comments a
{
	display:block;
	line-height:110%;
	background:url(ico.gif) no-repeat 0 4px;
	padding-left:13px;
	margin:5px 0 0 0;
}

div.widget-powered
{
	font-size:65%;
}


/* ---------- menu_end ---------- */

/* ---------- footer ---------- */

div#footer
{
	clear:both;
	text-align:center;
	color:inherit;
	background:#FFF url(../img/footer.gif) no-repeat top left;
	width:806px;
	margin:0 auto;
	padding:0;
}

div#beta div.copyright,
div#gamma div.copyright
{
	padding:0;
	margin: 0;
}

div.copyright 
{
	width: 315px;
	height: 11px;
	text-indent: -9999px;
	background: url(../img/copyright.gif) no-repeat;
	padding:0;
	margin:0 auto;
}

div#footer-inner
{
	padding:20px 0 20px 0;
	margin:0;
	overflow:visible;
}

/* ---------- footer_end ---------- */

/* ---------- search ----------*/


div.search-form
{
	padding:0;
	margin-bottom:10px;
}

div.search-form div.search-form-header
{
	width:100%;
	font-weight:bold;
	color:#324a7a;
	background:#ffffff url(headerTitle.gif) no-repeat left top;
	padding:13px 15px 9px 15px;
	margin-bottom:10px;
}

div.search-form div.search-form-content
{
	padding:0;
	margin-bottom:20px;
}

/* ---------- search_end ----------*/

/* ---------- archives ----------*/

div.archive-content ul.archive-list
{
	list-style:none;
}

div.archive-content ul.archive-list li
{
	font-size:80%;
	color:#666666;
	background-color:inherit;
	line-height:120%;
	margin-bottom:10px;
}

div.archive-content ul.archive-list li a
{
	display:block;
	margin:0;
	padding:0;
	width:100%;
}

h2.archive-header
{
	background-color:#324a7a;
	color:#ffffff;
	font-weight:normal;
	font-size:70%;
	padding:4px 7px;
	margin:0 0 5px 0;
}


div.archive div.archive-content
{
	padding:0;
	margin:0 10px;
}

/* ---------- archives_end ----------*/


/* ---------- module ---------- */
/* ---------- profile ---------- */

div.profile
{
	padding:0;
	margin:0;
}

div.profile div.img-left
{
	float:left;
	width:84px;
}

div.profile div.img-right
{
	float:right;
	width:100px;
}

div.profile div.img-right p
{
	font-size:80%;
	font-weight:normal;
}

div.profile div.img-right p
{
	font-size:80%;
	font-weight:normal;
	padding:0;
	margin:0;
}

div.profile div.img-right p span.name
{
	font-size:125%;
	font-weight:bold;
}

div.profile p.desc
{
	font-size:80%;
	font-weight:normal;
	line-height:140%;
	padding:5px;
	margin:0;
}

/* ---------- profile_end ---------- */

/* ---------- calendar ---------- */

div.widget-calendar
{
	text-align:center;
}

div.widget-calendar div.widget-content
{
	padding:4px 0 10px 0;
	margin:0;
}

div.widget-calendar table
{
	margin:3px auto;
	font-weight:normal;
}

div.widget-calendar table caption
{
	text-align:center;
	font-weight:bold;
	width:100%;
	color:#666666;
	background-color:transparent;
	padding-bottom:5px;
	margin:0;
}

div.widget-calendar th
{
	font-size:10pt;
	color:#444444;
	background-color:#ffffff;
	text-align:center;
}

div.widget-calendar tr
{
	font-size:9pt;
	text-align:center;
	letter-spacing:0.12em;
}

div.widget-calendar tr.weekheader
{
	font-size:9pt;
}

div.widget-calendar td
{
	color:#333333;
	margin:0 5px;
	padding:0 2px;
	text-align:center;
}

div.widget-calendar td a
{
	font-weight:bold;
	text-decoration:underline;
}

/* ---------- calendar_end ---------- */

/* ---------- etc_end ---------- */

div#alpha div.news-box
{
	padding:0;
	margin:0 10px 30px 10px;
	width:100%;
}

div#beta div.news-box,
div#gamma div.news-box
{
	padding:0;
	margin-bottom:30px;
	width:100%;
}

div#beta div.news-box h3,
div#gamma div.news-box h3
{
	font-size:80%;
	font-weight:bold;
	text-align:left;
	color:#ffffff;
	background:#324a7a url(navi-header.jpg) no-repeat 0 0;
	padding:4px 5px 4px 22px;
	margin-bottom:10px;
}

div#beta div.news-box-inner ul,
div#gamma div.news-box-inner ul
{
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
}

div#alpha div.news-box h3
{
	font-size:90%;
	font-weight:bold;
	color:#444444;
	background:#ffffff url(h3.gif) no-repeat 0 3px;
	padding:0 0 5px 25px;
	border-bottom:1px dotted #bfbfbf;
	margin:0 0 10px 0;
}

div#alpha div.news-box-inner ul
{
	list-style:none;
	margin:0;
	padding:0;
}


div.news-box-inner ul li
{
	display:block;
	font-size:80%;
	line-height:110%;
	color:#666666;
	background:#ffffff url(ico.gif) no-repeat 0 4px;
	padding:0 0 0 13px;
	margin:0 0 8px 0;
}

div.news-box-inner ul li span
{
	padding:0;
	margin:0;
	height:100%;
}

div.news-box-inner ul li span a
{
	background:none;
	display:block;
	line-height:140%;
	margin:0 10px 0 0;
	padding:0;
}

div.info-box
{
	margin:0;
	padding:0;
}

div.info-box h3
{
	font-size:90%;
	font-weight:bold;
	color:#444444;
	background:#ffffff url(h3.gif) no-repeat 0 3px;
	padding:0 0 5px 25px;
	border-bottom:1px dotted #bfbfbf;
	margin:0 10px 10px 10px;
}


a.feed
{
	text-decoration: none;
	display:block;
	text-align:left;
	text-decoration: none;
	font-size:80%;
	text-indent:-9999px;
	color:inherit;
	background:url(rss.gif) no-repeat left top;
	width:196px;
	height:52px;
}

a.feed:hover
{
	text-decoration: none;
	color:inherit;
	background-position: left bottom;
}

/* ---------- etc_end ---------- */

/* ---------- module_end ---------- */

p.goSiteMap{font-size:80%;background:#ffffff url(../img/list01.gif) no-repeat 0 2px;padding:0 0 0 15px;}
p.goInquiry{font-size:80%;background:#ffffff url(../img/list01.gif) no-repeat 0 2px;padding:0 0 0 15px;}
p.goTopPage{font-size:80%;margin:0 0 5px 20px;background:#ffffff url(../img/list01.gif) no-repeat 0 2px;padding:0 0 0 15px;}
p.goMainSite{font-size:80%;margin:0 0 15px 20px;background:#ffffff url(../img/list01.gif) no-repeat 0 2px;padding:0 0 0 15px;}

p.goSiteMap a{background:none;}
p.goInquiry a{background:none;}
p.goTopPage a{background:none;}
p.goMainSite a{background:none;}

p.newCatch{font-size:75%;margin-bottom:15px;}
p.newCatch img{vertical-align:middle;}
p.newCatch.rss{margin-bottom:5px;}
