@charset "utf-8"; /* PublishCharset into mt-config.cgi */


/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

/* リンク */
a,
a:link,
a:visited {
    color: #FFFFCC;
    text-decoration: none;
}
a:hover {
    color: #FF9900;
}
a:active {}

/* リンクつき画像 */
img {
	border-style:none;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* 順序なしリスト */
ul {
    padding-left: 5px;
}
ul li {
    list-style-type: square;
}

/* 定義リスト */
dl {}
dt {
	font-size: 11px;
}
dd {
	padding-left: 8px;
	font-size: 9px;
}

/* フォーム */
form {
    margin: 0px;
}

input{
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
	margin: 2px;
	font-size :11px; 
	color : #808080;
	background-color : #ffffe1;
	border : 1px solid #808080
}
textarea {
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
	margin: 2px;
	font-size :12px; 
	color : #808080;
	background-color : #ffffe1;
	border : 1px solid #808080
}

/* 引用 */
blockquote {
    width: auto;
    margin: 10px 15px 0 15px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

/* タイトルバナー */
#banner {
height: 244px;
    padding:60px 15px 0px 20px;
    color: #648ab1;
    background: #6F5951;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(../images/gazztop_title.gif);
    text-align: left;
}

#banner a,
#banner a:link,
#banner a:hover,
#banner a:active,
#banner a:visited {
    color: #648ab1;
    font-size: 32px;
    text-decoration: none;
    background: none;
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

/* タイトルバナー下の説明 */
#banner h2 {
    color: #FFFFCC;
    font-size: 11px;
font-weight: normal;
}

#topnavibar {
	color: #FFFFFF;
	width: 485px;
}

/* ナビゲーションバー */
#topnavi {
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: right;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

#topnavi a {
    padding-left: 5px;
    padding-right: 5px;
    display: inline;
}

/* 検索 */
.searchbox {
display: inline;
position: relative;
top: 0px; 
left: 20px;
}

/* エントリー全体 */
.blog {
	font-size: small;
	color: #FFFFCC;
	background: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* エントリー日付 */
.date { 
    margin: 10px 0;
    padding: 5px 5px 5px 20px;
    color: #ffffff; 
    background-repeat: no-repeat;
    background-image: url(../images/subbar.gif);
    font-size: 11px;
    font-weight: bold;
}

/* エントリー */
.entry {
	width: auto;
	color: #FFFFFF;
	font-size: 11px;
	line-height:200%;
	word-break: break-all;
	margin-bottom: 15px;
}

/* 投稿写真（回り込み左clear指定必要 */
.pict {
	margin: 0px 10px 0px 0px;
	float: left;
	clear: left;
	border: 1px solid #FFF2EC;
}

.entry a:hover {
background-color: #fff;}
.entry img {
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	background-image: url(../images/subbar.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 480px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 25px;
	padding-top: 7px;
}

/* 投稿者 */
.entry-footer {
    margin: 5px 0 0 0;
    border-top: 1px dotted #999999;
    text-align: right;
    color: #999999;
    font-size: 9px;
}


/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 1px solid  #999;
    text-align: center;
    color: #666;
background-image:url(../images/sidetitle_back.gif);
    font-size: 9px;
    line-height: 140%;
}

/* サイドメニュー */
.side {
	background: none;
	color: #666;
	font-size: 10px;
	_font-size: 9px;
	line-height: 150%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 30px;
}

.subcategories a.foldmark {
    font-size:9px;
    text-decoration: none;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* サブカテゴリーツリー表示 */
ul.tree {
    margin: 0px!important;
    padding: 0px!important;
    font-size: 9px;
    list-style: none!important;
}
ul.tree ul {
    margin: 0px!important;
    padding: 0px!important;
}
ul.tree li {
    margin: 0px!important;
    padding: 0px 0px 0px 16px!important;
    background-image: url(../images/tree_lst_dotted.gif);
    background-repeat: no-repeat!important;
    list-style: none!important;
}
ul.tree li.end {
    background-image: url(../images/tree_end_dotted.gif);
    list-style: none;
}


/* カウンター */
.counter {
    padding: 2px;
    background: none;
    font-size: 9px;
    text-align: right;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}

/* クレジットバナー */
.powered {
    margin-top: 10px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered a hover:{
background-color: #fff;
}
.powered img {
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
padding: 1px;
margin: 0px 0px 0px 0px;
}

.clear {
    clear: both;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 266px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #999;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 750px;
background-image:url(../images/bg.gif);
}

/* 3カラム用フッター */
#footer {
	position: relative;
	z-index: 1;
	width: 750px;
	background-image: url(../images/footer_bg.gif);
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	margin-top: 30px;
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0;
}
#footer a{color:#ffffff;text-decoration:none;}
#footer a:link{color:#ffffff;text-decoration:none;}
#footer a:hover{color:#ffffff;background-color: #8585ad;text-decoration:none;}

/* 2カラム用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    text-align: left;
}

/* 2カラム用 */
.layout-one-column #container {
    margin-bottom: 0;
}

/* 2カラム(リキッドレイアウト：左サイドバー) */
.layout-two-column-liquid-left #content {
    margin: 0 0 10px 185px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
}
.layout-two-column-liquid-left #links-left {
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
    color: #ffffff;
}

