/*-----blog.css-----------*/

/* 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;
}
h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
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;
    display: inline;
}


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

.inline { display: inline; }
.hidden { display: none; }



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

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

}

#container-inner {
    width: 850px;
    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;
}

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

#footer-inner,#beta-inner {
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
}


/* Wide-Thin-Thin */

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

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

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


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 205px;
    width: 450px;
}

.layout-twt #beta {
    left: -450px;
    width: 200px;
}

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

*html body .layout-twt #gamma {
    width: 200px;
}



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


/* Medium-Wide */

.layout-mw #alpha {
    left: 330px;
    width: 610px;
}

.layout-mw #beta {
    left: -610px;
    width: 330px;
}

/* Wide-Medium */

.layout-wm #alpha {
    width: 610px;
}

.layout-wm #beta {
    width: 330px;
}


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

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {

}

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-description {
    margin-bottom: 0;
}


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.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,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

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

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

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

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

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

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

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

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

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

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

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


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

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

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

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

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

.widget-content ul ul {
    margin-left: 15px;
}

.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

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

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

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

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

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

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}
.widget-openid .widget-content {
    border: 1px solid #ccc;
    background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 13px;
    font-family: Arial, Verdana, sans-serif;
    color: #666;
    margin: 0;
    padding: 0 !important;
}
.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}

.input-default {
    background-color: #9AAEC2;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}





@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}


/*-----screen.css-----------*/


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

/* Global */

body {
    font: normal 14px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}


/* Header */

#header h1{
	font-size: 16px;
	height: 40px;
	text-align:left;
	padding: 40px 0 0 50px;
	
	}


#header-inner {
    position: relative;
	text-align:center;
}

#header-inner ul{
	list-style:none;
	position:absolute;
	right:20px;
	top: 20px;}

#header-inner li{
	float: left;
	border: #666666 solid;
	border-width: 0 0 0 1px;
	padding: 0 15px 0 15px;}

#header-name {
    padding: 20px 5px;
    line-height: 1;
height: 40px;
}



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

#header a {
    text-decoration: none;
}

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


/* Content */

.asset-name {
    font-size: 13px;
}

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

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

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

*html body .asset-content {
    margin: 0px 0 0 0px;
	 padding: 0 0px 0 0px;
}


.asset-more-link {
    font-weight: bold;
}

.asset-meta {
    border-top: 1px solid #e0f2fe;
}

.asset-footer {
    border-top: 1px solid #e0f2fe;
}

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

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

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-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: #333333;
}


/* Utility */

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


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

body {
    color: #333;  
    font-family: "trebuchet ms", arial, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;   
}

a {
    color: #3d6dae; 
}

a:hover {
    text-decoration: none;
}


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

#container-inner,
#content {
    background-color: #fff;
}

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

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


/* Header ----------------------------------------------------------------- */
/*
#header { 
    background: #ffffff url(../img/header_bg.gif) repeat-x;
	height:447px;
}
*/
#header a {
    color: #003c6a;
    font-weight: bold;
}

#header-content{
	background:#ffffff url(../img/header-content_bg.jpg) no-repeat;
	height:150px;
	margin: 0 auto;
	text-align:left;
	position:relative;}
	
#header-content h2{
	position:absolute;
	bottom: 50px;
	left:40px;}


* html #header-content {  /*HACK targets IE6 but not 7, instead of min-height*/
    height: 334px;
}
#header-content {
    width: 844px; 
}

#header-name {
    color: #003c6a;  
    font-family: "century gothic", futura, arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif; 
    font-size: 28px;
    font-weight: bold;
}

#header-description {
    color: #003c6a;  
    font-family: "century gothic", futura, arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;  
    font-weight: bold; 
}


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

.asset-name,
.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-title
.archive-header,
.search-form-header,
.search-results-header {
    font-family: "century gothic", futura, arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;
} 

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

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

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #a0cddd;
}

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



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


/* Widget ----------------------------------------------------------------- */

