@charset "euc-jp";
	
*{
	margin:0;
	padding:0;
}

/* 基本設定--------------------------------------------------------- */

body{
	text-align:center;
	font-size:12px;
	background-color:#ffffff;
	position:relative;
	font-family:'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Osaka',sans-serif;
}

/* リンクカラーの設定 */
a:link{
	color:#065399;
	text-decoration:none;
}
a:active{
	color:#065399;
	text-decoration:none;
}
a:visited{
	color:#065399;
	text-decoration:none;
}
a:hover{
	color:#74BAFA;
	text-decoration:underline;
}

/* 画像リンクの設定 */
a img{
	border:none;
}

/* プロフィール画像 */
.pay img,.plugin-myimage{
	margin-bottom:5px;
} 

html {
	overflow-y:scroll;
}


/* レイアウト設定--------------------------------------------------- */

/* ベースボックス */
#container{
	width:890px;
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;
	position:relative;
}

#header{
	width:890px;
	height:160px;
	text-align:left;
	background-image:url(http://blog-imgs-31.fc2.com/c/a/s/caseofb/dblog_head3.png);
	background-repeat:no-repeat;
	background-position:right top;
}

#unit{
	width:705px;
	float:left;
}

/* センターカラム */
#contents{
	width:530px;
	float:right;
	text-align:left;
}

/* レフトカラム */
#menu{
	width:175px;
	float:right;
	text-align:left;
	overflow:hidden;
}

/* ライトカラム */
#menu2{
	width:175px;
	float:left;
	text-align:left;
	overflow:hidden;
}

/* フッター */
#footer{
	clear:both;
	text-align:center;
	background-image:url(http://blog-imgs-31.fc2.com/c/a/s/caseofb/footer.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#footer a:link{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#footer a:hover{
	text-decoration:underline;
}


/* ヘッダースタイル------------------------------------------------ */

/* ブログ説明 */
.site_info{
	text-align:left;
	padding:68px 0 0 20px;
font-size:12px;
	font-weight:bold;
	color:#aaaaaa;
}
.b_name{font-size:12px;color:#ffffff;}

/* センタースタイル ------------------------------------------------- */

/* エントリー部 */
.entry_table{
	background-color:#ffffff;
	margin-bottom:30px;
}

/* エントリータイトル */
.entry_title{
	height:26px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	padding:6px 0 0 22px;
	margin:0 20px 0px 20px;
	color:#ffffff;
	background-color:#000000;
	background-image:url(http://blog-imgs-31.fc2.com/c/a/s/caseofb/ent_h.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.entry_title a{
	display:block;
	color:#ffffff;
}

.entry_title a:hover{
	color:#ffb300;
	text-decoration:none;
}

/* エントリー本文 */
.entry_text{
	width:480px;
	font-size:small;
	color:#444444;
	margin:10px 25px;
font-size:12px;
}

.entry_text a{
	text-decoration:underline;
	color:#000000;
}

.entry_text a:hover{
	color:#cc0000;
	text-decoration:underline;
}


.entry_text ul,.entry_text ol{
	padding-left:25px;
}



/* エントリー内設定 ------------------------------------------- */

/* 引用文 */
.entry_text blockquote{
	border:1px solid #ccc;
	background:#ffffff;
	padding:10px;
	margin:10px 30px 10px 30px;
	overflow:auto;
}

/* コード記述 */
.entry_text pre{
	padding:1em;
	border:1px solid #ccc;
	width:auto;
	_width:90%;
	overflow:auto;
	_overflow:scroll;
color:#00ff00;
	background-color:#000;
	font-family:'MS Gothic', monospace;
margin:0 10px;
}


.entry_text h2{}

.entry_text h3{}

.entry_text h4{}


.fc2_footer{
	padding:0;
	margin:5px 30px;
	text-align:right;
}

/* コメント見出し */
.comment_header{
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	padding:2px 0 1px 15px;
	margin:0 20px 20px 20px;
	background-color:#000000;
	border-left:8px solid #37B3D1;
	color:#ffffff;
}

.comment_header a:hover{
	text-decoration:none;
	color:#ffffff;
}

/* コメント タイトル */
.comment_title{
	font-size:14px;
	font-weight:bolder;
	margin-bottom:15px;
	color:#333333;
}

.comment_title a{
	text-decoration:none;
	color:#333333;
}

.comment_title a:hover{
	text-decoration:none;
	color:#333333;
}


/* ナビゲーション --------------------------------------------------- */

/* エントリー内 */
.entry_state{
	text-align:right;
	padding-top:5px;
	margin:15px 20px;
}

.entry_state li,.comment_state li,.entry_navi li{
	display:inline;
}

.entry_state a,.comment_state a{
	text-decoration:none;
	color:#000000;
}

.entry_state a:hover,.comment_state a:hover{
	text-decoration:underline;
	color:#cc0000;
}

/* ページ下部 */
.entry_navi{
	text-align:center;
	margin-bottom:20px;
	padding:10px 20px 10px 20px;
	color:#333333;
}

.entry_navi a{
	text-decoration:underline;
	color:#000000;
}

.entry_navi a:hover{
	color:#cc0000;
	text-decoration:underline;
}

/* コメントフォーム -------------------------------------------------- */

/* コメント ナビ */
.comment_state{
	font-size:12px;
	text-align:right;
	line-height:150%;
	padding:15px 0px;
	margin:0px 20px 25px 20px;
	border-bottom:1px solid #cccccc;
}

/* コメント入力欄 */
.write-comment dt, 
.edit-comment dt {
	margin : 0;
	padding : 0;
}

.write-comment dd, 
.edit-comment dd {
	margin : 0.2em 1em;
}

.form-name,
.form-pass {
	width : 40%;
	padding : 0.1em;
	/* for IE6 */ _width : 120px;
}

.form-mail,
.form-url,
.form-subject,
.form-comment {
	width : 85%;
	padding : 0.1em;
	/* for IE6 */ _width : 300px;
}

ul.submit {
  list-style-type : none;
  padding-left : 0;
}

ul.submit li {
  display : inline;
}

ul.submit .form {
  margin : 0 2em;
  padding : 0.2em 1em;
}

ul.submit .edit-end {
  margin : 0 2em;
  font-weight : bold;
  padding : 0.2em 1em;
}

ul.submit .edit-del {
  margin : 0 0 0 5em;
  padding : 0.2em 0.5em;
}

/* トラックバックURL */
.trackback_text{
	line-height:150%;
	padding-bottom:15px;
	margin:0px 20px 10px 20px;
	border-bottom:1px solid #cccccc;
}

/* ネクスト */
.home_next{
	margin:0px 0px 30px 0px;
}


/* メニュースタイル-------------------------------------------------- */

/* メニュー見出し */
#menu h2,#menu2 h2{
	font-size:14px;
	color:#ffffff;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:3px 15px 3px 15px;
	background-image:url(http://blog-imgs-31.fc2.com/c/a/s/caseofb/footer.png);
	background-repeat:repeat-x;
	background-position:right center;
}

.plugin_area{
	background-color:#ffffff;
	font-size:12px;
	color:#666666;
	padding:7px;
}

.plugin_content{

}

/* メニュー１リンク */
#menu a{
	color:#065399;
	text-decoration:none;
}

#menu a:hover{
	color:#FDAE37;
	text-decoration:underline;
}
/* メニュー２リンク */
#menu2 a{
	color:#065399;
	text-decoration:none;
}

