@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: #FFFFFF;  /* 全体の背景色（白） */
	background-image:url(http://petitlogue.jp/images/member_image/i_123/20090711_125411.jpg);/*全体の背景画像（露草）*/

background-repeat: repeat-y;/*縦一列*/
　　　　



　　　　　　　　


　　　　　　　                   
/*(http://petitlogue.jp/images/member_image/i_123/20080810_134627.gif);　/*全体の背景画像（梅）*/*/
                       background-position:left top;  /*左に縦一列（左に）*/ 
　　　　　　　  background-repeat: repeat-y; /*左に縦一列（縦一列）*/                 
                    /*background-image: url(/images/common/background.gif); */  /* 全体の背景画像（初期） */
	margin:  0px 0px ;  /* ブラウザと背景の余白（縦 横） */
	padding: 0px 20px;  /* 背景と内容の余白（縦 横） */
}

#allPetitlogue {
	width: 700px;  /* ブログの横幅 */
	font-size: 13px;  /* フォントサイズ */
	line-height: 1.6;  /* 行間 */
	background-color:#BAE0CF; /*新　ブログの背景色（薄緑）*/ 
                                                      /*#435d73;  /*ブログの背景色（濃ブルーグレー*/
	/*background-image: url(/images/common/background.gif);   /* 全体の背景画像（指定する場合はグラデーション画像を削除して指定） */
                     margin-left:auto;/*記事の位置、中央*/
                     margin-right:auto;/*記事の位置、中央*/}

/* グラデーション画像 指定しない場合はすべて削除 */
#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: #bd0630;  /* 通常リンク文字色（渋赤） */
}

a:visited {
	color: #073a87;  /* 訪問済みリンク文字色（青） */
}

a:hover {
	color: #F597E3;  /* オンマウス時リンク文字色 */
}

/*======================================

	2. ブログのデザイン
	
=======================================*/
/* ブログ全体 */
#blogContainer {
	margin-bottom: 20px; /* ブログの下の余白 */
}

/* ブログタイトル部 */
.blogHeader {
	margin: 10px 0px 0px 0px;   /* タイトル外の余白（上右下左） */
	padding: 10px 10px 10px 10px;   /* タイトル中の余白（上右下左） */
                     
/*background-image: url(http://petitlogue.jp/images/member_image/i_123/20100402_171200.jpg);/*新　ブログタイトル　アイコンurl*/*/



/*background-image: url(http://petitlogue.jp/images/member_image/i_123/20090404_201440.jpg);/*新　ブログタイトル　アイコンurl*/*/

/*(http://petitlogue.jp/images/member_image/i_123/20090404_191410.jpg);/*ブログタイトル　アイコンurl*/
background-position: center top /*アイコン位置（新　真ん中）*/*/


/*(http://petitlogue.jp/images/member_image/i_123/20080830_160243.gif); /*ブログタイトル　アイコンurl（ねこまた）*/
                     background-position: left top; /*アイコン位置（新　左上）*/
                     background-repeat: repeat-x; /*アイコン位置（新　上に横一列）*/  */                                      
}

.blogHeader H1{
	margin: 0px 0px 0px 0px;   /* タイトル文字の外の余白（上右下左） */
	padding: 0px 0px 0px 0px;   /* タイトル文字の中の余白（上右下左） */
	font-size: 35px;   /* タイトル文字のフォントの大きさ */
                     text-align:center; /*表示位置*/
}

.blogHeader H1 A:link, .blogHeader H1 A:visited,  .blogHeader H1 A:hover {
	color: #55AB73; /*タイトルの文字色（指定する場合）*/
}

/* ブログメイン */
.mainContainer {
	float: right;  /* 配置（右側） */
	width: 500px;  /* ブログの幅 */
}

/* ブログ本文部分 */
.entryContainer {
	margin: 0 10px 0 0; /* ブログ本文部分の外側の余白（上右下左）*/
                      text-align: center; /*新　ブログ本文（センタリング）*/                      
}