.layout-wtt #content-inner { background: transparent url(content-wtt.gif) repeat-y scroll right top; }
.layout-twt #content-inner { background: transparent url(content-twt.gif) repeat-y scroll left top; }
.layout-wt #content-inner { background: transparent url(content-wt.gif) repeat-y scroll right top; }
.layout-tw #content-inner { background: transparent url(content-tw.gif) repeat-y scroll left top; }




.widget a,
.archive-widget .widget-list .item {
    color: #4c6885;
} 

.widget-header {
    padding: 5px 15px;
    font-size: 12px;
    font-weight: bold; 
    font-family: "century gothic", futura, arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif; 
    background: url(widget-header.gif) repeat top left #587fa5; 
}  
.widget .widget-header {
    border-left: 1px solid #fff;
}

.layout-tw .widget .widget-header {
    border-left-width: 0;
}

.layout-twt #beta .widget-header,
.layout-tw .widget-header {
    border: 0;
}

.embed-asset-widget .widget-header {
    margin-bottom: 10px;
}  
.widget-header,
.widget-header a {
    text-decoration: none;
    color: #fff;
}

.widget-header .edit a {
    border-left-color: #fff
} 
.widget .widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    padding: 0 15px;
}

.media-stream-widget img {
    border: 1px solid #999;
} 
.widget-header .edit a,
.archive-widget .widget-list .item a,
.archive-widget .widget-list .item {
    font-weight: normal;
} 

.widget-header {
    font-size: 14px;
}

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


/* Footer ----------------------------------------------------------------- */

#footer { 
    background: url(../img/footer_bg.gif) repeat-x;
}

#footer-content {
    margin: 20px 0;
}


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

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


#header-inner,
#content-inner,
#footer-inner,
.asset-body {
    height: 1%;
}





/* Custom Styles ---------------------------------------------------------- */

#content-inner {
    padding: 10px 0;
}

/*-----custom.css-----------*/

#container-inner{
	position:relative;}
	
#container-inner .btn1{
	background:url(../img/submit_bg.gif) no-repeat;
	text-indent:-9999px;
	width: 70px;
	height:25px;
	display:block;}
	
#container-inner .btn1:hover{
	background:url(../img/submit_bg.gif) no-repeat 0 -25px;}
	
#container-inner .btn2{
	background:url(../img/submit_btn.jpg) no-repeat 0 -38px;
	text-indent:-9999px;
	width: 110px;
	height:38px;
	display:block;}
	
#container-inner .btn2:hover{
	background:url(../img/submit_btn.jpg) no-repeat;}
	
#container-inner .btn3{
	background:url(../img/toiawase_btn.jpg) no-repeat;
	text-indent:-9999px;
	width: 190px;
	height:71.5px;
	display:block;}
	
#container-inner .btn3:hover{
	background:url(../img/toiawase_btn.jpg) no-repeat 0 -71.5px;}	

#container-inner .btn4{
	background:url(../img/btn_bg.jpg) no-repeat;
	width: 190px;
	height:51.5px;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#333333;
	padding: 20px 0 0 0;
	font-size:16px;}
	
#container-inner .btn4:hover{
	background:url(../img/btn_bg.jpg) no-repeat 0 -71.5px;}	
	
#container-inner .btn5{
	background:url(../img/btn_bg2.jpg) no-repeat 0 -38px;
	width: 110px;
	height:28px;
	display:block;
	color:#333333;
	text-decoration:none;
	padding:10px 0 0 0;
	text-align:center;}
	
#container-inner .btn5:hover{
	background:url(../img/btn_bg2.jpg) no-repeat;}
	



#container-inner #back_top{
	position: absolute;
	bottom: 10px;
	right: 10px;}
	

	
#container-inner .small_title1{
	background:url(../img/small_title1.gif) no-repeat;
	padding:0px 0 13px 40px;}
	
#container-inner .small_title2{
	background:url(../img/small_title2.gif) no-repeat;
	padding:16px 0 22px 0px;
	text-align:center;
	width:179px;}
	
