@charset "utf-8";

/*
*	Title: Petitlogue Default Css Type 0
*	URI: http://www.petitlogue.jp/
*	Last Modified: 2008-03-02
*	ver 1.01
*	Author: Melia corp.
*/

/*======================================

	1-1. ブログ全体

=======================================*/
dammy {
}

body {
	background-color: #C0C0C0;  /* 全体の背景色 */
	background-image: url(http://petitlogue.jp/images/member_image/i_200/20090621_163815.jpg);   /* 全体の背景画像 */
	margin:  0px 0px ;  /* ブラウザと背景の余白（縦 横） */
	padding: 0px 120px  ;  /* 背景と内容の余白（縦 横） */
}

#allPetitlogue {
	width: 630px;  /* ブログの横幅 */
	font-size: 14px;  /* フォントサイズ */
	line-height: 1.6;  /* 行間 */
	/* background-color: #fff; /* ブログの背景色（指定する場合） */
	/* background-image: url(http://petitlogue.jp/images/member_image/i_200/20090621_163815.jpg);   /* 全体の背景画像（指定する場合はグラデーション画像を削除して指定） */
}

/* グラデーション画像 指定しない場合はすべて削除 */
#allPetitlogue {
	background-image: url(/images/common/blog_alpha.png);   /* 全体の背景画像（指定する場合） */
	background-position: top right;
	background-repeat: no-repeat;
}
* html #allPetitlogue { /* IE6用 */
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(src=/images/common/paste_alpha.png,SizingMethod=crop);
}
* html #allPetitlogue A { /* IE6用 */
	position: relative;
}
/* グラデーション画像 終わり */

#allPetitlogue, #allPetitlogue table {
	font-family: verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", sans-serif;  /* ブログのフォント */
}

/*======================================

	1-2. リンク（ブログ全体）

=======================================*/
a:link {
	color: #778899;  /* 通常リンク文字色 */
}

a:visited {
	color: #778899;  /* 訪問済みリンク文字色 */
}

a:hover {
	color: #778899;  /* オンマウス時リンク文字色 */
}

/*======================================

	2. ブログのデザイン
	
=======================================*/
/* ブログ全体 */
#blogContainer {
	margin-bottom: 20px; /* ブログの下の余白 */
}

/* ブログタイトル部 */
.blogHeader {
	margin: 5px 0px 5px 0px;   /* タイトル外の余白（上右下左） */
	padding: 10px 10px 10px 10px;   /* タイトル中の余白（上右下左） */
}

.blogHeader H1{
	margin: 0px 0px 0px 0px;   /* タイトル文字の外の余白（上右下左） */
	padding: 0px 0px 0px 0px;   /* タイトル文字の中の余白（上右下左） */
	font-size: 120%;   /* タイトル文字のフォントの大きさ */
}

.blogHeader H1 A:link, .blogHeader H1 A:visited,  .blogHeader H1 A:hover {
	/* color: #FFFFFF; */ タイトルの文字色（指定する場合）
}

/* ブログメイン */
.mainContainer {
	float: right;  /* 配置（右側） */
	width: 350px;  /* ブログの幅 */
}

/* ブログ本文部分 */
.entryContainer {
	margin: 0 10px 0 0; /* ブログ本文部分の外側の余白（上右下左）*/
}

.entryArea {
	margin-bottom: 30px; /* 記事と記事の余白 */
}
.entryContaints {
	padding: 0 15px;  /* 記事の内容の余白（縦横） */
}
.entryTitle {
	margin: 0;
	padding: 0 0 3px 0;  /* タイトルの余白（上右下左） */
	border-bottom: 2px solid #eee;  /* タイトルの下の罫線 */
}
.entryTitle h2 {
	margin: 0;
	padding: 0;
}
.entryDate {
	text-align: right;  /* 日付の位置（右寄せ） */
}
.entryMain {
                     text-align: left;
}
.entryMain .entryImage {
	margin-bottom: 20px;  /* 添付画像の下の余白 */
}
.entryMain .entryText {
	padding:10px; /* 本文記事の余白 */
}
.entryInfo {
	text-align: right;  /* コメントやカテゴリ情報の位置（右寄せ） */
	padding: 10px 10px 10px 10px;  /* コメントやカテゴリ情報の位置の余白（上右下左） */
	font-size: 85%; /* フォントサイズ */
}

