@charset "UTF-8";

/*------------------------------
Style Name:style.css
Since:2009-03-03
Modified:2009-03-03
Vertion:1.0
Auther:SioKoo
------------------------------*/
/*------------------------------

base
------------------------------*/

*{
	margin: 0;
	padding: 0;
	background: transparent;
}

html{
	height: 100%;
	overflow-y: scroll;
}

img{
	vertical-align: top;
}

a img{
	border: none;
}

a{
	text-decoration: underline;
}

a:link{
	color:#333333;
}

a:visited{
	color: #333333;
}

a:hover{
	color: #FF00ED;
	text-decoration: none;
}

a:active{
	color: #333333;
}

#contents .entry-title a:link{
	color: #000000;
	text-decoration: none;
}

#contents .entry-title a:visited{
	color: #000000;
	text-decoration: none;
}

#contents .entry-title a:hover{
	color: #EE00ED;
	text-decoration: underline;
}

body{
	background: #ffffff url(../siokoo/img/background.gif) repeat-x;
	text-align: center;
	font-family: Verdane,"ヒラギノ角ゴ Pro W3",osaka,"ＭＳ　Ｐゴシック",sans-serif;
	color: #000000;
	font-size: 12px;
	*font-size: small;
	*font: x-small;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	height: 100%;
	word-wrap: break-word;
}


/*------------------------------

header & nav

------------------------------*/

div#accNav,h2#banner{
	position: absolute;
	left: -9999px;
}

div#nav{
	width: 100%;
	background: #ffffff url(../siokoo/img/nav_background.gif) repeat-x;
}

div#nav ul{
	margin: 0 auto;
	width: 900px;
}

div#nav ul li{
	float: left;
	height: 40px;
}

div#nav ul li a{
	display: block;
	height: 40px;
	text-indent: -9999px;
}

li#nav_001,li#nav_001 a{
	width: 72px;
}

li#nav_001 a{
	background: url(../siokoo/img/nav_001top.jpg) no-repeat left top;
}

li#nav_001 a:hover{
	background: url(../siokoo/img/nav_001top.jpg) no-repeat left -40px;
}

li#nav_002,li#nav_002 a{
	width: 120px;
}

li#nav_002 a{
	background: url(../siokoo/img/nav_002exhibition.jpg) no-repeat left top;
}

li#nav_002 a:hover{
	background: url(../siokoo/img/nav_002exhibition.jpg) no-repeat left -40px;
}

li#nav_003,li#nav_003 a{
	width: 135px;
}

li#nav_003 a{
	background: url(../siokoo/img/nav_003about.jpg) no-repeat left top;
}

li#nav_003 a:hover{
	background: url(../siokoo/img/nav_003about.jpg) no-repeat left -40px;
}

li#nav_004,li#nav_004 a{
	width: 135px;
}

li#nav_004 a{
	background: url(../siokoo/img/nav_004blog.jpg) no-repeat left top;
}

li#nav_004 a:hover{
	background: url(../siokoo/img/nav_004blog.jpg) no-repeat left -40px;
}

li#nav_005,li#nav_005 a{
	width: 97px;
}

li#nav_005 a{
	background: url(../siokoo/img/nav_005contact.jpg) no-repeat left top;
}

li#nav_005 a:hover{
	background: url(../siokoo/img/nav_005contact.jpg) no-repeat left -40px;
}

li#nav_006,li#nav_006 a{
	width: 71px;
}

li#nav_006 a{
	background: url(../siokoo/img/nav_006link.jpg) no-repeat left top;
}

li#nav_006 a:hover{
	background: url(../siokoo/img/nav_006link.jpg) no-repeat left -40px;
}


/*------------------------------

footer

------------------------------*/

div#footer{
	clear: both;
	width: 950px;
	padding: 0;
	background: #000000 url(http://siokoo.com/siokoo/img/footer_back.gif) no-repeat left top;
	text-align: left;
}

div#footerInner{
	margin: 0 auto;
	padding: 35px 10px 10px 25px;
	width: 900px;
	text-align: right;
}

div#footer p, div#footer ul li{
	margin: 0;
	font-size: 10px;
	*font-size: small;
	*font: x-small;
	text-align: right;
}

div#footer ul{
	margin: 0 0 1em 0;
}

div#footer ul li{
	display: inline;
	margin: 0 0 0 2em;
}

div#footer ul li,div#footer ul a{
	color: #ffffff;
	text-decoration: none;
}


