/*
Theme Name: MicoWeb
Theme URI: http://mikoweb.jp/
Description: MikoTakekawa official site
Author: LogoAndWeb.
*/

@charset "utf-8";


/* reset.cssへの追加・上書き */
body {
  margin: 0px;
  padding: 0px;
	}
a {
	color: #333333;
	text-decoration: underline;
	}
a:hover {
	color: #333333;
	text-decoration: none;
	}
.font10{
  font-size: 10px;
	}

/*====================
 +body
====================*/
#body{	/* safariに反映させる */
  font-size: 12px;
  color: #333333;
  background: url(images/bg.gif) repeat;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Ghothic Pro W3", "Hiragino Kaku Gothic Pro", "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, verdana, Helvetica, "MS Trebuchet", Arial, sans-serif;
}

/*====================
 +container
====================*/
#container {	/* #containerを中央寄せに */
  width: 808px;
  margin: 0 auto;
  padding: 0;
  background: url(images/contents_bg.gif) repeat-y; /* 両サイドにシャドー */
	}
#containerWrap{
  padding-right: 19px;
  padding-left: 19px;
	}


/*====================
 +header
====================*/
#header {
  padding: 0px;
	}
#header h1 {	/* LOGO */
  float: left;
  padding-bottom: 8px;
	}
#header #headerNavi{
  float: right;
	}
#header h2 {	/* h2要素を画面に表示しない */
	width: 0;
	height: 0;
	overflow: hidden;
	}
#header ul {
  list-style: none;
	}
#header ul li {
  float: left;
  padding: 28px 0px 0px;
  height: 38px;
	}
#header ul li img {	/* このimg要素のみ、reset.cssの設定を上書き */
	vertical-align: top;
	}
/*====================
 +cover
====================*/
#cover {
  margin-bottom: 12px;
  clear: left;
	}
#cover #cover_diary {
  background: url(images/mainimage_diary.jpg) no-repeat;
  height: 159px;
  width: 770px;
	}
#cover #cover_diary h2 {
  font-size: 16px;
  padding-top: 20px;
  padding-left: 20px;
  letter-spacing: 2px;
}
#cover #cover_diary h2 a {
  color: #FFFFFF;
}
#cover #cover_diary h2 a:hover {
  color: #FFFFFF;
}
#cover #cover_diary p {
  color: #FFFFFF;
  padding-top: 10px;
  padding-left: 20px;
}


/*====================
 +content
====================*/
#content {
	line-height: 1.5;
	}
/* ▽2段組float解除のためのclearFix　ここから▽ */
#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#content {
	zoom: 1;
	}
/* △2段組float解除のためのclearFix　ここまで △*/

/*====================
 +primary
====================*/
#primary {	/*画面左がわのコラム*/
  width: 186px;
  float: left;
  background: #E8E8E8;
  padding-bottom: 1em;
	}
#primary h2{
  color: #c883ee;
  background: #643577;
  height: 23px;
  padding-left: 10px;
  padding-top: 6px;
	}
#primary div p {
  margin: 0px 10px 0;
	}
#primary div p img {
  margin: 0px;
  padding-top: 10px;
	}
#primary div #prm_photo {	/* プロフィール写真 */
  margin: 7px 7px 0;
	}
#primary div #cdtxt {	/* トップページCD詳細テキスト */
  margin-top: 7px;
	}

#primary #discList ul{ /* 月間アーカイブリスト */
  margin: 10px 10px 0;
  list-style: none;
	}
#primary #discList li{ 
  background: url(images/arrow_purple643577.gif) no-repeat 3px;
  padding-left: 12px;
  letter-spacing: 1px;
  margin-bottom: 5px;
	}

/*------------------------------
　日記用
--------------------------------*/
#primaryDiary {	/*日記用画面左がわのコラム*/
  width: 186px;
  float: left;
  padding-bottom: 1em;
	}
#primaryDiary ul{	/*日記用画面左がわのコラム*/
  background: #D2A8E8;
  margin-bottom: 1em;
  padding-bottom: 1em;
	}
#primaryDiary h2{
  color: #c883ee;
  background: #643577;
  height: 23px;
  padding-left: 10px;
  padding-top: 6px;
	}
#primaryDiary ul p {
  margin: 0px 10px 0;
	}
#primaryDiary ul p img {
  margin: 0px;
  padding-top: 10px;
	}
#primaryDiary ul #prm_photo {	/* プロフィール写真 */
  margin: 7px 7px 0;
	}
