/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #6b6b6b;
	font-size: small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background-color: #ffffff;
	text-align:center;
}

a:link	  {color: #ff85bb; text-decoration: underline;}
a:visited {color: #ff85bb; text-decoration: underline;}
a:active  {color: #ff85bb; text-decoration: none;}
a:hover   {color: #ff85bb; text-decoration: none; background: #F18A6C;}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	padding: 1px;
	background: #FFF;
	border: 0px;
	}

a:hover img {
	padding: 1px;
	display: block;
	background: #666;
	}

li {
	list-style-type: none;
	margin-bottom:5px;
	}

/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は1000pxとなっています。
    幅を広げる場合は、以下の値を変更してください。
    .left（200px）･･･左メニューの幅
    .right（200px）･･･右メニューの幅
    .main（600px）･･･中央部分の幅
    #container（1000px）･･･全体の幅（.left、.right、.wrapperの合計値）
    #wrapper（800px）･･･3カラムレイアウト用（.left、.mainの合計値）
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:880px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
}

/*leftとmainを囲む*/
.wrapper {
 width:665px;
 float:left;
 padding:0px;
 margin: 0px;
}

/*　左側メニューの幅　*/
.left {
float: right;
width:200px;
}

/*　中央の幅　*/
.main {
float: right;
width: 425px;
padding:0px 20px;
}

/*　右側メニューの幅　*/
.right {
	float: left;
	width:215px;
}

/* カレンダー ---------*/
.calendar {
	font-family: "Verdana";
	text-align:center;
	line-height: 140%;
	margin-bottom:10px;
	}

.calendar table {
	width:100%;
	margin:0px auto;
	text-align:center;
	}

.weekday { padding: 2px;}
.cell    { padding: 2px;}

.cell a:link {font-weight: bolder;}

/* モバイルQRコード */
.mobile img{
 display:block;
 margin: 0 auto;
 text-align: center;
}

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 text-align:center;
 clear:left;
}

.header{
width: 880px;
height: 349px;
background-repeat: no-repeat;
background-image: url(http://img07.shop-pro.jp/PA01029/488/etc/blog_main.jpg);
}

.pink{
background-color: #FFDBE7;
color: #000000;
}

.header_description{
color: #FFFFFF;
position:relative;top:300px;left:30px;
}

.line_001 {
	background:url(http://img07.shop-pro.jp/PA01029/488/etc/blog_line.gif) repeat-x;
	height:1px;
	margin:5px 0;
}
.ad{
vertical-align:bottom;border:1px solid #6b6b6b;padding:10px;
}