@charset "utf-8";

/* 
name:shiny
designer: Firstserver
designer_url: http://www.fsv.jp/ 
layouts: layout-tw,layout-wt,layout-twt
Ver1.01 2008/08/18
*/


/* Global ----------------------------------------------------------------- */

body {
	color:#666;
	font-style: normal;
	font-weight: normal;
	font-size : 75%;
	line-height : 1.5;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background:#fff url(body.jpg) repeat-x;
	margin:0;
}

a {
	text-decoration: underline;
	color: #e62565;
}

a:hover {
	text-decoration: underline;
	color: #e98271;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
	margin-bottom: .75em;
}

img a {
	border:0;
}

address {
	font-style: normal;
	display: inline;
}

blockquote,
code {
	margin:10px 0;
	background:#ffffff;
	padding:5px 10px;
	border:1px dotted #ccc;
	line-height:1.4;
	display:block;
}

blockquote code {
	margin:0;
	padding:0;
	border:none;
}

/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header {
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;
}

/* Layout ----------------------------------------------------------------- */

#container {
	background: url(container.jpg) center top no-repeat;
}

#container-inner {
	width: 850px;
	min-height: 100%;
	text-align: left;
	margin: 0 auto;
}

#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;
	overflow: hidden;
}


/* TWT */

.layout-twt #alpha {
	left: 190px;
	width: 470px;
}

.layout-twt #beta {
	left: -470px;
	width: 190px;
}

.layout-twt #gamma {
	width: 190px;
}


/* WT */

.layout-wt #alpha {
	width: 660px;
}

.layout-wt #beta {
	width: 190px;
}


/* TW */

.layout-tw #alpha {
	left: 190px;
	width: 660px;
}

.layout-tw #beta {
	left: -660px;
	width: 190px;
}


#alpha-inner {
	padding:15px 20px 20px;
}

#beta-inner {
	padding: 5px 0;
	margin:10px;
}

#gamma-inner {
	padding: 5px 0;
	margin:10px;
}


/* Header ----------------------------------------------------------------- */

#header-inner {
	padding: 0;
}

#header a {
	color: #0000CD;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover {
	color: #e62565;
	text-decoration: none;
}

* html #header-content {
	height: 80px;
}

#header-content {
	width: 830px;
	min-height: 45px;
	margin: 55px 0 10px;
}

#header-name {
	margin: 0 0 2px;
	font-size: 120%;
	font-weight: bold;
}

#header-description {
	font-size: 100%;
	line-height: 1.3;
	color: #0000CD;
	font-weight:bold;
}


/* Content ---------------------------------------------------------------- */

#content {
	background: #FFF5F5 url(content.jpg) repeat-y;
}

#content-inner {
	padding: 0;
	background: url(content-inner.jpg) 0 top no-repeat;
}

.content-nav {
	text-align: center;
	margin: 30px 0 10px;
}


/* asset */
.asset {
	margin:0 0 10px;
}

.asset-header {
	margin:0 0 10px;
	padding-top:35px;
	background: url(asset-header_bg_2.gif) 0 top no-repeat;
}

.layout-twt .asset-header {
	background: url(asset-header_bg_3.gif) 0 top no-repeat;
}

.asset-name {
	font-size: 140%;
	font-weight: bold;
	color:#996633;
	margin:0 0 5px;
	padding:0 10px 2px;
}

.asset-meta {
	margin:0;
	padding:0 10px 10px;
	font-size: 90%;
}

.asset-name a:link,
.asset-name a:visited {
	text-decoration: none;
}

.asset-name a:hover,
.asset-name a:active {
	text-decoration: underline;
}

.asset-meta a:link,
.asset-meta a:visited {
	color:#666;
	text-decoration: underline;
}

.asset-meta a:hover,
.asset-meta a:active {
	color:#666;
	text-decoration: none;
}

.asset-content {
	margin: 5px 0;
	padding:0 10px;
}
.asset-body {
	margin:0 0 10px;
}

.asset-more-link {
	font-size: 90%;
	text-align:right;
}

.asset-footer {
	clear: both;
	margin: 15px 0 0;
	padding: 5px 10px 15px;
	font-size: 90%;
	background:url(asset-footer_bg.jpg) 0 bottom repeat-x;
}

.entry-categories,
.entry-tags {
	color:#996633;
}


/* comment*trackback */

.comments,
.trackbacks {
	margin:10px 0 20px;
}

.comments-header,
.trackbacks-header,
.comments-open-header {
	font-size : 120%;
	font-weight:bold;
	color: #996633;
	margin:10px 0 20px;
	padding:2px 10px;
	border-bottom:1px solid #F6A99C;
}

.comments-content {
	margin:0 0 10px;
}

.comments-open {
	margin:20px 0 0;
}

.comment,
.trackback {
	margin:0 10px 5px;
	padding:0 0 5px;
	border-bottom:1px dashed #F6A99C;
}

#comment-submit,
#comment-preview {
	font-weight: normal;
}

.comment-content {
	clear: none;
	line-height: 1.5;
	margin: 0;
}

.comment-content p {
	margin: 0 10px 3px;
}

