/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
	/*★カテゴリリンクの修正*/
    color: #2d3c78;
}

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
}

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



fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
}


strong {
    font: bold 14px Times New Roman, HiraMinPro-W6, ヒラギノ明朝 Pro W6, osaka, ms gothic, verdana;
	line-height: 64px;
}



ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}

a {
/*text-decoration: underline;*/
    text-decoration: none;
    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;
}


/* 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: inline-block; }
/* no ie mac ¥*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #fff;
}

#container {
    position: relative;
    /*margin: 0 auto; /* center on everything else */
    margin: 0 auto; /* center on everything else */
    width: 770px;
    text-align: left;

}


#container-inner {
    width: 940px;
    /*★min-height: 100%;*/
    /*★margin: 0 auto;*/
    margin: 0;
    text-align: left;
}

#alpha, #header, #content, #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;
}

/*不要？
#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}
*/

/*★要検討★*/
/*メインコンテンツの余白設定-上右下左*/
#header-inner, #footer-inner,
#beta-inner, #gamma-inner {
    overflow: hidden;
    /*margin: 0px 2px 0px 2px;*/
    /*padding: 0px 2px 0px 2px;*/
    margin: 0;
    padding: 0;
}

/*★要検討★*/
/*メインコンテンツの幅指定WIN-IE6用*/
#alpha-inner {
    width: 494px;
	/*★追加*/
    overflow: hidden;
    /*margin: 0px 2px 0px 2px;*/
    margin: 0;
    padding: 0;
    /*メインコンテンツ背景色の指定*/
	background: #fcfdf7;
}



/*----カラムの幅の指定：ナビ+メイン+ナビ----*/

/* Thin-Wide-Thin */

.layout-twt #alpha {    
    /*left: 148px;*/
    left: 151px;
    width: 495px;
}

.layout-twt #beta {
    /*left: -495px;	*/
    left: -495px;
	width: 146px;
}

.layout-twt #gamma {
   /* left: 16px;*/
    left: 20px;
    width: 110px;
}

/*----カラムの幅の指定：ナビ+メイン+ナビここまで----*/


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

a:link, a:visited {
    text-decoration: none;
}

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

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */


#header-description {
    margin-bottom: 0;
}


/* Assets */

.asset-body,
.asset-more,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
	/*メインコンテンツの横幅指定*/
    /*margin: 30px 18px 0px 18px;*/
    margin: 0;
	/*罫線と本文の間、次の記事までの空き*/
	/*padding: 2px 0px 30px 0px;*/
	padding: 2px 0px 30px 0px;
	/*本文の上の罫線：「上・右・下・左」*/
    border-top: 1px solid #666;
}

