ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,code,hr,th,td {
    margin:0;
    padding:0;
}

html, body {
   font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS UI Gothic", "ＭＳ Ｐゴシック", sans-serif;
   font-size: 12px;
   font-weight: normal;
   line-height: 2em;
   color: #555;
   background-color: #F3F1E9;
   margin: 0px;
   padding: 0px;
   text-align: center;
}

a, a:link, a:visited {
	color: #6C7A57;
	text-decoration: none;
	background-color: transparent;
	}

a:hover, a:active {
	color: #F60;
	text-decoration: none;
	background-color: transparent;
	}

p,pre { margin: 10px 0px; }

h1 {
	color: #111;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 19px;
	font-weight: bold;
	line-height: 28px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 10px;
	}

h2 {
	color: #999;
	font-size: 9px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	line-height: 11px;
	border: 0px;
	padding: 0px;
	margin-left: 15px;
	}

h3 {
	color: #758267;
	font-size: 15px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	line-height: 17px;
	/*border: 0px;*/
	padding: 0px;
	margin: 0px;
	}

h4 {
	color: #555;
	font-size: 11px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	line-height: 13px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	}

h5 {
	color: #777;
	font-size: 11px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	line-height: 13px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	}



blockquote {
	border-left: 1px #AAA solid;
	margin-left: 10px;
	padding-left: 10px;
	}

img {
   border: none;
   margin: 0px;
   padding: 0px;
}

select { width:100px; }

table { border-spacing:0px; }

fieldset,abbr,acronym { border:0; } 

ol { list-style: decimal outside; margin-left: 30px; }
ul { list-style: disc outside; margin-left: 30px; }
.item { list-style: none; }

caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}

hr {
    border:0;
    height:1px;
    background-color:#333;
    color:#555;
}

address {
    font-style:normal;
}

/* Layout ------------------------------*/
#container { margin: 20px; }

#container-inner {
	width: 860px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	}

#header, #content, #alpha, #beta, #footer { position: relative; }

#header-inner, #content-inner,
#alpha-inner, #beta-inner, #footer-inner, {
	position: static;
	}

#alpha, #beta { display: inline; float: left; }

#alpha-inner, #beta-inner, #footer-inner { overflow: hidden; }

#alpha { width: 640px; }

#alpha-inner { padding: 0px 60px 0px 40px; }

#beta { width: 220px; }

#beta-inner { padding: 0px 0px 0px 0px; }

#footer { height: 80px; }

#footer-inner {
	border-top: 1px #DBD5C5 solid;
	margin-top: 20px;
	padding-top: 20px;
	}

#footer-content {
	color: #555;
	font-size: 11px;
	font-family: helvetica, arial, verdana, sans-serif;
	line-height: 1.5em;
	margin-left: 20px;
}


/* Utilities ------------------------------*/

.pkg:after, #content-inner:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	}

.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.clear { clear: both; }


/* Header ----------*/

#header-inner {
	overflow: hidden;
	padding: 30px 0px;
	}

#header-name {
	height: 30px;
	background: url(http://7-oceans.jp/log/images/logo_00.jpg) no-repeat left;
	margin-bottom: .25em;
	padding-left: 40px;
	}

#header-name a, #header-name a:link,
#header-name a:visited, #header-name a:hover {
	color: #000;
	text-decoration: none;
	background-color: transparent;
	}

#header-description { margin-bottom: 0px; }


/* content ----------*/
#content {}

#content-inner { padding-top: 35px; }


/* archive ----- */

.archive-title {
	color: #333;
	border-bottom: 1px #777 solid;
	margin-bottom: 60px;
	}

.archive-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

.archive-content { margin-bottom: 50px; }

.archive-unit {
	margin-bottom: 30px;
	}

/* Assets -----*/

.asset-body, .asset-more, .asset-more-link, .asset-excerpt { clear: both; }

.asset, .asset-content { position: static; clear: both; }

.asset {
	width: 100%;
	overflow: hidden;
	border-top: 0px #AAA solid;
	margin-bottom: 60px;
	}

