*{
	padding: 0;
	margin: 0;
}

body {
	background: #CCCCCC url(../img/bg_01.jpg) repeat-x;
       	text-align: center;        
	}

a {
	text-decoration: none;
	border; none;
	}

a:link {
	color: #ac373c;
	}

a:visited {
	color: #ac373c;
	}

a:active {
	color: #b57679;
	}

a:hover {
	color: #b57679;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#center {
	float: right;
	width: 545px;
	overflow: hidden;
	padding-right: 27px;
	}

.content {
	padding: 15px 15px 30px 15px;
	color: #444444;
	font-family: Arial, Verdana, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","¥á¥¤¥ê¥ª",Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	line-height:  1.8em;
	text-align: left;
	}

.content pre {
	font-size: larger;
}

#right {
	float: left;
	width: 180px;
	overflow: hidden;
	padding-left: 19px;
	}

.content p {
	color: #444444;
	font-family: Arial, Verdana, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","¥á¥¤¥ê¥ª",Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, sans-serif;
	font-size: 0.84em;
	font-weight: lighter;
	line-height: 1.8em;
	text-align: left;
	margin-bottom: 10px;
	}

.content img {
	padding: 5px;
	margin: 0px 8px 3px 0;
	background-image: url(../img/imgbg.gif);
	}

.content a img {
	border: none;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-align: left;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 6px;
	}

.content h3 {
	color: #666666;
	font-family: Arial, Verdana, "A-OTF ¿·¥´ Pro R", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","¥á¥¤¥ê¥ª",Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, sans-serif;
	font-size: 1.22em;
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
	}

.content h3 a {
	color: #666666;
	}

.content h3 a:hover {
	color: #999999;
	}

.content h3 a:visited {
	color: #666666;
	}

.content p.posted {
	color: #666666;
	font-family: Verdana, Arial, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","¥á¥¤¥ê¥ª",Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, sans-serif;
	font-size: x-small;
	background-image: url(../img/title_blog_bottom.gif);
	background-repeat: no-repeat;
	text-align: right;
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: normal;
	padding: 8px 13px 30px 3px;
	}

.content blockquote {
	font-size:11px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 15px;
	margin:0 15px;
	matgin:5px 0;
	background:#eee;
	}

.sidebar {
	padding: 15px 15px 5px 15px;
	}



#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

.sidebar h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	}

.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","¥á¥¤¥ê¥ª",Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, sans-serif;
	font-size: 0.75em;
	text-align: left;
	line-height: 130%;
	margin-top: 9px;
	margin-left: 5px;
	padding-left: 15px;
	list-style-type: none;
	background-image: url(../img/slist.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.sidebar li a{
	color: #333333;
	text-decoration: none;
}

.sidebar li a:hover{
	color: #999999;
}

.sidebar li a:visited{
	color: #333333;
	text-decoration: none;
}

.come{
	color: #999999;
	font-size: 9px;
}

.sidebar #categories li {
	list-style-type: circle;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Arial, Verdana, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","¥á¥¤¥ê¥ª",Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, sans-serif;
	font-size: 9px;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

.link-note a {
	text-decoration: none;
	}

#rssfeed {
	color: #333333;
	font-size: 10px;
	padding: 2px 0 2px 16px;
	background-image: url(../img/rss.jpg);
	background-repeat: no-repeat;
	}

#powered {
	font-family: Arial, Verdana, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","¥á¥¤¥ê¥ª",Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin: 30px 0 50px 0;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

/* FORM
----------------------------------------------- */
.postcom{
	background-image: url(../img/postcom_bg.gif);
	background-repeat: no-repeat;
	padding: 15px 20px 0 35px;
	margin-top: 30px;
	}

textarea[id="comment-text"] {
	width: 80%;
	} 

#email, #author, #url{
	width: 439px;
	}

#text{
	width: 439px;
	height: 180px;
	}

#text, #email, #author, #url{
	border: 1px solid #cccccc;
	border-top: 2px solid #cccccc;
	background-image: url(../img/postcom_bg02.gif);
	background-repeat: repeat-x;
	padding: 2px;
	clear: both;
	display: block;
	font-size: 12px;
	line-height: 150%;
	}

#text:hover, #email:hover, #author:hover, #url:hover{
	background-color: #ffffff;
	background-image: none;
	}

#text:focus, #email:focus, #author:focus, #url:focus{
	border: 1px solid #999999;
	border-top: 2px solid #999999;
	outline:none;
	background:#fff; 
	}

.btn{
	border-top: 1px solid #cccccc;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #cccccc;
	background:#eeeeee;
	padding: 2px 15px 2px 15px;
	}

.btn:hover{
	border-top: 1px solid #333333;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #333333;
	background:#eeeeee;
	padding: 2px 15px 2px 15px;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* CELL DIVISION
----------------------------------------------- */
#header{
	position: relative;
	height: 270px;
	width: 784px;
	}

#header #nav{
	position: absolute;
	top: 76px;
	right: 160px;
	left: 32px;
	background-image: url(../img/buttons_bg.gif);
	background-repeat: no-repeat;
	width: 748px;
	height: 32px;
	}

