/*--▽基本設定▽-------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana,Arial,sans-serif;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	background-color: #E8E8E8;
	background-image: url('images/bg.png');
}
a{
	text-decoration: none;
}
a:link{
	color: #336666;
	background-color: transparent;
}
a:visited{
	color: #336666;
	background-color: transparent;
}
a:hover{
	color: #336666;
	background-color: transparent;
	text-decoration: underline;
}
a:active{
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}
h1 {
	
}
h2 {
	
}
h3 {
	font-weight: normal;
}
h4 {
	font-weight: normal;
}
h5 {
	
}
ul {
	
}
li {
	
}
dl {
	
}
dt {
	
}
dd {
	
}
hr {
	display: none;
}
em {
	font-size: 100%;
	color: #FF0000;
	font-weight: bold;
	font-style: normal;
	background-color: #FFFFFF;
}
strong {
	font-size: 100%;
	font-weight: bold;
	color: #ff0000;
}
address {
	
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
form {
	margin-top: 0px;
	margin-bottom: 0px;
}
rt {
	font-size: 70%;
}
table {
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-left: 30px;
	border-width: 1px;
	border-color: #336666;
	border-style: solid;
	background-color: #FFFFFF;
}
caption {
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 0px 30px;
	padding: 3px;
}
th {
	margin: 0px;
	padding: 3px;
	border: 1px solid #336666;
}
tr.thead {
	font-weight: bold;
}
tr.tfoot {
	font-weight: bold;
}
td {
	text-align: center;
	margin: 0px;
	padding: 1px;
	border: 1px solid #336666;
}


/*--▽個別設定▽-------------------------------------------------------*/

#container-inner {
	width: 760px;
	background-color: #E8E8E8;
}
#header {
	border-right: 1px solid #CCCCCC;
	height: 552px;
	width: 760px;
	background: url('images/title.png') no-repeat center center;
}
h1,
#header-name {
	font-size: 120%;
	font-weight: normal;
	position: absolute;
	z-index: 3;
	top: 560px;
	left: 8px;
}
.title_top {
	position: absolute;
	top: 0px;
	left: 0px;
}
h2#archive-title {
	font-size: 100%;
	margin: 5px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-color: #336666;
	border-left-style: solid;
}

#alpha {
	margin-left: 210px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #C0C0C0;
	width: 550px;
	background-color: #FFFFFF;
}
#alpha h2,
h1.asset-name,
h1.archive-title,
h1.search-results-header {
	font-size: 100%;
	margin: 5px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-color: #FF6600;
	border-left-style: solid;
	position: static;
}
#alpha ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#alpha li {
	margin-left: 2em;
	list-style-image: url('http://www.o-guchi.com/images/allow.png');
}
.asset-meta {
	font-size: 80%;
	text-align: right;
	margin-bottom: 10px;
	padding-right: 5px;
}
.asset-body {
	padding: 10px;
}
.asset-body p {
	line-height: 150%;
}
.edit {
	text-align: right;
}
.content-nav {
	text-align: center;
	background-color: #FFFFCC;
}
.trackbacks,
.comments {
	margin-left: 5px;
}
#trackback h3 {
	font-weight: bold;
	margin-top: 50px;
}
.comments-open h2 {
	font-size: 100%;
	margin: 5px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-color: #336666;
	border-left-style: solid;
}

#beta {
	padding: 2em 5px 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	position: absolute;
	z-index: 2;
	top: 552px;
	left: 0;
	width: 200px;
	background-color: #E8E8E8;
}
#beta h3 {
	font-size: 100%;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #336666;
}
.widget-search,
.widget-archives,
.widget-categories {
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5;
	padding-bottom: 5px;
}
.widget-powered,
.widget-cloud,
.widget-welcome {
	display: none;
}