.entryArea {
	margin-bottom: 30px; /* 記事と記事の余白 */
}
.entryContaints {
	padding: 0 15px;  /* 記事の内容の余白（縦横） */
}
.entryTitle {
	margin: 0;
	padding: 10px 10px 10px 10px;  /* タイトルの余白（上右下左／元は0 0 3px 0 ） */ 
                     border-bottom: 3px #b00202 dotted; /*新　タイトル下の罫線*/
                   /*border-bottom: 2px solid #eee;*/  /* タイトルの下の罫線 */
                      background:
                      url(http://petitlogue.jp/images/member_image/i_123/20090404_201440.jpg);/*新　記事タイトルのアイコンurl*/
background-position:right top ;/*右上に表示*/
                      background-repeat: no-repeat;/*繰り返さない*/
                      font-size: 15px; /*タイトル文字サイズ*/
                      text-align: left; /*記事タイトル（左寄せ）*/


/*(http://petitlogue.jp/images/member_image/i_123/20080830_152725.gif); /*新　記事タイトルのアイコンurl*/
                      background-position:right top ;/*右上に表示*/
                      background-repeat: no-repeat;/*繰り返さない*/
                      font-size: 15px; /*タイトル文字サイズ*/
                      text-align: left; /*記事タイトル（左寄せ）*/*/
}
.entryTitle h2 {
	margin: 0;
	padding: 0;
}
.entryDate {
	text-align: right;  /* 日付の位置（右寄せ） */
}
.entryMain {

}
.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: 180px; /* サイドバーの幅 */
	float: left;  /* サイドバーの位置（左寄せ） */
}
* html .leftContainer {
	margin-left: 4px; /* サイドバーの左の余白（IE6以前用）*/
}
/***** プラグイン ******/
.pluginContainer {
	padding: 2px 10px; /* プラグインコンテナの中の余白（上右下左） */
}

/* プラグインの一つ一つの箱 */
.pluginBox {
	margin: 0 0 15px 0; /* プラグインの箱の外側の余白（上右下左） */
}

/* プラグインのタイトル */
.pluginTitle {
	font-weight:bold; /* 文字装飾（太字） */
                     text-align: center; /*新　タイトル文字のセンタリング*/
                     border: 3px #b00202 dotted; /*新　タイトル罫線（点線）*/
　　　　　　　/*border-bottom: 1px solid #ddd;*/ /* タイトル文字の罫線（下） */
　　　　　　　margin: 5px 0px 10px 0;        /* 外側の余白（上右下左） */
	padding: 5px 0px 2px 5px;      /* 内側の余白（上右下左） */
                      font-size: 15px;　/*新　タイトル文字の大きさ*/
}

/* プラグインのテキスト部 */
.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 {
}
/*一番下の四角*/
.pluginCalendar table.mainCalendar {
	margin: 0 auto;
	border: 3px solid #555e04;
	background-color: #fff79c /*#555e04*/ ;
                      
}
/*小さい四角のスタイル*/
.pluginCalendar table.mainCalendar th,
.pluginCalendar table.mainCalendar td {
	padding: 0 2px;
	border-collapse: separate;/*四角の間に隙間を空ける*/
	border-spacing: 1px;/*隙間の幅*/
	text-align: center;/*文字を真ん中に*/
	font-size:11px;/*文字サイズ*/
}
/*曜日部分の色指定*/
.pluginCalendar table.mainCalendar th {
	border-right: 1px solid #f5cce0;/*四角の周りの線*/
	color: #fff;/*文字の色*/
	background-color: #bd0630;/*四角の色*/
}
/*日付部分の色指定*/
.pluginCalendar table.mainCalendar td {
	border-right: 1px solid #feeae9;/*右側の線*/
	border-bottom: 1px solid #bd0630;/*下の線*/
　　　　　　　background-color: #fff49e;/*背景色*/
}

.pluginCalendar table.monthNavi {
	margin: 1% auto;
	border-style: none;
	font-size:80%;
	background-color: transparent;
	width: 95%;
	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;
}

#pluginType_5.pluginContaints ul {
display:none;
}