#primaryDiary #prftxt {	/* ブログプロフィール詳細テキスト */
  margin-top: 7px;
  color: #643577;
	}
#primaryDiary #d_category ul{ /* アーカイブリスト */
  margin: 10px 10px 0;
  list-style: none;
	}
#primaryDiary #d_category li{ 
  background: url(images/arrow_purple643577.gif) no-repeat 3px;
  padding-left: 12px;
  letter-spacing: 1px;
  margin-bottom: 5px;
	}




/*====================
 +secondary-content,
====================*/
#secondary {	/*画面右がわのコラム*/
	width: 572px;
	float: right;
	}
#secondary h2 {
  padding: 0px;
	}
#secondary div p {
  margin: 0px 0 0 10px;
	}
#secondary div p.top {	/* 先頭の段落のみに適用 */
	}

/*-------------------
 トップページ 
--------------------*/
#secondary div #topicsList ul {	/* トピックスリスト */
  margin: 12px 0 0 15px;
  list-style: none;
  line-height: 1.8;
	}
#secondary div #topicsList li {
  padding-left: 12px;
  background: url(images/arrow_purple.gif) no-repeat left center;
	}
#secondary div li span {
  margin-right: 10px;
	}

#secondary h2#topics { /* トップページ トピックス画像バー */
  background: url(images/titlebar_topix.gif) no-repeat left top;
  height: 29px;
  width: 572px;
	}
#secondary h2#topics a {
  color: #FFFFFF;
  position: relative;
  left: 500px;
  top: 5px;
  font-weight: lighter;
	}

/*-------------------
 プロフィール 
--------------------*/
#secondary #profileData{ 
  margin-top: 15px;
  margin-left: 12px;
	}
#secondary #profileData th,#secondary #profileData td{
  height: 29px;
  border-right: 4px solid #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
  padding-right: 8px;
  padding-left: 8px;
	}
#secondary #profileData th{
  color: #FFFFFF;
	}
#secondary #profileData th.odd{ /* TH BG #999999 */
  background: #999999;
	}
#secondary #profileData th.even{ /* TH BG #F4A1A4 */
  background: #F4A1A4;
	}
#secondary #profileData td.odd{ /* TD BG #E8E8E8 */
  background: #E8E8E8;
	}
#secondary #profileData td.even{ /* TD BG #FEE7E1 */
  background: #FEE7E1;
	}
#secondary #profileData ul{
  margin-top: 12px;
  list-style: none outside;
	}
#secondary #profileData li{
  background: url(images/pink_dot.gif) no-repeat left 2px;
  padding-left: 15px;
  margin-bottom: 10px;
  padding-right: 15px;
	}

/*-------------------
 ディスコグラフィー 
--------------------*/
#secondary #disco {
  margin-top: 15px;
  margin-left: 12px;
  clear: both;
	}
#secondary #disco h3 {
  border-left: 5px solid #643577;
  color: #653477;
  font-size: 14px;
  padding-left: 8px;
  margin-left: 10px;
  margin-bottom: 10px;
	}
#secondary #disco h4 {
  color: #653477;
  font-size: 14px;
  padding-left: 8px;
  padding-top: 3px;
  border-bottom: 1px solid #643577;
	}
#secondary #disco div {
  margin-bottom: 12px;
	}
#secondary #disco td.descoLeft {
  width: 172px;
  text-align: left;
  vertical-align: top;
  padding-right: 5px;
	}
#secondary #disco td.descoright {
  width: 380px;
  text-align: left;
  vertical-align: top;
  padding-top: 12px;
	}

/*-------------------
 ファンクラブ 
--------------------*/
#secondary #fanclubData{ 
  margin-top: 15px;
  margin-left: 12px;
	}
#secondary #fanclubData h3 {
  border-left: 5px solid #643577;
  color: #653477;
  font-size: 14px;
  padding-left: 8px;
  margin-bottom: 10px;
	}
#secondary #fanclubData th,#secondary #fanclubData td{
  height: 29px;
  border-right: 4px solid #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
  padding: 5px 8px;
	}
#secondary #fanclubData th{
  color: #FFFFFF;
	}
#secondary #fanclubData th.odd{ /* TH BG #F4A1A4 */
  background: #F4A1A4;
	}
#secondary #fanclubData th.even{ /* TH BG #999999 */
  background: #999999;
	}
#secondary #fanclubData td.odd{ /* TD BG #FEE7E1 */
  background: #FEE7E1;
	}
