body {
	font-size:12px;
	line-height:140%;

	color: #333333;
	background:#FFF;

	margin: 0px;
	padding: 0px;
	}

a:link    {color: #f33699;text-decoration: none;}
a:visited {color: #f33699;text-decoration: none;}
a:active  {color: #f33699;text-decoration: none;}
a:hover   {color: #f33699;text-decoration: underline;}

body,div,td {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	}


form {
	margin: 0px;
	padding: 0px;
	}

div {
	margin: 0px;
	padding: 0px;
	}

img {
	border: 0px;
	}
	
h1 {
	margin: 0px;
	padding:0px;
	}

ul,ol,li {
	margin: 0px;
	padding: 0px;
	}

li {
	list-style-type: none;
	}



/* ************************************************ 
 *	レイアウト
 * ************************************************ */

#header {
	margin: 15px auto 0px auto;
	width: 760px;
        background: url(http://img02.shop-pro.jp/PA01006/318/etc/header_bg.gif) repeat-x;
	}

#contents {
	padding: 10px 0;
	margin: 0px auto;
	width: 760px;
       background: url(http://img02.shop-pro.jp/PA01006/318/etc/contents_bg.gif) repeat-y;
	}

#side {
	color: #333;
        width: 130px;
        margin: 0px auto;
	}

#center {
	background: #FFF;
	}

#footer {
	text-align: center;
	margin: 0px auto;
	width: 760px;
	padding: 30px 0px;
        margin-bottom:20px;
        background: url(http://img02.shop-pro.jp/PA01006/318/etc/contents_bg.gif) repeat-y;
	}





/* ------------------------------------- 
 *	タイトルのサイズ、色
 * ------------------------------------- */

.site_title {
	color:#CC3333;
	font-size: 22px;
	font-weight: bold;
	padding:0px 0px 0px 10px;
	}

.site_title a {color: #CC3333;}
.site_title a:link    {color: #CC3333;text-decoration: none;}
.site_title a:visited {color: #CC3333;text-decoration: none;}
.site_title a:active  {color: #CC3333;text-decoration: none;}
.site_title a:hover   {color: #CC3333;text-decoration: none;}

.description {
	font-size: 10px;
	}

#header .menu {color:#666; font-weight:bolder; font-size:10px;}
#header .menu a {color: #444;}
#header .menu a:link    {color: #444;text-decoration: none;}
#header .menu a:visited {color: #444;text-decoration: none;}
#header .menu a:active  {color: #444;text-decoration: none;}
#header .menu a:hover   {color: #444;text-decoration: none;}




/* ************************************************ 
 *	左側メニュー
 * ************************************************ */

.linktitle {
	padding:1px 6px;
	color:#ffff00;
        font-weight: bold;
	font-size:11px;
        background: url(http://blog.alittlebeaver.net/images/box_title.gif);
	}

.linkbottom {
	margin:0px 0px 15px 0px;
	}

.linktext_l {
        padding: 5px 0px 5px 0px;
        margin:  0px 0px 15px 0px;
	font-size:10px;
        background: url(http://blog.alittlebeaver.net/images/blog_box_leftmenu.gif) bottom no-repeat;
	}

.linktext_ll {
        padding: 5px 6px 5px 6px;
        margin:  0px 0px 15px 0px;
	font-size:10px;
        background: url(http://blog.alittlebeaver.net/images/blog_box_leftmenu.gif) bottom no-repeat;
	line-height:120%;
	}

.linktext_l ul {
	margin: 0px 6px;
	padding:0px;
	}

.linktext_l li {
	list-style-type: none;
	line-height:130%;

	}

.linktext_l li a:link    {color: #f33699;text-decoration: none;}
.linktext_l li a:visited {color: #f33699;text-decoration: none;}
.linktext_l li a:hover   {color: #f33699;text-decoration: underline; }
.linktext_l li a:active  {color: #f33699;text-decoration: none; }


/* ------------------------------------- 
 *	検索
 * ------------------------------------- */

input,textarea,select {
	font-size :12px;
	padding: 2px;
	}

.button {
	margin-top: 3px;
	}



/* ************************************************ 
 *	右側メニュー
 * ************************************************ */

.linktext_r {
	margin: 0px 0px 15px 0px;
	}

.linktext_r ul {
	line-height:150%;
	margin: 0px;
	padding:0px;
	}
	
.linktext_r li {
	list-style-type: none;
	background: url(./template/cmsp/4/list_white.gif) no-repeat 5px 8px;
	}

.linktext_r li a:link    {color: #f33699;text-decoration: none;}
.linktext_r li a:visited {color: #f33699;text-decoration: none;}
.linktext_r li a:hover   {color: #f33699;text-decoration: underline; }
.linktext_r li a:active  {color: #f33699;text-decoration: none; }
/* ------------------------------------- 
 *	カレンダー
 * ------------------------------------- */

.calendar {
	font-family: "Verdana";
	font-size: 10px;
	text-align:center;
	line-height: 140%;
	padding: 5px 0px 5px 0px;
        margin:  0px 0px 15px 0px;
        background: url(http://blog.alittlebeaver.net/images/blog_box_leftmenu.gif) bottom no-repeat;
        width: 130px;
	}

.cell {
	padding: 1px;
	}

.cell a:link {color:#f33699; text-decoration:none;}
.cell a:visited {color:#f33699; text-decoration:none;}
.cell a:active {color:#f33699; text-decoration:none;}
.cell a:hover {color:#f33699; text-decoration:underline;}


.calendar table {
	margin:0px auto;
	}

/* ------------------------------------- 
 *	RSSリンク
 * ------------------------------------- */

.feed {
	text-align: center;
	margin: 20px auto;
	}

.feed img {
	border: 0px;
	}



/* ************************************************ 
 *	エントリー
 * ************************************************ */

.entry_navi {
	margin-bottom: 15px;
	}

.entry_navi a {color: #432A16;}
.entry_navi a:link    {color: #432A16;text-decoration: none;}
.entry_navi a:visited {color: #432A16;text-decoration: none;}
.entry_navi a:active  {color: #432A16;text-decoration: none;}
.entry_navi a:hover   {color: #7E5E44;text-decoration: none;}

.entry {
	padding:5px 20px 10px 20px; 	
        margin:0px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size:12px;
	line-height:140%;
        background:#fff;
	}

.entry_title {
        padding: 10px 0px 0px 0px;
        margin:0px;
	font-size: 20px;
        color: #80cfe2;
        font-weight: bold;
        float: left;
	}

.entry_date {
        margin:0px;
        color: #b3dc10;
	font-size:11px;
	font-weight:bold;

	}

.entry_date a:link {color:#b3dc10; text-decoration:none;}
.entry_date a:visited {color:#b3dc10; text-decoration:none;}
.entry_date a:active {color:#b3dc10; text-decoration:none;}
.entry_date a:hover {color:#b3dc10; text-decoration:underline;}

.entry_body {
        clear:both;
        margin:0px;
	}

.entry_more {
	margin-top:10px;
	}

.entry_state {
        clear:both;
	font-size: 10px;
        text-align: right;
        padding-bottom: 12px;
        border-bottom: 1px solid #ccc;
        margin:0px;
	}

.entry_state2 {
	font-size: 10px;
	font-weight: bold;
        text-align: right;
        background: url(http://blog.alittlebeaver.net/images/star.gif) right no-repeat;
        padding: 10px 0px 10px 0px;
        margin:0px;
	}

blockquote {
	font-size: 10px;
	color: #808080;
	border-left:2px #CCC dotted;
	margin: 10px 0;
	padding-left: 10px;
	}

.pict {
        clear:both;
        float: left;
        margin: 0px 10px 10px 0px;
	}


/* ------------------------------------- 
 *	コメント・トラックバック
 * ------------------------------------- */

#trackback {
	padding:5px 20px 25px 20px; 
	}

#trackback table {
	margin-top:10px;
	}

#trackback .tb_main_title {
        color: #FF9900;
	font-weight: bolder;
	border-bottom: ;
	}


#trackback .tb_url {
	padding: 5px 10px 5px 10px;
	}

#trackback .tb {
	margin: 10px 0px 10px 0px;
	border: 1px solid #CCC;
	}

#trackback .tb_date {
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	}

#trackback .tb_title {
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	}

#trackback .tb_body {
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #CCC;
	}

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
	border-top: 1px dotted #CCC;
	}

.pagenavi {
	margin-top:50px;
	padding-bottom:10px;
	}

/* ------------------------------------- 
 *	ピックアップ
 * ------------------------------------- */
.pickup {
	background:url(http://blog.alittlebeaver.net/images/box_pickup.gif) no-repeat;
	padding:30px 15px 15px 15px;
        margin-bottom: 15px;
	}

/* ------------------------------------- 
 *	RSS
 * ------------------------------------- */
.rss {
	background:url(http://blog.alittlebeaver.net/images/blog_box_whatsnew.gif) no-repeat;
	padding:20px 6px 0px 6px;
        font-size: 10px;
	}