/*「続きを読む」の設定*/
.asset-more-link a {
/*margin-bottom: .25em;*/
/*以下2行追加箇所	*/
    padding-left: 10px;
    margin-top: 8px;
    background: url(http://home.wako.ac.jp/user/m-artist/blog-images/link-arrow.gif) no-repeat 0px 0.3em;
    font: bold 10px Times, Times New Roman, HiraMinPro-W6, ヒラギノ明朝 Pro W6, osaka, "ms pmincho", serif;
	text-decoration: none;
	float:right;
}

/*★参考文献と関連リンク*/
.reference-title a {
	text-decoration: none;
    margin-bottom: .25em;
/*以下2行追加箇所	*/
    font: 10px Times, Times New Roman, HiraMinPro-W3, ヒラギノ明朝 Pro W3, osaka, "ms pmincho", serif;
    padding-left: 10px;
    background: url(http://home.wako.ac.jp/user/m-artist/blog-images/link-arrow.gif) no-repeat 0px 0.3em;
}

/*参考文献と関連リンクの罫線と文字設定*/
.reference-title {
    font: 10px Times, Times New Roman, HiraMinPro-W3, ヒラギノ明朝 Pro W3, osaka, "ms pmincho", serif;
	line-height: 18px;
    border-top: 1px solid #bdbdb3;
	/*margin: 0px;*/
	padding: 4px 0px 0px 0px;
	margin: 32px 0px 0px 0px;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    /*width: 100%;*/
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

forinline {
    /*★作家ジャンルの上下位置指定★*/
    display: inline;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    /*margin-bottom: 1.5em;*/
	/*margin: 0;*/
}

.asset-header {
    /*padding: 0px 18px 0px 18px;*/
	/*メインコンテンツの横幅指定／人名と本文の間の空き*/
    padding: 0px 18px 18px 18px;
	margin: 0;
}

.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,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    /*margin-bottom: .75em;*/
	margin: 0px 18px 0px 18px;
}

.entry-categories,
.entry-tags {
    /*margin-bottom: .5em;*/
    /*float: right;*/
}


/*トップページメニューバー「最近追加した作家」*/
.title-newartist {
	line-height: 35px;
    overflow: hidden;
    font: 10px Times New Roman, HiraMinPro-W3, ヒラギノ明朝 Pro W3, osaka, ms pmincho;
	color:#fff;
    align: right;
    /*width:455px;*/
	padding: 13px 2px 11px 336px;
	margin: 0 18px 0 18px;
    background: url(http://home.wako.ac.jp/user/m-artist/blog-images/title-newartist.gif) no-repeat 0px;
}

/*トップページメニューバー「お知らせ」*/
.title-info {
    align: right;
	line-height: 35px;
    width:455px;
	padding: 13px 2px 11px 336px;
	margin: 0 18px 0 18px;
    background: url(http://home.wako.ac.jp/user/m-artist/blog-images/title-info.gif) no-repeat 0px;
    font: 10px Times, Times New Roman, HiraMinPro-W3, ヒラギノ明朝 Pro W3, osaka, "ms pmincho", serif;
	color:#fff;
}

/*記事タイトルの指定（モジュールテンプレート＝ブログ記事の概要）、タイトルアイコンの指定*/
.asset-name {
    margin: 0;
/*以下2行追加箇所	*/
    padding-left: 17px;
    background: url(http://home.wako.ac.jp/user/m-artist/blog-images/post-title-icon.gif) no-repeat 0px 0.2em;
    _background: url(http://home.wako.ac.jp/user/m-artist/blog-images/post-title-icon.gif) no-repeat 0px 0em;	
/*
url(?)
表示させたい画像のURL（background-image）
no-repeat
画像を繰り返さない（指定しないと繰り返し表示されます）（background-repeat）
0px
画像の左端からの表示位置（background-position）
*単に"0"でもOKですが値を設定する場合を考慮して単位を付与しています
0.2em
画像の上端からの表示位置（background-position）
*/

}

/*作家ジャンルの指定*/
.genre {
	float: right;
	/*本文の上の罫線：「上・右・下・左」*/
    /*margin-top: .50em;*/
    margin-top: 5px;
    font: 10px Times, Times New Roman, HiraMinPro-W3, ヒラギノ明朝 Pro W3, osaka, "ms pmincho", serif;
}

/*作家名よみがな*/
.kana {
    position:relative;
    top: -0.3em;
    font: 10px Times, Times New Roman, HiraMinPro-W3, ヒラギノ明朝 Pro W3, osaka, "ms pmincho", serif;
}

/*本文中のリスト表示*/
.entry-list {
    padding: 0;
    margin: 0px 16px 0px 16px;
	list-style: circle;
    font: Times New Roman, HiraMinPro-W3, ヒラギノ明朝 Pro W3, osaka, ms pmincho;
	line-hight: 16px;
}


.asset-footer,
.asset-meta {
    font-size: 10px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

.content-nav {
    text-align: center;
}

/*
.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
}
*/

/*
.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}
*/

/*本文中挿入図版*/	
.entry-pl{
    margin: 0 0 16px 16px;
    float: right; 
	list-style-type: none;
}

.entry-pl-li{
    margin: 0 0 3px 0px;
	list-style-type: none;
}

.mt-image-left {
    float: left;
    margin: 0 16px 16px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 16px 16px;
}


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

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
	margin: 0;
	padding: 0;
    width: 148px;
    /*_width: 148px;*/
    /*カテゴリリストの囲み罫*/
    /*border-style: solid;*/
    /*border-width: 1px 1px 0px 1px;*/
    /*border-color: #cecece;*/
}

/*右のバナーリストの体裁*/
.banners {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/*奥付フッタ用*/
.wakofoot {
    font: 10px Times, Times New Roman, HiraMinPro-W3, ヒラギノ明朝 Pro W3, osaka, "ms pmincho", serif;
	color:#4a4a32;
    /*position: relative;*/
	margin: 85px 0px 40px 0px;
    padding: 10px 0px 10px 0px;
    /*背景画像の指定*/
    /*background: url(http://home.wako.ac.jp/user/m-artist/blog-images/main-bg-bottom.gif) background-position: bottom;*/
    /*background: #fcfdf7;*/
	line-height: 16px;
	text-align: center;
	border-top: 1px solid #bdbdb3;
	border-bottom: 1px solid #bdbdb3;
}

/*カテゴリリストの背景色*/
.widget-content {
    position: relative;
    /*背景画像の指定*/
    background: url(http://home.wako.ac.jp/user/m-artist/blog-images/blog-navi-bg-main.gif) repeat-y top left;
	background-position: 0px;
	margin: 0;
	_padding: 0px 3px 0px 3px;
}

/*カテゴリリスト*/
.widget-list,
.archive-list {
	/*上右下左*/
    padding: 0px;
    margin: 0px;
    list-style: none;
}

/*カテゴリリストの指定：区切り線の指定*/
.widget-list-item {
	border-bottom: 1px solid #747463;
    width: 112px;
    padding: 4px 0px 2px 30px;
    margin: 0px 3px 0px 3px;
}

	/*サイドバー書体の指定*/
.widget-list-item a,
.widget-list-item a:visited {
    color: #ffffff;
    font: bold 14px Times, Times New Roman, HiraMinPro-W6, ヒラギノ明朝 Pro W6, osaka, "ms pmincho", serif;
	line-height: 20px;
}

	/*マウスオーバー時：サイドバー書体の指定*/
.widget-list-item a:hover {
    color: #747463;
    font: bold 14px Times, Times New Roman, HiraMinPro-W6, ヒラギノ明朝 Pro W6, osaka, "ms pmincho", serif;
	line-height: 20px;
}

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
}


.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
}

.input-default {
    background-color: #9AAEC2;
}

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


/*--------------ここまでblog.css---------------*/



/* Default ---------------------------------------------------------------- */

/* Global */

body {
    font: Times New Roman, HiraMinPro-W3, ヒラギノ明朝 Pro W3, osaka, "ms pmincho";
    /*font: Times, Times New Roman, HiraMinPro-W3, ヒラギノ明朝 Pro W3, osaka, "ms pmincho", serif;*/
	/*記事本文行間*/
	/*line-height: 20px;*/
}

/* Header */

#header {
}

#header-inner {
    position: relative;
}

#header-name {
    margin: 0;
	padding: 0;
}

#header-description {
    margin: 0;
    line-height: 1.125;
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: none;
}


/* Content */

/*記事タイトルの書体設定*/
.asset-name {
	/*記事タイトル文字のサイズ*/
	font: bold 18px Times, Times New Roman, HiraMinPro-W6, ヒラギノ明朝 Pro W6, osaka, ms pmincho, serif;
}

.asset-name a:hover {
}


/*記事本文の枠組み、記事本文の書体指定*/
.asset-content {
    margin: 5px 0;
    /*font: 12px Times, Times New Roman, HiraMinPro-W3, ヒラギノ明朝 Pro W3, osaka, ms pmincho, serif;*/
    font: 12px Times New Roman, HiraMinPro-W3, ヒラギノ明朝 Pro W3, osaka, ms pmincho;
	line-height: 22px;
}

.asset-more-link {
}

.asset-meta {
}

.asset-footer {
}

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

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
}


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

.asset-more-link,
.asset-meta,
.typelist-thumbnailed {
    font-size: 11px;
}

/* Footer */

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


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
}


