@charset "UTF-8";
@import url("/http/shunkoh.net/css/common.css");

/*
	site-styling "plain"
	作成・掲載
		2007-01-28
			スタイルシート選択・切り替えボックスの導入による書き換え
			パーマリンク化
	変更
		-
*/

/*-- general settings --*/
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS",verdana, sans-serif;
}


/*-- box adjusting --*/

#header {
	margin: 0;
	padding: 0;
}

#header #site-title {
	margin: 0;
	padding: 0.3em 20px;
	text-align: right;
	font-size: 90%;
	background: #333;
	color: #fff;
}

#header #site-title a {
	color: #fff;
	background: transparent;
	text-decoration: none;
}

#page_description,
#page_description a,
#banner {
	margin: 0;
	padding: 0;
	background: #669;
	color: #fff;
}

#main, #badges_container {
	margin: 0;
	padding: 1em 0;
}

#site_navigation,
.weblog_notification {
	margin: 1em 0 0;
	padding: 0.2em 0;
	background: #eee;
	border-top: 1px dotted #999;
}

#footer {
	margin: 0;
	padding: 0;
	background: #333;
	color: #fff;
	clear: both;
}

#footer address {
	margin: 0;
	padding: 0.3em 20px;
	font-size: 90%;
	font-style: normal;
	text-align: right;
}

#footer a {
	color: #fff;
	background: transparent;
	text-decoration: underline;
}

.site-search-box,
#txtSizeAdjustMenu,
#css_changer {
	margin: 0;
	padding: 3px 0;
	text-align: right;
	font-size: 90%;
	color: #666;
	background: #eee;
	border-bottom: 1px dotted #ccc;
}

.site-search-box p,
#txtSizeAdjustMenu p,
#css_changer p {
	margin: 0;
	padding: 0 1em;
}

.banner,
.amazon,
#amz-opt-link {
	margin  : 1em 2em ;
}



/*----- general settings -----*/

h1 {
	margin: 0;
	padding: 0.5em 1em;
	font-size: 100%;
	font-weight: normal;
}
h1 a, h1 a:hover {
	color: #fff;
	background: #669;
	text-decoration: none;
}

h2 {
	margin: 1.5em 1em 0.5em;
	padding: 0.2em 0.5em;

	font-size   : 100% ;
	font-weight : normal ;
	font-style  : normal ;

	border-left   : 0.5em solid #333 ;
	border-bottom : 1px solid #333 ;
}

h3 {
	margin  : 1.5em 1.5em 0.5em ;
	padding : 0.2em 0.5em ;

	font-size   : 100% ;
	font-weight : normal ;
	font-style  : normal ;

	border-bottom: 1px solid #333;
}

h4 {
	margin: 1.5em 1.5em 0.5em;
	padding: 0.2em 0.5em;
	font-size: 100%;
	font-weight: normal;
	border-bottom: 1px dotted #333;
}

h5 {
	margin: 1.5em 1.5em 0.5em;
	padding: 0.2em 0.5em;
	font-size: 100%;
	font-weight: bold;
}

h6 {
	margin: 1.5em 1.5em 0.5em;
	padding: 0.2em 0.5em;
	font-size: 100%;
	font-weight: normal;
}

p, pre,
blockquote,
div.photo,
div.photos,
div.image,
div.images {
	margin: 1em 2em;
	padding: 0;
}

div.photo.with-description-followed,
div.photos.with-description-followed,
div.image.with-description-followed,
div.images.with-description-followed {
	float : left ;
}

pre {
	overflow: auto;
}

ul, ol, dl {
	margin: 1em 2em;
	padding: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin: 0 0 0em;
}

li {
	margin-left: 2em;
}

li.archive {
	display: inline;
	margin: 5px;
}

li.archive a:hover {
	background: yellow;
	color: black;
}

ul.conversation {
	padding: 0.5em 1em;
	list-style-type: none;
	background: #eee;
}

ul.conversation li {
	margin-left: 0;
}

dl dt {
	margin: 0.3em 0 0.2em;
	padding: 0.2em ;
	background: #eee;
	/*border-bottom: 1px solid #ccc;*/
	border-top: 1px solid #ccc;
}

dl dd {
	margin: 0.2em 0 0.3em;
	padding: 0.2em 0.2em 0.2em 1.2em;
}

a:link:hover {
	color : blue ;
	background : #ddf ;
}
a:visited:hover {
	color : purple ;
	background : #fdf ;
}


/*----- table styling -----*/
table {
	margin: 1em 3em;
	border-collapse: collapse;
}

table th,
table td {
	padding: 0.2em 0.3em;
	border: 1px solid #999;
}

table th {
	font-weight: bold;
}

.navigator,
.page-index {
	margin: 1.5em 2em;
	padding: 0.2em 1em;
	text-align: center;
	background: #eee;
	color: #000;
}

.navigator p {
	margin: 0;
	padding: 0;
}

/*----- quoting -----*/

blockquote {
	margin: 2em 3em;
	padding: 0;
	font-size: 90%;
	border: 1px dotted #999;
}

blockquote p {
}

blockquote p.quote-title {
	font-weight: bold;
}

blockquote p.cite {
	margin: 1em 0 0 0;
	padding: 0.3em 20px;
	text-align: right;
	border-top: 1px dotted #999;
}

/*----- inline elements -----*/

em,
strong {
	font-size: 100%;
	font-style: inherit;
	font-weight: bold;
}

del {
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: line-through;
	color: #999;
	background: transparent;
}

/*del[datetime]::before {
	content: "〔"attr(datetime)" 削除：";
}

del[datetime]::after {
	content: "〕";
}*/

ins{
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: none;
	color: #000;
	background: #ffc;
}