#menu2 a:hover{
	color:#FDAE37;
	text-decoration:underline;
}

/* メニューリスト */
#menu ul,#menu2 ul{
	text-align:left;
	list-style-type:none;
	text-decoration:none;
}

#menu p,#menu2 p{
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:3px 0;
}

#menu li,#menu2 li{
	text-align:left;
	font-size:12px;
	color:#666666;
	line-height:120%;
	padding:3px 10px 3px 15px;
	text-decoration:none;
	background:url(http://blog-imgs-31.fc2.com/c/a/s/caseofb/list001.png) no-repeat 0 6px;
}

/* カレンダー -------------------------------------------------------- */
.plugin-calender{
	margin:auto;
	text-align:center;
}

.calender {
	font-size:12px;
	width:160px;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#666666;
	border-collapse:collapse;
}

.calender a {
	font-weight:bolder;
}

.calender caption {
	color:#666666;
	font-size:14px;
	height:20px;
}

.calender th {
	font-weight:bolder;
	text-align:center;
	border:1px solid #cccccc;
	height:20px;
}

.calender td {
	text-align:center;
	border:1px solid #cccccc;
	height:20px;
}

.calender td a {
	display:block;
}

.calender td a:link {
	background:#ffffff!important;
	color:#ff6666;
	text-decoration:none;
}

.calender td a:visited {
	background:#ffffff!important;
	color:#ff9999;
	text-decoration:none;
}

.calender td a:hover {
	background:#ffffff!important;
	color:#ff9999;
	text-decoration:none;
}


/* フリーエリア（プラグイン３）-------------------------------------- */

#free h2 {
background-image:url(http://blog-imgs-31.fc2.com/c/a/s/caseofb/ent_h3.png);
background-position:left top;
background-repeat:no-repeat;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
height:26px;
letter-spacing:1px;
margin:0 20px 0;
padding:6px 0 0 15px;
}

.freecontent{
color:#444444;
font-size:12px;
margin:10px 25px;
width:480px;
}

.ad_title a{
font-weight:bold;
text-decoration:underline;
color:#333333;
}

.ad_text{
color:#666666;
font-size:11px;
}

.freearea {
width:480px;
}

/* グローバルナビ　----------------------------------------------- */
#g_navi{
	text-align:center;
	width:890px;
	height:25px;
	left:0px;
	position:absolute;
	top:118px;
}

#g_navi ul{
	padding-top:3px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#g_navi li{
	float:left;
	margin:0;
	padding:0;
	width:127px;
}

#g_navi li a{
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	background-color:#333333;
	display:block;
	position:relative;
	border-right:1px solid #ffffff;
}
#g_navi li a:hover{
	color:#333333;
	background-color:#ffffff;
	text-decoration:underline;
}
