@charset "UTF-8";

/*
HTML文書の最小単位ともいえる要素（タグ）のスタイルを記述

________________________________________________________*/
*{
	word-break: break-all;/*
	font-family: "ヒラギノ明朝 Pro W6","Osaka", "trebuchet MS", "trebuchet","Verdana","Arial","sans-serif";*/
}
body {
    font:13px "ヒラギノ明朝 Pro W6","Osaka", "trebuchet MS", "trebuchet","Verdana","Arial","sans-serif";
    *font-size:small;
    *font:x-small;
    
}
table {
    font-size:inherit;
    font:100%;
}


: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: 116%;
    font-weight: normal;
}
p,blockquote {
    font-size: 100%;
    font-weight: normal;
}
pre,code,hr,
th,td {
    font-size: 100%;
    font-weight: normal;
}
dt{
    font-size: 116%;
    font-weight: bold;

}

dd{
    font-size: 100%;
    font-weight: normal;

}
table {
    border-spacing: 0;
}
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;
}
a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 10px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
li {
	padding: 5px 0px;
    font-size: 100%;
}
.item { list-style: none; }

fieldset { 
    border: 1px solid green;
    margin: 2px;
    padding: 2px;
    font-size: 85%;
}

table{
	border:solid 1px #666666;
	border-collapse: collapse;
	
	margin: 0px;
	padding: 0px;
}

th{
	font-weight: bold;
	
	border:solid 1px #666666;
	
	margin: 5px 5px;
	padding: 5px;
}

td{
	border:solid 1px #666666;
	margin: 5px 5px;
	padding: 5px;
}


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

/*** ■class単位の指定■ ***/
/*
文章中の特定の役割を持った要素に対するスタイル
class　⇒文脈に依存しないもの
________________________________________________________*/

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

* html #header-content {  /*HACK targets IE6 but not 7, instead of min-height*/
    height: 72px;
}
#header-content {
    margin: 0px;/*
    background-image: url(../img/header.jpg);
    background-repeat: no-repeat;
    background-position: top left;*/
}

#header-name {
    margin: 0 0 0 0;
    padding: 0px;
    
    color: #00bfff;
    font-size: 28px;
    font-weight: bold;
    
    line-height: 1;
}


#header-description {
    margin: 0;
    padding: 5px 0px 5px 10px;
    
    color: #FFFFFF;
    font-size: 100%;
    line-height: 1.125;
}



#header-name a {
    background-image: url(../img/header.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 920px;
    height: 157px;
    display: block;
    text-indent: -9999px;
    text-decoration: none;
}

/* 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;
    padding: 10px 10px 10px 10px;
}
.asset-footer,
.asset-meta {
    color: #CCCC00;
}
.asset-meta {
    font-weight: normal;
    font-size: 77%;
}
.asset-footer {
    font-size: 85%;
    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 {
    padding-left: 5px;
    font-size: 93%;
    display: block;
}

.comments{
    background-image: url(../img/comments-title-icom.gif);
    background-repeat: no-repeat;
    background-position: top left;
    
    padding-top: 34px;
}
#comment-author, #comment-email, #comment-url, #comment-text{
    margin: 1px;
    padding: 1px;
    
    font-size: 93%;
}
.comment-content p{
    font-size: 85%;

}
.comments-content .comment-reply{
    margin-left: 20px;
}
#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {/*
    font-weight: bold;*/
}
.trackbacks{
    background-image: url(../img/trackbacks-title-icom.gif);
    background-repeat: no-repeat;
    background-position: top left;
    
    font-size: 77%;
    padding-top: 34px;
}
.comment,
.trackback {
    margin-bottom: .5em;/*
    border-bottom: 1px solid #ccc;*/
    padding: 5px;
}

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

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

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

/* Widgets */