#title {
	position: absolute;
	height:32px;
	width: 287px;
	text-indent:-8000px;
	background-image:url(../img/logo_01.gif);
	background-repeat: no-repeat;
	border: none;
	left: 32px;
	top: 38px;
	}

#wrapper{
	width: 784px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(../img/wrap.jpg);
	background-repeat: repeat-y;
	}

#container {
	width: 784px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(../img/header_bg01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#nav ul{
	list-style: none;
	padding: 0;
	margin: 0 0 0 7px;
	}

#nav li{
	float:left;
	display:inline;
	height:28px;
	text-indent:-8000px;
	overflow:hidden;
	padding-right: 4px;
	}

#nav li a{
	display:block;
	height:32px;
	background-position:0 -49px;
	background-repeat:no-repeat;
	}

#nav li a:hover{background-position:0 -9px; background-repeat:no-repeat;}
#nav li a.selected, #nav li a.selected:hover{background-position:0 -9px;}

#nav1 a{background-image:url(../img/nav_01.gif); width:53px;}
#nav1 a.selected{background-image:url(../img/nav_01.gif); width:53px;}
#nav2 a{background-image:url(../img/nav_02.gif); width:62px;}
#nav2 a.selected{background-image:url(../img/nav_02.gif); width:62px;}
#nav3 a{background-image:url(../img/nav_03.gif); width:64px;}
#nav3 a.selected{background-image:url(../img/nav_03.gif); width:64px;}
#nav4 a{background-image:url(../img/nav_04.gif); width:63px;}
#nav4 a.selected{background-image:url(../img/nav_04.gif); width:63px;}
#nav5 a{background-image:url(../img/nav_05.gif); width:53px;}
#nav5 a.selected{background-image:url(../img/nav_05.gif); width:53px;}
#nav6 a{background-image:url(../img/nav_06.gif); width:80px;}
#nav6 a.selected{background-image:url(../img/nav_06.gif); width:80px;}
#nav7 a{background-image:url(../img/nav_07.gif); width:90px;}
#nav7 a.selected{background-image:url(../img/nav_07.gif); width:90px;}
#nav8 a{background-image:url(../img/nav_08.gif); width:50px;}
#nav8 a.selected{background-image:url(../img/nav_08.gif); width:50px;}
#nav9 a{background-image:url(../img/nav_09.gif); width:60px;}
#nav9 a.selected{background-image:url(../img/nav_09.gif); width:60px;}

#titleblog{
	margin: 1em 0 0 0;
	position: relative;
	height:32px;
	text-indent:-8000px;
	background-repeat: no-repeat;
	border: none;
	}
#titleblog{
	width: 520px; background-image: url(../img/title_blog.gif);
	padding: 0;
	margin: 0;
	}

#box02{
	width: 153px;
	¡Àwidth: 153px;
	w¡Àidth: 160px;
	height: 18px;
	background-image: url(../img/sidebar_foot.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}

#footer{
	xmargin-left: 18px;
	xpadding-top: 1px;
	color: #aaa;
	background: url(../img/footer_01.gif) no-repeat right top;
	height: 87px;
	width: 784px;
	}

#bottomNav { padding: 23px 25px 0 440px;}
#bottomNav ul{ padding: 0; margin:0; list-style: none; }
#bottomNav ul li{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:9px;
	float: right;
	display: block;
	padding: 2px 3px 0 8px;
	}
.map, .sitemap, .mail{
	height: 25px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.map{ background-image: url(../img/arrow_04.gif);}
.sitemap{ background-image: url(../img/arrow_04.gif);}
.mail{ background-image: url(../img/arrow_03.gif);}
#bottomNav ul li a{
	color: #939393;
	font-size: 1.0em;
	padding: 0 0.3em;
	margin: 0 0.8em 0 0.8em;
	text-decoration: none;
	} 	
#bottomNav ul li a:hover{
	color: #333;
	}

#right01, #right02, #right03, #right04, #right05, #right06{
	width: 153px
	margin: 1em 0 0 0;
	position: relative;
	height:32px;
	text-indent:-8000px;
	background-repeat: no-repeat;
	border: none;
	}
#right01{background-image: url(../img/title_calendar.gif);}
#right02{background-image: url(../img/title_archive.gif);}
#right03{background-image: url(../img/title_recententry.gif);}
#right04{background-image: url(../img/title_comment.gif);}
#right05{background-image: url(../img/title_category.gif);}
#right06{background-image: url(../img/title_link.gif);}

.techstuff{
	background-image: url(../img/imgbg.gif);
	padding: 3px 7px;
	margin: 0 0 25px 0;
}

#comments, #trackbacks{
	margin: 30px 0 0 0;
	position: relative;
	height:32px;
	text-indent:-8000px;
	background-repeat: no-repeat;
	border: none;
	}
#comments{
	padding: 7px 0 7px 0;
	width: 520px;
	background-image: url(../img/title_comments.gif);
	}
#trackbacks{
	width: 520px; background-image: url(../img/title_trackbacks.gif);
	padding-bottom: 10px;
	}
select{
	width: 145px;
	font-size: 12px;
	border:1px solid #ccc;
	font-family: Arial;
	}
option{
	margin: 2px 0 2px 0;
	}