@charset "utf-8";
/* オリジナルテンプレート２カラム（サイドバー右）　(C)2007 C-point Corp. */
*{
	padding:0; margin:0;
}

/* HTMLタグ設定 */
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size:12px;
	line-height:1.8;
	color:#555;
	background:url(http://blog.osakazine.net/usr/ls2008/bg.jpg) 50% 0 repeat-y #74AC01;
}
img{border: none;}
form{margin: 0px;padding: 0px;}
label{
	font-weight: bold;
	letter-spacing: 0.2em;
	white-space: nowrap;
	text-align: right;
	font-size: 12px;
}
blockquote {
border-left:8px solid #ccc;
padding:5px 5px 5px 15px;
margin:1em 0 1em 1em;
color: #666;
}
.hidari{float:left; margin-right:1em;}
.alt{ display:none;}


/* =================================== */
/* レイアウト設定 */
/* =================================== */

#container{
	text-align:left;
	padding: 0px;
	width: 800px;
	margin:0 auto;
	background-color: #ffffff;
}
/* ブログタイトル・概要 */
#banner{
	background:url(http://blog.osakazine.net/usr/ls2008/header.jpg) 0 0 no-repeat;
	height: 200px;
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

/* ブログの配置 */
#content{
	float: left;
	width: 510px;
	padding: 10px 5px;
}

/* ブログ外枠 */
.blog{
	margin-top: 0px;
	margin-bottom: 15px;
}

/* サイド（左サイド） */
#links{
	width: 250px;
	margin:0 10px 15px auto;
	float: right;
}

/*フッタ*/
#footer{
	text-align:center;
	background:#fafafa;
	margin: 3em auto 1em auto;
	padding:1em;
	clear: both;
}

/* ************************************************ 
 *	リンクカラーの設定
 * ************************************************ */

/* 全般 */
a{}
a:link{}
a:visited{}
a:active{text-decoration: none;}
a:hover{text-decoration: none;}

/*　ブログタイトル・概要　*/

/* カレンダー */
.calendar a{}
.calendar a:link{}
.calendar a:visited{}
.calendar a:active{}
.calendar a:hover{}


/* 次のページ・前のページ */
.amenu a{}
.amenu a:link{}
.amenu a:visited{}
.amenu a:active{}
.amenu a:hover{}