#container-inner .small_title3{
	background:url(../img/small_title3.gif) no-repeat;
	padding:8px 0 10px 10px;}
	

#alpha-inner .parts{
	list-style:none;
	margin:0;}
	
#alpha-inner .parts li{
	padding: 10px 0;
	margin: 10px 0;
	border:#CCCCCC dotted;
	border-width:0 0 1px 0;}

#alpha-inner .parts span{
	font-size:18px;
	padding: 10px;
	border:#CCCCCC solid;
	border-width: 0 0 1px 0;
	display:block;
	margin:0 0 10px;}

#alpha-inner .content_title{
	background:url(../img/big_title2.jpg) no-repeat;
	font-size:16px;
	padding: 11px 0 15px 10px;
	color:#FFFFFF;}
	
*html body #alpha-inner .content_title{
	background:url(../img/big_title2.jpg) no-repeat;
	font-size:16px;
	padding: 11px 0 15px 10px;
	color:#FFFFFF;
	height:50px;}
	
#alpha-inner .content_title2{
	background:url(../img/big_title1.gif) no-repeat;
	font-size:16px;
	padding: 5px 0 15px 5px;
	color:#272727;}
	
#alpha-inner .content_title3{
	background:url(../img/big_title3.gif) no-repeat;
	font-size:16px;
	padding: 5px 0 15px 35px;
	color:#272727;}
	
#alpha-inner .img_double_box{

	}
	
#alpha-inner .img_double_box img{
	float:left;
	display:inline;
	padding: 10px;
	}
	
#alpha-inner .img_double_box p{
	clear:both;
	border: #CCCCCC dotted;
	border-width: 1px 0 1px 0;
	padding: 5px 0;
	margin: 30px 0;
	width:440px;
	color:#171717;
	}
	
*html body #alpha-inner .img_double_box p{
	clear:both;
	border: #CCCCCC dotted;
	border-width: 1px 0 1px 0;
	padding: 5px 0;
	margin: 30px 0;
	color:#171717;
	}
	
#alpha-inner .right_img p{
	width: 250px;}
	
#alpha-inner .right_img img{
	float:right;
	clear:both;
	margin: 0 15px 0 0;}
	
#alpha-inner .toiawase{
	background:url(../img/tel_bg.jpg) no-repeat 0 10px;
	padding: 10px 0px 30px 170px;
	list-style:none;}
	
#alpha-inner .toiawase li{
	font-size: 25px;
	border: dotted #006633;
	border-width: 0 0 3px 0;
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;	
	width: 170px;}
	
#alpha-inner .staff{
	background:url(../img/content_bottom.gif) no-repeat bottom;
	padding: 5px 0 35px 0;
	clear:both;}

#alpha-inner .staff dl{
	width: 200px;
	margin:0 0 0 200px;}
	
#alpha-inner .staff dt{
	border:#CCCCCC dotted;
	border-width: 0 0 1px 0;
	padding: 5px;
	margin: 0 0 5px 0;}
	
#alpha-inner .staff img{
	float:left;
	margin-left: 10px;
	vertical-align: middle;}
	
#alpha-inner .big_title4{
	background:url(../img/big_title4.gif) no-repeat;
	color:#0C0C0C;
	font-size:16px;
	padding: 6px 0 10px 29px;}

#alpha-inner .profile{
	margin:0 0 10px 0;}
	
#alpha-inner .profile ul{
	width:200px;
	margin:0 0 0 200px;
	list-style:none;}
	
#alpha-inner .profile ul li{
	border: #CCCCCC dotted;
	border-width: 0 0 1px 0;
	}
	
#alpha-inner .profile img{
	float:left;
	margin: 5px;}
	
#alpha-inner .table_layout{
	border:#CCCCCC solid;
	border-width:0 0 1px 0;
	width: 420px;
	margin:0 0 20px 10px;}
	
#alpha-inner .table_layout dt{
	float:left;
	clear:both;
	width: 80px;
	padding: 10px;
	border:#CCCCCC solid;
	border-width:1px 1px 0px 1px;
	background: #EAEAEA;}
	
