/*

A Six Apart theme adapted for Movable Type default templates 
name: Minimalist Red  
designer: Lilia Ahner  
designer_url: http://lilia.vox.com 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/


/* Default ---------------------------------------------------------------- */

/* Global */

body {
	font: normal 80% arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	color: #FFF;
	background: #333;
	margin: 0 auto;
}
a {
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 25px 5px;
	padding: 0;
	line-height: 150%;
}
hr {
	margin: 0 0 15px 0;
	border: 0;
	height: 1px;
	background-color: #CCC;
	color: #CCC;
}


/* Layout ----------------------------------------------------------------- */

#container {
	width: 960px;
	margin: 0 auto;
	background: url(bg1.gif) repeat-y;
}
#container-inner {
	width: 940px;
	margin: 0 10px 0 10px;
}
#content {
}
#content-inner {
	margin: 0 auto;
	text-align: left;
	background: url(bg2.gif) repeat-y;
}
#alpha-inner {
	width: 520px;
	padding: 0 20px 20px 20px;
}
#beta-inner {
	width: 170px;
	padding: 0 10px 20px 10px;
}
#gamma-inner {
	width: 170px;
	padding: 0 10px 20px 10px;
}



/* Header ----------------------------------------------------------------- */

#header {
	height: 140px;
	background: #333 url(head_bg.jpg) no-repeat;
	color: #FFF;
	text-align: center; 
}
#header a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header-content {
	padding: 30px 20px 0 10px;
}
#header-name {
	color: #FFF; 
	font-size: 200%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#header-description {
	color: #FFF;
	margin: 0;
	font-size: 120%;
}



/* Footer */

#footer {
	clear: both;
	height: 80px;
	text-align: center;
	font-size: 90%;
	background: #333 url(bg4.jpg) repeat-x;
	color: #FFF;
}
#footer-inner {
	padding: 50px 0 0 0;
}
#footer-content, #footer-content a {
	color: #FFF;
}
#footer .widget {
}
#footer .widget-content {
}
#footer .widget-powered .widget-content {
}



/* Content */

.main_h2 {
	margin: 0 0 15px 0;
	padding: 5px 5px 5px 6px;
	font-size: 120%;
	font-weight: bold;
	border-left: 6px solid #FFF;
	background: url(bg3.jpg) repeat-x;
}
.archive-title {
	margin: 0 0 15px 0;
	padding: 5px 5px 5px 6px;
	font-size: 120%;
	font-weight: bold;
	border-left: 6px solid #FFF;
	background: url(bg3.jpg) repeat-x;
	color: #FFF;
}
.archive-header {
	margin: 0 0 15px 0;
	padding: 0 5px 0 5px;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
.content-nav {
	margin: 0 0 25px 0;
	padding: 5px 5px 5px 25px;
	background: url(icon1.gif) no-repeat;
	background-position: 5px 0.5em;
}
.archive-content ul li {
	margin: 0;
	padding: 0 0 5px 0;
}

.asset-name {
    font-size: 140%;
    font-weight: bold;
}
.asset-name a {
    text-decoration: none;
}
.asset-name a:hover {
    text-decoration: underline;
}
.asset-content {
}
.asset-more-link {
    font-weight: bold;
}
.asset-meta {
    border-top: 1px solid #ccc;
}
.asset-footer {
    border-top: 1px solid #ccc;
}
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 0;
    font-size: 140%;
    font-weight: bold;
}
.search-results-header {
}
.asset-more-link,
.asset-meta,
.typelist-thumbnailed {
    font-size: 100%;
}
.asset-name,
.asset-name a,
.archive-title {
}
.asset-footer {
    border-top-color: #ddd;
}
.comments-header,
.comments-open-header,
.trackbacks-header,
.search-form-header,
.search-results-header {
}
.comment,
.trackback {
    border-color: #ddd;
}
.asset-name a {
}
.asset-name a:hover {
    text-decoration: underline;
}
.archive-list-item {
}



/* Utility */

.clearfix {
	clear: both;
}



/* Widget ----------------------------------------------------------------- */

.widget-header, .widget-content {
}
.widget-header {
	padding: 2px;
	font-size: 100%;
	background: #333;
	color: #FFF;
	font-weight: normal;
	text-align: center;
}
.widget-header a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
} 
.widget-header a:hover {
	text-decoration: underline;
}
.widget-content {
}


/* "Powered By" Widget */

.widget-powered .widget-content {
}


/* Calendar Widget */

.widget-calendar .widget-content table {
	font-size: 90%;
}



/* Custom Styles ---------------------------------------------------------- */

.content-nav a {
 display: inline-block;
 padding: 5px;
}

.entry-content {
 padding: 20px;
 line-height: 150%;
}



/* 追加スタイル ---------------------------------------------------------- */

#main_menu {
	margin: 0 0 25px 0;
	padding: 5px;
	border-left: 6px solid #FFF;
}
#search {
	width: 140px;
	height: 1.2em;
	margin: 0 0 3px 0;
	padding: 2px 2px 2px 20px;
	background: #FFF url(sicon.gif) no-repeat;
	background-position: 2px center;
	border: 1px solid #999;
}
#search_btn {
	margin: 0 0 20px 45px;
	width: 80px;
	text-align: center;
	line-height: 140%;
}
.linkbox {
	width: 220px;
	float: left;
	margin: 0 5px 10px 0;
	padding: 15px;
	border: 1px solid #CCC;
}
.linkbox2 {
	width: 138px;
	margin: 10px 0 4px 0;
	padding: 15px;
	border: 1px solid #FFF;
}
.cat_menu {
	width: 225px;
	padding: 4px 5px 4px 25px;
	margin: 0 10px 10px 0;
	background: url(icon1.gif) no-repeat;
	background-position: 5px 0.5em;
	float: left;
}
#cat_end {
	clear: both;
}
.side_cate {
	margin: 0 0 6px 0;
	padding: 4px 4px 4px 25px;
	background: url(icon1.gif) no-repeat;
	background-position: 5px 0.5em;
}
