@charset "UTF-8";
/*  
Theme Name: stucustom 2008ver
Theme URI: http://www.stupid-net.com/
Description: 
Version: 1.0
Author: STUPID
Author URI: http://www.stupid-net.com/

	stucustom v1.0
	 http://binarybonsai.com/kubrick/
	This theme was designed and built by STUPID,
*/
/*
======================================================================================
	1. htmlタグ
		1-1. Linkタグ
		1-2. Listタグ
		1-3. Formタグ
		1-4. テーブルタグ
	2. 基本レイアウト設定
		2-1. 共用クラス
		2-2. FONTクラス
	3. ヘッダー設定
		3-1. contents navi
		3-2. パンくずリスト
	4. メインコンテンツ設定
		4.-1 TOPページ：注目記事
		4-2. TOPページ：中央2段目セパレートブロック(news&imeges)
		4-3. TOPページ：中央2段目セパレートブロック：イメージリスト
		4-4. 中央ブロック：共通
		4-5. LINKページ
		4-6. 中央ブロック：日付BOX
		4-7. 中央ブロック：カテゴリーBOX
		4-8. WORKSページ
		4-9. BLOGページ
		4-10. TEXTページ
		4-11. NEWSページ
		4-12. その他のカテゴリーページ
		4-13. ページコンテンツ
	5. サイドコンテンツ設定
	6. コメント
	7. カレンダー
	8. プラグイン
======================================================================================
*/
/*
======================================================================================
	1. htmlタグfont-size: 62.5%;
======================================================================================
*/

body {
	color: #333333;
	font-size: 62.5%;
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}
* html body {
	font-family: 'メイリオ', Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 1px;
}
*:first-child+html body { 
	font-family: 'メイリオ', Meiryo, sans-serif;
}
h1, h2, h3 {
	/*font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
* html h1, * html h2, * html h3 {
	font-family: 'メイリオ', Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 1px;
}
*:first-child+html h1, *:first-child+html h2, *:first-child+html h3 { 
	font-family: 'メイリオ', Meiryo, sans-serif;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 1.4em;
}
h2.pagetitle {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
hr {
	display: none;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
small {
	font-size: 0.9em;
	line-height: 1.5;
}
/*
======================================================================================
	1-1. Linkタグ
======================================================================================
*/
a {
	text-decoration: none;
}
a:link {
	color: #0099D1;
}
a:visited {
	color: #9BC2D1;
}
a:hover {
	color: #5D8087;
	/*text-decoration: underline;*/
}
a img {
	border: none;
}
/*
======================================================================================
	1-2. Listタグ
======================================================================================
*/
ul {
	line-height: 1;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
li {
	list-style-type: none;
}

/*
======================================================================================
	1-3. Formタグ
======================================================================================
*/
select {
	width: 130px;
}
/*
======================================================================================
	1-4. テーブルタグ
======================================================================================
*/
/*
======================================================================================
	2. 基本レイアウト設定
======================================================================================
*/

#page {
	text-align: left;
	width: 960px;
	padding: 0;
	margin: 0;
}
#header {
	width: 160px;
	float: left;
	padding: 0;
	margin: 0;
}
#contentsBody {
	width: 800px;
	float: left;
	padding: 5px 0 0 0;
}
#content {
	float: left;
}
#contentsLeft {
	width: 570px;
	padding: 10px 0 40px 0;
	margin: 0;
}
.twoColumnsBlock {
	width: 285px;
}
#contentsRight {
	width: 220px;
	padding: 0 0 40px 0;
	margin: 0 0 0 0;
}
#sidebar {
	font-size: 1.2em;
	float: right;
	padding: 0 0 30px 0;
	margin: 0 0 0 0;
}
#sidebarContents {
	padding: 0 0 0 15px;
}
#footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: none;
	clear: both;
	padding: 0;
	margin: 0 auto;
}
#footer p {
	text-align: left;
	margin: 0;
	padding: 0 0 0 10px;
}
/*
======================================================================================
	2-1. 共用クラス
======================================================================================
*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearBoth {
	clear: both;
}
.alignright {
	text-align: right;
	float: right;
}
.alignleft {
	text-align: left;
	float: left;
}
code {
	font: 1em 'Courier New', Courier;
	border: solid 1px #DDDDDD;
	display: block;
	padding: 1em;
	margin: 1em 0 0 1em;
}
.center {
	text-align: center;
}
/*
======================================================================================
	2-2. FONTクラス
======================================================================================
*/
.fCB {
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
.fCB {
	font-family: "Century Gothic", sans-serif;
}
* html .fCB {
	font-family: "Century Gothic", 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 0;
}
*:first-child+html .fCB { 
	font-family: 'メイリオ', Meiryo, sans-serif;
}
.fTM {
	font-family: 'Trebuchet MS', Verdana, 'Lucida Grande', Arial, Sans-Serif;
}
.wNormal {
	font-weight: normal;
}
.fsS {
	font-size: 0.85em;
}
/*
======================================================================================
	3. ヘッダー設定
======================================================================================
*/
#headerimg {
	text-align: center;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}
