/* インデックス、スタイルシート */
/* ビジネスモデル特許出願 */


/* 左寄せレイアウトは、490行　■コンテナ内部の設定■　を修正、波線の長さは90行 */

	









/* Base Weblog (base-weblog.css) */

html		{ margin: 0; padding: 0; }
body		{ margin: 0; padding: 0; font-size : 14px; }
form		{ margin: 0; padding: 0; }
a		{ text-decoration: none; }
a img		{ border: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* standard helper classes */

.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}


.pkg:after {
	content: " ";
	display: block;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

* html .pkg { display: inline-block; }
* html .pkg { height: 1%; }
.pkg { display: block; }


/*■ページのレイアウト■*/

body {
		font-size:14px;
		color: #333;
		position  : relative;
		margin: 0px;
		padding:0;
		width: 100%;
		text-align: center;
		BACKGROUND-COLOR:#FFF;
}


/*コンテナ設定*/

#container {
		position: relative;
		margin: 0 auto;
		width: 740px;
		text-align: left;
		background-color: #FFFFFF;
}

#container-inner { position: static; width: auto; }


/*-----------ここから追加ID＆追加CLASSを指定-----------------------------*/


/*■波線の表示設定■
	フレームタイプの場合→		変更無し。
	画像タイプの場合→		変更無し。
	直リンクタイプの場合…
		中央揃えの場合はコメントアウトだけを削除。
		左側揃えの場合はWIDTHの値を変更して（120の倍数でピクセル指定）
		MARGINの値の4つ目を0PXへと変更してください。
---------------------------------------*/


/*
#partition{
		WIDTH	:100%;
		HEIGHT	:30PX;
		MARGIN	:10PX AUTO 0PX AUTO;
		background	:url("http://acoa.co.jp/kobako/gif/wave.gif") repeat-x;
}
*/

/*
#partition{
		WIDTH	:100%;
		HEIGHT	:20PX;
		MARGIN	:0PX AUTO 0PX AUTO;
		background	:url("http://acoa.co.jp/kobako/gif/wave.gif") repeat-x;
}
*/


#ankeito8{
		MARGIN	:AUTO AUTO AUTO 20PX;
}


/* 中央揃え
#partition{
		WIDTH		:100%;
		HEIGHT	:20PX;
		MARGIN	:0PX AUTO 0PX AUTO;
		background	:url("http://acoa.co.jp/kobako/gif/wave.gif") repeat-x;
}
*/


/* 途中で波線を止める場合
#partition{
		WIDTH		:720PX;
		HEIGHT	:20PX;
		MARGIN	:0PX AUTO 0PX 0PX;
		background	:url("http://acoa.co.jp/kobako/gif/wave.gif") repeat-x;
}
*/



/*■画像タイプの場合■
	この記述は、画像タイプにした時のみ反映されます。
	ホームページに飛んだときのズレを無くす設定です					SB10,11,12,13


#change-img			{ MARGIN-LEFT:16PX; }

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



/*■バーチャルガイド■
	この記述は、サイドバーにVGを入れた時のみ反映されます。
	上下の間隔を空ける設定です。								SB8,9,11,13,17,19
---------------------------------------*/

.module-content-VG	{ MARGIN:5PX 0PX; }




/*Pコメント部分
---------------------------------------*/

DIV#new{
		FONT-SIZE:16PX;
		line-height:1.2em;
		WIDTH:484PX;
		MARGIN: 3PX 0PX 30PX 0PX;
}

DIV#new P	{ MARGIN:0PX AUTO; }
DIV#new P A	{ text-decoration:none; }
#clover	{ MARGIN:0PX 0PX -3PX 0PX; }

#vguide { MARGIN:-16PX 0PX 0PX -6PX; }



/*■IFRAMEを右にずらしスクロールを隠す 未使用■
margin: 2px 4px 6px 8px; … ［上］ と ［右］ と ［下］ と ［左］ を指定

 #iframe {
 margin: 0px 0px 0px 0px;
 overflow: hidden;
 }
*/