.asset-header {
	background: url(http://7-oceans.jp/log/images/line_01.jpg) no-repeat left bottom;
	margin-bottom: 20px;
	padding-bottom: 1px;
	}

.asset-name {}

.asset-meta {
	color: #777;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	margin-top: 2px;
	}

.asset-content {}

.asset-body  {}

.asset-body a, .asset-body a:link, .asset-body a:visited,
.asset-more a, .asset-more a:link, .asset-more a:visited {
	color: #6C7A57;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px #6C7A57 dotted;
	padding-bottom: 1px;
	}

.asset-more { padding-top: 30px; }

.asset-more-title {
	background: url(http://7-oceans.jp/log/images/line_02.jpg) no-repeat left bottom;
	margin-bottom: 10px;
	padding-bottom: 1px;
	}

.asset-more-link { margin-top: 20px; }

.asset-more-link span {
	background: url(http://7-oceans.jp/log/images/icon_continue.png) no-repeat left center;
	padding: 2px 0px 2px 24px;
	}

.entry-tags {
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 14px;
	margin-top: 20px;
	text-align: right;
	}

.entry-tags span {
	background: url(http://7-oceans.jp/log/images/icon_tag.png) no-repeat left center;
	margin-left: 5px;
	padding: 2px 0px 2px 20px;
	}

.mt-image-left { float: left; border: none; margin: 5px 20px 5px 0px; }

.mt-image-right { float: right; border: none; margin: 5px 0px 5px 20px; }

.mt-image-center {
   display: block;
   width: 95%;
   border: 6px #E6E6DE solid;
   margin: 20px auto;
   }
.mt-image-hrzn4 {
   float: left;
   width: 120px;
   height: 80px;
   border: none;
   margin: 20px 0px;
   }

.mt-image-hrzn5 {
   float: left;
   width: 105px;
   height: 70px;
   border: none;
   margin: 20px 0px;
   }


.li-film {
	height: 18px;
	background: url(http://7-oceans.jp/log/images/icon_film.gif) no-repeat left;
	margin-left: 2px;
	padding-left: 22px;
	}

/* comments -----*/

.comment-content, .comment-footer, 
.comments-open-content, .comments-closed,
.trackbacks-info, .trackback-content, .trackback-footer,
.archive-content {
	clear: both;
	}

.trackbacks,
.archive,
.search-form {
	margin-bottom: 1.5em;
	}

.entry-categories,
.comments-closed,
.comments-open-moderated,
.trackbacks-header, .trackbacks-info, .trackback-content, .trackback-footer,
.search-form-header, .search-results-header {
	margin-bottom: .75em;
	}

.comments, .trackbacks, .archive {
	overflow: hidden;
	width: 100%;
	position: static;
	clear: both;
	}


/* Comments -----*/

.comments { margin-bottom: 20px; }

.comments-header, .comments-open-header {
	border-bottom: 1px #555 solid;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 1px;
	}

.comments-content { margin-bottom: 40px; }

.comment {
	border-bottom: 1px #CCC9C4 solid;
	padding-bottom: 16px;
	}

.comment-content { margin-top: 18px; }

.comment-footer {
	color: #777;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 11px;
	text-align: right;
	margin-top: 2px;
	}

/* Form -----*/

.comments-open { margin: 20px 0px; }

.comments-open-content {
	color: #333;
	font-size: 11px;
	font-family: arial, helvetica, verdana, sans-serif;
	}

.comments-open-content input,
.comments-open-content textarea {
	font-size: 11px;
	font-family: arial, helvetica, verdana, sans-serif;
	padding: 2px;
	margin: 0px;
	background-color: #FFF;
	border: 1px #AAA solid;
	}

#comment-preview, #comment-submit, #comment-cancel {
	color: #333;
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	background-color: #F3F1E9;
	border: 1px #777 solid;
	}

.comment-form {
	border-bottom: 1px solid #CCC;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	}

.comment-form-last {
	border-bottom: none;
	margin: 0px;
	padding: 0px 0px 10px 5px;
	}
	
.comment-form label, .comment-form-last label {
	float: left;
	width: 105px;
	margin: 0px;
	padding: 9px 0px 8px 0px;
	}

.comment-form input, .comment-form-last input {	margin: 5px 10px 5px 0px; }

.comment-form input#comment-author,
.comment-form input#comment-email,
.comment-form input#comment-url	{ width: 190px;	}

.tinyturing input {
	float: left;
	width: 20px;
	text-align: center;
	margin-bottom: 6px;
	}

.my-text-style {
	line-height: 28px;
	padding-bottom: 2px;
	}

.my-text-style span {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #666;
	border: 1px #444 solid;
	margin: 0px 2px;
	padding: 3px 5px;
	}

textarea.comment-text {
	clear: none;
	width: 390px;
	height: 150px;	
	margin: 5px 0px;
	}


/* Widgets -----*/

.widget {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
	}

.widget-header {
	border-bottom: 1px #777 solid;
	margin-bottom: 20px;
	}

.widget-content {
	position: relative;
	font-size: 11px;
	font-family: arial, helvetica, verdana, sans-serif;
	line-height: 1.75em;
	margin: 5px 0 20px;
	}

.widget-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

.widget-list .widget-list {
	margin-left: 15px;
	}

.widget-list-item {
	margin-top: 5px;
	margin-bottom: 5px;
	}

.widget-cloud .widget-content {
	font-family: helvetica, arial, verdana, sans-serif;
	}

.widget-cloud .widget-list {
	margin: 0px;
	}

.widget-cloud .widget-list-item {
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	line-height: 1.2em;
	background: none;
	}

.widget-about .widget-content { font-size: 12px; }

.widget-cloud .rank-1  { font-size: 1.75em; }

.widget-cloud .rank-2  { font-size: 1.75em; }

.widget-cloud .rank-3  { font-size: 1.625em; }

.widget-cloud .rank-4  { font-size: 1.5em; }

.widget-cloud .rank-5  { font-size: 1.375em; }

.widget-cloud .rank-6  { font-size: 1.25em; }

.widget-cloud .rank-7  { font-size: 1.125em; }

.widget-cloud .rank-8  { font-size: 1em; }

.widget-cloud .rank-9  { font-size: 0.95em; }

.widget-cloud .rank-10 { font-size: 0.9em; }

.widget-assets .widget-content .widget-list {
   overflow: auto;
   margin-right: 0;
}

.item {
   display: inline;
   float: left;
   margin: 0pt 5px 8px;
   overflow: hidden;
   text-align: center;
   vertical-align: middle;
   width: 70px;
}

/* search ----------*/

#search-result { margin-left: 0px; }

#search-txt { width: 180px; }

/* Quick Access ----------*/

.full-archives {
   margin: -1px 0px 0px 0px;
   border-top: 1px solid #DDD;
   border-bottom: 1px solid #DDD;
   padding: 4px 0px 0px 0px;
   }		

.full-archives form {
   margin: 0px;
   padding: 0px 0px 4px 0px;
   }

.full-archives label {
   float: left;
   width: 80px;
   padding: 1px 0px 0px 0px;
   margin: 0px 0px 0px 5px;
   font-weight: bold;
   color: #777;
   }

.pulldown {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 4px 0px;
   background-color: transparent;
   }

.pulldown select {
   width: 120px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   font-size: 10px;
   }

.blog-ec {
	color: #999;
	font-size: 10px;
	text-align: right;
	margin-right: 12px;
	margin-top: 6px;
	}

.more-prof { text-align: right; }

.more-prof span {
	background: url(http://7-oceans.jp/log/images/icon_continue.png) no-repeat left center;
	padding: 2px 0px 2px 24px;
	}

/* favicon ----------*/

.favi { height: 18px; padding: 5px 0px 5px 23px; }

.rss { background: url(http://7-oceans.jp/log/images/icon_feed.png) no-repeat left center; }

.flickr { background: url(http://7-oceans.jp/log/images/favi_flickr.png) no-repeat left center; }

.karma { background: url(http://7-oceans.jp/log/images/favi_karma09.png) no-repeat left center; }

.pikeo { background: url(http://7-oceans.jp/log/images/favi_pikeo.png) no-repeat left center; }

.youtube { background: url(http://7-oceans.jp/log/images/favi_youtube.png) no-repeat left center; }

.mixi { background: url(http://7-oceans.jp/log/images/favi_mixi.png) no-repeat left center; }

.twitter { background: url(http://7-oceans.jp/log/images/favi_twitter.png) no-repeat left center; }

.delicious { background: url(http://7-oceans.jp/log/images/favi_delicious.png) no-repeat left center; }

.technorati { background: url(http://7-oceans.jp/log/images/favi_technorati.png) no-repeat left center; }


/* calendar ----------*/

.calendar {
	height: 180px;
	font-size: 11px;
	font-family: arial, helvetica, verdana, sans-serif;
	line-height: 13px;
	text-align: center;
	margin: 0px 10px 10px 10px;
	}

.calendarhead {
	color: #777777;
	font-size: 11px;
	text-align: center;
	padding-bottom: 15px;
	}

.calendarhead table { width: 100%; height: 20px; }
.calendarhead th { width: 80%; }
.calendarhead td { width: 10%; }

.calendar table {
	width: 100%;
	border-collapse: collapse;
	}

.calendar th {
	text-align: center;
	padding: 2px;
	}

.calendar td {
	line-height: 120%;
	text-align: center;
	padding: 2px;
	}

.today {
	display: block;
	border: 1px #000 solid;
	}

.sunday, .holiday, .holiday a:link, .holiday a:visited { color: #c53d43; }

.saturday, .saturday a:link, .saturday a:visited { color: #4c6cb3; }
