/*

ダウンロードいただきありがとうございます。

アダルト・宗教的・差別的・違法な内容を
扱うブログでの使用はご遠慮下さい。

テンプレート素材の加工や流用はしないで下さい。
カスタマイズや利用規約に関しては、こちらのページをご覧下さい。
http://pneko2.blog77.fc2.com/

タイトル背景を肉球画像にする場合は、スタイルシートの【head要素】指示のある部分を、４ケ所修正して下さい。

*/

/************************************/
/* ページ構成 */

body{
	text-align : center;
	font-family: "ヒラギノ丸ゴ Pro W3", Arial, Helvetica, Osaka, sans-serif;
	background-color: #fffae1;
	margin: 8;
	padding: 0;
}

#container{
	width:900px;	/* ブログ全体の幅 */
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#wrapper {
	float:left;
	width:710px;
	/* 記事部分と左カラムの幅の合計 */
	margin-bottom:15px;
}

#main-column{
	float:right;
	width:500px;	/* メインカラムの幅 */
}

div#left_column{
	float:left;
	width:210px;	/* 左カラムの幅 */
}

div#right-column{
	float:right;       
	width:190px;	/* 右カラムの幅 */
	margin-bottom:15px;
}


/************************************/
/* リンクの色 */

a{
	color: #2666a6;
	text-decoration: none;
}
a:hover {
	text-decoration : none ; 
	background-color : #ffe6e6 ;
	color : #800033 ;
}


.EntryTitle a{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}


/************************************/
/* 引用 */

blockquote{
	margin: 8px;
	padding: 8px;
	background-color: #EAF4FD;
	border-top: 2px solid #b3ccd9;
	border-bottom: 2px solid #b3ccd9;
}

/************************************/
/*head要素 */

#my_header{}

#header{
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 900px;
	background-color: #b55778;
	background-image: url(http://blog-imgs-18.fc2.com/p/u/k/puku2/nikukyu_p.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
/*▲横顔画像にする場合はnikukyu_p.jpgをyokogao_p.jpgに変更し、	background-position: leftをrightに。 */


#BlogName{
	font-family:"Arial Black", "Impact", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\20Pro\20W3", "Osaka";
	font-size: 17pt;
	color: #ffffff;
	padding: 15px 45px 0px 360px;
	font-weight: bold;
}
#BlogName a:link { color:#ffffff; text-decoration: none;}
#BlogName a:active { color: #ffffff; text-decoration: none;}
#BlogName a:visited { color: #ffffff; text-decoration: none;}
#BlogName a:hover { color: #ffffb3; text-decoration: none; background-color: #b55778;}

#headIntroduction{
	font-size: 10pt;
	line-height: 130%;
	color: #ffffff;
	padding: 15px 45px 0px 360px;
}

/*▲横顔画像にする場合は #BlogNameと #headIntroductionの padding: 15px 45px 0px 360pxを 15px 360px 0px 45pxに変更 */

/*横カレンダー要素              */

#cal{
	text-align:center;
	color:#999999;
}

#cal a{
	color : #991959 ;
	text-decoration:none;
	font-weight: bold;
}

#cal a:hover {
	text-decoration : none ; 
	background-color : #b55778 ;
	color : #ffffff ;
}

#cal ul{
	font-family: Arial, Geneva, Helvetica, sans-serif,Osaka;
	font-size: 9pt;
	list-style-position : inside;
	margin: 0px;
	padding: 10px;
}

#cal li{
	display : inline;
	list-style-type : none;
}
li.day {
	padding: 0px 2px 0px 3px;
}
.prev-month-calendar {
	margin-right : 8px;
}
.next-month-calendar {
	margin-left : 8px;
}

/************************************/
/* menu 要素 */

.menuBlock{
	margin: 0px 0px 10px 0px;
	border: 1px solid #b55778;
}

.menuTitle{
	padding: 5px;
	border-bottom: 1px solid #b55778;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif,Osaka;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #b55778;
}

.menuBody{
	padding: 5px 5px;
	background-color: #ffffff;
}

.menuText{
	font-size: 9pt;
	padding: 0px;
	color: #666666;
	line-height: 130%;
}

.menuText p{
	margin: 0.3em;
}

.menuText ul{
	padding: 0px;
	margin: 0px;
	list-style-type: circle;
}

.menuText ul li{
	padding: 0px;
	margin: 8px;
	list-style-type: none;
	border-bottom: 1px solid #dddddd;
}


/* form 要素 */
form{
	padding:0px;
	margin:0px;
}

.search{
	width:100px;
	border:1px solid #ffffff;
	margin-top:15px;
}

/************************************/
/* プラグインのカレンダー */

