/*  -----------------------------------------------------  */
/*  SQUARE;凹凸_02  */

/* customize sample: http://terrapin.jugem.cc/?eid=160 (06/04/21) */
/* customize sample: http://terrapin.jugem.cc/?eid=164 (06/04/30) */

/*  ※メニューの折り畳み等http://nz.jugemers.net/内のスクリプト使用  */

/*  HTMLにて、優待プランで<!-- ad -->〜<!-- /ad/ -->を削除する場合は、<!-- moblie -->内の linktitle01 を linktitle01_btm に変更、 linktext01 を linktext01_btm に変更、 menu_btm01 を menu_btm03 に変更してください  */
/*  -----------------------------------------------------  */



/*  スクロールバー（IE独自）  */
html {
	scrollbar-arrow-color: #999999;
	scrollbar-base-color: #999999;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #999999;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-3dlight-color: #999999;
	}

html {
    background-image:url(http://img-cdn.jg.jugem.jp/02f/21422/20061202_278966.gif); 
    background-attachment:fixed;
    background-repeat:no-repeat; 
    background-position:50% 0%;
}

body {
	font-family: "century gothic","Verdana", "arial", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	margin: 25px 10px;
	padding: 0px;
	background-color: transparence;
	text-align: center;
	<bgsound src="http://tomo.bufsiz.jp/midi.html" loop="infinite">
          }

#layout {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#header {
	width: 800px;
	margin: 40px 0px 20px 0px;
	padding: 0px;
	border: 1px solid #999999;
	}

#contents {
	width: 480px;
	margin: 0px 0px 20px 0px ;
	padding: 0px;
	float:left;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-left: 1px solid #ffffff;
	}

#right_side {
	float: right;
	width: 300px;
	margin-bottom: 20px;
	}

#right_side #blog_title { 
	width: 300px;
	height: 150px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border: 1px solid #999999;
	}

#right_side #search_box {
	width: 300px;
	margin-bottom: 20px;
	}

#right_side #amazon {
	float: left;
	width: 100px;
	margin: 0px; 
	}

#right_side #page_menu {
	margin: 0px;
	padding-left: 10px;
	font-size: small;
	text-align: right;
	float: right;
	width: 190px;
	}

#navigation_box {
	width: 480px;
	float: left;
	margin-bottom: 20px;
	}

#footer {
	width: 800px;
	border: 1px solid #999999;
	margin: 0px 0px 40px 0px;
	clear:both;
	}

h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

p {
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	}

#contents ul {
	margin: 5px 30px 5px 30px;
	line-height: 150%;
	padding: 0px;
	list-style-type: square;
	}

#right_side #page_menu ul {
	margin: 0px 0px 0px 10px;
	line-height: 150%;
	padding: 0px;
	list-style-type: none;
	}

blockquote {
	font-size: small;
	color: #333333;
	line-height: 150%;
	margin: 5px 30px 5px 25px;
	padding-left: 5px;
	border-left: 2px solid #7C95B2;
	}

/*  リンク  */
a {
	text-decoration: none;
	}

a:link, a:visited {
	color : #333333;
	text-decoration: none;
	}

a:active, a:hover{
	color : #333333;
	text-decoration: underline;
	}

/*  ブログタイトル  */
.site_title {
	font-size: 10.5pt;
	color: #333333;
	padding: 15px 20px 10px 20px;
	text-align:right;
	}

/*  ブログの説明  */
.description {
	font-size: small;
	color: #000000;
	padding: 0px 10px 20px 10px;
	text-align:right;
	}

/*  ページナビ関連  */
.entry_navi{
	font-size: small;
	color: #000000;
	padding: 10px 0px 10px 0px;
	text-align: right;
	width: 470px;
	border-left: 1px solid #999999;
	}

.page_navi {
	color:#333333;
	text-align: center;
	font-size: small;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #999999;
	}

.page_home {
	width: 470px;
	color:#333333;
	text-align: center;
	font-size: small;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #999999;
	}

/*  エントリー関連  */
.entry {
	margin: 0px 0px 0px 0px;
	width: 470px;
	}

.entry_title {
	font-size: 10pt;
	color: #333333;
	margin:0px;
	padding:10px 5px 10px 10px;
	border-left: 1px solid #999999;
	}

.entry_date {
	font-family: "Verdana", "arial", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	margin:0px;
	padding:2px 5px 2px 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	text-align: right;
	}

.entry_text {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	}

.entry_body {
	font-size: 10pt;
	line-height: 150%;
	color: #333333;
	margin:0px;
	padding:10px 10px 0px 10px;
	}

.entry_more {
	font-size: small;
	line-height: 150%;
	color: #333333;
	margin:0px;
	padding: 0px 10px 0px 10px;
	}

.author_name {
	font-family: "Verdana", "arial", "ＭＳ Ｐゴシック",  "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	font-size: 10px;
	color: #333333;
	margin:0px;
	padding: 0px 10px 5px 0px;
	text-align: right;
	line-height: 150%;
	}

.entry_state {
	font-family: "Verdana", "arial", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	margin:0px;
	padding:10px 5px 10px 5px;
	font-size: 10px;
	color: #333333;
	text-align: right;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}

.entry_top {
	font-size: 10px;
	color: #333333;
	line-height: 150%;
	margin: 0px;
	width: 470px;
	height: 20px;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}

.entry_bottom {
	font-size: 7px;
	color: #333333;
	line-height: 100%;
	margin:0px;
	width: 470px;
	border-left: 1px solid #999999;
	}