#alpha-inner .table_layout dd{
	padding: 10px 0 10px 110px;
	border:#CCCCCC solid;
	border-width:1px 1px 0px 1px;}

#alpha-inner .alpha_content dt{
	background:url(../img/content_title.jpg) no-repeat;
	padding: 12px 0 10px 30px;
	color:#FFFFFF;
	font-size:16px;}
	
*html body #alpha-inner .alpha_content dt{
	background:url(../img/content_title.jpg) no-repeat;
	padding: 12px 0 10px 30px;
	color:#FFFFFF;
	font-size:16px;
	height:60px;}
	
#alpha-inner .alpha_content dd{
	padding: 0px 10px 30px 10px;
	background:url(../img/content_bottom.gif) no-repeat bottom;}
	
	
#alpha-inner .alpha_content2{
	border: #999999 1px solid;
	padding: 0 0 10px 0;
	width: 440px;}

#alpha-inner .alpha_content2 dt{
	background: url(../img/content_title2.gif) no-repeat;
	padding: 5px 0 3px 10px;
	border: #999999 solid;
	border-width: 0px 0px 1px 0px;}
	
#alpha-inner .alpha_content2 dd{
	padding: 10px 0px 5px;
	border: #999999 dotted;
	border-width: 0 0 1px 0;}


#alpha-inner .alpha_content2 .entry-title{
        margin:0 0 0 10px;}

#alpha-inner .alpha_content2 .entry-title .date{
        margin:0 8px 0 3px;
        font-size: 10px;
        color:#003399;}


#alpha-inner .alpha_content2 .more-link{
        margin: 0 0 0 300px;}


#alpha-inner .alpha_content_group{
	padding: 10px 0 0 21px;}
	
#alpha-inner .alpha_content_group .content_left{
	width: 204px;
	background:url(../img/content_bottom3.gif) no-repeat bottom;
	padding: 0 0 30px 0;
	float: left;}

#alpha-inner .alpha_content_group .content_left dt{
	background:url(../img/content_title3.gif) no-repeat;
	padding: 25px 0 14px 0px;
	text-align:center;}
	
#alpha-inner .alpha_content_group .content_left dd{
	background:url(../img/content_body3.gif) repeat-y;
	padding: 5px 0 0 15px;}
	
#alpha-inner .alpha_content_group .content_right{
	width: 204px;
	background:url(../img/content_bottom3.gif) no-repeat bottom;
	padding: 0 0 30px 0;
	float: left;}

#alpha-inner .alpha_content_group .content_right dt{
	background:url(../img/content_title3.gif) no-repeat;
	padding: 25px 0 14px 0px;
	text-align:center;}
	
#alpha-inner .alpha_content_group .content_right dd{
	background:url(../img/content_body3.gif) repeat-y;
	padding: 5px 15px 0 15px;}
	
	
#beta-inner #gn{
	background:url(../img/beta_bottom.jpg) no-repeat bottom;
	padding: 0 0 44px 0;
	margin: 0 0 30px 0;
	width:194px}
	
#beta-inner #gn dt{
	background:url(../img/beta_title.jpg) no-repeat;
	display:block;
	height:37px;
	text-indent:-9999px;}
	
#beta-inner #gn dd{
	background:url(../img/beta_body.jpg) no-repeat;
	padding: 5px 25px;}

#beta-inner .beta_content2{
	margin: 0 0 30px 0;}

#beta-inner .beta_content2 dt{
	background:url(../img/beta_title2.gif) no-repeat;
	padding: 2px 0 15px 30px;}
	
#beta-inner .beta_content2 dd{
	border:  #CCCCCC dotted;
	border-width: 0 0 1px 0;
	padding: 5px 10px;}
	
#gamma-inner form{
	margin: 0 0 10px 0;}	
	

#gamma-inner form .ti{
	margin: 0 0 0 10px;
	width: 160px;}

*html body #gamma-inner form .ti{
	margin: 0 0 0 10px;
	width: 150px;}

