/* ************************************************
CSS検索用ワード
#layout
#main
#left
#right	
************************************************ */


body {
color: #555555;
background-color: #FFFFFF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: "ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:80%;
word-wrap:break-word;
text-align:center;
line-height: 1.3;
}

/* 全体の大きさ */
#layout { width: 900px; margin-left:auto; margin-right:auto; text-align:left;}

/* ヘッダー */
#head { width:900px; padding-bottom:20px; margin-bottom: 20px; background:url(http://file.cosme.no-mania.com/underline_gray.gif) bottom left repeat-x; }

/* メニューとメインのボックス */
#wrap { float:left; width:690px;}

/* メインボックス カラム２ */
#main { float:right;width:480px; margin-left:10px;}

/* メニュー カラム１ */
#left { float:left ;width:200px; line-height:150%;}

/* メニュー カラム３ */
#right { float:right;width:200px; line-height:150%;}

/*table全ての設定*/
table{
border-collapse: collapse;
}

/*通常のリンクの設定*/
a { color:#D41150; text-decoration:none; }

/*過去に見たことがあるページのリンクの設定*/

/*アクティブ状態のリンクの設定*/

/*カーソルが合っている状態のリンクの設定*/
a:hover { color:#FF6194; text-decoration:underline;}


/* ### ヘッダーに関するCSS ## */
#head #Titleblock {
	width:auto;
	height:100px;
}

#head #Titleblock h1 {
	margin:0px;
	font-size:16px;
	padding-top:30px;
	padding-bottom:5px;
	color:#555555;
}

#head #Titleblock h1 a {
	text-decoration:none;
	color:#555555;
   padding-left: 22px;
   background: url(http://file.cosme.no-mania.com/pinkstar.jpg) bottom left no-repeat;
}

#head #Titleblock a:hover {
	text-decoration:none;
	color:#999999;
}

#head #Titleblock .explantation {
	font-size:12px;
	padding-bottom:3px;
}

#head #Titleblock .kanri {
	padding-bottom:3px;
}


/* ### メインボックスに関するCSS ## */

/*　エントリー　*/
#main .EntryBlock {
	padding:10px 0px 10px 0px;
}

#main .CommentFormBlock td {
	font-size:80%;
	padding:3px;
}

#main .CommentFormTable {
	width:380px;
}

#main .EntryWriteDate a {
	color:#AAA;
	text-decoration:none;
	margin-top:20px;
}

#main .EntryWriteDate a:hover {
	color:#AAA;
	text-decoration:none;	
}


#main .EntryInnerBlock {
}

#main .EntryCategory {
}

#main .CommentBlock {
}

#main .CommentTitle {
	font-size:100%;
	font-weight:bold;
	color:#FF6600;
	padding:3px 0px 3px 0px;
}

#main .CommentTextBox {
}

#main .CommentText {
	padding:10px;
}

#main .CommentFooter {
	text-align:right;
	padding-bottom:5px;
}

#main .CommentResBlock {
	margin-left:20px;
	padding:10px;
	border:1px dotted #999;
}

#main .CommentResFooter {
	text-align:right;
}



#main .TrackbackBlock {
	padding:10px 0px 10px 0px;
}

#main .TrackbackTitle {
	font-size:100%;
	font-weight:bold;
	color:#FF6600;
	padding:3px 0px 3px 0px;
}

#main .TrackbackFooter {
	text-align:right;
}

#main .EntryTitle {
	font-size:110%;
	font-weight:bold;
	color:#333;
	padding-top:4px;
}

#main .EntryTextBox {
	padding:10px;
}

#main .EntryTitle a {
	color:#333;
}

#main .PageLinkBlock {
 text-align:center;
 padding:20px 0px 20px 0px;
}

#main .EntryFooter {
 text-align:right;
 padding:5px 0px 20px 0px;
margin-bottom: 20px;
background:url(http://file.cosme.no-mania.com/underline_gray.gif) bottom left repeat-x; 
}

#main .EntryFooter a:hover {
	color:#FF6600;
	text-decoration:underline;
}

/* ### メニュー カラム１（左メニュー）に関するCSS ## */
#PluginInnerBlock {
	padding-bottom:5px;
	font-size:90%;
	margin-bottom:5px;
}

#PluginInnerBlock .PluginTitle {
	font-weight:bold;
	background-color:#EEE;
	border-top:2px solid #A52C53;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:2px solid #CCC;
	padding:3px 2px 1px 4px;
}

#PluginInnerBlock a:hover {
	text-decoration:underline;
}


#PluginInnerBlock .PluginExplanation {
	margin-top:10px;
	padding-left:10px;
}

#PluginInnerBlock .PluginContents {
	padding-left:10px;
}

/* ### メニュー カラム３（右メニュー）に関するCSS ## */
/*
#right {
}
*/

/*===その他CSS付け加え===*/
.taRight { text-align: right; }
.taCenter { text-align: center; }
#main blockquote {
   padding: 10px;
   border: 1px dotted #D13366;
   background: #FFF6CA;
}
#main h3 {
   margin-top: 20px;
   padding: 3px 0 3px 15px;
   border-left: 10px solid #A52C53;
   border-bottom: 1px solid #A52C53;
   font-size: 16px;
   color: #333;
}
#main dl {
   padding: 0 20px 0 20px;
}
#main dt {
   padding: 2px 0 2px 8px;
   border-left: 6px solid #9a9a9a;
   font-size: 14px;
   color: #333;
}
#main dd {
   margin-bottom: 15px;
}
#main p {
  margin-top: 13px;
  margin-bottom: 13px;
}
a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
}
.red { color:#f00; }
.blue { color:#009; }
.bold { font-weight: bold; }