/* コメント */
.commentContainer {
	margin-top: 20px; /* コメントと記事の余白 */
	padding: 10px 10px 10px 10px;    /* コメントコンテナの全体の余白（上右下左） */
}
.commentContainerTitle {
	border-bottom: 2px solid #ccc;   /* コメント欄の表題の罫線 */
	padding: 0 5px;   /* コメント欄の表題の内側の余白（縦横） */
	margin: 5px 5px 5px 5px;  /* コメント欄の表題の外側の余白（上右下左） */
}

.commentArea {
	border-bottom: 1px dotted #ddd;   /* コメントの区切り線 */
	padding: 0 10px;   /* コメント余白（縦横） */
}
.commentDate {
	margin-bottom: 2px;   /* コメントの日付の下の余白 */
}
.commentName {
	font-weight: bold;   /* コメントの名前の装飾（太字） */
}
.commentText {
	padding: 10px 0;  /* コメントの文章の余白（縦横） */
}
.commentForm {

}

/* コメントが無いときの書式 */
.noComment {
	text-align: center;
	color: #888;
	margin: 10px;
}

/* ページナビゲーター */
.pageNavi {
	margin: 0 5px 20px;   /* 外側の余白（上右下左） */
	border-top: 1px solid white;     /* 上の罫線 */
	border-bottom: 1px solid white;  /* 下の罫線 */
}
.pageNavi .normal {
	height: 30px;         /* 通常時の高さ */
}
.pageNavi .addArchive {
	height: 50px;         /* 月やカテゴリ指定時の高さ */
}
.pageNavi ul {
	list-style-type: none;  /* リストの種類（無し） */
	margin: 0;
	padding: 0;
	font-size:90%;
}
.pageNavi ul li {
	float: left;
	padding: 0;
	width: 17%;
	text-align: center;
}
.pageNavi li.allpage {
	float: right;
	text-align: right;
}


/***** サイドバー ******/
.leftContainer {
	margin-left: 8px; /* サイドバーの左の余白 */
	margin-bottom: 12px; /* サイドバーの下の余白 */
	width: 230px; /* サイドバーの幅 */
	float: left;  /* サイドバーの位置（左寄せ） */
}
* html .leftContainer {
	margin-left: 4px; /* サイドバーの左の余白（IE6以前用）*/
}
/***** プラグイン ******/
.pluginContainer {
	padding: 2px 10px; /* プラグインコンテナの中の余白（上右下左） */
}

/* プラグインの一つ一つの箱 */
.pluginBox {
	margin: 0 0 15px 0; /* プラグインの箱の外側の余白（上右下左） */
}

/* プラグインのタイトル */
.pluginTitle {
	font-weight:bold; /* 文字装飾（太字） */
	border-bottom: 1px solid #ddd; /* タイトル文字の罫線（下） */
	margin: 5px 0px 10px 0;        /* 外側の余白（上右下左） */
	padding: 5px 0px 2px 5px;      /* 内側の余白（上右下左） */
}

/* プラグインのテキスト部 */
.pluginContainer .pluginText {
	padding: 0 10px 0 10px;    /* 内側の余白（上右下左） */
}

/* プラグインのリンク部 */
.pluginContainer .toLink {
	margin: 15px 0 0 10px;    /* 内側の余白（上右下左） */
}

/*----- JAVASCRIPT 開閉式を使用する場合コメントアウト（現在使用不可）
.pluginContainer .pluginContaints {
	display: none;
}
.pluginContainer .pluginContaints_show {
}
----- */

/* プラグインの中のリスト */
.pluginContainer UL {
	list-style-type: none;  /* リストの種類（無し） */
	padding: 0;     /* リストの中の余白 */
	margin: 0 5px;  /* リストの外の余白 */
}
.pluginContainer UL LI {
	padding: 0;  /* リストの中の余白 */
}
.pluginContainer P {
	padding: 0 10px;
}

/* ブログ説明部 */
.blogDescription {

}
.blogDescription .images {
	text-align: center;  /* 画像のセンタリング */
	margin:5px;  /* 画像の外の余白 */
}
.blogDescription .images A {

}
.blogDescription .images IMG {

}
.blogDescription .blogTitle {
	text-align: center;  /* タイトル文字のセンタリング */
}
.blogDescription .information {
	margin: 10px 5px 10px 5px;  /* ブログの説明の余白 */
	font-size: 80%;  /* ブログの説明の文字の大きさ */
}