/*■IFRAMEに関する設定　未使用■
	この記述は、フレームタイプを選択した場合に適用します。
	コメントアウトだけを削除してください。


#frame{
		WIDTH		:100%;
		MARGIN	:0PX;
		OVERFLOW	:SCROLL;

		scrollbar-face-color		:#FFF;
		scrollbar-arrow-color		:#FFF;
		scrollbar-track-color		:#FFF;
		scrollbar-3dlight-color		:#FFF;
		scrollbar-highlight-color	:#FFF;
		scrollbar-shadow-color		:#FFF;
		scrollbar-darkshadow-color	:#FFF;
}

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


/*スクロールバーを白くする設定等（予備データ）
---------------------------------------


#frame{
		WIDTH		:100%;
		HEIGHT	:468PX;
		MARGIN	:0PX;
		OVERFLOW	:SCROLL;
		OVERFLOW-X	:HIDDEN;

		scrollbar-face-color		:#FFF;
		scrollbar-arrow-color		:#FFF;
		scrollbar-track-color		:#FFF;
		scrollbar-3dlight-color		:#FFF;
		scrollbar-highlight-color	:#FFF;
		scrollbar-shadow-color		:#FFF;
		scrollbar-darkshadow-color	:#FFF;
}

*/



/*■『上部はホームページを～』の部分（共通）
---------------------------------------*/

#hpandblog {
	WIDTH	:700PX;
	MARGIN	:8PX AUTO 10PX AUTO;
}


/*
#hpandblog {
	WIDTH		:700PX;
	MARGIN	:-32PX AUTO 10PX AUTO;
}
*/


/*■3連ボタンの間隔の設定（共通）
---------------------------------------*/
#hpandblog .icon{
	MARGIN-LEFT		:6PX;
	MARGIN-RIGHT	:0PX;
	PADDING		:0PX;
	VERTICAL-ALIGN	:TOP;
}


/*■エントリー最下部の緑のTOPボタン（共通）
---------------------------------------*/

DIV#foot{
	WIDTH		:100%;
	TEXT-ALIGN	:CENTER;
	MARGIN	:20PX AUTO;
}


/*-----------ここまで追加ID＆追加CLASSを指定-----------------------------*/


/*バナーの編集*/

#banner {
		position: relative;
		width:740px;
		height:180px;
}


#banner-inner	{ position: static; }


#pagebody	{
	position	:relative;
	width		:100%;

}

#pagebody-inner	{ position: static; width: 100%; }

#alpha, #beta, #gamma, #delta {
		display: inline;
		position: relative;
		float: left;
		min-height: 3px;
}

#delta { float: right; }
#alpha-inner, #beta-inner, #gamma-inner, #delta-inner { position: static; }


/* banner user/photo */


/*コンテンツ*/

.content-nav {
	FONT-SIZE:12PX;
	margin: 30PX AUTO 10PX AUTO;
	text-align: right;
	/*text-align: center;*/

}

.date-header,
.entry-content {
	position: static;
	clear: both;
}


.entry,
.trackbacks,
.comments,
.archive {
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}


.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
	clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
	clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
	clear: both;
	margin: 1px 10px 10px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
	width: 240px;
}

#comment-bake-cookie {
	margin-left: 0;
	vertical-align: middle;
}

.comments-open-header {
	clear: both;
}

#comment-post {
	font-weight: bold;
}



/*サイドバー*/

/*
DIV#thumbnail{
margin-top:12px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
}
*/