/* サイドバー */
.side a{ color:#74AC01;}
.side a:link{}
.side a:visited{}
.side a:hover{}

.aside a{}
.aside a:link{}
.aside a:visited{}
.aside a:hover{}

/*　サイドタイトル　*/
.title a{
	text-decoration: none;

}
.title a:link{
	text-decoration: none;
	color: #;
}
.title a:visited{
	text-decoration: none;
	color: #;
}
.title a:active{
	text-decoration: underline;
	color: #;
}
.title a:hover{
	text-decoration: underline;
	color: #;
}


/*　このページの上へ　*/
.posted a{ color:#74AC01;}

/*　トラックバック　*/
.atrackback-post a{}
.atrackback-post a:link{}
.atrackback-post a:visited{}
.atrackback-post a:active{}
.atrackback-post a:hover{}

/*　RSS　*/
.rss a:link{ color:#FF6633;}
.rss a:visited{}
.rss a:hover{}
.rss a:active{}


/* ************************************************ 
 *	バナー（ページ上部）の設定
 * ************************************************ */

/* ブログタイトル */
.blogtitle a{ display:block;text-indent:-9999; height:200px;}

/* ブログ説明文 */
.description{
display:none;
}

/* ************************************************ 
 *	記事の設定
 * ************************************************ */

/* パン屑メニュー */
.topicpass {
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #666;
	line-height: 16px;
	vertical-align: bottom;
}
.topicpass img {
	border: none;
	vertical-align: bottom;
}

/* 記事 */
.blogbody{
	overflow: hidden;
}

/* 記事タイトル */
.title{
	font-size:14px;
	background-color:#74AC01;
	padding:3px 0.5em;
	margin:1em aurto 0 auto;
	color: #fff;
}
.title a{color: #fff;}

/* 記事日付 */
.date{
	color:#74AC01;
	margin: 2em 0 0 0;
	text-align: right;
}

/* 記事本文 */
.main{
	padding:1em;
	margin:0 auto;
	overflow: auto;
}
.more{margin:2em 0 0 0;}

/* 記事本文内画像 */
.main img{
	margin:0 1em 1em 1em;
}

/* 続きを読む */
.main-continues{ margin: 1em auto 2em auto; text-align:right;}
.main-continues a{ font-weight:bold;}

/* 記事フッター */
.posted{
	border-bottom:1px solid #ccc;
	padding: 3px 0.5em;
	text-align: right;
	margin-bottom:1em;
	clear: both;
	color:#666;
}


/* ************************************************ 
 *	トラックバックエリアの設定
 * ************************************************ */

/* この記事へのトラックバック */
.title_s{
	margin: 0px 0px 5px 10px;
}

/* この記事へのトラックバックURL */
.trackback-url{
	font-weight: bold;
	color: #;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 15px;
}

/* トラックバック本文 */
.trackback-body{
	margin:1em 0;
	border:1px solid #ccc;
	padding:1em;
	background:#fafafa;
}
.trackback-body a{ color:#3399FF;}
/*トラックバック送信元など*/
.trackback-post{
border-top:1px dotted #ddd;
text-align: right;
font-size:10px;
color:#666;
margin-top:1em;
}


/* ************************************************ 
 *	コメントエリアの設定
 * ************************************************ */

/* この記事へのコメント */
.comments-head{
	margin:2em 0 0 0;
	font-weight: bold;
}

/* コメント投稿者日時など*/
.comments-post{
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 3px;
	text-align: right;}

/* コメント本文 */
.comments-body{
	margin: 5px 20px;
	line-height: 130%;
}

/* コメント入力テーブル */
table.form {
	width: 400px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/* 本文 */
#text{
	width: 350px;
}

#author,#email,#url{width: 350px;}



/*情報を記憶チェックボックス*/
#bake{ margin:0 0 0 1em;}

/*確認せずに書込チェックボックス*/
#savecheck{ margin:0 0 0 1em;}

/* ************************************************ 
 *	プラグイン設定
 * ************************************************ */

/* サイドブロック */
.side{
	margin-bottom: 10px;
}

/* サイドタイトル */
.sidetitle{
	background-color:#9cd429;
	padding:3px 8px;
	margin: 1em 0;
	font-weight: bold;
	color: #555;
}

/* サイド本文 */
.sidebody{ border-bottom:1px dotted #ddd;}

/* RSS */
ul.rss{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
ul.rss li{
	display: inline;
	margin-left: 10px;
	font-weight: bold;
}

/* カレンダー ここから ----------*/
/* 大枠 */
.calender{
	text-align: center;
	margin-bottom: 10px;
}
/* 上部年月日表示 */
.calendarhead{
	font-weight: bold;
	margin-bottom: 3px;
}
/* 枠 */
.calendartable{
	border: 1px solid #CCCCCC;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}
/* 曜日枠 */
.calendarwd{
	background-color: #ffffff;
	padding: 5px;
}
/* 曜日 */
.calendarweek{}
/* 日付枠 */
.calendard{
	text-align: center;
	border: 1px solid #CCCCCC;
}
/* 日曜日 */
.sun{
	color: #CC0000;
}
/* 土曜日 */
.sat{
	color: #0099FF;
}
/* 今日 */
.today{
	font-weight: bold;
}
/* カレンダー ここまで ----------*/

/* カテゴリー */
.category {
	margin-bottom: 10px;
}

/* 最近の記事 */
.recententry {}

/* 過去記事 */
.archives {}

/* 最近のコメント */
.comment {}

/* 最近のトラックバック */
.trackback {}

/* お気に入り */
.link  {
	margin-bottom: 10px;
}

/* ブログ内検索 */
.search {
	margin-bottom: 10px;
}

/* QRコード */
.qrcode {
	margin-bottom: 10px;
}

/* アクセスカウンタ */
.counter {
	margin-bottom: 10px;
}

/* 読者登録 */
.subscription {
	margin-bottom: 10px;
}

/* プロフィール */
.profile {
	margin-bottom: 10px;
}
.nickname{
	font-weight: bold;
	word-spacing: 0.2em;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.photo{
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.message{
	font-size: 85%;
	line-height: 120%;
	margin: 5px;
}

/* お勧め商品 */
.article_ad {
	margin-bottom: 10px;
}

/* タグクラウド */
.tag_cloud {
	margin-bottom: 10px;
}

/* カスタムプラグイン1 */
.custom1 {
	margin-bottom: 10px;
}

/* カスタムプラグイン2 */
.custom2 {
	margin-bottom: 10px;
}

/* カスタムプラグイン3 */
.custom3 {
	margin-bottom: 10px;
}

/* オーナーにメッセージ */
.inquiry{}

/* 新規投稿 */
.blog_entry{}

/* マイアルバム */
.album{
	margin-bottom: 10px;
}
#album_img_flame{}
#album_href{}
#album_img{}
#album_title{}
#album_list{}

/* ************************************************ 
 *	フッターの設定
 * ************************************************ */

/* このページの上へ */
.pagetop{
	text-align: right;
	margin-top: 15px;
	margin-bottom: 10px;
}

/* このBlogのトップへ */
.menu{
	margin-top: 15px;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
	text-align: center;
}

/* コピーライト */
#copyright{
	color: #;
}

strong,.topicpass,.title,.main-continues,blockquote,.pagetop,.menu,#copyright,.comments-head
{ font-family:"メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;}
