@charset "Shift_JIS";

/*
--------------------------------------------------------------------------------
name          : Comunica Templates Original001
author        : Comunica Templates
author_url    : http://www.comunicatemplates.com/

File Name     : /css/base.css
Description   : サイトの基本的なレイアウト構造を形成するためのCSSファイル。
--------------------------------------------------------------------------------
*/



/*--------------------------------------
  Reset
---------------------------------------*/

body, h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, li, dl, dt, dd, address, form, blockquote, table { 
margin: 0; 
padding: 0; 
line-height: 1.0;
}

table, tr, td, th { border-collapse: collapse; font-weight: normal; }
img { margin: 0; padding: 0; border: none; }
ul, ol, li { list-style-type: none; }



/*--------------------------------------
  Helper
---------------------------------------*/

.pkg:after {
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0.0;
}
* html .pkg { display: block; }
/* no ie mac \*/
.pkg { display: block; }
/* */

.skipnav, .hidden {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
}
hr { display: none; }



/*--------------------------------------
  Links
---------------------------------------*/

a { color: #595643; text-decoration: underline; }
a:hover { color: #c3bc12; text-decoration: none; }

a img { border: 0; }



/*--------------------------------------
  Base Layout
---------------------------------------*/

body {
margin: 0;
padding: 0;
color: #595643;
font-family: "Lucida Sans", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
text-align: center;
background: #f4f0db url(../images/ptn_bg.gif) left top repeat-x;
}
#outer {
background: transparent url(../images/ptn_bg_btm.jpg) center bottom repeat-x;
}

#midder {
background: transparent url(../images/bg_butterfly.png) center 200px no-repeat;
}

#inner {
background: transparent url(../images/bg_fix.png) -20px 8px no-repeat /*fixed*/;
}
#wrapper {
margin: 5px auto 0 auto;
padding: 0;
width: 900px;
text-align: left;
background: transparent;
word-break: break-all; /* Only for IE */
}
#pagebody, #pagebody_top {
width: 900px;
margin: 0 0 170px 0;
}

#content, #sidebar {
display: block;
position: relative;
min-height: 1px;
}
#content { 
width: 655px;
padding: 0 0 0 25px;
margin: 25px 0 0 0;
float: right;
}
* html body #content { /* -- This is for IE6 and below -- */
width: 680px;
}
#pagebody_top #content {
margin: 0;
}
#sidebar { 
width: 220px; 
margin: 0;
padding: 0;
float: left;
}



/*--------------------------------------
  Sidebar-Inside
---------------------------------------*/

#sidebar p.paragraph {
line-height: 1.4;
margin: 0 10px 15px 10px;
}

#sidebar .box1 {
width: 218px;
_width: 220px; /* WinIE6 */
\_width: 220px; /* WinIE5.5/5.0x */
border: 1px solid #cdc6a2;
margin: 15px 0 10px 0;
}
#sidebar .box2 {
width: 220px;
margin: 15px 0 10px 0;
}

#sidebar .box1 h2,
#sidebar .box2 h2 {
color: #FFF;
border-left: none;
border-bottom: none;
padding: 3px;
margin: 0;
line-height: 1.2;
text-align: center;
background: #c6bc84;
}

#sidebar .box1 p {
line-height: 1.4;
padding: 5px;
}

#sidebar .box1 input {
margin: 0 5px 3px 5px;
}
#sidebar .box1 input.subscribe-email {
border: 1px solid #cdc6a2;
padding: 2px;
width: 202px;
_width: 208px; /* WinIE6 */
\_width: 208px; /* WinIE5.5/5.0x */
}



/*  Assets Style
---------------------------------------*/

#sidebar ul.assets {
clear: both;
margin: 5px 0 0 0 !important;
}
#sidebar ul.assets li {
display: inline;
float: left;
line-height: 1.0;
}
#sidebar ul.assets li.even {
margin: 0 2px 0 0;
}
#sidebar ul.assets li a {
display: block;
margin: 0 0 5px 0;
border: 6px solid #ece6c7;
}
#sidebar ul.assets li a:hover {
border: 6px solid #dfd811;
}



/*  Tag-Cloud Style
---------------------------------------*/

#sidebar ul.tagclouds {
clear: both;
margin: 5px !important;
}
#sidebar ul.tagclouds li {
display: inline;
margin: 0 5px 0 0;
line-height: 1.4;
}



/*  RSS-Feed Style
---------------------------------------*/

#sidebar ul.rss-feed {
clear: both;
margin: 5px 5px 8px 5px !important;
}
#sidebar ul.rss-feed li {
padding: 0 0 0 19px;
line-height: 1.6;
background-color: transparent; /* -- NN7 -- */
background-image: url(../images/icon_rss.gif); /* -- NN7 -- */
background-position: left center; /* -- NN7 -- */
background-repeat: no-repeat; /* -- NN7 -- */
background: transparent url(../images/icon_rss.gif) left 4px no-repeat;
}