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

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

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/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;
} 
/* 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-image: url(../images/bg-kabe.jpg);
						background-repeat: repeat;
						margin: 0px;
						padding: 0px;
					}


					#container-inner {
						width: 940px;
						background-image: url(../images/bg.jpg);
						background-repeat: repeat-y;
						background-position: 0 0;
						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: 10px;
    padding-bottom: 10px;
}

#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: 500px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

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

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


/* Thin-Wide-Thin */

.layout-twt #alpha {
	left: 230px;
	width: 470px;
	padding-right: 0px;
}

.layout-twt #beta {
	left: -470px;
	width: 230px;
}

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


/* Wide-Thin */

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

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


/* Thin-Wide */

.layout-tw #alpha {
    left: 240px;
    width: 700px;
}

.layout-tw #beta {
    left: -700px;
    width: 240px;
}


/* 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 {
    color: #0066FF;
    text-decoration: none !important;
    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 {

	text-indent: -9999px;	
}

#header-description {

	text-indent: -9999px;	
}




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

.asset,
.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-header #page-title {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 22px;
	font-weight: bold;
	background-image: url(../images/h1.jpg);
	background-repeat: repeat;
	text-indent: 15px;
	line-height: 35px;
}

.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: 12px;
    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;

	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

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

















/*

A Six Apart theme adapted for Movable Type default templates 
name: Professional Black  
designer: Jim Ramsey 
designer_url: http://www.jimramsey.net/ 
layouts: layout-wm

*/


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

/* Global */

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


/* Header */

#header {
					
						
}


					#header-inner {
					background-image: url(../images/header-bg.jpg);
						background-repeat: no-repeat;
						background-position: 0px 0px;
						height: 123px;
					}


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

#header-description {
    
}

#header a {
    text-decoration: none;
}

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


/* Content */

.asset-name h1{
    
}

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

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

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

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

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

.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

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

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


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

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

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    
}


/* 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: #000;  
    font-family: georgia;   
}

a {
    color: #921712;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}


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

#container-inner,
#content { 
    margin-top: 10px;  
    margin-bottom: 10px;  
}

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

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


#container-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

#container-inner,
#header-inner,
#content-inner,
#footer-inner, {
    position: relative;
    width: 940px;
    margin: 0 auto;
}

#main-navigation-inner{
    position: relative;
    width: 400px;
    margin: 0 auto;
}

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

#header { 

}

#header a {
    color: #fff;
}

#header-content {
    width: 842px; 
    margin: 10px 10px;
}

#header-name {
    color: #fff; 
    font-size: 30px;
    margin-bottom: 5px;
}

#header-description {
    color: #777;
    font-size: 15px;  
}


/* Navigation ----------------------------------------------------------------- */

#main-navigation {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
					}

#main-navigation-inner {
	position: relative;
	margin-left: 500px;
}

					#main-navigation ul {
						list-style-position: outside;
						list-style-type: none;
						list-style-image: url(../images/clover.jpg);
						padding-top: 0px;
						padding-right: 5px;
						padding-bottom: 0px;
						padding-left: 5px;
					}

#main-navigation ul li {
	float: left;
	padding-top: 2px;
}

					#main-navigation ul li a {
											list-style-position: outside;
						list-style-type: none;
						list-style-image: url(../images/clover.jpg);
						display: list-item;
						text-decoration: none;
						padding-top: 0px;
						padding-right: 30px;
						padding-bottom: 0px;
						padding-left: 0px;
						color: #308fbd;
						font-weight: bold;
					}

#main-navigation ul li a:hover {
    text-decoration: underline;
}

					#main-navigation ul li.on a {
						color: #1C526C;
						font-weight: bolder;
					}

#main-navigation ul li.last {

}


/* Search ---------------------------------------------------------------- */

.widget-search {
	float: right;
	width: 500px;
	padding-bottom: 0px;
	position: absolute;
	padding-left: 80px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	top: -5px;
}

.widget-search h3 {
    display: none;
}

#search {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px;
}

