/*
Theme Name: For TSUDA LAB
Theme URI: 
Description:  
Version: 1.0
Author: Junko Iwasa
Author URI: 
*/
/*  初期値設定-----------------------------------------------*/
*,p,a,blockquote,table,tr,th,td,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,input,textarea { 
padding:0; 
margin:0; 
font-family: Arial, Helvetica, sans-serif;
text-align:justify;
font-size:12px;
line-height:1.5em;
color:#333333;
}

/*  センタリング -----------------------------------------------*/
body {
text-align:center;
font-size:12px;
}
body div {
margin:0 auto;
text-align:justify;
}


/*  ページ全体外枠　-----------------------------------------------*/
#wrap {
width:560px;
background-color:#ffffff;
font-size:12px;
}


/*  コンテンツ外枠 ----------------------------------------------*/
#wrap-contents {
width:560px;
}


/* コンテンツ ----------------------------------------------*/
#contents {
text-align:justify;
color:#333;
font-size:12px;
}
#contents-in {
}
/*  上部グローバルメニュー      -----------------------------------------------*/
#globalmenu {
text-align:center;
background:#eeeeee;
padding:5px 0;
}


/*  プルダウンメニュー      -----------------------------------------------*/
#pulldown-menu {
line-height:1.8em;
margin:0;padding:0;
}

ul#pulldown-menu,
ul#pulldown-menu ul {
list-style:none outside ;
}


ul#pulldown-menu a {
background:#eeeeee;
text-decoration: none;
}
ul#pulldown-menu ul li a {
background:#999999;
}

ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
background:#999999;
color: #993333;
}

ul#pulldown-menu ul li a:hover,
ul#pulldown-menu ul li a:active {
background:#999999;
color: #993333;
}
ul#pulldown-menu li {
        float: left;
        position: relative;
        width: 110px;
        height: 1.8em;
        line-height: 1.8em;
}
ul#pulldown-menu li a {
        display: block;
        width: 110px;
        height: 1.8em;
        text-align: center;
}
/* 下層のメニューを不可視に */
ul#pulldown-menu li ul {
margin:0;
padding:0;
display: none;
}

/* 疑似要素 :hover で下層のメニューを可視に */
ul#pulldown-menu li:hover ul {
display: block;
position: absolute;
z-index: 100;
}

ul#pulldown-menu li ul li {
float: none;
margin:0;padding:0;
font-weight: normal;
}

/*   ----------------------------------------------------------------------*/
ul#pulldown-menu { /* IE6 対策 */
behavior: url("csshover.htc");
}

/*   ----------------------------------------------------------------------*/
/* 検索 ----------------------------------------------*/
#search {

padding-bottom:10px;
}

/* フッタ ----------------------------------------------*/

#footer p {
margin:0;
}

#footer {
text-align:right;
padding:10px;
}


/*   リンク　-----------------------------------*/
a {
color: #337777;

text-decoration:none;

}

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

a img {
border:none;
}




/*   コンテンツ共通 -----------------------------------*/

ul.menu  {
list-style:none;
margin:10px;
padding:0 20px;
border:1px solid #cccccc;
}
ul.menu a  {
padding-right:1em;
}
ul.menu li {
display:inline;
padding-right:0.5em;

}


h2.archive-title2 {
clear:both;
font-size:14px;
margin:20px 0 10px 0;
padding-left:10px;
background:#eeeeee;
border-left:3px solid #999999;
}
h3.archive-title3 {
clear:both;
color:#114f8c;
font-size:16px;
font-weight:normal;
margin:0;
}

.post-entry p {
margin:1em 0;
line-height:1em;
}