.module {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.module-content {
	position: left;
	margin  : 5px 10px 15px 5px;
	padding : 10px 0px 0px 0px;
/*	font:1.4em;	*/
	font-size:12px;
}


.module-list,
.archive-list {
	margin : 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	list-style: none;
	font:1.4em;
}


/*サイドバーの各リスト*/

.module-list-item {
	margin-top: 5px;
	margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-wishlist .module-content { text-align: center; }




.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item {
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
	content: " ";
	display: block;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 140%;
}

* html .typelist-thumbnailed .module-list-item { display: inline-block; }

* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }

.typelist-thumbnail {
	float: left;
	min-width: 60px;
	width: 60px;
	width: auto;
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
	margin: 0;
	padding: 5px;
}



/* positioniseverything.net/easyclearing.html */


/* Vicksburg II (theme-vicksburg.css) */

/* basic page elements */

body {
	font-family:"MS Pゴシック",sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	BACKGROUND-COLOR:#FFF;
}


/* 全体のリンクの色
a		{ color: #666; text-decoration: none; }
a:hover	{ color: #00C; }
*/


/*バナーの文字の設定*/

#banner a {
		color: #007000;
		text-decoration: none;
		width:500px;
		height:100px;
}


#banner a:hover	{
		color: #90C090;
		width:500px;
		height:100px;
}


/*サイドバー内部のリンク設定*/

.module-content a	{ color: #36414d; text-decoration: none;}
.module-content a:hover	{ color: #a3b8cc; text-decoration: none;}


/*■サイドバーのタイトル■*/


.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
	position: relative;
	width: 100%;
	width: auto;
	margin: 0;
	/*border-left: 5px solid #F7964A; タイトル左バー、濃いオレンジ*/
	/*border-bottom: 1px solid #F7964A; タイトル下線、濃いオレンジ*/
	padding: 3px;
	color: #333;
	background: #FFFFFF;
	/*background: #E0FFF0; 薄い緑 */
	/*background: #FFCF7B; 濃いオレンジ */
	font-size: 11px;
	font-weight: nomal;
	/*font-weight: bold;*/
	line-height: 100%;
}

/*
.archive-header {
	position: relative;
	width: 100%;
	width: auto;
	margin: 0;
	border-left: 5px solid #F7964A;
	border-bottom: 1px solid #F7964A;
	padding: 5px;
	color: #333;
	background: #D0FFE0;
	font-size: 11px;
	font-weight: bold;
	line-height: 140%;
}
*/

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover,
.archive-header a,
.archive-header a:hover {
	color: #003000;
	text-decoration: none;
}


.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
	font-size: 11px;
}


.commenter-profile img { vertical-align: middle; }



/*■コンテナ内部の設定■
	この記述は、左揃えを選択した時に適用します。
	コメントアウトだけを削除すると左揃えになります。
	左に行き過ぎる場合は4つ目の数値を調節してください。				SB7,9,12,13,18,19

	中央揃えの場合は変更無しでお願いします。
---------------------------------------*/

#container {
	width: 740px;
	padding:0;
	background: #fff;
	
	/*	MARGIN:0PX AUTO 0PX 18PX;	← 左揃えは4つ目を 18PXなど、中央揃えはこの行をコメントアウト */
}



/*最外周枠*/

#container-inner {}


/*バナーの編集*/

#banner {
		position: relative;
		width:740px;
		height:180px;
}



/*バナーの周辺の枠の設定*/

#banner-inner {}

.banner-user {
	width: 70px;
	margin-top: 5px;
	font-size: 10px;
}




/*記事部分の範囲*/

#alpha {
		margin: 0px 16px 0 20px;
		width: 484px;
}


/*サイドバー設定*/

#beta {
		width		: 196px;
		margin-top	:0px;
		MARGIN-BOTTOM:100PX;
		margin-right:0px;
		background	:#FFFFFF;
		BORDER	:0PX SOLID #FFFFFF;
}


/*
#beta {
		width		: 196px;
		margin-top	:4px;
		MARGIN-BOTTOM:100PX;
		margin-right:0px;
		background	:#FFFBB5;
		BORDER	:2PX SOLID #FFFC73;
}
*/


#gamma, #delta {
		width: 180px;
		background: #e6ecf2;
}