/*------------------------------

wireframe

------------------------------*/


div#wrapper{
	width: 1000px;
	/*background: #ffffff url(../siokoo/img/body_background_01.jpg) repeat-y top center;*/
	height: auto;
	text-align: left;
}

div#wrapperInner{
	width: 950px;
	height: auto;
	margin: 0 25px;
	text-align: left;
	background-color: #ffffff;
}

div#header{
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

div#mainContent,
body.mt-entry-archive #mainContent{
	float: left;
	background-color: #ffffff;
	width: 930px;
	height: auto;
	margin: 10px;
}

div#secondly,
body.mt-entry-archive #secondly{
	float: right;
	background-color: #ffffff;
	width: 250px;
	height: auto;
	margin: 0 10px;
}

/*------------------------------

wrapper

-----------------------------*/

/*** h1 ---- ヘッダー内サイトタイトル ***/
/*div#banner h1, div#banner h2{
	font-size: large;
	margin: 0px 0px 0px 5px;
}*/

/*** ヘッダー内サブタイトル ***/
/*div#banner-description{
	font-size: small;
	color: #222;
	margin: 0 0 5px 5px;
}*/


/*------------------------------

コンテンツ（ブログ記事全体）

------------------------------*/
div#contents,
body.mt-entry-archive #contents{
	width:640px;
	float:left;
	margin: 0 10px;
	background-color: #ffffff;
}


/*------------------------------

コンテンツ記事表示

------------------------------*/

/*** エントリーボディ内 h2 ***/
/*** トラックバック内 h2 ***/
.entry-body h2,
.trackback h2 {
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	font-size: small;
	border-bottom: double #cc0033;
	height:1%;
}

/*** エントリーボディ内 h3 ***/
/*** コメント内 h3 ***/
/*** トラックバック内 h3 ***/
.entry-body h3,
.comment h3,
.trackback h3 {
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	font-size: small;
	border-bottom: 2px solid #00ff33;
	height:1%;
}

/*** エントリーボディ内 h4 ***/
/*** コメント内 h4 ***/
/*** トラックバック内 h4 ***/
.entry-body h4,
.comment h4,
.trackback h4{
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	font-size: small;
	border-bottom: 1px dotted #999;
	height:1%;
}

.entry-body p{
	height:1%;
}


/*** エントリーボディ内 blockquote ***/
.entry-body blockquote{
	margin: 0px 10px;
	padding: 5px 5px 5px 5px;
	border:1px dotted #999;
	height:1%;
}


/*** エントリー以外 blockquote ***/
.info,
.comment blockquote{
	margin: 0px 10px;
	padding: 5px 5px 5px 5px;
	border:1px dotted #999;
	height:1%;
}

/*** エントリーボディ内 ol ul ***/
/*** コメント内 ol ul ***/
/*** トラックバック内 ol ul ***/

.entry-body ul,
.comment ul,
.trackback ul,
.entry-body ol,
.comment ol,
.trackback ol {
	margin-left: 0;
	padding-left: 0;
}

.entry-body li,
.comment li,
.trackback li {
	margin-left: 30px;
}


/*** コンテンツ内パンくず ***/
.pankz{
	margin-top:5px;
	padding: 0px 0px;
	font-size: x-small;
	text-align:right;
}


/*** コンテンツ内ページナビ ***/
.page-navi{
	margin-top:5px;
	padding: 0px 0px;
	font-size: x-small;
}


/*------------------------------

エントリー　記事　全体

------------------------------*/

div.entryYUE{
	margin: 10px 0px 18px 0px;
	padding: 5px 0;
	background: #ffffff url(img/entry_background_y.jpg) no-repeat;
}

div.entrymiu{
	margin: 10px 0px 18px 0px;
	padding: 5px 0;
	background: #ffffff url(img/entry_background_m.jpg) no-repeat;
}

/*------------------------------

エントリー　見出し上日付

------------------------------*/

.entry-date{
	margin: 20px 80px 5px 0;
	text-align: right;
	font-size: small;
	color: #ffffff;
}

/*------------------------------

エントリー記事　カテゴリー表示

------------------------------*/

p.Theme{
	margin: 10px 100px 0 0;
	text-align: right;
	font-size: 10px;
	*font-size: x-small;
	*font: xx-small;
	color: #000000;
	border: none;
}

/*------------------------------

エントリー記事　タイトルh1,h2

------------------------------*/

