* {
margin: 0;
padding: 0;
}

html {
	color			: #333;margin:0;padding:0;
	/*font			: small/1.5em; */
	/*font			: medium "Georgia", "Times New Roman", "Times","ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;*/
background:url(http://www.casselini.co.jp/blog/html/img/casblog_bg.jpg) repeat 0 0;

}

html, body{
/*font-family:"Georgia", "Times New Roman", "Times", "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";*/
font-family:Georgia, "Times New Roman", Times, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",Osaka,serif;
font-size:11px;}

body {
margin:0;padding:0;
background:url(http://www.casselini.co.jp/blog/html/img/casblog_bg.jpg) repeat 0 0;
}


/* =================================== */
/* レイアウトの設定 */
/* =================================== */

/* 全体を囲うblock */

#wrapper_body {
	background:url(http://www.casselini.co.jp/blog/html/img/casblog_bg.jpg) repeat 0 0;
	margin:0;padding:0;overflow:hidden;zoom:1;
}

#wrapper {
	width: 900px;
	margin: 0 auto;overflow:hidden;zoom:1;
	background:url(http://www.casselini.co.jp/blog/html/img/casblog_header.jpg) no-repeat center top;
	/*background: #FFF url(./template/piano/img/wrapper_bg.gif) repeat-y;*/
}

#header {
	/*height:320px;*/
	
	color:#FFF;
}

/* #main,#side用のblock */
#content {
	width:100%;
	margin: 0 auto;
}

#content #main {
	float:left;
	width: 450px;
}

#content #side {
	float:right;
	width:300px;
	margin:30px 0 0 0;
	line-height:1.6em;
	/*background: #FFF url(./template/piano/img/side_bg.gif) repeat-y;*/
}




/* =================================== */
/* リンクカラーの設定 */
/* =================================== */

/* 全般 */
a,
a:link,
a:visited,
a:active,
#side dl.cas_profile a{color: #9750A9; text-decoration: underline; }
a:hover, #side dl.cas_profile a:hover{color: #666; text-decoration: none;}/**/

/* ヘッダー */
#header a{ color: #FFF; text-decoration: underline;
display:block;width:100%; height:470px;
}
/*#header a:link		{ color: #FFF; text-decoration: underline; }
#header a:visited	{ color: #FFF; text-decoration: none; }
#header a:active	{ color: #FFF; text-decoration: none; }
#header a:hover		{ color: #FFF; text-decoration: none; }*/

/* サイドコンテンツ */
#side a,
#side a:link,
#side a:visited,
#side a:active{ color: #000; text-decoration: none; /*background:#EEE;*/}
#side a:hover		{ color: #9750A9; text-decoration: underline;/*background:#F0DDEC;*/}

/* カテゴリーナビ */

.cat a,
.cat a:link,
.cat a:visited,
.cat a:active{ color:#FFF;text-decoration:none;background:#9D80B2;}
.cat a:hover		{ color:#FFF;text-decoration:none; background:#CCC;}

/* カレンダーcell */
.calendar .cell a 					{ color: #2A2666; text-decoration: none; background:#EFEFEF; display:block; height:100%; padding:0.55em 0 0 0;}
.calendar .cell a:link			{ color: #2A2666; text-decoration: none; }
.calendar .cell a:visited		{ color: #2A2666; text-decoration: none; }
.calendar .cell a:active		{ color: #2A2666; text-decoration: underline; }
.calendar .cell a:hover			{ color: #26CFFF; text-decoration: underline; }

/* =================================== */
/* 装飾の設定 */
/* =================================== */

blockquote {
	border: 1px dotted #CCC;
	padding:0.2em;
	margin:10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear			: both;
	font			: 0/0 sans-serif;
}

.submit {

}


/* =================================== */
/* #header */
/* =================================== */
#header h1 {
	/*padding: 65px 0 0 25px;*/
	font-family : "arial";
	font-size:large;
	text-indent:-9999px;
}

#header p {
	margin: 5px 0 0 25px;
	text-indent:-9999px;
}




/* =================================== */
/* #main */
/* =================================== */

/*エントリーナビゲーション*/
#main .entry_navi{
	margin:0 0 10px 0;
	/*padding-top:20px;*/
	text-align:center;
	font-size:10px;
	/*background:#456;*/
}

/* エントリー部分全体 */
#main .entry_area {
	/*width:495px;*/width:100%;
	/*padding-top:20px;*/
	padding-bottom:30px;
}

#main .entry_area .entryInner {margin:30px 0 0 100px;}

/* エントリータイトル */
#main h2 {
	/*font-size:medium;*/
	padding:15px 0 5px 50px;
	background-position:left;
	font-size:20px;
}
#main .mark1,
#main .mark2,
#main .mark3,
#main .mark4,
#main .mark5,
#main .mark6,
#main .mark7,
#main .mark8{overflow:hidden;zoom:1;}


#main .mark1 {background:url(http://www.casselini.co.jp/blog/html/img/casblog_mark1.jpg) no-repeat;}
#main .mark2 {background:url(http://www.casselini.co.jp/blog/html/img/casblog_mark2.jpg) no-repeat;}
#main .mark3 {background:url(http://www.casselini.co.jp/blog/html/img/casblog_mark3.jpg) no-repeat;}
#main .mark4 {background:url(http://www.casselini.co.jp/blog/html/img/casblog_mark4.jpg) no-repeat;}
#main .mark5 {background:url(http://www.casselini.co.jp/blog/html/img/casblog_mark5.jpg) no-repeat;}


/* エントリー時刻 */
#main .entry_date {
	padding: 5px;
}

/* エントリー本文 */
#main .entry {
margin:30px 0px;
}