#search-submit {
    border: 1px solid #75120e;
    border-top: 1px solid #b25c59;
    border-left: 1px solid #b25c59;
    background: #921712;
    color: #fff;
    padding: 0px 5px 1px 5px;
    font-size: 11px;
}


/* Sign In ---------------------------------------------------------------- */

#header .widget-sign-in {
    position: absolute;
    right: 15px;
    top: 5px;
    text-align: center;
    color: #777;
    font-family: verdana;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#header .widget-sign-in .widget-header {
    display: none;
}

#header .widget-sign-in .widget-content {
    background-color: #000;
    margin: 0;
    padding: 5px 15px 10px 15px;
    float: right;
    overflow: hidden;
}

#header .widget-sign-in a {
    color: #777;
    text-decoration: underline !important;
}
#header .widget-sign-in a:hover {
    color: #fff;
}


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

#content {
	line-height: 1.5;
	clear: both;
}

.asset-name,
.asset-name a,
.archive-title {
    
}

.comment-footer,
.comment-footer a,
.trackback-footer {
    
}

.asset-footer {
    font-size: 13px;
    border-top: 1px dotted #ccc;
    padding-top: 15px;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    
}

.asset-name a {
    
}

.entry-asset .asset-name {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.entry-asset .asset-meta {
    color: #777;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    font-size: 12px;
    padding: 6px 0;
    margin-bottom: 12px;
}


.entry-asset .byline {
    float: left;
}
.entry-asset .asset-comments,
.entry-asset .asset-trackbacks {
    float: right;
    margin-left: 10px;
}
.entry-asset .asset-comments a,
.entry-asset .asset-trackbacks a {
    display: block;
    float: left;
    padding-left: 18px;
}
.entry-asset .asset-comments a {
    background: url(../images/icon-comment.gif) no-repeat 2px 50%;
}
.entry-asset .asset-trackbacks a {
    background: url(../images/icon-trackback.gif) no-repeat 0 50%;
}

.archive li {
    margin-bottom: 5px;
}

#group-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

h1#page-title {
	font-size: 20px;
	line-height: 1.3;
	background-image: url(../images/h1.jpg);
	background-repeat: repeat;
}


.mt-main-index h1#page-title {
	font-size: 25px;
	margin-bottom: .5em;
	color: #FFFFFF;
}




.mt-main-index #alpha p {
    font-size: 14px;
}

#homepage-image {
						width: 960px;
						height: 170px;
						text-indent: -9999px;
						margin: 0;
						background-image: url(../images/home-page.jpg);
						background-repeat: no-repeat;
						background-position: 0 0;
					}

#homepage-image2 {
						width: 960px;
						height: 140px;
						overflow: hidden;
						text-indent: -9999px;
						margin: 0;
						background-image: url(../images/home-page2.jpg);
						background-repeat: no-repeat;
						background-position: 0 0;
					}

#alpha .comments .even {
    background-color: #e6f0f5;
    border-right: 1px solid #c0d9e6;
    border-bottom: 1px solid #c0d9e6;
}

#alpha .comments .odd {
    background-color: #f3f3f3;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.comment {
    background: #fff;
    padding: 10px 10px 0;
    width: 549px;
    margin-bottom: 10px;
}

.comment-header {
    font-weight: bold;
}

h2.comments-header,
h2.comments-open-header,
h2.trackbacks-header {
	height: 20px;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	border: none;
	padding: 0 6px 0 20px;
	line-height: 20px;
	font-family: verdana;
	text-transform: uppercase;
	margin-bottom: 10px;
	background-image: url(images/arrow_right_normal.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#main-navigation .search-options {
    display: none;
}

h1#page-title.search-results-header {
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}

.widget-recent-comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-recent-comments ul li {
    padding: 0 0 0 18px;
    margin: 0 0 8px 0;
    background: url(../images/icon-comment.gif) no-repeat 0 4px;
}

.widget-recent-entries dl {
    padding: 0 8px;
}

.widget-recent-entries dl dt {
    font-size: 18px;
}

.widget-recent-entries dl dd {
    margin-bottom: 3px;
}