#contents h1.entry-title,
#contents h2.entry-title,
h2.asset-name entry-title{
	margin: 0 5px 30px 5px;
	padding: 0px 0 5px 0px;
	font-size: 15px;
	border: none;
}



/*------------------------------

エントリー記事　
文章部分コメント・トラックバック

------------------------------*/

.entry-body{
	height: auto;
	min-height: 300px;
	margin: -10px 5px 5px 10px;
	padding: 0 10px 10px 10px;
	/*line-height: 1.5;*/
	background: transparent;
	/*height: 1%*/
}

.comment,
.trackback{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	/*line-height:1.5;*/
}

.comment .posted,
.trackback .posted{
	background: none;
	border: 0;
	margin: 0;
	padding-right: 5px;
}


/****** コメントリスト ******/

ol.comment-list{
	margin: 0 0 0 25px;
	padding: 0;
}

ol.comment-list li.comment{
	margin: 0;
	padding: 0;
}


/*************** タグ ***************/

div.entry-tags{
	margin: 5px;
	padding: 5px 2px;
	background: #F6F6F6;
	height: 1%;
}

/****** タグヘッダー ******/
div.entry-tags-header{
	padding:0px 0px 5px 7px;
	margin:0px 0px 5px 0px;
	font-size: small;
	font-weight:bold;
	background-color:transparent;
	border-bottom:1px dotted #999999;
	height:1%;
}

div.entry-tags ul.entry-tags-list{
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 7px;
}

div.entry-tags ul.entry-tags-list li{
	display:inline;
	padding:0px 5px 0px 0px;
}

/*** エントリー内ページ分割ナビ ***/
div.entry-body-link-pages-navi{
	margin-top:5px;
	padding: 0px;
	text-align: center;
}


/*------------------------------

エントリー情報

------------------------------*/

div.posted {
	margin: 5px 0;
	padding: 15px 2px 0 2px;
	font-size: x-small;
	text-align: right;
	height: 30px;
	background: #ffffff url(img/entry_bottom-y.gif) no-repeat;
}


/****** トラックバック、コメント、コメント書き込み ******/
/****** コメントRSS ******/
div.comments-rss{
	font-size: x-small;
	text-align: right;
	margin-top: 5px;
}


/*** 見出し ***/
div.trackbacks-title,
div.comments-title,
div.comments-open-title,
div.comments-active-title,
div.retrieval-result-title{
	margin: 0 5px 10px 5px;
	padding: 5px;
	font-size: small;
	border-top: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
	font-weight: bold;
	height:1%;
}


#trackbacks,
.retrieval-result{
	margin-bottom:20px;
	padding: 8px 5px;
	background: #F6F6F6;
}


div.comments-sys,
div.retrieval-result{
	margin-top:5px;
}


/*** トラックバック情報 ***/
.trackbacks-info {
	margin: 10px 0px 0px 0px;
}


/*** トラックバックNotice ***/
.trackbacks-notice {
	margin: 0px 0px 0px 10px;
}


/*------------------------------

コメント入力・表示画面関係

------------------------------*/

#comments,
#comments-active{
	margin-bottom:20px;
	padding: 8px 5px;
	background: #660000;
}

/*===== コメント表示全体 =====*/
#comment{
	margin-bottom:10px;
	padding: 0px 20px 5px 5px;
}

/*===== 各コメント表示全体 =====*/
div.comment-content{
	margin: 5px 0px 15px 0px;
	padding: 100px 0 0 0;
	background: #ffffff url(img/comment_background.jpg) no-repeat;
}

/*===== 各コメント表示 =====*/
div.inner{
	height: auto;
	min-height: 150px;
	margin: 0 5px 5px 10px;
	padding: 50px 20px 10px 50px;
	/*line-height: 1.5;*/
	background: url(img/comment_background-entry.gif) no-repeat;
	/*height: 1%*/
}

/*===== コメント投稿者情報 =====*/
p.comment_entry{
	text-align: right;
	font-size: 11px;
	font-size: small;
	*font: x-small;
	font-weight: bold;
	color: #000000;
}

/*===== コメント入力　=====*/
#comment-open{
	width: 630px
	margin-bottom:10px;
	padding: 8px 5px;
	background: #ffffff
}

/*===== コメント入力＆コメント表示 =====*/
h2.comment-open-header,
h2.comment-header{
	margin-bottom: 5px;
	font-size: 12px;
	font-size: small;
	font: x-small;
	color: #000000;
	border-bottom: solid 1px #000000;
}