/* 作者 */
.profImage {
	text-align: center;  /* 画像のセンタリング */
	margin:5px;  /* 画像の外の余白 */
}
.profName {
	text-align: center;  /* プロフィールの名前のセンタリング */
}
.profUrl {
	text-align: left;  /* プロフィールURL */
	margin: 10px 0 0 30px;
	padding: 3px 28px;
}

/* 記事・コメント一覧 */
.comment {
	padding: 0 5px; /* コメントの余白 */
}

/* カレンダー */
.pluginCalendar table.mainCalendar {
margin: 0 auto;
border: 1px solid #000;
background-color: #000;
}

.pluginCalendar table.mainCalendar th,
.pluginCalendar table.mainCalendar td {
padding: 0 ;
border-collapse: separate;
border-spacing: 1px;
text-align: center;
font-size:11px;
width:18px;height:12px;
background-color: #333;
color: #fff;
}

.pluginCalendar table.mainCalendar th {
border:0px;
}

.pluginCalendar table.mainCalendar td {
border-right: 1px solid #999;
border-bottom: 1px solid #999;
}

.pluginCalendar table.mainCalendar td a{
background-color: #ccc;
color: #333;
text-decoration:none;
display:block;
}

.pluginCalendar table.monthNavi {
 margin: 1% auto;
 border-style: none;
 font-size:100%;
 background-color: transparent;
 width: 80%;
 text-align: center;
}

.pluginCalendar table.monthNavi th,
.pluginCalendar table.monthNavi td{
 border-right-style: none;
 border-bottom-style: none;
 text-align: center;
}


/* コメントページ */
#commentPage {
	padding: 20px;
}
#commentPage .information {
	border: 1px dotted #999;
	backgorund-color: #fafafa;
	text-align: center;
	padding: 10px;
	margin: 10px;
	font-weight: bold;
}

/* 角丸ボックス */
.cornerBoxTop {
	height: 15px;
	background-image: url(/images/common/tc1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: -5px;
}
.cornerBoxTopRight {
	height: 15px;
	background-image: url(/images/common/tc2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.cornerBoxTop SPAN {
	display: block;
	height: 15px;
	background-color: white;
	margin: 0 15px;
}
.cornerBoxBottom {
	height: 15px;
	background-image: url(/images/common/tc4.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: -3px;
}
.cornerBoxBottomRight {
	height: 15px;
	background-image: url(/images/common/tc3.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.cornerBoxBottom SPAN {
	display: block;
	height: 15px;
	background-color: white;
	margin: 0 15px;
}

/*======================================

	3-1. テキスト（基本指定）
	
=======================================*/
h1 {
	margin: 0.5em 0;
	font-size: 125%;
	font-weight: bold;
}

h2 {
	margin: 0.5em 0;
	font-size: 114%;
	font-weight: normal;
}

h3 {
	margin: 0.5em 0;
	font-size: 112%;
	font-weight: normal;
}

h4 {
	margin: 0.5em 0;
	font-size: 100%;
	font-weight: normal;
}

h5 {
	margin: 0.5em 0;
	font-size: 100%;
	font-weight: normal;
}

h6 {
	margin: 0.5em 0;
	font-size: 100%;
	font-weight: normal;
}

p {
	line-height: 1.8;
	text-align: justify;
	text-justify: distribute; 
}

pre {
	padding: 0.5em 0 0.5em 20px;
	width: 95%;
	max-width: 85%;
	overflow: scroll;
	color: #666;
	background-color: #f1efeb;
	font-family: "Osaka－等幅", monospace;
}

blockquote {
	margin-left: 40px;
	padding: 0.6em 20px;
	border: 3px solid #e4e2de;
	color: #a09591;
	background-color: #fff;
}

strong {
}
/*======================================

	3-2.リスト（基本指定）

=======================================*/

ul,
ol,
dl {
	margin: 0.5em 20px;
	padding: 1px 0;
}

ul {
	list-style-type: circle;
}

li,
dt,
dd {
	margin: 0.4em 10px;
}

dt {
	margin-top: 0.6em;
}

dd {
	margin-left: 20px;
	margin-bottom: 0.6em;
}

/*======================================

	3-3.画像（基本指定）

=======================================*/

img {
	vertical-align: bottom;
	border: 0px solid #888;
}

