/* Base */
@import url(/.shared-tpjbiz/themes/common/base-weblog.css);

/* Portal */


/* Theme */
@import url(/.shared-tpjbiz/themes/loftwork/loftwork09/theme.css);

/* Custom */
/*
カスタムCSSについて

TypePadのブログをカスタマイズする、代表的なCSS指定は、コメントアウトとして記述されています。コメントアウトを解除することで、CSS指定を有効にすることができます。TypePadのカスタムCSS講座も参照ください。
http://www.sixapart.jp/typepad/inside/2005/12/001261.html
http://support.typepad.jp/cgi-bin/typepad_jp.cfg/php/enduser/std_adp.php?p_faqid=373

CSSの詳しい記述方法については、WEBサイトや書籍などを、参考にしてください。
*/

/*
指定しているのにうまくいかない場合

CSSセレクタの個別性が原因でうまく指定が反映されない可能性があります。セレクタの個別性順序は以下のようになります。

*         { color: black; }
span        { color: blue; }
p span      { color: green; }
span.memo   { color: red; }
span#memo { color: gray; }

の場合、<p><span class="memo" id="memo">サンプル</span></p>の『サンプル』という文字は上記セレクタの順序がちがっても、グレーになります。
指定が反映されない原因が、セレクタの個別性かどうか確認するには、優先させたいプロパティの値のあとに、! important と追加して指定してみてください。

例)

span { color: red ! important; }

*/



/* ブログのバナー背景部分に画像を指定 */

/*
div#banner
{
  background-image: url(http://akasugu.typepad.jp/images/background.gif);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
}
*/


/* バナー部分の中身 */
/*
div#banner-inner {}
div#banner-inner h1#banner-header {}
div#banner-inner h2#banner-description {}
*/

/* ページの各部分の指定 */
/* 詳しくは http://support.typepad.jp/cgi-bin/typepad_jp.cfg/php/enduser/std_adp.php?p_faqid=374 */
/*
body {}
div#container {}
div#container div#container-inner {}

div#pagebody {}
div#pagebody div#pagebody-inner {}

div.entry {}
div.entry h3.entry-header {}
div.entry div.entry-content {}
div.entry div.entry-content div.entry-body {}
div.entry p.entry-footer {}
*/

/* レイアウト毎に異なる指定 */
/* １カラム */
/*
body.layout-one-column div#alpha {}
body.layout-one-column div#alpha-inner {}
*/
/* ２カラム （左サイドバー = alpha | 本文 = beta） */
/*
body.layout-two-column-left div#alpha {}
body.layout-two-column-left div#alpha-inner {}
body.layout-two-column-left div#beta {}
body.layout-two-column-left div#beta-inner {}
*/

/* ２カラム （本文 = alpha | 右サイドバー = beta） */
/*
body.layout-two-column-right div#alpha {}
body.layout-two-column-right div#alpha-inner {}
body.layout-two-column-right div#beta {}
body.layout-two-column-right div#beta-inner {}
*/

/* ３カラム （左サイドバー = alpha | 本文 = beta | 右サイドバー = gamma) */
/*
body.layout-three-column div#alpha {}
body.layout-three-column div#alpha-inner {}
body.layout-three-column div#beta {}
body.layout-three-column div#beta-inner {}
body.layout-three-column div#gamma {}
body.layout-three-column div#gamma-inner {}
*/



/* 共通floatパック */

div#container div#footer div#footerLocal:after,
div#container #header div#headSearch p.button:after,
div#container #header div#headSearch:after,
div#container #header div#headerNavi li.cart:after,
div#container #header div#headerNavi ul.login:after,
div#container #header div#headerNavi ul.logout:after,
#naviContents:after,
div#container #header:after,
#pageBody:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#container div#footer div#footerLocal,
div#container #header div#headSearch p.button,
div#container #header div#headSearch,
div#container #header div#headerNavi li.cart,
div#container #header div#headerNavi ul.login,
div#container #header div#headerNavi ul.logout,
#naviContents,
div#container #header,
#pageBody {
	display: inline-table;
	/*\*/
	display: block;
	*height: 1%;
	/**/
}

