@charset "EUC-JP";

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", Arial, sans-serif;
}

/* ページ全体 */
body {
	background-color: #000000;
	font-size:12px;
	color:#333333;
	background-image: url(http://www.lager.co.jp/blog/template/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

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

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

/* フォーム */
form {
    margin: 0px;
    display:inline
}
input, textarea {
    color: #333333;
    background-color:#EEEEEE;
	font-size:12px;
}

/* 段落 */
p {
    margin: 10px 0px;
}

/* 全コンテンツ */
#wrapper {
    position: absolute;
	width: 100%;
	top: 298px;
}

/* ヘッダー */

#header {
	background-image: url(http://www.lager.co.jp/blog/template/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 298px;
	width: 100%;
	z-index: 2;
	position: absolute;
}
#header_bg {
	background-image: url(http://www.lager.co.jp/blog/template/header_bg.gif);
	background-repeat: repeat-x;
	height: 298px;
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}

#header .intro {
    font-size:11px;
    color: #666666;
}

/* ブログネーム */
#b-name a,
#b-name a:link,
#b-name a:visited {
    font-family: Helvetica;
    font-size:28px;
    font-weight:bold;
    color: #CC0000;
    position:relative;
    top:0px;
    left:40px;
    text-decoration: none;
}
#b-desc {
    margin-top: 5px;
    font-size:14px;
    color: #333333;
    position:relative;
    top:0px;
    left:40px;
}

/* 全ブロック */
#block_all {
	width: 760px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 10px 0 0 0;
}

/* 中央ブロック */
#block_center {
    float: left;
    width: 370px;
    margin: 0px 30px 50px 20px;
}

/* 左ブロック */
#block_left {
	float: left;
	width: 170px;
	margin-bottom: 50px;
	padding-left: 8px;
}

/* 右ブロック */
#block_right {
    float: left;
    width: 150px;
    margin-bottom: 50px;
}

/* フッタ */
#footer {
	clear: both;
	width: 740px;
	margin-left: 10px;
	padding-top: 10px;
	height: 50px;
	font-size: 11px;
	color: #999999;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/* インフォメーション */
#info1 {
	padding-top: 4px;
	margin: 0px;
}
#info2 {
	padding-top: 5px;
}
#info1 .logo,
#info2 .logo{
	margin: 5px 0px;
}
#info3 {
	padding-top: 5px;
	font-size: 11px;
}
#info3 .shop {
	width: 150px;
	text-align: left;
	padding-top: 8px;
}
#info3 .shop h3 {
	color: #224771;
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 10px 0px 5px 0px;
}
#info3 .shop h4 {
	color: #224771;
	font-size: 11px;
	margin-bottom: 5px;
	font-weight: bold;
}

#block_right #category,
#block_right #recententry,
#block_right #recentcomment,
#block_right #recenttrackback,
#block_right #archives,
#block_right #links{
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;	
}

/* リスト */
#list {
    font-size:11px;
    margin-bottom: 15px;
    padding: 0px;
}
#list ul {
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
	width: 150px;
}
#list ul li {
    background-image: url(http://www.lager.co.jp/blog/template/pict_list.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding: 3px 0px 3px 14px ;
    line-height: 150%;
}
#list ul li ul {
	width: 140px;
}
#list ul li ul li{
	background-image: url(http://www.lager.co.jp/blog/template/pict_list2.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 2px 0px 0px 10px;
	border: none;
}

/* カレンダー*/
#calendar .calendar {
    width: 150px;
    margin-bottom: 15px;
}
#calendar .calendar .cell {
    font-size:11px;
    font-family: Helvetica;
    line-height: 180%;
    text-align: center;
    width: 14%;
}
#calendar .calendar_month {
    font-family: Helvetica;
    font-weight:bold;
    font-size:14px;
    line-height: 100%;
    text-align: center;
    padding-bottom: 5px;
}
#calendar .weekday {
    font-family: Helvetica;
    font-size: 10px;
    text-align: center;
    padding-bottom: 5px;
}

/* 検索 */
#list .form {
    width: 146px;
    margin-top:10px;
}
#list .button {
    margin-top:10px;
}

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



/* 中央ブロック内容 */
/* ページ */
#pagenavi {
    padding: 8px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #999999;
}

/* エントリー*/
#entry {
    margin-bottom: 70px;
	color: #000033;
}

#entry .entry_body{
	line-height: 140%;
}

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

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

/* エントリー日付*/
#entry .date {
	font-size:14px;
	font-weight:bold;
	font-family: Helvetica;
	color: #224771;
	text-align: right;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #224771;
}

/* エントリータイトル*/
#entry h2 {
	font-size:14px;
	font-weight:bold;
	color: #224771;
	margin: 1px 0px;
	padding: 10px 0px 10px 0px;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #224771;
}
#entry h2 a {
    font-size:14px;
    color: #224771;
    margin-bottom: 10px;
}

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

/* コメント・トラックバックタイトル*/
#comment_title,
#trackback_title {
    color: #FFFFFF;
    font-weight:bold;
    margin-bottom: 10px;
    padding: 4px;
    background-color: #224771;
}

/* コメント・トラックバック*/
#comment, 
#trackback {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #DDDDDD;
	color: #000033;
}

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

/* コメントフォームタイトル*/
#comment_form_title {
    font-weight:bold;
    margin-bottom: 10px;
}

/* コメントフォーム送信ボタン*/
#comment_form .submit {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

/* コメントフォーム名前*/
#comment_form #name {
    width: 200px;
    margin-top: 4px;
    margin-bottom: 10px;
}

/* コメントフォームE-mail*/
#comment_form #email {
    width: 350px;
    margin-top: 4px;
    margin-bottom: 10px;
}

/* コメントフォームURL*/
#comment_form #url {
    width: 350px;
    margin-top: 4px;
    margin-bottom: 10px;
}

/* コメントフォームコメント*/
#comment_form #description {
    width: 360px;
    margin-top: 4px;
    margin-bottom: 10px;
}

/* トラックバックURL*/
#trackback .tb_link {
    text-align: center;
    border: 1px solid #DDDDDD;
    padding: 5px;
}

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