/* Global ----------------------------------------------------------------- */

/*全体の文字色と背景色*/
body {
    color: #000;
}

a {
    color: #2d3c78;  
}

a:hover {
    text-decoration: none;
	color: #646c99; 
}


/* Layout ----------------------------------------------------------------- */

#content {
    /*background-color: #fff;*/
}

#container-inner {
    /*background-color: #fff;*/
	/*★メインコンテンツの背景色指定。下までのびるように*/
    background: url(http://home.wako.ac.jp/user/m-artist/blog-images/main-bg.gif) 151px no-repeat ;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
	/*タイトルロゴが見えるように*/
    overflow:visible;
}


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

#container-inner {
    background-color: #fff;
}

#content {
    margin-top: 15px;
}

#beta-inner,
#gamma-inner {
    padding: 0px;
}

#header {
    background: url(header.png) no-repeat center top #fff;
    /*★padding-top: 24px;*/
    position: static; 
    width: 100%; 
}

#header-inner {
    background-color: #fff;
}

#header-content {
    /*margin: 10px 20px 0;*/
}

/*
#header-name {
    font-size: 32px;
}

#header-name,
#header-name a {
    font-size: 32px;
    text-decoration: none;
    color: #cc0000;
}

#header-name a:hover {
    text-decoration: none;
}

#header-description,
#header-description a { 
    color: #999;
}
*/