.widget-recent-entries dl dd.entry-meta {
    margin-bottom: 10px;
    color: #777;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.userpic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
    padding: 0;
    border: 1px solid #fff;
}

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

.comment-header {
    color: #777;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: normal;
}

.comment-content {
    clear: none;
    margin: 0 0 5px 0;
    padding: 0;
}

.admin-edit-link {
    text-align: center;
    font-family: verdana;
    margin-top: 10px;
}

.admin-edit-link a {
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px 10px;
}


/* Forms ---------------------------------------------------------------- */

input.text, textarea {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px 2px;
    background-color: #fafafa;
}

.contact-form label {
    display: block;
}

.contact-form input.text {
    font-size: 13px;
}

.contact-form textarea {
    margin-bottom: 15px;
}


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

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

.widget-header {
	height: 20px;
	margin-bottom: 8px;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	border: none;
	padding: 0 6px 0 20px;
	line-height: 20px;
	font-family: verdana;
	text-transform: uppercase;
	background-image: url(../images/arrow_right_normal.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

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

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

.layout-wm .widget-header {
    background-image: url(../images/header-arrow-medium.gif);
}



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


/* "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,
#footer .widget-content {
    margin: 0;
    padding: 0;
}

#footer .widget-footer-links {
    width: 50%;
}

#footer .widget-powered {
    float: right;
    width: 157px;
    text-align: right;
    clear: none;
}

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

#footer .widget-powered .widget-content span {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

#footer .widget-powered .widget-content span a {
    display: block;
    float: right;
    height: 41px;
    width: 157px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/powered-by-mt-logo.gif) no-repeat 0 0;
}


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

#footer { 
						color: #777;
						background-image: url(../images/footer.jpg);
						background-repeat: no-repeat;
						background-position: 0 0;
						height: 120px;
					}


#footer a {
    color: #921712;
}

#footer .widget-header {
    display: none;
}

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

#footer-content ul {
    list-style: none;
    margin: 0;
    padding: 12px 0 0 0;
    float: left;
}

#footer-content ul li {
    float: left;
    margin: 0;
    padding: 0;
}


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

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#main-navigation:after,
.entry-asset .asset-meta:after,
.comment:after,
#footer-content: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,
#main-navigation,
.entry-asset .asset-meta,
.comment,
#footer-content,
.asset-body {

}


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


#what {
	width: 880px;
	height: 140px;
	background-image: url(../images/what.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 65px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 13px;

	text-indent: 10px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#what li{
	list-style-image: url(../images/page.gif);
	list-style-position: outside;
	list-style-type: disc;
	line-height: 18px;
}


#navi {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	width: 190px;
	text-indent: -9999px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}




#header2 {
	height: 420px;
	width: 190px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

#header2 ul,
#header2 ul li{
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header2 ul{
	width: 190px;
	height: 380px;
	padding: 0px;
	margin: 0px;

}

#header2 ul li a {
	display: block;
	width: 190px;
	height: 60px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header2 ul li.navi_1 a.active,
#header2 ul li.navi_1 a:focus,
#header2 ul li.navi_1 a:hover {
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: -190px 0px;
}

#header2 ul li.navi_2 a.active,
#header2 ul li.navi_2 a:focus,
#header2 ul li.navi_2 a:hover {
background: url(../images/menu.jpg) no-repeat -190px -60px;
}

#header2 ul li.navi_3 a.active,
#header2 ul li.navi_3 a:focus,
#header2 ul li.navi_3 a:hover {
background: url(../images/menu.jpg) no-repeat -190px -120px;
}

#header2 ul li.navi_4 a.active,
#header2 ul li.navi_4 a:focus,
#header2 ul li.navi_4 a:hover {
background: url(../images/menu.jpg) no-repeat -190px -180px;
}

#header2 ul li.navi_5 a.active,
#header2 ul li.navi_5 a:focus,
#header2 ul li.navi_5 a:hover {
background: url(../images/menu.jpg) no-repeat -190px -240px;
}

#header2 ul li.navi_6 a.active,
#header2 ul li.navi_6 a:focus,
#header2 ul li.navi_6 a:hover {
background: url(../images/menu.jpg) no-repeat -190px -300px;
}

#header2 ul li.navi_7 a.active,
#header2 ul li.navi_7 a:focus,
#header2 ul li.navi_7 a:hover {
background: url(../images/menu.jpg) no-repeat -190px -360px;
}



#categori {
	line-height: 23px;
	margin-top: 0px;
	letter-spacing: 0.1em;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/categori.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 300px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 15px;
	width: 200px;
}
#categori li {
	list-style-type: none;
}

#categori ul li a {
	text-decoration: none;
	color: #308fbd;
}


#topics ul li {
	text-decoration: none;
	color: #999999;
	list-style-position: outside;
	list-style-image: url(images/arrow.jpg);
	list-style-type: circle;
}

#topics ul li a {
	text-decoration: none;
	color: #999999;
}

#write ul li {
	text-decoration: none;
	color: #999999;
	list-style-position: outside;
	list-style-image: url(images/arrow.jpg);
	list-style-type: circle;
	margin-top: 5px;
	margin-left: -5px;
}



#photo {
}




#soshouanken {
	width: 900px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: 40px;
	background-image: url(images/soshoubar.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#soshouanken li {
	list-style-position: outside;
	list-style-image: url(images/arrow_right_normal.gif);
	list-style-type: disc;
}

#soshouanken #soshou-left {
	float: left;
	width: 280px;
	height: 360px;
}
#soshouanken #soshou-mid {
	float: left;
	width: 280px;
	height: 360px;
}
#soshouanken #soshou-right {
	float: left;
	width: 280px;
	height: 360px;
}
#soshou-left #soshou-left1 {
	height: 120px;
	width: 280px;
	overflow: hidden;
}

#soshou-left #soshou-left1 h2 {
	font-size: medium;
	font-weight: bold;
	color: #333333;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-right: 15px;
}

#soshou-left #soshou-left2 {
	height: 120px;
	width: 280px;
		overflow: hidden;
}

#soshou-left #soshou-left2 h2 {
	font-size: medium;
	font-weight: bold;
	color: #333333;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-right: 15px;
}
#soshou-left #soshou-left3 {
	height: 120px;
	width: 280px;
		overflow: hidden;
}
#soshou-left #soshou-left3 h2 {
	font-size: medium;
	font-weight: bold;
	color: #333333;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-right: 15px;
}
#soshou-mid #soshou-mid1 {
	height: 120px;
	width: 280px;
		overflow: hidden;
}
#soshou-mid #soshou-mid1 h2 {
	font-size: medium;
	font-weight: bold;
	color: #333333;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-right: 15px;
}
#soshou-mid #soshou-mid2 {
	height: 120px;
	width: 280px;
		overflow: hidden;
}
#soshou-mid #soshou-mid2 h2 {
	font-size: medium;
	font-weight: bold;
	color: #333333;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-right: 15px;
}
#soshou-mid #soshou-mid3 {
	height: 120px;
	width: 280px;
		overflow: hidden;
}
#soshou-mid #soshou-mid3 h2 {
	font-size: medium;
	font-weight: bold;
	color: #333333;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-right: 15px;
}
#soshou-right #soshou-right1 {
	height: 120px;
	width: 280px;
		overflow: hidden;
}
#soshou-right #soshou-right1 h2 {
	font-size: medium;
	font-weight: bold;
	color: #333333;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-right: 15px;
}
#soshou-right #soshou-right2 {
	overflow: hidden;
	height: 120px;
	width: 280px;
}
#soshou-right #soshou-right2 h2 {
	font-size: medium;
	font-weight: bold;
	color: #333333;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-right: 15px;
}
#soshou-right #soshou-right3 {
	overflow: hidden;
	height: 120px;
	width: 280px;
}
#soshou-right #soshou-right3 h2 {
	font-size: medium;
	font-weight: bold;
	color: #333333;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-right: 15px;
}

#etc {
	width: 420px;


}

#etc h1 {
	background-repeat: no-repeat;
	text-indent: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0099FF;
	color: #0099FF;
}

#cell {
	color: #0099FF;
}
