@charset "EUC-JP";
html { color:#000000; background:#FFFFFF; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,embed { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,th,var { font-style: normal; font-weight: normal; }
li { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
q:before,q:after { content: ''; }
abbr,acronym { border: 0; font-variant: normal; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input,textarea,select { font-family: inherit; font-size: inherit; font-weight: inherit; font-size: 100%; }
legend { color: #000000; }

body {
	font-size:12px;
	color:#333333;
	background: #f8f8f8 url(http://bond-diary.jp/sport/template/bg.gif) repeat-x 0 0;
	font-family:Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	text-align: center;
}

/* リンク */
a,
a:link {
    color: #006699;
    text-decoration: none;
}
a:hover {
    color: #006699;
    text-decoration: underline;
}

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



/* 全コンテンツ */
div#container {
	width: 900px;
	margin: 0px auto;
	padding: 0 0 50px 0;
	background: url(http://bond-diary.jp/sport/template/main.jpg) no-repeat 0 0;
}

/* ヘッダー */
#containerHeader {
	position: relative;
	height: 310px;
}
#containerHeader h1 {
	position: absolute;
	top: 110px; left: 20px;
}
#containerHeader h1 a {
	display: block;
	width: 420px; height: 80px;
	text-indent:-9999em;
	overflow:hidden;
}

/* 検索 */
#unitSearch {
	position: absolute;
	top: 268px; left: 40px;
}
#unitSearch .form {
	width: 200px;
	margin-right:10px;
	font-size: 12px;
	line-height: 16px;
	height: 19px;
	border: 0;
	padding: 0 2px;
}

/* 左ブロック */
div#containerLeft {
    width: 680px;
	float: left;
}

div#containerEntry {
	background: url(http://bond-diary.jp/sport/template/entry_bg.gif) repeat-y 0 0;
}
div#containerEntry .bgB {
	background: url(http://bond-diary.jp/sport/template/entry_bg_b.gif) no-repeat 0 bottom;
}
div#containerEntry .bgT {
	background: url(http://bond-diary.jp/sport/template/entry_bg_t.jpg) no-repeat 0 0;
}

div#entryWrap {
	margin: 0px auto;
	padding: 20px 0 40px 0;
    width: 580px;
	text-align: left;
}

/* 右ブロック */
div#containerRight {
    float: right;
    width: 220px;
	text-align: left;
}

/* グループホームリンク */
div#groupeHome {
	position: relative;
	height: 200px;
}
div#groupeHome a {
	position: absolute;
	top: 16px; left: 87px;
}

/* フッタ */
#footer {
	height: 48px;
	background: url(http://bond-diary.jp/sport/template/footer_bg.gif) repeat-x 0 0;
}


/* カレンダー*/
div#calendar {
	padding: 0 0 0 10px;
	height: 190px;
    font-family: Arial;
}
div#calendar .calendar {
    width: 185px;
	color: #fff;
}
div#calendar .calendar .cell {
    font-size:11px;
	line-height: 1.2em;
    text-align: center;
    width: 14%;
    padding: 2px 0px;
	color: #ccc;
}
div#calendar .calendar .cell a {
    font-weight:bold;
    color: #fff;
}
div#calendar .calendar_month {
    font-weight:bold;
    font-size:12px;
    text-align: center;
	color: #fff;
}
div#calendar .calendar_month a {
    color: #FFFFFF;
}
div#calendar .weekday {
    font-size: 10px;
    text-align: center;
    padding: 4px 0px;
	color: #fff;
}

/* リスト */
.list {
    margin-bottom: 15px;
    padding: 0px;
}
.list ul {
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.list ul li {
	background: url(http://bond-diary.jp/sport/template/list_pict.gif) no-repeat 8px 7px;
    padding: 6px 0px 6px 24px;
	line-height: 1.2em;
    border-bottom: 1px dotted #59595C;
}
.list ul li ul {
	width: 150px;
}
.list ul li ul li{
	background: url(http://bond-diary.jp/sport/template/list_pict.gif) no-repeat 8px 4px;
	padding: 4px 0px 4px 24px;
	border: none;
}
.list a {
	color: #333;
}


/* クレジット */
#extra {
    font-size:10px;
    margin-top: 50px;
}
#extra .icon {
    margin-bottom: 5px;
}

/* ページ */
.pagenavi {
    text-align: center;
    margin-bottom: 10px;
    background: #999;
    color: #fff;
    padding: 6px;
}
.pagenavi a {
	color: #fff;
}
.pagenavi a:hover {
	color: #fff;
    text-decoration: underline;
}

.entry {
	padding-bottom: 20px;
}

/* エントリー内画像*/
.entry .entry_body img {
    margin: 10px 0px;
}

/* エントリー続き*/
.entry .more {
    margin-top: 15px;
}

/* エントリータイトル*/
.entry .entry_title {
	width: 100%;
	height: 58px;
	background: url(http://bond-diary.jp/sport/template/entry_head.gif) repeat-x 0px 0px;
	margin-bottom: 10px;
}
.entry .entry_title h2 {
	font-size:16px;
	font-weight:bold;
	color: #fff;
	margin: 2px 10px 0 10px;
}
.entry .entry_title h2 a {
    font-size:16px;
    color: #fff;
}

/* エントリー日付*/
.entry .entry_title .date {
	margin: 0 10px;
	font-size:12px;
	font-weight:bold;
	font-family: Helvetica;
	color: #000;
	line-height: 1.2em;
}

/* エントリーその他*/
.entry .state {
	padding: 20px 0 0 0;
    font-size:10px;
    color: #666666;
    text-align: right;
}

/* コメント・トラックバックタイトル*/
.comment_title,
.trackback_title {
	padding: 4px;
    font-weight:bold;
    line-height: 16px;
    background-color: #666;
	color: #fff;
}

/* コメント・トラックバック*/
.comment, 
.trackback {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

/* コメント・トラックバックその他*/
.comment .state,
.trackback .state {
    font-size:10px;
    color: #666666;
    text-align: right;
    margin-top: 5px;
}

/* コメントフォームタイトル*/
#comment_form_title {
    font-weight:bold;
    margin-bottom: 10px;
    padding-left: 4px;
    border-left: 3px solid #02acdf;
}
/* コメントフォーム*/
#comment_form {
    padding: 16px 20px;
    background-color: #eee;
    color: #333;
    margin: 20px 0;
}
/* コメントフォーム送信ボタン*/
#comment_form .submit {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* コメントフォーム名前*/
#comment_form #name {
    width: 200px;
    margin: 2px 0 6px 0;
}

/* コメントフォームE-mail*/
#comment_form #email {
    width: 350px;
    margin: 2px 0 6px 0;
}

/* コメントフォームURL*/
#comment_form #url {
    width: 350px;
    margin: 2px 0 6px 0;
}

/* コメントフォームコメント*/
#comment_form #description {
    width: 360px;
    margin: 2px 0 6px 0;
}

#set_cookie {
}

/* トラックバックURL*/
#trackback_wrap .trackback_link {
    border: 1px solid #666;
    padding: 5px;
	margin-bottom: 10px;
}

/* プロフィール*/
#profile {
    border: 2px solid #ccc;
    padding: 10px;
}
#profile .name {
    font-weight:bold;
    font-size:16px;
    margin-bottom: 10px;
}


.entry .entry_body .emoji{
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