.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: 197%; }
.widget-tag-cloud .rank-2  { font-size: 182%; }
.widget-tag-cloud .rank-3  { font-size: 167%; }
.widget-tag-cloud .rank-4  { font-size: 153.9%; }
.widget-tag-cloud .rank-5  { font-size: 138.5%; }
.widget-tag-cloud .rank-6  { font-size: 123.1%; }
.widget-tag-cloud .rank-7  { font-size: 108%; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 93%; }
.widget-tag-cloud .rank-10 { font-size: 77%; }

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

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



/* Content */

div.asset-header{
    margin-bottom: 25px;
}


/*=================================

エントリーなどのタイトル部分

====================================*/
.asset-name {
    font-size: 167%;
    font-weight: bold;
}

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

.asset-name a:hover {
    text-decoration: underline;
}
	#page-title{
    	margin:  10px 0px 10px 0px;
    	padding: 10px 10px 10px 10px;
    	
    	background: #ffef99;
    	color: #332f1e;
	}
	
/*=================================

コンテンツの文章以下のブロック

====================================*/

.asset-content {
    margin: 5px 10px 5px 10px;
    padding: 10px 5px;
    
    border: 1px #cccccc solid;

}

.asset-body,
.asset-more{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;

}


	/* エントリー内の要素の左右余白を統一する */

.entry-content{

}

.entry-asset p,
.entry-asset table,
.entry-asset ul,
.entry-asset ol,
.entry-asset dl{
    padding: 10px 30px 10px 30px;
} 
.entry-asset table{
	margin-left: 30px;
}

.asset-body img,
.asset-more img{
    padding: 0px 0px 0px 30px;

}
	/* 2枚並んだ画像の右側がはみ出ないようにする調整 */
	.asset-body img.right-image,
	.asset-more img.right-image{
    	padding-left: 4px;

	}
.entry-content h3{
    margin: 0px 30px 0px 30px;
} 
	/* ここまで（エントリー内の要素の左右余白を統一） */

	h2.entry-title{
    	color: #6a5d21;
    	border-left: 20px solid #d6c6af;
    	background: #f8f4e6;
    	
    	margin: 10px 0px 10px 0px;
    	padding: 10px 0px 10px 10px;
    	
    	font-size: 116%;
    	font-weight: normal;
}
	.entry-content h2{
		clear: both;
    	color: #332f1e;
		font-size: 138.5%;
    
    	border-left: 20px solid #ff2a00;
    	background: #ffef99;
    	
    	margin: 10px 0px 10px 0px;
    	padding: 10px 0px 10px 10px;
	
	}
	/* カテゴリーページの一覧で下線表示しない */
		.entry-content h2 a{
			text-decoration: none;
	
	}
		.entry-content h2 a:hover{
			text-decoration: underline;
	
	}
	.mt-category-archive .asset-content{
		border: none;
	}
	.mt-category-archive .entry-content h2{
    	background: url(../img/h3_bg_img01.png) no-repeat 0 0;
    	border-left: none;
    	margin: 10px 0px 10px 0px;
    	padding: 5px 5px 5px 35px;
    }	
	.entry-content h3{
    	margin-top: 20px;
    	padding: 5px 5px 5px 35px;
    
    	font-size: 123.1%;
    	font-weight: bold;
    	color: #4C4317/*6a5d21*/;
    	background: url(../img/h3_bg_img01.png) no-repeat 0 0;
    	
    
    	clear: both;
	}
	.entry-content h4{
    	margin-top: 20px;
    
    	font-size: 116%;
    	font-weight: bold;
    
    	clear: both;
	
	}
	
	

.entry-asset p{
    
    font-size: 100%;
    color: #302833;
    line-height: 1.8em;
    letter-spacing: 1px;
}

	.entry-asset p.go-to-espritline{
    
    	font-size: 123.1%;
    	letter-spacing: 2px;
    	color: #000099;
    	
    	padding-bottom: 0px; 
	}
	.entry-asset p.go-to-espritline a{
    	font-weight: bold;
	}

.entry-asset blockquote{
	background: #EDE1B6;
}
.entry-asset-inner-left dl{
    margin: 10px 0px;

}