/* エントリー情報 */
#main ul.state{ margin:0 0 0 50px;}

#main ul.state li {
	display:inline;
	/*border-left:1px solid #AAA;*/
	padding-right:5px;
	font-size:10px;/**/
	color:#999;
}

#main ul.state li.cat a {
	/*background:#F5F5F5;color:#999;*/
	/*border-left:1px solid #AAA;*/padding:1px 5px;
}


/*コメント、TB、プロフィールタイトル*/
dl#com_area dt.title,
dl#com_form dt.title,
dl#tb_form dt.title,
dl#tb_area dt.title,
dl#profile_area dt.title {
	/*border-bottom:1px solid #EFEFEF;*/
	margin: 0 0 10px 0;
	font-weight:bolder;
}

/* コメント本文 */
.com_desc {
	padding: 0 10px;
}

/* コメントユーザー情報 */
dl#com_area dd {
	padding:5px 10px;
	margin: 5px 0 15px 0;
	/*border-bottom:1px solid #EFEFEF;*/
	text-align:right;
	font-size:0.8em;
}

dl#com_area dd ul {
	list-style-type:none;
}

dl#com_area dd li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
}


/* コメントフォーム */
dl#com_form dd {
padding: 0 10px 10px;
}

dl#com_form dd input.input {
border-left:1px solid #CCC;
border-top:1px solid #CCC;
border-right:1px solid #EFEFEF;
border-bottom:1px solid #EFEFEF;
padding: 1px 0;
width:200px;
}

/* コメントフォーム textarea */
dl#com_form dd textarea {
border:1px solid #CCC;
width:300px;
margin: 0 0 10px 0;
}


/* TBフォーム */
dl#tb_form dd {
	padding: 0 10px 10px;
}

dl#tb_form dd input.input {
border-left:1px solid #CCC;
border-top:1px solid #CCC;
border-right:1px solid #EFEFEF;
border-bottom:1px solid #EFEFEF;
padding: 1px 0;
width:300px;
}

/* TBタイトル */
dl#tb_area dt.tb_title {
	padding: 0 10px;
}

/* TB本文 */
dl#tb_area dd {
	padding: 0 10px;
}


/* TBユーザー情報 */
dl#tb_area dd.tb_state {
	padding:5px 10px;
	margin: 5px 0 15px 0;
	text-align:right;
	font-size:0.8em;
}

.tb_state ul {
	list-style-type:none;
}

.tb_state li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
}




/* =================================== */
/* サイドコンテンツ */
/* =================================== */

/*サイドコンテンツヘッダー画像*/
#side .side_header {
	/*position:relative; top:-45px;*/
	/*padding:10px 15px 0 15px;*/
	/*background: url(./template/piano/img/side_header.gif) no-repeat;*/
}

#side{
	padding:0 50px 0 0;
	}


/*サイドコンテンツフッター画像*/
#side .side_footer {
	height:30px;
	/*background: url(./template/piano/img/side_bottomgif.gif) no-repeat;*/
}

#side dl {
	line-height:1.8;
	margin-top:0px;
	margin-bottom:0px;
	overflow:hidden;zoom:1;
}