/* 共通floatパック */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック",verdana,arial,sans-serif;
	background-image: url(http://akasugu.typepad.jp/images/bg_img.gif) ;
	background-color: #E2CB9F;
	color: #444444;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

* {
	margin: 0px;
	padding: 0px;
}

a:link { 
	color: #0077E6; important;
	text-decoration: none;
}
a:active { 
	color: #0077E6; important;
	text-decoration: underline;
}
a:visited { 
	color: #0077E6; important;
	text-decoration: none;
}
a:hover { 
	color: #0077E6; important;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style-type: none;
}

form {
	display: inline;
}

hr {
	display: none;
}

img {
	border: 0px;
}

img.arrow {
	vertical-align: bottom;
}

option {
	padding-left: 2px;
}
/* IE5/Mac \*//*/
option {
	padding-left: 0;
}
/**/


div.clear	{
	margin-top: -1px;
	height: 1px;
	clear: both !important;
	clear: none;
	overflow: hidden;
}

p.note {
	position: relative;
	padding-left: 1em;
	text-indent: -1em;
	color: #CC6633;
}

/* honzawa */
p.note_red {
	position: relative;
	padding-left: 1em;
	text-indent: -1em;
	color: #FF0000;
}

/* 共通floatパック */



/* 共通ヘッダー */

div#container #container {
	margin: 0px auto;
	width: 700px;
	text-align: left;
}

/* HEADER */
div#container #header {
	background: url(http://akasugu.typepad.jp/images/background.gif) no-repeat bottom left;
	padding: 18px 20px;
	width: 700px;
}

div#container #header div#logo {
	float: left;
	width: 249px;
}

div#container #header p#catch {
	margin-top: 10px;
	margin-bottom: 8px;
	background: url(http://akasugu.typepad.jp/images/logo_catch.gif) no-repeat top left;
	width: 236px;
	height: 10px;
	text-indent: -999px;
	display: block;
	overflow: hidden;
}
/* IE5/Mac \*//*/
div#container #header p#catch {
	padding-top: 9px;
}
/**/
div#container #header p#subcatch {
	height: 1px;
	text-indent: -999px;
	display: block;
	overflow: hidden;
}
div#container #header p#logo {
	width: 249px;
	margin-bottom: 3px;
	display: block;
}

div#container #header p#produced {
	background: url(http://akasugu.typepad.jp/images/logo_recruit.gif) no-repeat top right;
	width: 116px;
	height: 9px;
	text-indent: -999px;
	display: block;
	overflow: hidden;
}
/* IE5/Mac \*//*/
div#container #header p#produced {
	padding-top: 9px;
}
/**/

/* 共通ヘッダー */

/* サイドバー・モジュールの指定 */

div.module {}
div.module h2.module-header {}
div.module div.module-content {}
div.module-content ul.module-list {}
div.module-content ul.module-list li.module-list-item {
	padding-left: 20px;
  background-image: url(http://akasugu.typepad.jp/images/arrow_next2.gif) ;
  background-repeat: no-repeat;
}

/* サイドバー・モジュールの指定 */


/* サイドバーfaq */

div#faq {
	margin-left:10px;
	margin-bottom:20px;
}

div#rss {
	margin-left:10px;
	margin-bottom:20px;
}

/* サイドバーfaq */

/* サイドバーbanner */

.imgover4 {
	background-color: #fff;
}

.imgover4 a:hover img {
	filter:alpha(opacity=60);
	opacity:0.6;
}

.akasugu-banner {
	margin:0 0 15px 0;
	text-align:center;
}

/* サイドバーbanner */


.entry-content{
line-height: 133%;
}



.typelist-description {
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}