/*サイドバーの外周枠*/

#beta-inner,
#gamma-inner,
#delta-inner {
	padding: 8px 8px 0 8px;
}


/*エントリーの日付の変更*/

.date-header {
	margin-top: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}


/*■エントリーの題名の設定■*/

.entry-header {
	margin: 1px;
	padding: 1px 1px 3px 22px;
	color: #505050;
	font-weight: bold;
	font-size: 16px;
	background: url("http://acoa.co.jp/kobako/gif/budou.gif") no-repeat 2px -3px;
}


/*■エントリー本文と記事の外周枠*/

.entry-content,
.comment-content,
.trackback-content {
	font-size:medium;
	line-height: 1.2em;
	border: 1px solid #E0E0FF;
	background-color: #FFFFFF;
	PADDING:5PX 10PX;
}

/* 枠オレンジ
.entry-content,
.comment-content,
.trackback-content {
	font-size:medium;
	line-height: 1.2em;
	border: 1px solid #FFDDBB;
	background-color: #FFFFFF;
	PADDING:5PX 10PX;
}
*/

.entry-tags {
	margin: 0 0 10px 10px;
}

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }

.entry-tags-list {
	list-style:none;
	padding: 0px;
}


/*■コメント・TB等を配置してるBOX
（記事の枠の下部にある灰色の線もここで指定しています。）
*/

.entry-footer,
.comment-footer,
.trackback-footer {
	margin		:0px 0px 10px 0px;
/*	border-top	:1px solid #dae0e6;	*/
	padding-top	:1px;
	color		:#999999;
	font-size	:11px;
	text-align	:right;
	VERTICAL-ALIGN	:BOTTOM;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer {
	margin-left: 10px;
}



/*■トラックバックの説明■*/

#trackbacks-info {
	margin: 8px 0;
	border: 2px dashed #a3b8cc;
	padding: 0 8px;
	color: #292e33;
	font-size: 11px;
	text-align: center;
	background: #e6ecf2;
}


/*■エントリーに対する返信コメントのボタンの周辺■*/

.comments-open-footer {
	margin: 10px 0;
}

/*■モジュール■*/


/*■サイドバーの表の内部の薄い表■*/

.module {
	margin: 0 0 10px 0;
	background: #FFFFFF;
}

/*
.module {
	margin: 0 0 10px 0;
	background: #FFFFD6;
}
*/


/*■サイドバー内部の文字■*/

.module-content {
	margin: 0 0 5px 0;
	padding: 5px 8px 5px 8px;
	font-size: 12px;
	line-height: 1.4em;
/*	letter-spacing:2px;	*/
}


/*■検索ボタン■*/

.module-search input { font-size: 10px; }

/*■検索フォーム■*/

.module-search #search { width: 100px; }


/*■サイドバーの、SIX Apertへのリンク周辺BOX■*/

.module-powered { border-width: 0; }


/*■サイドバーの、SIX Apertへのリンク文字■*/

.module-powered .module-content {
	margin-bottom: 0;
	padding-bottom: 10px;
	color: #292e33;
	background: #fff;
}



/*■サイドバーのカテゴリー＆黒丸■*/

.module-list {
	margin: 0 15px 10px 0px;
/*	list-style: disc;	*/
}


/*■サイドバーのサブカテゴリー＆白丸■*/

.module-list .module-list {
	margin: 5px 0 0 0;
	padding-left: 15px;
/*	list-style: circle;	*/
}


/*■サイドバー内部の通常文字（リンクも含む）のスタイル■*/

.module-list-item {
	margin-top: 0;
	color: #666;
	line-height: 1.2;
}

.typelist-thumbnailed .module-list {
	margin: 0 0 10px 0;
	list-style: none;
}

.typelist-thumbnailed .module-list-item {
	margin: 1px 0;
	padding: 0;
	background: #f3f6f9;
}