#headerimg a {
	background-image: url(images/headerImage.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 160px;
	height: 200px;
}
#headerimg a:link {
}
#headerimg a:hover {
	background-position: 0px -200px;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
#contentsUtility {
	margin: 0 0 0 0;
}
#contentsUtility #searchform {
	width: 250px;
	float: right;
	padding: 0;
	margin: 0 0 5px 0;
	text-align: right;
}
/*
======================================================================================
	3-1. contents navi
======================================================================================
*/
#contentsNavi {
	font-size: 1.3em;
}
#contentsNavi ul {
	line-height: 1.4;
	padding: 0;
	margin: 5px 0 0 13px;
}
#contentsNavi li {
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#contentsNavi li.pagenav {
	background-image: none;
}
#contentsNavi ul ul {
	margin: 0;
}
#contentsNavi li ul li {
	font-size: 1em;
	text-indent: 0.5em;
}
#contentsNavi li ul li ul li {
	font-size: 0.82em;
	text-indent: 1.5em;
}
#contentsNavi li ul li ul li ul li {
	font-size: 1em;
	text-indent: 2.5em;
}
#contentsNavi li ul li a{
	display: inline;
}
#contentsNavi .current_page_item {
	background-color: #F3F3F3;
}
#contentsNavi .current_page_item ul {
	background-color: #FFFFFF;
}
/*
======================================================================================
	3-2. パンくずリスト
======================================================================================
*/
#breadcrumb {
	font-size: 1.1em;
}
/*
======================================================================================
	4. メインコンテンツ設定
======================================================================================
*/
.narrowcolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 0;
}
.narrowcolumn h2{
	padding: 0 0 20px 0;
}
.narrowcolumn .postmetadata {
	text-align: center;
	padding-top: 5px;
}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}
.post {
}
.entry {
	font-size: 1.2em;
	padding: 10px 0 0;
}
.post hr {
	display: block;
}
.navigation {
	width: 570px;
	padding: 0 0 0 0;
	margin: 1em 0 5px 0;
}
.postmetadata {
	clear: left;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
/*リスト表示最適化処理*/
.entry ul, .entry ol {
	line-height: 1.4;
	margin: auto -3em 1em 0;
	padding: 0;
	position: relative;
	left: -3em;
	overflow: hidden;
}
.entry ul li {
	list-style-type: disc;
}
.entry ul dt {
	font-weight: bold;
}
.entry ol li {
	list-style-type: decimal;
}
.entry li, .entry dd, .entry dt {
	margin: 0.5em 0 0.5em 0;
}
.entry ul ul, .entry ul ol, .entry ol ol, .entry ol ul{
	margin-left: 1em;
	padding-left: 0;
}
.entry ul li, .entry ol li, .entry ul dt, .entry ul dd {
	margin-left: 5em;
}
.entry li li, .entry dd li{
	margin-left: 3.5em;
}
.alt {
}
/*
======================================================================================
	4.-1 TOPページ：注目記事
======================================================================================
*/
#contentPickup, #contentLinks {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}
#contentPickup h2 {
	margin: 0 0 5px 0;
}
#contentPickup .entry {
	padding: 0 0 10px 0;
	margin: 0;
}
#contentPickup .entry p {
	margin: 0 0 1em 0;
}
/*
======================================================================================
	4-2. TOPページ：中央2段目セパレートブロック(news&imeges)
======================================================================================
*/