/*ins[datetime]:before {
	content     : "〔"attr(datetime)" 追記：";
	font-weight : bold ;
}

ins[datetime]:after {
	content: "〕";
}*/

ins[datetime]:after {
	font-size: 80%;
	content: " (@"attr(datetime)")";
}

img {
	vertical-align: middle;
	border: none;
}

code {
	font-family: monospace;
}

cite {
	font-style: italic;
}

a {
	font-size   : 100% ;
	font-weight : inherit ;
	font-style  : inherit ;
}

/*----- additional decoration -----*/

.note {
	padding: 0 0.2em;
	font-size: 85%;
}

div.note:before {
	padding: 0.2em;
	display: block;
	content: "note";
}
div.note {
	margin: 2em 3em;
	padding: 0 0.5em;
	background: #eee;
	color: #000;
}

div.img {
	margin: 1em 2em;
}

div.image-area {
	margin: 1em 3em;
	overflow: auto;
}
div.photo-box {
	width: 600px;
	border: 1px solid #999;
}
div.photo-main {
	text-align: center;
}

.mod_data,
.posted {
	font-size: 85%;
	text-align: right;
}

.postdate,
.writeback_count {
	padding: 0 0.3em;
	font-size: 85%;
}

dl.web-activity-summary dt.delicious:before {
	margin-right: 0.5em;
	content: url("/http/shunkoh.net/imgs/20080608-del.icio.us-favicon.png");
	vertical-align: middle;
}
dl.web-activity-summary dt.twitter:before {
	margin-right: 0.5em;
	content: url("/http/shunkoh.net/imgs/20080608-twitter-favicon.png");
	vertical-align: middle;
}
dl.web-activity-summary dt.jaiku:before {
	margin-right: 0.5em;
	content: url("/http/shunkoh.net/imgs/20080608-jaiku-favicon.png");
	vertical-align: middle;
}
dl.web-activity-summary dt.hatena:before {
	margin-right: 0.5em;
	content: url("/http/shunkoh.net/imgs/20080608-hatena-favicon-darkgray.png");
	vertical-align: middle;
}
dl.web-activity-summary dt.flickr:before {
	margin-right: 0.5em;
	content: url("/http/shunkoh.net/imgs/20080608-flickr-favicon.png");
	vertical-align: middle;
}
dl.web-activity-summary dt.tumblr:before {
	margin-right: 0.5em;
	content: url("/http/shunkoh.net/imgs/20080608-tumblr-favicon.png");
	vertical-align: middle;
}
dl.web-activity-summary dt.aboutme:before {
	margin-right: 0.5em;
	content: url("/http/shunkoh.net/imgs/20080608-aboutme-favicon.png");
	vertical-align: middle;
}



/*----- local styling -----*/

#site_navigation {
	color : #fff ;
	background : #669 ;
	text-align : right ;
}

#site_navigation h1 {
	display : inline;
	margin  : 0.2em 0;
	padding : 0 2em;
}

#site_navigation ul {
	display : inline;
	margin  : 0;
	padding : 0;
}

#site_navigation ul li {
	display : inline;
	margin  : 0;
	padding : 0;
	list-style-type : none;
}

#site_navigation ul li a,
#site_navigation ul li a:link,
#site_navigation ul li a:visited {
	margin  : 0;
	padding : 0.2em 2em;
	text-decoration : none;
	color   : #fff;
	border-left : 1px dotted #fff;
}

#site_navigation ul li a:hover {
	background-color: #369;
	color: #eee;
	text-decoration: none;
}



/*----- weblog stylings -----*/

/*-- description part --*/

.description {
	margin: 0 1em;
	padding: 0.3em 0;
	text-indent: 1em;
	font-size: 85%;
}

/*-- main content --*/

.blog_navigation {
	margin: 0;
	padding: 0.2em 2em;
}

.blog_navigation p {
	margin: 0;
	padding: 0;
	font-size: 90%;
	text-align: right;
}

/*----- comment part -----*/
.comment-box {
	margin: 1em 2em;
	padding: 0;
	border-bottom: 3px solid #ccc;
	border-right: 3px solid #ccc;
}
.comment-box .comment-main {
	margin: 0;
	padding: 1em;
	border-left: 10px solid #eee;
	border-top: 3px solid #eee;
	border-right: 3px solid #eee;
}
.comment-box .comment-data {
	margin: 0;
	padding: 0.2em;
	text-align: right;
	background: #eee;
	color: #000;
}

/*----- form styles -----*/

input, textarea, button {
	margin: 0;
	padding: 0.1em 0.2em;
	font-size: 90%;
	border: 1px solid #999;
}

textarea#comment {
	width: 100%;
}

textarea#body,
textarea#excerpt,
textarea#ping_url {
	font-size: 80%;
	width: 80%;
}

/*----- paging -----*/

#paging {
	margin: 1em 0 0;
	padding: 0.5em 0 0.8em;
	color: #000;
}

#paging p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#paging em {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	border: none;
}

/*----- blosxom system information -----*/

.system_info {
/*	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;*/
	font-size: 90%;
/*	border-top: 1px solid #999;*/
}
.system_info ul {
	margin: 1em;
}
.system_info ul li {
	margin: 1em 0;
	list-style-type: none;
}


/*----- styles for text size adjusting menu -----*/
/*#txtSizeAdjustMenu {
	padding: 1px;
	text-align: right;
	background: #eee;
}*/
button.txtSizeAdjustButton {
	margin: 1px;
	padding: 0;
	border: 1px solid #999;
/*	vertical-align: middle;*/
}
.txtSizeAdjustButton:hover {
	background: #ffc;
}



/*----- style settings for print -----*/

@media print {
#main {
	width: 100%;
	float: none;
}
#site_navigation {
	display: none;
}

}