.typelist-thumbnail {
	background: #fff;
}


.module-tagcloud .module-list {text-align: center; }
.module-tagcloud .module-list { list-style: none; }
.module-tagcloud .module-list-item { display: inline; }
.module-tagcloud li.taglevel1 { font-size: 19px; }
.module-tagcloud li.taglevel2 { font-size: 17px; }
.module-tagcloud li.taglevel3 { font-size: 15px; }
.module-tagcloud li.taglevel4 { font-size: 13px; }
.module-tagcloud li.taglevel5 { font-size: 11px; }
.module-tagcloud li.taglevel6 { font-size: 9px; }




/* artistic tweaks */

.layout-artistic #alpha { width: 260px; }
.layout-artistic #beta { width: 420px; }

.layout-artistic #gamma,
.layout-artistic #delta {
	width: 190px;
}

.layout-artistic #gamma-inner,
.layout-artistic #delta-inner {
	border: 0;
	padding: 0;
}


/* moblog1 tweaks */

.layout-moblog1 #alpha {
	margin: 0;
	width: 180px;
	background: #e6ecf2;
}

.layout-moblog1 #alpha-inner {
	padding: 10px 10px 0 10px;
	border-width: 2px 0 2px 2px;
	border-style: solid;
	border-color: #fff;
}

.layout-moblog1 #beta {
	margin: 15px 15px 0 15px;
	width: 320px;
	background: none;
}

.layout-moblog1 #beta-inner {
	padding: 0;
	border-width: 0;
}



/* moblog2 tweaks */

.layout-moblog2 #alpha {
	margin: 0;
	width: 86px;
	background: #e6ecf2;
}

.layout-moblog2 #alpha-inner {
	padding: 10px 10px 0 10px;
	border-width: 2px 0 2px 2px;
	border-style: solid;
	border-color: #fff;
}

.layout-moblog2 #beta {
	margin: 15px 15px 0 15px;
	width: 260px;
	background: none;
}

.layout-moblog2 #beta-inner {
	padding: 0;
	border-width: 0;
}

.layout-moblog2 #delta {
	width: 154px;
}


/* timeline tweaks */

.layout-timeline #alpha { width: 260px; }
.layout-timeline #beta { width: 420px; }

.layout-timeline #gamma,
.layout-timeline #delta {
	width: 190px;
}

.layout-timeline #gamma-inner,
.layout-timeline #delta-inner {
	border: 0;
	padding: 0;
}


/* one-column tweaks */

/*■たとえば検索後のように1カラム状態になったときの表示方法■*/

/*.layout-one-column body { min-width: 520px; }	*/
.layout-one-column body {
	min-width: 740px;
	text-align:left;
}
/*.layout-one-column #container { width: 520px; }	*/
.layout-one-column #container {
	width: 740px;
	text-align:left;
}
/*.layout-one-column #banner { width: 510px; }	*/
.layout-one-column #banner {
	width: 740px;
	text-align:left;
}

/* two-column-left tweaks */

.layout-two-column-left #alpha {
	margin: 0;
	width: 200px;
	background: #e6ecf2;
}

.layout-two-column-left #alpha-inner {
	padding: 10px 10px 0 10px;
	border-width: 2px 0 2px 2px;
	border-style: solid;
	border-color: #fff;
}

.layout-two-column-left #beta {
	margin: 15px 15px 0 15px;
	width: 480px;
	background: none;
}

.layout-two-column-left #beta-inner {
	padding: 0;
	border-width: 0;
}


/* three-column tweaks */

.layout-three-column #alpha {
	margin: 0;
	width: 180px;
	background: #e6ecf2;
}

.layout-three-column #alpha-inner {
	padding: 10px 10px 0 10px;
	border-width: 2px 0 2px 2px;
	border-style: solid;
	border-color: #fff;
}

.layout-three-column #beta {
	margin: 15px 15px 0 15px;
	width: 320px;
	background: none;
}