.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
	position: relative;
	width: auto;
	margin-top: 0px;
	margin-right: 0pt;
	margin-bottom: 17px;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #41A439;
	background-color: transparent;
	background-image: url(http://akasugu.typepad.jp/images/module_title.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.date-header {
	position: relative;
	width: auto;
	margin-top: 0px;
	margin-right: 0pt;
	margin-bottom: 17px;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #41A439;
	background-color: transparent;
	background-image: url(http://akasugu.typepad.jp/images/module_title2.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.module-header a,
.module-list a,
.module-syndicate a,
.module-subscribe a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a,
.date-header a,
.module-powered .module-content a {
color: #0077E6;
text-decoration: none;
}

.module-header a:visited,
.module-list a:visited,
.module-syndicate a:visited,
.module-subscribe a:visited,
.trackbacks-header a:visited,
.comments-header a:visited,
.comments-open-header a:visited,
.archive-header a:visited,
.date-header a:visited,
.module-powered .module-content a:visited {
color: #0077E6;
text-decoration: none;
}

.module-header a:hover,
.module-list a:hover,
.module-syndicate a:hover,
.module-subscribe a:hover,
.trackbacks-header a:hover,
.comments-header a:hover,
.comments-open-header a:hover,
.archive-header a:hover,
.date-header a:hover,
.module-powered .module-content a:hover {
color: #0077E6;
text-decoration: underline;
}

.entry-header {
margin-top: 5px;
margin-right: 0pt;
margin-bottom: 15px;
margin-left: 0pt;
padding-top: 2px;
padding-right: 0pt;
padding-bottom: 2px;
padding-left: 19px;
background-color: transparent;
background-image: url(http://akasugu.typepad.jp/images/entry_title.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0pt 4px;
color: #663300;
font-size: 18px;
font-weight: bold;
}




div#container div#container-inner div#pagebody div#pagebody-inner div#gamma div#gamma-inner div#eyeco_banner {
margin-top: 20px;
}

div#container div#container-inner div#pagebody div#pagebody-inner div#gamma div#gamma-inner div#eyeco_banner p#b10 {
	background: url(http://akasugu.typepad.jp/images/special_bnr10.jpg) no-repeat top left;
	margin-bottom: 20px;
}
div#container div#container-inner div#pagebody div#pagebody-inner div#gamma div#gamma-inner div#eyeco_banner p#b12 {
	background: url(http://akasugu.typepad.jp/images/special_bnr12.jpg) no-repeat top left;
	margin-bottom: 20px;
}



/* 共通フッター */

div#container div#footer {
	/*position: relative;*/
	padding: 20px;
	width: 700px;
	/*background-color: #CC0000;*/
}

div#container div#footer div#footerLocal {
	background: url(http://akasugu.typepad.jp/images/dot.gif) no-repeat bottom left;
        position: relative;
	padding-bottom: 7px;
	margin-bottom: 13px;
}

div#container div#footer div#pagetop {
	float: right;
	/*margin-top: 21px;
	padding-top: 21px;
	margin-bottom: 18px;
	padding-left: 600px;*/
	width: 132px;
	height: 23px;
	overflow: hidden;
}
div#container div#footer div#footerLogo {
	background: url(http://akasugu.typepad.jp/images/logo_foot.gif) no-repeat top left;
	width: 184px;
	height: 60px;
	margin-bottom: 5px;
}

div#container div#footer div#footerLogo a {
	width: 184px;
	height: 60px;
	text-indent: -999px;
	display: block;
	overflow: hidden;
}
/* IE5/Mac \*//*/
div#container div#footer div.footerLogo a {
	padding-top: 21px;
}
/**/
div#container div#footer p#footerNavi {
	color: #999999;
	margin-bottom: 7px;
}

div#container div#footer p#footerCategory {
	color: #999999;
}
/* IE5/Mac \*//*/
div#container div#footer p.footerCategory {
	letter-spacing: -0.1em;
}
/**/
div#container div#footer p#footerCategory span{
	color: #444444;
}

div#container div#footer div#footerSubNavi {
	background: url(http://akasugu.typepad.jp/images/dot.gif) no-repeat top left;
	padding-top: 19px;
	color: #999999;
}
div#container #footer div#footerSubNavi p#toppack{
	margin-bottom: 7px;
}
div#container div#footer div#footerSubNavi p#bottompack{
	margin-bottom: 12px;
}

/* 共通フッター */