/*-----------------------------
	Global Navigation
-------------------------------*/


/*-----トップページの指定-----*/
ul#globalNavimain {
	margin: 0px 0px 0px 0px;
	/*padding: 17px 18px 96px 18px;*/
	padding: 17px 18px 50px 18px;
	width: 540px; /* 必ずwidthの設定をしてください */
    background: url(http://home.wako.ac.jp/user/m-artist/blog-images/globalnavi-bg.gif) transparent repeat-x;
}

ul#globalNavimain:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#globalNavimain li {
	margin: 3px 0px 3px 0px;
	padding: 0px;
	float: left;
	/*width: 100px; /* ボタンの幅 */
	line-height: 1;
	list-style-type: none;
}

ul#globalNavimain li a {
	/*padding: 0.6em 10px; /* ボタンの厚みはここで調整 */
	padding: 0.3em 10px; /* ボタンの高さはここで調整 */
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	font-size: 10px;
	color: #2D3C78;
	text-align: center;
	text-decoration: none;
	font-family: normal Times, Times New Roman, HiraMinPro-W6, ヒラギノ明朝 Pro W6, "ms pmincho", serif;
}

ul#globalNavimain li a:hover {
	/*color: #646c99;*/
	background-color: #b5be9f;
}

/*-----カテゴリアーカイブの指定------*/
ul#globalNaviarchive {
	margin: 0px 0px 0px 0px;
	/*padding: 17px 18px 96px 18px;*/
	padding: 17px 18px 96px 18px;
	width: 540px; /* 必ずwidthの設定をしてください */
    background: url(http://home.wako.ac.jp/user/m-artist/blog-images/globalnavi-bg.gif) transparent repeat-x;
}



ul#globalNaviarchive:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#globalNaviarchive li {
	margin: 3px 0px 3px 0px;
	padding: 0px;
	float: left;
	/*width: 100px; /* ボタンの幅 */
	line-height: 1;
	list-style-type: none;
}