.twoColumnsBlockBody h2 {
	padding: 0 0 5px 0;
	margin: 0;
}
.twoColumnsBlockBody {
	padding: 0 10px 10px 0;
	margin: 0;
}
.twoColumnsBlockBody h3 {
	color: #FFFFFF;
	background-color: #000000;
	padding: 2px 0 2px 3px;
}
.twoColumnsBlockBody h3 a {
	color: #FFFFFF;
	background-color: #000000;
	padding: 2px 0 2px 3px;
}
.twoColumnsBlockBody h3 a:link {
	color: #FFFFFF;
}
.twoColumnsBlockBody h3 a:visited {
	color: #DDDDDD;
}
.twoColumnsBlockBody h3 a:hover {
	color: #0099D1;
}
.contentNewsEntry {
	font-size: 1.1em;
	padding: 0;
	margin: 0;
}
.contentNewsDate {
	font-size: 0.9em;
	text-align: right;
	padding: 0;
	margin: 0 0 1em 0;
}
.contentBlogTitle {
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
}
/*
======================================================================================
	4-3. TOPページ：中央2段目セパレートブロック：イメージリスト
======================================================================================
*/
#imageList {
	border: 0px;
	font-size: 1.2em;
}
#imageList td {
	border: 0px;
	text-align: center;
	padding-bottom: 0;
}
#imageList td img {
}
.imageParts {
	width: 80px;
	height: 80px;
	padding: 2px;
	overflow: hidden;
	border: 1px solid #DDDDDD;
}
.imageParts:hover {
	border: 1px solid #5D8087;
}

/*
======================================================================================
	4-4. 中央ブロック：共通
======================================================================================
*/
.contentBox {
}
.contentBox h2 {
	text-align: left;
}
.contentBox h2.singleTop {
}
.contentBoxBody {
}
.contentBox .post h3 {
	padding: 2px 0;
}
.contentBox .post {
	padding: 0 0 1em 0;
	margin: 0 0 0 0;
}
.contentBox .entry {

	padding: 0 0 1em 0;
	margin: 0;
}
.contentBox .entry p {
	margin: 0 0 1em 0;
}
.contentBox .entryTop, .contentBox .entrySingleTop {
	background-image: url(images/postHeaderRight_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0 0 5px 0;
	border-bottom: solid 1px #000000;
}
.contentBox .entrySingleTop {
}
.contentBox .postmetadata {
}
/*
======================================================================================
	4-5. LINKページ
======================================================================================
*/
#contentLinks h3 {
	color: #FFFFFF;
	font-size: 1.2em;
	background-color: #000000;
	padding: 2px 5px;
	margin: 0 0 5px 0;
}
#contentLinks .entry img {
	border: solid 1px #DDDDDD;
	padding: 5px;
	margin: 0 10px 3px 0;
}
#contentLinks .entry a:hover img {
	border: solid 1px #7BB0CD;
}
.linkList {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}
.linkList td {
	padding: 0 0 5px 0;
}
.linkList td.description {
	font-size: 1.1em;
}

