/* This is the StyleCatcher theme addition. Do not remove this block. */

@import url(http://moriumi.sakura.ne.jp/mt/mt-static/support/themes/style-galaxy/style-galaxy.css);

div.entry {
margin: 1em 0px;
padding: 1px 0;
_height: 1px; /* for IE6 */
*min-height: 1px; /* for IE7 */
}

div#header {
padding: 1px 0;
background-color: #3e3e3e;
}

div#content {
padding-bottom: 1px;
border-top: 1px solid #222;
background-color: #3e3e3e;
}

/* Website Title
---------------*/

div#header p.siteName {
  text-indent: -9999px; /* textを飛ばす */
margin: 25px 30px 10px;
line-height: 1;
font-size: 144%;
font-weight: bold;
}

div#header p.siteName a {
text-decoration: none;
color: #b1c722;
}

div#header p.siteName a:hover {
color: #fff;
}


div#header p.description {
text-indent: -9999px; /* textを飛ばす */
margin: 0 30px 25px;
font-size: 92%;
color: #999;
}





div#header {
border-bottom: none;
}

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

Global Navigation Module

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

ul#globalNavi {
margin: 14px 0 0;
padding: 0;
border: 1px solid #999999;
background-color: #3e3e3e;
}

ul#globalNavi li {
margin: 0;
padding: 0;
float: left;
width: 150px;
line-height: 1;
list-style-type: none;
font-size: 12px;
}

/*--------------------------------------
1.Button
---------------------------------------*/

ul#globalNavi li a {
margin-bottom: -1px;
padding: 0.6em 10px; /* Button Height */
border: none;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
display: block;
position: relative; /* IE6 Bug Fix */
text-align: center;
text-decoration: none;
color: #c5cfd5;
background-color: #3e3e3e;
}

/*--------------------------------------
2. On mouse
---------------------------------------*/

ul#globalNavi li a:hover {
color: #666;
background-color: #eeeeee;
}

/*--------------------------------------
3. Current 
---------------------------------------*/

ul#globalNavi li.current a:link,
ul#globalNavi li.current a:visited,
ul#globalNavi li.current a:hover {
border-right: none;
color: #fff;
background-color: #c5cfd5;
}

/*--------------------------------------
clearFix
---------------------------------------*/

ul#globalNavi {
_height: 1px;
min-height: 1px;
}

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

/* for MacIE5 \*//*/

ul#globalNavi {
height: auto;
overflow: hidden;
}

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

Eye Catch

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

/* Header - <body class="eye-h">
---------------*/

body.eye-h div#header {
height: 160px;
background-image: url(http://moriumi.sakura.ne.jp/mt/mt-static/support/themes/style-galaxy/images/eyecatch/image1.png);
background-repeat: no-repeat;
}

body.eye-h div#header p.siteName {
margin: 0;
position: absolute;
top: 55px;
left: 30px;
}

body.eye-h div#header p.description {
margin: 0;
position: absolute;
top: 80px;
left: 30px;
}

body.eye-h ul#globalNavi {
width: 100%;
position: absolute;
left: 0;
bottom: 0;
}




/* end */