/* 2カラム(左サイドバー) */
.layout-two-column-left #content {
	float: left;
	width: 435px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 315px;
}
.layout-two-column-left #links-left {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}
body {
	background-color: #E6D9C6;
	background-image: url(../images/bg2.gif);
	background-position: center top;
	background-repeat: repeat-y;
}
.topmenu {
	background-image: url(../images/content_bg.png);
	background-repeat: no-repeat;
	height: 215px;
	width: 310px;
}
#pagebanner {

height: 87px;
    padding:0px 15px 0px 20px;
    color: #648ab1;
    background: #6F5951;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(../images/page_title.gif);
    text-align: left;
}
.layout-two-column-left #page-left-box {

    float: left;
    width: 250px;
}
.pageimg {

	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	height: 207px;
	width: 310px;
}
.layout-two-column-left #pagecontent {
	float: left;
	width: 500px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.new {
	font-size: 12px;
	line-height: 200%;
	font-weight: bold;
	color: #FFFFDD;
	padding-left: 50px;
	padding-right: 20px;
}
.bio_entry {
	width: 465px;
	color: #FFFFFF;
	font-size: 12px;
	line-height:150%;
	word-break: break-all;
	padding-left: 15px;
	margin-top: 10px;
}
.member {
	margin-top: -45px;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;
	margin-left: 10px;
}
.entry-pagetop {
	color: #FFFFFF;
	width: 480px;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 20px;
}
.pagetop {
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 410px;
	background-position: right center;
	height: 20px;
	background-repeat: no-repeat;
	padding-top: 5px;
	background-image: url(../images/pagetop.gif);
}

.pagetop a,
.pagetop a:link{
	color: #FFFFFF;
}
.pagetop a:hover{
	background: none;
	color: #FF9933;
}

.flash_entry {
	width: 480];
	color: #FFFFFF;
	font-size: 12px;
	line-height:150%;
	word-break: break-all;
	margin-top: 10px;
	width: 480px;
	margin-right: 0px;
	margin-left: 0px;
}
#flash {
	left: 240px;
	position: relative;
	width: 240px;
	height: 250px;
}
#flash_left {
	position: absolute;
	width: 225px;
	padding-left: 15px;
}
.small_blue {
	font-size: x-small;
	color: #99CCFF;
}
.small_blue a,
.small_blue a:visited {
	color: #99CCFF;
	}
.small_blue a:hover {
	color: #FFFF99;
	}
.small_gray {
	font-size: x-small;
	color: #CCCCCC;
}

.small_tomato {
	font-size: x-small;
	color: #FF9966;
}
.small_white {
	font-size: x-small;
	color: #FFFFFF;
}
.pagetop_1 {
	font-size: 9px;
	text-align: right;
	width: 465px;
	background-position: right;
	margin: 0px;
	background-image: url(../images/spacer.gif);
}
.mem_entry {

	width: 465px;
	color: #FFFFFF;
	font-size: 12px;
	line-height:150%;
	word-break: break-all;
	padding-left: 15px;
	margin-top: 25px;
}
.his_flier {

	margin-top: -30px;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;
	margin-left: 10px;
}
.flier_right {
	color: #FFFFFF;
	padding-bottom: 10px;
	line-height: 150%;
}
.flier_left {
	color: #FFFFFF;
	padding-left: 5px;
	float: left;
	width: 70px;
	padding-bottom: 10px;
	line-height: 150%;
}
.flier_center {
	color: #FFFFFF;
	padding-left: 5px;
	float: none;
	padding-bottom: 10px;
	line-height: 150%;
}
.about {
	font-size: 12px;
	line-height: 1.3em;
	color: #FFFFFF;
	background-image: url(../images/about.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 405px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