#side a{/*font-size:10px;*/ }
a.font_s{font-size:9px;/*display:block;*/}
* html a.font_s{font-size:9px;font-family:Georgia, "Times New Roman", Times, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",Osaka,serif;}
a.linkOnline{margin:20px 0 0 0;display:block;}

/* サイドタイトル */
#side dt {
	/*padding-left:15px;
	background:url(./template/piano/img/side_list.gif) no-repeat;font-family:"Trebuchet MS", Trebuchet;
	background-position:left;
	font-weight:bolder;*/
	text-indent:-9999px;
	display:block;
	}
	
#side dl.cas_categories{background:url(http://www.casselini.co.jp/blog/html/img/casblog_title_cat.jpg) no-repeat;}
#side dl.cas_archives{background:url(http://www.casselini.co.jp/blog/html/img/casblog_title_arc.jpg) no-repeat;}
#side dl.cas_links{background:url(http://www.casselini.co.jp/blog/html/img/casblog_title_lin.jpg) no-repeat;}
#side dl.cas_profile{background:url(http://www.casselini.co.jp/blog/html/img/casblog_title_pro.jpg) no-repeat;font-size:11px;}
#side dl.cas_mobile{background:url(http://www.casselini.co.jp/blog/html/img/casblog_title_mob.jpg) no-repeat;}
#side dl.cas_icon6{background:url(http://www.casselini.co.jp/blog/html/img/casblog_title_cat.jpg) no-repeat;}

#side dl.cas_categories dt{height:60px;}
#side dl.cas_archives dt{height:80px;}
#side dl.cas_links dt{height:80px;}
#side dl.cas_profile dt{height:380px;}
#side dl.cas_mobile dt{height:40px;}

	
#side dd{
	padding:0px 0 30px 60px;/*background:#456;*/
	/*background:url(./template/piano/img/dd.gif) no-repeat;*/
	line-height: 1.4em;
	display:block;
}

#side dd span{ font-size:10px;}

#side dd ul {
	margin-left:4px;
	list-style-type:none;
	}

#side dd ul li {
	margin: 5px 0;
	padding-left:0px;
	/*background:url(./template/piano/img/side_disc.gif) no-repeat 0 8px;*/
	}

/* サイト内検索 */
#side input.search {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	padding: 1px 0;
	margin-bottom:5px;
}

/*カレンダー*/
.calendar {
	font-size: 0.8em;
}

.calendar_month {
font-family: "Verdana";

color: #666666;
}


.cell {
border-left:1px solid #CCC;
border-top:1px solid #CCC;
border-right:1px solid #EFEFEF;
border-bottom:1px solid #EFEFEF;
width: 22px;
height: 20px;
background:#FCFCFC;
text-align:center;
vertical-align:middle;
}


.cas_banner_online{}
.cas_banner_online a{margin:0 0 0 0;}
.cas_banner_online a.banner{margin:0 0 0px 0;display:block;width:200px;height:46px;}
.cas_banner_online a:hover.banner{background:none;}
.cas_banner_online a:hover.banner img{
filter: alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

.cas_mobile dd{height:420px;display:block;}
.cas_qrcode{width:100%;height:420px;display:block;
/*background:url(http://www.casselini.co.jp/blog/html/img/casblog_title_mob_2.jpg) no-repeat;*/}
.cas_qrcode .qr{margin:55px 10px;display:block;height:420px;}


/* =================================== */
/* ページ送り */
/* =================================== */


/*フッター画像*/
#footer {
 width:100%;
 margin:0 auto;overflow:hidden;zoom:1;
}

/* コピーライト */
address {
	padding: 5px 0 0 0;
	margin: 5px 15px 0;
	text-align:center;
	font : 80%/1.5em "Trebuchet MS", Trebuchet;
	font-weight: bolder;
	font-style:normal;
	color:#666;
	
	text-indent:-9999px;height:100px;
	display:block;
	background:url(http://www.casselini.co.jp/blog/html/img/casblog_footer.jpg) no-repeat center 10px;
}

/*ページ送り*/
#page_area {
	margin:0 50px;
	height:50px;
	font-size:10px;
	overflow:hidden;zoom:1;
}

#page_area .page_navi {
	float:left;
	width:644px;
	}

#page_area .page_top {
	float:right;
	text-align:right;
	text-indent:-9999px;
	
}
#page_area .page_top,#page_area .page_top a{width:80px;height:20px;}
#page_area .page_top a{
background:url(http://www.casselini.co.jp/blog/html/img/casblog_pagetop.jpg) no-repeat 0 0;
display:block;text-indent:-9999px; text-decoration:none;
}
#page_area .page_top a:hover{background:url(http://www.casselini.co.jp/blog/html/img/casblog_pagetop.jpg) no-repeat 0 -20px;}

