/*
	custom.css  カスタマイズ用スタイルシート
	------------------------------------------------------

	このスタイルシートは将来的なリリースや更新等に対応した
	仕様となっているため、スタイルシートをご自身で変更され
	ても更新のたびに修正していただく必要はありません。

	ガイドライン:

	方法はとっても簡単。
	header.phpファイル内にある<body>タグは"custom"という名
	称のCSSクラスで定義されています。この"custom"を使って、
	既存のオリジナルのスタイルシートを上書きする要領です。

	具体的には、変更したいエレメント用のCSSを(style.cssより)
	コピーしてからペーストし、.customを先頭に追加してCSS指定
	をするだけで、必要に応じたCSSの変更が可能となっています。

	例えば、未訪問リンクの初期設定色を青から赤(#C00)に変更し、
	下線を取る場合は以下のように記述します。

	.custom a { color: #c00; text-decoration: none; }

	是非お試しください。

*/


div#sidebar h2 { font-size: 1.3em; text-transform: uppercase; background-color: #ccffcc;text-align: center;background: url(http://www.integralbeauty.jp/wp-content/uploads/2010/03/title_blue.gif) left bottom repeat-x; }

div#sidebar li {font-size:1.0em;
     list-style-type: none;
      margin-bottom: 4px
background-color: #ccffcc;
background-image: url("");
background-repeat: no-repeat; 
padding-left: 16px;}


div#sidebar li a {color:  #0000FF;
}
h1 { font-size: 1.3em; }

h2 { font-size: 1.6em; text-transform: uppercase; background-color: #ccffcc;text-align: center;background: url(http://www.integralbeauty.jp/wp-content/uploads/2010/03/title_blue.gif) left bottom repeat-x;  }

h3 { font-size: 1.4em; background-color: #ffffff;text-align: left;border-bottom:solid 3px #99CCFF;}


h4 { font-size: 1.0em; background-color: #ffffff;text-align: left;}

.posts h4 {font-size: 1.3em; font-weight: normal; }

h4 a, h4 a:visited { color: #0000cc; text-decoration: underline;}
p { font-size: 1.3em; "ＭＳ ゴシック","Osaka";text-align: left;}

.entry p {font-size: 1.0em; font-weight: normal;"ＭＳ ゴシック";}

div#menua{font-size: 1.0em; font-weight: normal;"ＭＳ ゴシック";}

li.widget li{  font-size: 1.5em;margin: 0em 0; padding: 0 0px; }


		li.widget widget_categorieswidget  li { font-weight: bold; font-size: 2.5em;}