#secondary #fanclubData td.even{ /* TD BG #E8E8E8 */
  background: #E8E8E8;
	}

/*-------------------
 トピックス 
--------------------*/
#secondary #topicsD {
  margin-top: 15px;
  margin-left: 12px;
  clear: both;
	}
#secondary #topicsD h3 {
  padding-left: 8px;
  margin-left: 0px;
  margin-bottom: 12px;
  font-weight: normal;
	}
#secondary #topicsD div {
  border-top: 1px dotted #CCCCCC;
  padding: 10px 5px;
	}
#secondary #topicsD h4 {
  color: #B5882E;
  padding-left: 8px;
  padding-top: 3px;
  border-left: 5px solid #B5882E;
  font-size: 14px;
	}
#secondary #topicsD h4 span {
  margin-right: 10px;
	}
#secondary #topicsD li{
  list-style: none;
  background: url(images/arrow_brown.gif) no-repeat 2px;
  padding-left: 12px;
  position: relative;
  left: 400px;
	}
#secondary #topicsD li a{
  color: #B5882E;
	}

/*-------------------
 トピックスシングルページ 
--------------------*/
#secondary #topicsDD {
  margin-top: 15px;
  margin-left: 12px;
  clear: both;
  height: 350px;
	}
#secondary #topicsDD h3 {
  color: #B5882E;
  padding-left: 8px;
  padding-top: 3px;
  border-left: 5px solid #B5882E;
  font-size: 14px;
  margin-bottom: 10px;
	}
#secondary #topicsDD h3 span {
  margin-right: 10px;
	}
#secondary #topicsDD li{
  list-style: none;
  background: url(images/arrow_brown.gif) no-repeat 2px;
  padding-left: 12px;
  position: relative;
  left: 400px;
	}
#secondary #topicsDD li a{
  color: #B5882E;
	}

/*-------------------
 スケジュール一覧 
--------------------*/
#secondary #scheList {
  margin-top: 15px;
  margin-left: 12px;
  clear: both;
	}
#secondary #scheList h3 {
  padding-left: 8px;
  margin-left: 0px;
  margin-bottom: 12px;
  font-weight: normal;
	}
#secondary #scheList div {
  border-top: 1px dotted #d25481;
  padding: 10px 5px;
	}
#secondary #scheList h4 {
  color: #d25481;
  padding-left: 8px;
  padding-top: 3px;
  border-left: 5px solid #d25481;
  font-size: 14px;
	}
#secondary #scheList h4 span {
  margin-right: 10px;
	}
#secondary #scheList li{
  list-style: none;
  background: url(images/arrow_pink.gif) no-repeat 2px;
  padding-left: 12px;
  position: relative;
  left: 400px;
	}
#secondary #scheList li a{
  color: #d25481;
	}

/*-------------------
 スケジュールシングルページ 
--------------------*/
#secondary #schDD {
  margin-top: 15px;
  margin-left: 12px;
  clear: both;
  height: 350px;
	}
#secondary #schDD h3 {
  color: #D25481;
  padding-left: 8px;
  padding-top: 3px;
  border-left: 5px solid #D25481;
  font-size: 14px;
  margin-bottom: 10px;
	}
#secondary #schDD h3 span {
  margin-right: 10px;
	}
#secondary #schDD li{
  list-style: none;
  background: url(../../../../diary/wp-content/themes/original/images/arrow_pink.gif) no-repeat 2px;
  padding-left: 12px;
  position: relative;
  left: 400px;
	}
#secondary #schDD li a{
  color: #D25481;
	}



/*====================
 +footer
====================*/
#footer {
  background: url(images/footer_bg.jpg) repeat-x left top;
  height: 81px;
  margin-top: 30px;
  padding: 12px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
	}
#footer div#left{
  float: left;
  width: 200px;
  margin-right: 10px;
	}   
#footer div#right{
  float: right;
	}
#footer div#copyright{
  clear: both;
  padding-top: 14px;
	}
* html #footer div#copyright{ /* IE6対応 */
  padding-top: 8px;
	}

#footer h2 {	/* h2要素を画面に表示しない */
	width: 0;
	height: 0;
	overflow: hidden;
	}
#footer p {
  color: #C883EE;
	}
#footer dl{
  color: #c883ee;
	}
#footer dd,#footer dd a{
  margin-left: 12px;
  margin-top: 5px;
	}
#footer a {
  color: #c883ee;
	}
#footer a:hover {
  color: #c883ee;
	}