.entry-asset-inner-left dt{
    margin: 20px 0px 15px 0px;
    padding: 5px 0px;
    
    background: #FCE3EA;
}


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


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


	/* エントリー直下の、同一カテゴリー記事一覧 */
	dl.entrylist_category{
		margin: 30px 20px;
		font-size: 116%;
	}

	dt.entrylist_category_dt{
		color: #6666FF;
		font-weight: bold;
		
		text-align: left;
		
		margin: 0px;
		padding: 0px 20px 0px 0px;
		width: 120px;
		float: left;
	}
	
	dd.entrylist_category_dd{
		color: #6666FF;
		
		padding-left: 140px;
		
	}
	dd.entrylist_category_dd ul{
		margin: 0px;
		padding: 0px 0px 0px 20px;
		border-left: 3px double #CCCCCC;
	}
	dd.entrylist_category_dd li{
		margin: 5px 0px;
		padding: 3px 0px 3px 30px;
		
		list-style-position: inside;
		list-style: none;
		background: url(../img/paper03.gif) no-repeat;
	}


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

.archive-title {
    margin: 5px 0 30px 0;
    font-size: 197%;
    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: 138.5%;
    font-weight: bold;
}

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

.asset-more-link,
.asset-meta,
.typelist-thumbnailed {
    font-size: 93%;
    color: #CCCC00;
}

/* Footer */

#footer-content,
#footer-content a {
    color: #fff;
}


/* index ---------------------------------------------------------------- */

.index_entrylist h2{
	margin-top: 50px;
	
	clear: both;
}

ul.entrylist_withcat_index_list a{
			text-decoration: none;
}

ul.entrylist_withcat_index_list a:hover{
			text-decoration: underline;
}
.index_entrylist dl{
	width: 350px;
	
	float: left;
	
	font-size: 116%;
}

.entrylist_withcat_index_list_dl dt{
	
	padding-left: 18px;
	
	background: url(http://eigo.jun-bi.com/img/squareicon001.gif) no-repeat 0px 4px;
}

.index_entrylist dd{
	padding: 5px 30px 5px 0px;
	
}

.entrylist_withcat_index_list_dl a{
	text-decoration:none;
	
}

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

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

 .asset-name a {
    margin-bottom: 8px;
}

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

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

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

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


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




/*=================================

Widget　サイドバー

====================================*/
.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #ffffff;
    border: 1px #cccccc solid;
    
    margin-top: 10px;

}

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


.widget-header,
.widget-content {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.widget-header,
.widget-header a{ 
    padding: 10px 5px;
    
    font-size: 116%; 
    font-family: trebuchet ms; 
    
    color: #333326;
    background: #cce5ff;
    font-weight: normal;
}


.widget-content a {
    color: #66664c;
}
.widget-content a:hover {
    color: #F97DA0;
}


.widget-header a {
    text-decoration: none;
}

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

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 93%;
}
/* サイドバーのカテゴリーリスト（グローバルテンプレ使用） */
ul.Category_list_ul,.widget-content ul{
	margin:0px;
	padding:0px;/*
	width:100%;*/
	text-align:left;
}
ul.Category_list_ul li,.widget-content ul li{
	line-height: 18px;/*
	list-style: disc;
	list-style-position: inside;*/
	padding: 5px  0px 5px 10px;
	list-style: none;
	border-bottom: 1px #99cc99 dotted;
}
	ul.Category_list_ul li.Category_list_li ul.Category_list_ul li{
		margin: 0px 0px 0px 20px;
		padding: 3px  0px 3px 10px;
		line-height: 14px;
		border-bottom: none;
		border-top: 1px #99cc99 dotted;
}
ul.Category_list_ul a,.widget-content ul a{
	text-decoration:none;
}


/* cm-tb Widget */
.look-cm,
.look-tb{
    width: 110px;
    height: 12px;
    display: block;
    float: left;
    
    text-align: right;
    padding-top: 70px;
}
.look-cm{
    background-image: url(../img/widget-cm-tb-cm.gif);
    background-repeat: no-repeat;
    background-position: top center;
    
}