/*===== inputArea デザイン =====*/
#comment-form-name input,
#comment-form-email input,
#comment-form-url input,
#comment-open-text textarea{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	border: solid 1px #666666;
	width: 300px;
	background-color: #ffffff;
} 

p.comment-data{
	font-size: 11px;
	font-size: small;
	font: x-small;
	color: #000000;
}

/*** コメントヘッダー ***/
.comment-header {
	padding: 10px 0px 0px 10px;
}

/*たぶんコメントとかトラックバックとかの見出し*/
/*
.comment h2,
.trackback h2 {
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	font-size: small;
	border-bottom: double #cc0033;
	height:1%;
}
*/


/*** コメントNotice ***/
.comment-notice {
	margin: 0px 0px 0px 10px;
}




/*** コメントフッター ***/
.comment-footer {
	font-size: x-small;
	padding-left:10px;
	margin-bottom: 30px;
	border-top: 1px dotted #999;
}


/*** コメントボトム ***/
.comment-bottom {
	border-bottom: 1px solid #999;
}


/*** コメントフォーム ***/
#comment-form *{
	margin: 0;
	padding: 0;
}


#comment-form{
	margin:5px 0 0 0;
	padding: 5px;
}


/*** フォームボタンt ***/
#form-button{
	padding:10px 0 0 120px;
}

/*------------------------------

ページ分割

------------------------------*/

.PageList{
	font-size: x-small;
	text-align: center;
	color: #000000;
}


/*------------------------------

アーカイブ

------------------------------*/

div.archive-body{
	margin:10px 5px;
}

/*===== アーカイブタイトル =====*/

h1.archive-title{
	margin-bottom: 5px;
	font-size: 12px;
	font-size: small;
	font: x-small;
	color: #000000;
	border-bottom: solid 1px #000000;
}


/*************** サイドレイアウト ***************/
/*------------------------------

サイドメニュー基本設定

------------------------------*/

div.menu *{
	margin: 0;
	padding: 0;
}

#secondly div.menu,
body.BlogPage #secondly div.menu,
body.mt-entry-archive #secondly div.menu{
	width: 240px;
	height: auto;
	margin: 10px 0;
	background-color: #ffffff;
}


/*------------------------------

サイドメニュー　タイトル

------------------------------*/

div.menu-title{
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 0 0 0 5px;
	background-color: #000000;
}

div.menu ul{
	padding: 0;
}

div.menu li{
	background: #ffffff url(img/icon_page.gif) no-repeat 5px 12px;
	padding: 5px 0 5px 15px;
	border-bottom: 1px dotted #cccccc;
}


div.menu ul li ul{
	padding: 0 5px 0 0;
}


div.menu ul li ul li{
	list-style: none;
	background: #ffffff url(img/icon_page02.gif) no-repeat 5px center;
	padding: 2px 0 2px 15px;
	border: none;
}


/*------------------------------


サイドカレンダー


------------------------------*/


#calendar{
	width: 240px;
	height: auto;
	margin: 10px 5px;
	background-color: #ffffff;
}


#dateImg{
	margin-bottom: 5px;
}


p.month{
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 0 0 0 5px;
	background-color: #000000;
}

/*p.date{
	width: 240px;
	height: auto;
	margin: 0;
	background-color: #ffffff;
}*/

#date_img{
	width: 240px;
	margin: 0;
	pading: 0;
	list-style: none;
}

.date{
	float: left;
	margin: 0;
	padding: 0;
}

table#calendar_tbl{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4px;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Arial, "Lucida Grande", "Trebuchet MS", Verdana, Sans;
}


table#calendar_tbl tr#day_headings th{
	font-size: 8px;
	text-transform: uppercase;
	color: #000000;
}


table#calendar_tbl tr td{
	height: 18px;
	width: 22px;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #000000;
}


table#calendar_tbl tr td.notThisMonth{
	font-size: 11px;
	color: #cccccc;
}


table#calendar_tbl tr td a{
	color: #FF00ED;
	text-decoration: underline;
}


#calendar ul.arrow li{
	list-style: none;
}




/*************** 検索 ***************/


div.search{
	margin-top:5px;
}


/*************** Feeds ***************/


div.feeds{
	margin-bottom:20px;
}


/*** decoウェブバナー ***/


div#deco-banner{
	float:right;
	padding-right:5px;
}


/*** clearfix ***/

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}


/******************************/
/*
\*
/*
 html .clearfix {
 	height: 1em;
}