/*---------------------------------
#gamma-inner form .ti{
	background:url(../img/search_bg.gif) no-repeat -5px 0px;
	width:160px;
	border:none;
	padding: 18px 15px 10px 15px;
	margin:0 10px;}
	
*html body #gamma-inner form .ti{
	background:url(../img/search_bg.gif) no-repeat -5px 0px;
	width:180px;
	padding: 18px 15px 10px 15px;
	margin:0 0 0 10px;
	border: #000000 1px solid;
	height:50px;}
	
---------------------------------*/
	
#gamma-inner form .submit{
	background:url(../img/submit_bg.gif) no-repeat;
	width:70px;
	height:25px;
	margin:0 0 0 110px;
	border:none;
	display:block;}
	
#gamma-inner form .submit:hover{
	background:url(../img/submit_bg.gif) no-repeat 0px -25px;
	}

#gamma-inner .gamma_content{
	border: #CCCCCC 1px solid;
	margin:0 10px;}
	
*html body #gamma-inner .gamma_content dt{
	border: #CCCCCC 1px solid;
	margin:0 10px;
	height:30px;}
	
#gamma-inner .gamma_content dt{
	background:url(../img/gamma_title.gif) no-repeat;
	border: #CCCCCC solid;
	border-width: 0 0 1px 0;
	padding: 5px 0 5px 10px;}
	
#gamma-inner .gamma_content dd{
	padding:5px;}
	
#gamma-inner .gamma_content2{
	width: 200px;
	background:url(../img/gamma_bottom2.gif) no-repeat bottom;
	padding: 0 0 30px 0;
	float: left;}

#gamma-inner .gamma_content2 dt{
	background:url(../img/gamma_title2.gif) no-repeat;
	padding: 25px 0 14px 0px;
	text-align:center;}
	
#gamma-inner  .gamma_content2 dd{
	background:url(../img/gamma_body2.gif) repeat-y;
	padding: 5px 15px}


#footer-inner #footer-content{
	position:relative;}
	
#footer #footer-content ul{
	list-style:none;
	position:absolute;
	top:0px;
	right:0px;
	}

#footer #footer-content li{
	float: left;
	border: #666666 solid;
	border-width: 0 0 0 1px;
	padding: 0 15px 0 15px;}
	
#mail_form #mail_post{
	background:url(../img/submit_btn.jpg) no-repeat 0px -38px;
	border:none;
	width:110px;
	height:38px;}
	
#mail_form #mail_post:hover{
	background:url(../img/submit_btn.jpg) no-repeat;}
	
#mail_form dt{
	float:left;
	clear:both;
	width: 100px;
	margin:0 0 15px 0;
	padding:0 0 5px 0;}
	
#mail_form dd{
	margin:0 0 15px 0;
	border: solid #CCCCCC;
	border-width: 0 0 1px 0;
	padding:0 0 5px 0;
	width:440px;}

#mail_form span{
	color: #CC0000;
	font-size:10px;}
	
#alpha-inner #job_week dt{
	background:url(../img/big_title4.gif) no-repeat;
	padding: 5px 0 27px 25px;
	font-size: 16px;}
	
#alpha-inner #job_week dd{
	padding: 0px 0 10px 0px;
	font-size: 12px;}
	
#alpha-inner #job_week table{
	border: #CCCCCC solid;
	border-width: 0px 0px 1px 1px;}
	
#alpha-inner #job_week table #day{
	text-align:center;}
	
#alpha-inner #job_week dd table{
	margin: 0 0 0 8px;}

	
#alpha-inner #job_week td{
	width: 62px;
	border: #CCCCCC solid;
	border-width: 1px 1px 0px 0px;
	padding: 5px 2px 5px 2px;}
	
#alpha-inner #job_week #holiday{
	background: #FEE9E9;
	text-align:center;}
	
#alpha-inner{
       line-height: 1.5em;}

	


/* ----counter measure for bug------------------------------------------------------------ */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} 
.clearfix {display: inline-block;} 


/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */ 