table.calender {
	font-size: 8pt;
	color:#4c6b73;
	width: 95%;
	margin: 5px 5px 0px 0px;
	text-align : center;
	font-family: geneva,hiragino maru gothic pro,arial, helvetica, sans-serif;
}
.caption {
	padding: 3px;
}
.calender th {
	font-weight: normal;
	border-bottom: 1px solid #4c6b73;
}
.calender td {
	text-align: center;
	padding: 2px;
}
.calender td a {
	background-color : #ffd9cc ;
	color : #991959 ;
	display: block;
}
.calender a:hover {
	text-decoration : none ; 
	background-color : #cc8099 ;
	color : #ffffff ;
}
th#sun {
	font-size:9pt;
	color: #cd5c5c;
}
th#sat {
	font-size:9pt;
	color: #5f9ea0;
}

/************************************/
/* main要素 */

.Entrytop {
	width : 470px;
	height: 37px;
	margin: 5px 15px 0px 15px;
	background-image: url(http://blog-imgs-18.fc2.com/p/u/k/puku2/ue-line-p.gif);
}

.EntryBlock {
	margin: 0px 15px 15px 15px;
	background-color: #ffffff;
	border-width:2px;
	border-color:#b55778;
	border-style:solid;
}

.EntryTitle {
	padding: 0px 15px 8px 15px;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #b55778;
}

.EntryBody {
	padding: 5px 15px;
	font-size: 10pt;
	line-height: 1.5;
	color: #666666;
}

.EntryMore{
	padding:0.5em 10px;
	font-size:10pt;
	color: #666666;
	line-height:1.5;
}

.EntryBlock ul{
	padding:0px;
	margin-left:18px;
	list-style-type:circle;
}

.EntryBlock ol{
	padding:0px;
	margin-left:26px;
	list-style-type:decimal;
}

.EntryBlock li{
	margin:0px;
}

.com{
	padding:0px 10px;
	font-size:9pt;
	line-height:140%;
}

.EntryDate{
	padding:5px 10px 10px 10px;
	font-size: 9pt;
	line-height: 200%;
	color: #666666;
	text-align: right;
}

.pageLink{
	font-size: 10pt;
	color: #800033;
	text-align: left;
	margin: 5px 10px 30px;
}

.LinkBlock{
	margin:15px 15px 0px 15px;
	border-width:0px;
	border-color:black;
	border-style:solid;
}

.padmin{
	text-align:right;
	font-size:9pt;
	color: #4c6b73;
	padding:5px;
}

/* 画像の装飾 */
.EntryBlock img{
	margin:0px 0px 0px 0px;
}

.menuBlock img{
	margin:0px 0px 0px 0px;
}


/************************************/
/* Comment要素 */
.Bold{
	padding: 10px 15px;
	font-size: 10pt;
	font-weight: bold;
	color: #336699;
}
.CommentTitle{
	font-weight: bold;
	font-size: 10pt;
	color: #808080;
	padding: 10px 15px;
}

.CTBody{
	font-size: 10pt;
	line-height: 140%;
	color: #4c6b73;
	padding: 5px 15px;
}

.Date{
	font-size: 9pt;
	color: #666666;
	padding: 5px 15px 25px;
}

/************************************/
/* maintForm要素 */
.mainForm{
	margin: 10px;
}

.mainFormText{
	width: 250px;
	border: 1px solid #4c6b73;
}

.mainFormTextarea{
	width: 300px;
	border: 1px solid #4c6b73;
}

.mainFormPass{
	width: 100px;
	border: 1px solid #4c6b73;
}

.mainFormCheck{
	border: 1px solid #4c6b73;
}

.mainFormButton {
	width: 100px;
}

/************************************/
/* Traba要素 */

.TrabaTitle{
	font-weight: bold;
	font-size: 10pt;
	color: #808080;
	padding: 10px 15px;
}

.TrabaUrl{
	font-size:9pt;
	padding:10px;
}

.TrabaForm{
	width:350px;
	border: 1px solid #4c6b73;
}

/************************************/
/* footer 要素              */
#footBlock {
	width: 880px;
	height: 60px;
	padding: 10px;
	margin: 0px;
	clear: both;
	font-size: 9pt;
	line-height: 150%;
	color: #ffffff;
	text-align:center;
	background-color: #b55778;
}
#footBlock a:link { color:#ffffb3; text-decoration: none;}
#footBlock a:active { color: #ffffb3; text-decoration: none;}
#footBlock a:visited { color: #ffffb3; text-decoration: none;}
#footBlock a:hover { color: #b55778; text-decoration: none; background-color: #ffffff;}

textarea,input,select {
	font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
}

img.emoji{
	padding:0px;
	margin:0px;
	background:none;
	vertical-align:middle;
	border:0;
}