/*
======================================================================================
	4-6. 中央ブロック：日付BOX
======================================================================================
*/
.dateBox {
	color: #FFFFFF;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	background-color: #000000;
	width: 50px;
	padding: 2px;
	margin: 0;
}
.dateBoxMonth {
	font-size: 1.2em;
}
.dateBoxDay {
	font-size: 2em;
}
.dateBoxYear {
	font-size: 1em;
}
/*
======================================================================================
	4-7. 中央ブロック：カテゴリーBOX
======================================================================================
*/
.postHeaderRight {
	width: 516px;
}
.categoryBox {
	font-family: 'Trebuchet MS', Verdana, 'Lucida Grande', Arial, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Sans-Serif;
	font-weight: bold;
	background-color: #000000;
	width: 506px;
	padding: 0 5px 1px 5px;
	margin: 0;
}
.categoryBox a:link {
	color: #FFFFFF;
}
.categoryBox a:visited {
	color: #DDDDDD;
}
.categoryBox a:hover {
	color: #ECFFFE;
}
/*
======================================================================================
	4-8. WORKSページ
======================================================================================
*/

#contentWork .post h3 {
	padding: 2px 0 0 5px;
	background-color: #000000;
}
#contentWork h3 a:link {
	color: #FFFFFF;
}
#contentWork h3 a:visited {
	color: #DDDDDD;
}
#contentWork h3 a:hover {
	color: #1089CD;
}
#contentWork .categoryBox {
	background-color: #DAE4E8;
	margin: 0 0 0 0;
}
#contentWork .categoryBox a:link {
	color: #000000;
}
#contentWork .categoryBox a:visited {
	color: #666666;
}
#contentWork .categoryBox a:hover {
	color: #1089CD;
}
/*
======================================================================================
	4-9. BLOGページ
======================================================================================
*/

#contentBlog .post h3 a:link {
	color: #000000;
}
#contentBlog .post h3 a:visited {
	color: #829095;
}
#contentBlog .post h3 a:hover {
	color: #0099D1;
}

/*
======================================================================================
	4-10. TEXTページ
======================================================================================
*/
.textCategoryListBox {
	width: 570px;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}
.textCategoryListBox h3 {
	background-color: #DAE4E8;
	background-image: url(images/textIndexH3Bg.gif);
	background-repeat: no-repeat;
	padding: 2px 5px 0 15px;
	margin: 0 0 1em 0;
}
.textCategoryList {
	width: 275px;
	margin: 0 10px 0 0;
}
.textCategoryList li, .textCategoryListBoxSingle li {
	font-size: 1em;
	line-height: 1.4;
	background-image: url(images/textListBg.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 0 0 0.5em 10px;
}
#contentText h3 a:link, .textCategoryList li  a:link, .textCategoryListBoxSingle li  a:link {
	color: #000000;
}
#contentText h3 a:visited, .textCategoryList li  a:visited, .textCategoryListBoxSingle li  a:visited {
	color: #666666;
}
#contentText h3 a:hover, .textCategoryList li  a:hover, .textCategoryListBoxSingle li  a:hover {
	color: #0099D1;
}
/*
======================================================================================
	4-11. NEWSページ
======================================================================================
*/
#contentNews .post h3 {
	background-color: #DDDDDD;
	padding: 2px 5px;
}
#contentNews .post h3 a:link {
	color: #000000;
}
#contentNews .post h3 a:visited {
	color: #829095;
}
#contentNews .post h3 a:hover {
	color: #0099D1;
}

/*
======================================================================================
	4-12. その他のカテゴリーページ
======================================================================================
*/
#contentOther .post h3 {
	color: #FFFFFF;
	background-color: #000000;
	padding: 2px 5px;
}
#contentOther .post h3 a:link {
	color: #FFFFFF;
}
#contentOther .post h3 a:hover {
	color: #0099D1;
}
#contentOther .entry {
	margin: 0 0 5px 0;
}

