@charset "UTF-8";


/* すべて */
* {

}
body {
    text-align: center;
    background-image: url(bg.jpg);
	margin: 0;
    padding: 0;
    font-size: small; font-family: Verdana, ＭＳ ゴシック, ＭＳ Ｐゴシック, ヒラギノ角ゴ Pro W3, Osaka-等幅, Osaka, 平成角ゴシック; line-height: 150%;
}









/* 見出し */

h1 { background-image: url(ac.jpg); background-repeat: no-repeat; 
	height: 0;
	overflow:hidden;
	display:block;
	margin: 0;
	padding-top:80px;
	font-size: 5px;
}

h2 { font-size: small; font-weight:bold; }
h3 { font-size: small; font-weight:bold; }


h1 img {
    margin: 0;
    vertical-align: bottom;
}

#bookmark {
	width:290px;
	margin: 0 5px;
}

#title {
	float:left;
	width:590px;
}

#banner {
	float:right;
	margin: 0.8em 0 0;
}

/* リンク */
a { color: #69c; text-decoration: underline; }
a:hover { color: #069; text-decoration: underline; }

p.typeg:first-letter {
   font-size: 250%;
   float: left;
   line-height: 1;
   background-color: #069;
   color: white;
   padding: 2px;
   margin-right: 5px;
}

p.typei:first-letter {
   font-size: 250%;
   float: left;
   line-height: 1;
   background-color: #069;
   color: white;
   padding: 2px 11px;
   margin-right: 5px;
}

p.typet:first-letter {
   font-size: 250%;
   float: left;
   line-height: 1;
   background-color: #069;
   color: white;
   padding: 2px 6px;
   margin-right: 5px;
}



/* リンクつき画像 */
img {
    border: none;
}

/* ヘッダ */
#header {
    padding: 15px 25px;
    color: #999;
    height: 120px;
    text-align: left;
}
#header-img {
    height: 23px;
    background-image: url(ring.gif);
    background-attachment: relative;
    background-repeat: repeat-x;
}



/* レイアウト */


#box {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 25px 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    text-align: left;
    background-color: #fff;
}


#content {
    width: 800px;
    padding: 1.8em;
}




/* フッタ */
#footer {
    width: 850px;
    margin: 0 auto;
    padding: 1.5em 0 2em;
    border-top: 1px dotted #069;
    color: #222;
    background: #fff;
    text-align: center;
    clear: both;
}




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








.clearfix {display: inline-table;}


/*    Twilog plugin : Plugin Twilog -----------------------------------------------------------------------------------------*/div.tl-tweet {    margin: 0px 0px 5px;    padding: 0;}p.tl-text {    margin: 5px 0 0;    font-size: 1em;    overflow: hidden; }p.tl-posted {    margin: 0 5px 0;    text-align: right;    font-size: 0.8em;    color: #aaa;    border-bottom: dashed 1px #ccc; } 





/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */








