@charset "utf-8";

/* 
name:confeito
designer: Firstserver
designer_url: http://www.fsv.jp/ 
layouts: layout-tw,layout-wt,layout-twt
Ver1.01 2008/07/16
*/


/* Global ----------------------------------------------------------------- */

body {
	color:#333;
	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.gif);
	margin:0;
}

a {
	color: #FF33CC;
}

a:hover {
	text-decoration: none;
	color:#990066;
}


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;
}

/* 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 {
}

#container-inner {
	width: 850px;
	min-height: 100%;
	text-align: left;
	margin: 0 auto;
	background: #fff;
}

#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:0px 20px 20px;
	margin-top: 0;
}

#beta-inner {
	padding: 5px 0;
	margin:0px 10px 10px;
}

#gamma-inner {
	padding: 5px 0;
	margin:0px 10px 10px;
}

.layout-twt #content-inner {
	background: url(content-twt.gif) repeat-y;
}

.layout-wt #content-inner {
	background: url(content-wt.gif) repeat-y;
}

.layout-tw #content-inner {
	background: url(content-tw.gif) repeat-y;
}


/* Header ----------------------------------------------------------------- */

#header {
	background: #FFFFFF url(header.gif) no-repeat 0 bottom;
}

#header-inner {
	padding: 0;
}

#header a {
	color: #FF33CC;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
	color: #990066;
}

* html #header-content {  /*HACK targets IE6 but not 7, instead of min-height*/
	height: 80px;
}

#header-content {
	width: 830px; 
	min-height: 80px; 
	margin: 100px 0 20px 20px;
}

#header-name {
	margin: 0 0 5px;
	font-size: 240%;
	font-weight: bold;
}

#header-description {
	margin:0;
	font-size: 130%;
	line-height: 1.5;
	color: #666666;
	font-weight: bold;
}


/* Content ---------------------------------------------------------------- */

#content {
	background: #fff;
}

#content-inner {
	padding: 0;
}

.content-nav {
	text-align: center;
	margin: 30px 0 10px;
}


/* asset */
.asset {
	margin:0 0 10px;
}

.asset-header {
	margin:0 0 10px;
	padding-top:0px;
}

.asset-name {
	font-size: 180%;
	font-weight: bold;
	color: #333333;
	margin:0 5px 5px;
	padding:0 150px 15px 10px;
	background:url(asset-name_bg.gif) no-repeat right bottom;
}

.asset-meta {
	margin:5px 0 0;
	padding: 5px 10px 10px;
	font-size: 90%;
}

.asset-name a {
	text-decoration: none;
	color: #333333;
}

.asset-name a:hover {
	text-decoration: underline;
	color: #FF33CC;
}

.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%;
}

.entry-categories,
.entry-tags {
	color:#666666;
}


/* comment*trackback */

.comments,
.trackbacks {
	margin:10px 0 30px;
}

.comments-header,
.trackbacks-header,
.comments-open-header {
	font-size : 120%;
	font-weight: bold;
	color: #666666;
	margin:0 0 10px;
	padding:5px 10px 10px;
	background: url(comments-header_bg.gif) repeat-x 0 bottom;
}

.comments-content {
    margin:0 0 10px;
}

.comments-open {
	margin:0 0 10px;
}

.comment,
.trackback {
	margin:0 10px 5px;
	padding:0 0 5px;
	border-bottom:2px dotted #CCCCCC;
}

#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;
}

.trackbacks-info,
.trackback-content,
.trackback-footer {
	margin:0 0 5px;
	padding:10px 10px 0;
}


/* archive-title */
.archive-title {
	margin: 5px 0 10px;
	padding:3px 10px 3px 45px;
	font-size: 200%;
	font-weight: bold;
	color: #FF9900;
	background:url(archive-title_bg.gif) 0 0 no-repeat;
	_height:1px;
}

.archive-title em {
	font-style:normal;
}


/* archive */

.archive {
	margin:0 0 10px;
}

.archive-header {
	margin: 0;
	padding: 5px 10px 5px 25px;
	font-size : 120%;
	font-weight: bold;
	color: #FF9900;
	background:url(archive-header_bg.gif) 0 center no-repeat;
}

.archive-content {
	margin:0 0 10px;
}

.archive-content li {
	margin-bottom: 5px;
}


/* search */

.search-results-header {
	margin: 5px 0 10px;
	padding:3px 10px 3px 45px;
	font-size: 200%;
	font-weight: bold;
	color: #FF9900;
	background:url(archive-title_bg.gif) 0 0 no-repeat;
	_height:1px;
}

/* 投稿確認・完了 */

.mt-comment-preview #page-title,
.mt-comment-confirmation #page-title {
	margin: 5px 0 10px;
	padding:3px 10px 3px 45px;
	font-size: 200%;
	font-weight: bold;
	color: #FF9900;
	background:url(archive-title_bg.gif) 0 0 no-repeat;
	_height:1px;
}


/* Footer ----------------------------------------------------------------- */

#footer {
	background: #FFCC66;
}

#footer-inner {
	padding: 0 20px;
}

#footer-content {
	color: #190000;
	margin: 20px 0;
}

#footer-content a {
	color: #190000;
}

#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: #555555;
} 

.widget a:hover {
	color: #990066;
	text-decoration: underline;
}

.widget-header {
	margin: 0 5px 10px;
	padding: 10px 10px 8px 38px;
	font-size : 120%;
	background: url(widget-header.gif) no-repeat 0 bottom;
	color:#FF9900;
	font-weight: bold;
}  

.widget-header a {
	text-decoration: underline;
	color: #FF33CC;
}

.widget-header a:hover {
	text-decoration: underline;
}

.widget-content {
	position: relative;
	margin: 0;
}

.widget li {
	margin: 0 0 3px;
	padding-left:12px;
	background:url(li.gif) 0 3px no-repeat;
}

.widget ul {
	margin: 0;
	padding: 0 15px;
	list-style: none;
}

.widget ul ul{
	margin: 0;
	padding: 0 0 0 10px;
}

/* Category */
.widget-archive-category li {
	margin: 0;
	padding-left:0;
	background: none;
}

.widget-archive-category a {
	margin: 0 0 3px;
	padding-left:12px;
	display:block;
	background: url(li.gif) 0 3px no-repeat;
}


.widget-list .widget-list {
	margin: 0;
}




/* Calendar */

.widget-calendar table {
	text-align:center;
	margin:0 auto;
}

.widget-calendar table td {
	padding:1px 3px;
	font-size: 100% !important;
	font-size: 95%;
}

/* search */

.widget form {
	margin: 0;
	padding: 0 15px;
}

.widget-search ul {
	margin: 5px 0 0;
	padding: 0;
}

.widget-search li {
	padding:0;
	background: none;
	font-size:90%;
}

#search {
	margin-bottom:5px;
}


/* widget-archive-monthly-dropdown */

.widget select {
	margin: 0 15px;
}

/* Powered By  */

.widget-powered .widget-content {
	padding: 10px;
	text-align: center;
}

/* About */

.widget-about-this-page .widget-content {
	margin: 0;
	padding: 0 15px;
}

/* sign-in */

.widget-sign-in .widget-content {
	margin: 0;
	padding: 0 15px;
}

/* 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;
}


/* 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%;
}