.widecolumn .post {
	margin: 0;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.widecolumn .entry p {
	font-size: 1.05em;
}
.widecolumn {
	line-height: 1.6;
}
/*
======================================================================================
	4-13. ページコンテンツ
======================================================================================
*/
#contentPage .post h3 {
	color: #000000;
	background-color: #DAE4E8;
	padding: 2px 5px;
	margin: 0 0 0.5em 0;
}
#contentPage .post h4, #contentPage .post h5 {
	padding: 0;
	margin: 0;
}
#contentPage .post h4.baseBlack {
	color: #FFFFFF;
	text-indent: 0.5em;
	background-color: #000000;
	padding: 0 0 2px 0;
	margin: 0 0 3px 0;
}
#contentPage .post h5 {
	margin: 0 0 1em 0;
}
#contentPage .post .b190 h4, #contentPage .post .b285 h4 {
	color: #FFFFFF;
	text-indent: 0.5em;
	background-color: #000000;
	width: 185px;
	padding: 0 0 2px 0;
	margin: 0 0 3px 0;
}
#contentPage .post .b285 h4 {
	width: 280px;
}
#contentPage .post .b190 {
	width: 190px;
}
#contentPage .post .b285 {
	width: 285px;
}
/*
======================================================================================
	5. サイドコンテンツ設定
======================================================================================
*/
#sidebar h2 {
	font-size: 1.2em;
	padding: 0;
	margin: 0 0 5px 0;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
}
#sidebar ul p, #sidebar ul select {
	margin: 0 0 5px 0;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	/*list-style: decimal outside;*/
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
#sidebar form {
	margin: 0;
}
#searchform {
	margin: 10px auto;
	padding: 2px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
/*
======================================================================================
	6. コメント
======================================================================================
*/
.commentBox {
	margin: 0 0 20px 0;
}
.contentBox .post h3#comments, .contentBox .post h3#respond {
	color: #FFFFFF;
	font-size: 1em;
	text-indent: 0.5em;
	background-color: #000000;
	padding: 0;
	margin: 20px 0 0 0;
}
.commentlist {
	padding: 0;
}
.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}
.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist cite, .commentlist cite a {
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5;
	text-transform: none;
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.commentmetadata {
	font-weight: normal;
	margin: 0;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */

}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.alt {
	margin: 0;
	padding: 10px;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
/* End Images */

/*
======================================================================================
	7. カレンダー
======================================================================================
*/
/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	text-align: center;
	padding: 3px 0;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */
/*
======================================================================================
	8. プラグイン
======================================================================================
*/
/* Begin Various Tags & Classes */
/*sbm_eopular_entry Plugin Style*/
.bookmark {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	text-align: right;
}
/*event calender */
#sidebar ul ul.ec3_events ul {
	margin: 0 0 3px 0;
	line-height: 1.2;
}
.ec3_list_day {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
}
#sidebar ul ul.ec3_events li.ec3_list_day {
	text-indent: 2px;
	padding: 2px 0 0 0;
	margin: 0 0 5px 0;
}
.ec3_list_day ul {
	color: #000000;
	background-color: #FFFFFF;
}
/*tag Plugin Style*/
.tagcloud {
	line-height: 1.2;
	margin: 0 1em 1em 0.5em;
}

.utwtags {
	padding: 0.5em;
	margin: 0 0 0 0;
}
#contentPage .utwtags {
	border: 1px solid #E3ECEB;
	margin: 0 0 1em 0;
}

/*Flexible Upload Plugin Style*/
.imageframe {
	margin: 0 1em 0 0;
}
.imgalignleft { float: left; }
.imgalignright { float: right; }
.imgaligncenter { margin-left: auto; margin-right: auto; }

/*リスト表示最適化処理(IE6以前用)*/
/* hide from Mac IE \*/

* html ul, * html ol {
	height: 0;
	overflow: visible;
}
* html ul, * html ol {
	height: 100%;
}
/* */
*:first-child+html ul, *:first-child+html ol {
	height: 0;
	overflow: visible;
}
*:first-child+html ul, *:first-child+html ol {
	height: 1%;
}

/*===============ここからfloat対策===============*/
.floatParent:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.floatParent {
	display:inline-block;
}
/* Hides from IE-mac \*/
*html .floatParent {height:1%;}
.floatParent {display:block; }
/*End hide from IE-mac */
/*===============ここまでfloat対策===============*/