.look-tb{
    background-image: url(../img/widget-cm-tb-tb.gif);
    background-repeat: no-repeat;
    background-position: top center;
}
/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 77%;
}

/*=================================

footer　widget

====================================*/

#footer .widget {
    margin: 10px 0px;
    border: none;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
    
    background-color: #00bfff;
}

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


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


/* bottom ----------------------------------------------------------------- */

#bottom { /*
    background-color: #b3c9e3; */
}

#bottom-content {
    margin: 20px 0;
    text-align: center;
    font-size: 85%;
}

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

#header-nav-inner {
    position: relative;/*
    width: 750px;*/
    margin: 0 auto;
}


/* font-size list */
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

/*** ■context単位の指定■ ***/
/*
これまでに定義した要素やclassが文脈で変化する場合
文脈とはある要素の中に出現したときのこと
　⇒デザインを上からさかのぼって記述する
________________________________________________________*/


/* トップページ用カスタマイズ */

.entry-asset .index-entry-list{
	margin-left: 80px;
}
.entry-asset .index-entry-list img{
	width: 200px;
	height: 150px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: right;
}
.entry-asset .index-entry-list p.main-continues{
	margin: 0px 0px 10px 10px;
	padding: 5px 10px 0px 0px;
	
	font-weight: bold;
	
	clear: both;
}

.entry-asset .index-entry-list p.main-continues a{text-decoration:none;border:none;}
.entry-asset .index-entry-list p.main-continues a:link{text-decoration:none;border:none;}
.entry-asset .index-entry-list p.main-continues a:visited{text-decoration:none;border:none;}
.entry-asset .index-entry-list p.main-continues a:active{text-decoration:underline;border:none;}
.entry-asset .index-entry-list p.main-continues a:hover{text-decoration:underline;border:none;}


#content .widget-about-this-page .widget-content img{
    margin: 20px 30px;
}
#content .widget-about-this-page .widget-content p.first,
#content .widget-about-this-page .widget-content p.first-small{
    color: #5A5A43;
    line-height: 1.6em;
}
#content .widget-about-this-page .widget-content p.first{
    letter-spacing: 1px;
    font-size: 12px;
}
#content .widget-about-this-page .widget-content p.first-small{
    font-size: 10px;
    font-weight: bold;
}
#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

.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;
    text-decoration: underline;
    font-weight: normal;
}


/* ブログ記事ヘッダーのカテゴリーなどの表示 */
.asset-header .asset-meta {
    border-top: 1px dotted #BEC879;
    padding-top: 10px;
    padding-bottom: .3em;
    padding-left: 10px;
}

.asset-header .asset-meta span.byline {
    
        padding-left: 10px;
    }

/*  */

/*** ■layout単位の指定■ ***/

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

/*　ボックスのレイアウト（widthのみ）　*/

body{
    background: #f0f8ff;
}

#container{
    width: 940px;
    min-height: 100%;
    margin: 0 auto;
    
    background-color: #ffd700;
}

#container-inner{
    margin-right: 0;
    margin-left: 0;
    padding: 0px 10px;

}


#header,
#footer{
    width: 920px;
    margin: 0 auto;
    
    background-color: #00bfff;
}


#content { 
    margin-top: 20px; 
    margin-bottom: 30px;  
    
    width: 920px;
    margin: 0 auto;
    
    background-color: #fff;
}


	#alpha, #beta, #gamma {
    	display: inline;
    	float: left;
	}

/* Thin-Wide */

.layout-tw #alpha {
    left: 0px;
    width: 600px;
}

.layout-tw #beta {
    left: 0px;
    width: 320px;
}

/*　innerの設定（marginやpadding）　*/

#container-inner {
    text-align: left;
    margin-right: 0;
    margin-left: 0;
    padding: 0px 10px;
}

#header-inner,
#content-inner,
#footer-inner {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    
    overflow: hidden;
}

#content-inner {
    background-color: #fbfaf5;
}

#alpha-inner{
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
    
    background-color: #ffffff;
    border-right: 1px #cccccc solid;
}
#beta-inner,
#gamma-inner {
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    
}



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


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