/*  コメント・トラックバック関連  */
.comment_body, .trackback_body {
	font-size: small;
	line-height: 150%;
	color: #333333;
	margin: 0px;
	padding:15px 50px 2px 50px;
	}

.comment_state, .trackback_state {
	font-family: "Verdana", "arial", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	font-size: 10px;
	color: #333333;
	margin-bottom: 5px;
	padding:5px 0px 10px 60px;
	text-align: left;
	}

.entry_comment, .entry_trackback {
	border-left: 1px solid #999999;
	width: 470px;
	}

.entry_trackback {
	padding-bottom: 10px;
	}

.comment_title, .trackback_title {
	font-size: small;
	font-weight: normal;
	color: #333333;
	margin: 0px 10px 0px 10px;
	padding:10px 0px 3px 0px;
	border-bottom: 1px dashed #999999;
	text-align: right;
	}

.trackback_url {
	font-size: small;
	color: #333333;
	text-align: center;
	padding-top: 10px;
	}

/*  画像  */
.pict {
	margin: 5px;
	padding: 5px;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #dce3e3 #c1c1c1 #c1c1c1 #dce3e3;
	}

.amazon_pict {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 30px 5px;
	}

/* カレンダー */
.calendar {
	font-family: "Verdana", "arial", "ヒラギノ角ゴ Pro W3", "sans-serif";
	font-size: 9px;
	color: #333333;
	text-align: center;
	line-height: 140%;
	}

table {
	margin-left: auto;
	margin-right: auto;
	}

td {
	text-align: center;
	font-size: 9px;
	color: #333333;
	}

.cell {
	width: 20px;
	font-size: 9px;
	padding: 2px;
	text-align: center;
	}

.weekday {
	width: 23px;
	height: 13px;
	font-size: 9px;
	color: #333333;
	padding: 0px;
	text-align: center;
	}

.today {
	background-color: red;
}

/*  プロフィール  */
.entry_profile {
	padding: 0px 0px 0px 0px;
	font-size: small;
	color: #333333;
	text-align: left;
	width: 470px;
	}

.profile_body {
	font-size: small;
	line-height: 130%;
	color: #333333;
	margin:0px;
	padding:5px 5px 10px 10px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	}

.profile_name {
	font-size: small;
	color : #333333;
	padding: 5px 5px 5px 10px;
	}

.prof {
	font-size: 7px;
	color: #333333;
	line-height: 100%;
	margin: 0px;
	width: 470px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	height: 20px;
	}

.profile_state {
	font-family: "Verdana", "arial", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	margin:0px;
	padding:10px 5px 10px 5px;
	font-size: small;
	color: #333333;
	text-align: center;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}

/*  サーチ  */
.search {
text-align: right;
	font-size: small;
	color: #333333;
	padding-right: 10px;
	}

/*  メニュー  */
.linktitle01 {
	font-size: small;
	font-weight: normal;
	color: #333333;
	line-height: 150%;
	text-align: right;
	margin: 0px;
	padding: 5px 10px 5px 5px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	}

.linktitle01_btm {
	font-size: small;
	font-weight: normal;
	color: #333333;
	line-height: 150%;
	text-align: right;
	margin: 0px;
	padding: 5px 10px 5px 5px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}

.linktitle02 {
	font-size: small;
	font-weight: normal;
	color: #333333;
	line-height: 150%;
	text-align: right;
	margin: 0px;
	padding: 5px 10px 5px 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	}

.linktitle02_btm {
	font-size: small;
	font-weight: normal;
	color: #333333;
	line-height: 150%;
	text-align: right;
	margin: 0px;
	padding: 5px 10px 5px 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}

.linktitle03 {
	font-family: "Verdana", "arial", "ヒラギノ角ゴ Pro W3", "sans-serif";
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 150%;
	text-align: right;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	}

.linktext {
	font-family: "Verdana", "arial", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	text-align: right;	
	font-size: 11px;
	color: #333333;
	line-height: 130%;
	margin: 0px;
	}

.linktext01 {
	margin: 0px;
	padding: 10px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}

.linktext01_btm {
	margin: 0px;
	padding: 10px;
	border-right: 1px solid #999999;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}

.linktext02 {
	margin: 0px;
	padding: 10px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}

.linktext02_btm {
	margin: 0px;
	padding: 10px;
	border-left: 1px solid #999999;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}

.menu_btm01 {
	font-size: 8px;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	color: #ffffff;
	}

.menu_btm02 {
	font-size: 8px;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	color: #ffffff;
	}

.menu_btm03 {
	font-size: 8px;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #ffffff;
	}

.menu_btm04 {
	font-size: 8px;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #ffffff;
	}

/*  フッター  */
.copyright {
	font-family: "Verdana", "arial", "ヒラギノ角ゴ Pro W3", "sans-serif";
	font-size: 10px;
	color: #333333;
	line-height: 170%;
	padding: 5px 10px 5px 10px;
	text-align: center;
	}



textarea {
	font-family: "century gothic", "Verdana", "arial", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	font-size: small;
	color: #333333;
	background-color:#ffffff;
	border: 1px solid #999999;
	padding: 3px;
	}

input {
	font-family: "century gothic", "Verdana", "arial", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	font-size: small;
	color: #333333;
	background-color:#ffffff;
	border: 1px solid #999999;
	}

label {
	font-size: small;
	color: #333333;
	}