ul#globalNaviarchive li a {
	/*padding: 0.6em 10px; /* ボタンの厚みはここで調整 */
	padding: 0.3em 10px; /* ボタンの高さはここで調整 */
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	font-size: 10px;
	color: #2D3C78;
	text-align: center;
	text-decoration: none;
	font-family: normal Times, Times New Roman, HiraMinPro-W6, ヒラギノ明朝 Pro W6, "ms pmincho", serif;
}

ul#globalNaviarchive li a:hover {
	/*color: #646c99;*/
	background-color: #b5be9f;
}


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

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

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

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


/* Widget ----------------------------------------------------------------- */

/*
.layout-wtt #content-inner { background: transparent url(content-wtt.gif) repeat-y scroll right top; }
.layout-twt #content-inner { background: transparent url(content-twt.gif) repeat-y scroll left top; }
.layout-wt #content-inner { background: transparent url(content-wt.gif) repeat-y scroll right top; }
.layout-tw #content-inner { background: transparent url(content-tw.gif) repeat-y scroll left top; }
*/

.layout-wt #beta-decor b {
    z-index: 3;
    display: block;
    background: url(corner-left.gif) transparent no-repeat;
    width: 2px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.layout-twt #beta-decor b,
.layout-tw #beta-decor b {
    z-index: 3;
    display: block;
    background: url(corner-right.gif) no-repeat;
    width: 2px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
}

.layout-wtt #gamma-decor b,
.layout-twt #gamma-decor b {
    z-index: 3;
    display: block;
    background: url(corner-left.gif) transparent no-repeat;
    width: 2px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 1px;
}
/*
.layout-wm .recent-comments-stream-widget .widget-header {
    background-image: url(corner-left.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
} 
*/

/*カテゴリリストのリンク色*/
.widget a,
.archive-widget .widget-list .item {
    color: #ffffff;
	font-family: bold 12px Times, Times New Roman, HiraMinPro-W6, ヒラギノ明朝 Pro W6, "ms pmincho", serif;
	text-decoration: none;
} 

#gamma .widget a {
    color: #ffffff;
} 

/*
.widget .widget-header {
    border-left: 1px solid #fff;
}
*/
/*
.layout-tw .widget .widget-header {
    border-left-width: 0;
}
*/

/*
.layout-twt #beta .widget-header,
.layout-tw .widget-header {
    border: 0;
}
*/
/*
.embed-asset-widget .widget-header {
    margin-bottom: 10px;
}  
*/
/*
#gamma .widget-header,
#gamma .widget-header a, 
.widget-header,
.widget-header a {
    text-decoration: none;
    color: #fff;
}
*/

/*
.widget-header .edit a {
    border-left-color: #fff
} 
*/
/*
#gamma .widget-header a:hover, 
.widget .widget-header a:hover {
    text-decoration: none;
}
*/

/*カテゴリリストの罫線を端までひくため*/
.widget-content {
    padding: 0;
    margin: 0;
}

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

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

.widget-content {
/*★いまここ★カテゴリリスト罫線と塗りの空き*/
    margin: 0;
}

/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget-content {
    padding: 0;
    margin: 0px;
}

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


/* Footer ----------------------------------------------------------------- */

#footer { 
   background-color: #ffffff; 
   /*background: url(http://home.wako.ac.jp/user/m-artist/blog-images/main-bg-bottom.gif) ;*/
   background-position: bottom;
}

/*★奥付外枠の指定*/
#footer-content {
	color:#4a4a32;
    /*margin: 0px 151px 0px 150px;*/
    margin: 0px 151px 0px 150px;
    /*padding: 85px 0px 40px 0px;*/
    padding: 120px 0px 40px 0px;
    background: url(http://home.wako.ac.jp/user/m-artist/blog-images/main-bg-bottom.gif) ;
    /*background: #fcfdf7;*/
    left: 300px;
    /*left: 152px;*/
    width: 495px;
}


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

.connections-view #header-content {
    background-color: #FEE0B0;
}
.group-banner {
    top: 33px;
}