.layout-three-column #beta-inner {
	padding: 0;
	border-width: 0;
}


/*
 *  Preliminary styles added by Jay for Vicksburg II
 *     for review by Luke/Walt and rest of team
 */

/* All or multiple templates
	Suppress underlines on linked entry titles */
.entry-header a { text-decoration: none; }
	/* Suppress the prev/next nav */

/*■検索■*/

.mt-search-results .search-results-header {
	border: 2px solid #F7964A;
	background-color: #FFCF7B;
	color: #333;
	padding: 5px;
}
.mt-search-results .search-results-container { margin-left:10px; }
.mt-search-results form#search-form { width: 400px; margin: 0px auto 20px auto; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align:center; }

/* Entry tag display */
div.entry-tags { margin:0 0 10px 10px; }
ul.entry-tags-list {
	list-style:none;
	padding: 0px;
}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag { display: inline; }

/* Main index styles
	Suppress date header on main index */

/* Comment preview and individual entry
	Widen the comment form */
form textarea#comment-text { width:400px; }

/* All archive templates
	Informational "where am I?" module at top of sidebar */
.module-welcome p { font-size: 12px; }
.module-content p.first { margin-top:0px; }

/* Date-based and category archives
	Archive title banner at top of page, below blog banner */


.individual-entry-archive #archive-title, {
	position: relative;
	width: 100%;
	width: auto;
	margin: 0PX 0PX 10PX 0PX;
	padding: 1px 1px 3px 22px;
	color: #505050;
	font-weight: bold;
	font-size: 16px;
	background: url("http://acoa.co.jp/kobako/gif/budou.gif") no-repeat 2px -3PX;
}


#archive-title-gif {
	position: relative;
	width: 100%;
	width: auto;
	margin: 0PX 0PX 10PX 0PX;
	padding: 1px 1px 3px 22px;
	color: #505050;
	font-weight: bold;
	font-size: 16px;
	background: url("http://acoa.co.jp/kobako/gif/budou.gif") no-repeat 2px -3PX;
}

.master-archive-index #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {
	position: relative;
	width: 100%;
	width: auto;
	margin: 0PX 0PX 10PX 0PX;
	padding: 1px 1px 3px 2px;
	/* 	padding: 1px 1px 3px 22px; */
	color: #505050;
	font-weight: bold;
	font-size: 16px;
	/* background: url("http://acoa.co.jp/kobako/gif/clover.gif") no-repeat 2px 2PX; */
}



/* Experimental comment styles Not currently in use anywhere in default templates For testing only... */
#comments-experimental .comment, #comments-experimental .comment .comment-inner {
	width:36em;
}

#comments-experimental .comment {
	padding: 0px;
	margin: 10px 15px;
	background-color:#eef;
	border:2px solid #bbb;
}

#comments-experimental .comment .comment-inner {
	position:relative;
	margin:-5px 0 0 -3px;
	background:#f3f3ff;
	border:1px solid #003;
}

#comments-experimental .comment:hover .comment-inner {
	border:1px solid #000;
	background-color: #fff;
}

#comments-experimental .comment a {
	text-decoration: none;
	border-bottom: 1px dotted #36414d;
}

#comments-experimental .comment:hover a {
	color: #333;
	border-bottom: 1px solid #666;
}

#comments-experimental .comment .comment-content {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 15px;
}

#comments-experimental .comment-footer-experimental {
	margin-right: 15px;
	font-size: 10px;
	text-align: right;
}

#comments-experimental .comment .comment-header {
	font-size: 16px;
	font-weight:bold;
	margin: 5px auto 5px 10px;
/*	text-shadow: #99A 2px 2px 1px #66F;	*/
	color: #666;
}



/*タグクラウド*/
.module-tagcloud .module-content {text-align: left; }
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }


/*キーワード表示フォーム*/
#getpram{
  font-size : 16px;
  color : red;
  border : 1px none;
}