.comments-open-content,
#comments-open-footer {
	margin:0 0 5px;
	padding:0 10px;
}

#comment-form-external-auth{
	margin:0 0 5px;
	padding:0;
}

#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text {
	margin:0 0 5px;
}

.trackback-content,
.trackback-footer {
	margin:0 0 5px;
	padding:5px 10px 0;
}

.trackbacks-info {
	margin:0 10px 10px;
	padding:5px 10px;
	border:1px dashed #F6A99C;

}

.trackbacks-info p {
	margin:0 0 3px;
}


/* archive-title */
.archive-title {
	margin: 0 0 10px;
	padding:5px 10px 10px 37px;
	font-size: 150%;
	font-weight: bold;
	color: #996633;
	background:url(archive-title_bg.gif) 0 top no-repeat;
	_height:1px;
}

.archive-title em {
	font-style:normal;
}


/* archive */

.archive {
	margin:0 0 10px;
}

.archive-header {
	margin: 0;
	padding: 5px 10px 5px 12px;
	font-size : 120%;
	font-weight: bold;
	color: #996633;
	background:url(archive-header_bg.gif) 0 center no-repeat;
}

.archive-content {
	margin:0 10px 10px 14px;
}

.archive-content li {
	margin-bottom: 5px;
}


/* search */

.search-results-header {
	margin: 0 0 10px;
	padding:5px 10px 10px 37px;
	font-size: 150%;
	font-weight: bold;
	color: #996633;
	background:url(archive-title_bg.gif) 0 top no-repeat;
	_height:1px;
}


/* 投稿確認・完了 */

.mt-comment-preview #page-title,
.mt-comment-confirmation #page-title {
	margin: 0 0 10px;
	padding:5px 10px 10px 37px;
	font-size: 150%;
	font-weight: bold;
	color: #996633;
	background:url(archive-title_bg.gif) 0 top no-repeat;
	_height:1px;
}


/* Footer ----------------------------------------------------------------- */

#footer {
	background: #FFFFFF url(footer.jpg) 0 top no-repeat;
}

#footer-inner {
	padding: 0 20px;
}

#footer-content {
	margin: 20px 0;
}

#footer .widget {
	margin: 10px 0;
}

#footer .widget-powered .widget-content {
	padding: 0;
	text-align: left;
}


/* Widget ----------------------------------------------------------------- */

.widget {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 20px;
}

.widget a {
	color: #cc402a;
}

.widget a:hover {
	color: #e98271;
}

.widget-header {
	margin: 0 5px 5px;
	padding: 5px 35px 10px 10px;
	font-size : 110%;
	background: url(widget-header.jpg) left top no-repeat;
	color:#663300;
	line-height:1.3;
	_height:1px;
}

.widget-header a:link,
.widget-header a:visited {
	text-decoration:none;
}

.widget-header a:hover,
.widget-header a:active {
	text-decoration:underline;
}

.widget-content {
	position: relative;
	margin: 0;
}

.widget ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}

.widget ul ul {
	margin:0;
	padding:0;
}

.widget li {
	margin: 0;
	padding:3px 0 3px 18px;
	background:url(li.gif) 0 2px no-repeat;
}

.widget li a:link,
.widget li a:visited {
	text-decoration:none;
}

.widget li a:hover,
.widget li a:active {
	text-decoration:underline;
}

/* Calendar */

.widget-calendar table {
	text-align:center;
	margin:0 auto;
}

.widget-calendar table td {
	padding:1px 3px;
	font-size: 100% !important;
	font-size: 95%;
}

.widget-calendar a {
	text-decoration: underline;
}

.widget-calendar a:hover {
	text-decoration: none;
}

/* search */

.widget form {
	margin: 0;
	padding: 0 10px;
}

.widget-search ul {
	margin: 5px 0 0;
	padding: 0;
}

.widget-search li {
	padding:0;
	background: none;
	font-size:90%;
}

#search {
	width:90px;
}

/* widget-archive-monthly-dropdown */

.widget select {
	margin: 0 10px;
}

/* Powered By */

.widget-powered .widget-content {
	padding: 10px;
	text-align: center;
}


/* About */

.widget-about-this-page .widget-content {
	margin: 0;
	padding: 0 10px;
}

.mt-main-index .widget-about-this-page .widget-header,
.mt-search-results .widget-about-this-page .widget-header {
	background:none;
}

/* sign-in */

.widget-sign-in .widget-content {
	margin: 0;
	padding: 0 10px;
}

/* technorati */

.widget-technorati .widget-content {
	font-size: 90% ;
}

.widget-technorati p {
	margin: 0;
	padding: 10px 15px 0;
}

/* item */

.widget-recent-assets ul {
	margin: 0;
	padding: 0;
}

.widget-recent-assets li {
	margin: 0 5px 8px 7px;
	padding:0;
	background: none;
}

/* rss */

.widget-syndication li {
	padding:0;
	background: none;
}

/* tag */

.widget-tag-cloud .widget-content {
	padding: 0 10px;
}

.widget-tag-cloud ul {
	padding: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-header,
.asset-body,
.asset-footer {	/*HACK targets IE6 but not 7*/
	height: 1%;
}
