@charset "EUC-JP";

/* --------------------------------------
　リセット
--------------------------------------- */
 
* {margin:0px;padding:0px;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}
a {text-decoration:underline;overflow:hidden;}
img {border:none;vertical-align:top;}
li {list-style-type:none;}
hr {display:none;clear:both;}
br.clear {clear:both;}

/* --------------------------------------
　共通部分
--------------------------------------- */

/* ページ全体のテキスト色 */
html {color:#333333;}

/* ページ全体 */
body {
	width:100%;
	text-align:center;
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Verdana','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	line-height:1.6em;
letter-spacing: 0.1em;
}

/* ページ全体のリンク色 */
a {color:#333333; text-decoration: none;}
a:link {color:#51517a; text-decoration: none; border-bottom: 1px dotted #51517a;}
a:visited {color:#593D5C; text-decoration: none; border-bottom: 1px dotted #593D5C;}
a:hover {color:#6666cc; text-decoration: none; border-bottom: 0px solid #6666cc;}
a:active {color:#6666cc; text-decoration: none; border-bottom: 0px solid #6666cc;}


/* ブログ名の色 */
h1 a,h1 a:link,h1 a:visited {color:#333333;text-decoration:none;}
h1 a:hover,h1 a:active {color:#6666cc;text-decoration:none;}

/* ------------ 両サイドメニューのリンク色
#left a,#right a {color:#333333;}
#left a:link,#right a:link {color:#51517a;text-decoration:none;}
#left a:visited,#right a:visited {color:#999999;text-decoration:none;}
#left a:hover,#right a:hover {color:#6666cc;text-decoration:underline;}
#left a:active,#right a:active {color:#6666cc;text-decoration:underline;}
---------------- */

/* カレンダーのリンク色 */ 
.cell a,.call a:link,.call a:visited {color:#000000;text-decoration:underline;font-weight:bolder;}
.cell a:hover,.call a:active {color:#999999;text-decoration:none;}


/* ------------------------------------- 
 *	ページレイアウト
--------------------------------------- */

/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	width:930px; /* A */
	margin:0 auto;
	padding:0;
	text-align:left;
border-left: double 4px #999;
background:url(http://www.happycolors.net/blog-img/wrap-sidebar.gif) repeat-y left ;
}

/*ブログ名と説明文、トップ画像*/
#header {
	width:930px;  /* B */
	height:231px;
	clear:left;
	margin-left:0 ;
	padding:0;
	background-color:#ffffff;  
	background-image:url(http://www.happycolors.net/blog-img/top-blog.jpg); 
	background-repeat:no-repeat;  
	background-position:bottom center;
	background-attachment:scroll;  
}

/*コンテンツ枠（記事の枠＋両サイドメニューの枠）*/
#content {
	margin:0 auto;
	padding:0;
}

/*　左側の幅（左サイドメニューの枠）　*/
#left {
	float:left;
	width:230px;  /* C-230 */
	zoom:1;
	padding: 0;
	background:#eee;
}

/*　メインの幅（記事の枠）*/
#main {
	float:left;
	width:460px;  /* D-480  */
	padding:12px 0 0 0px ;
	zoom:1;
}

/*　右側の幅（右サイドメニューの枠）　*/
#right {
	float:left;
	width:236px;  /* E-230 */
	zoom:1;
	padding:0;
}

/*　フッター */
#footer {
 	width:100%;
 	clear:left;
}

 
 
/* --------------------------------------
　メイン
--------------------------------------- */



/* ブログ名 */
h1 {font-size:16px;padding:185px 0 0 30px; }

/* ブログの説明文 */
div#description {margin:10px 0 0 0;padding:0 0 0 30px;}

.entry {margin:0 0 15px 0;}

/* 次の記事・前の記事 */
#entryNavi {margin: 4px 0 12px 0; padding:0 20px; text-align:center; font-size:11px;}

/* 記事のタイトル */
h2,profileTitle {font-size:14px; font-weight:bolder;
	padding:0 0 0 12px;
	margin:0 24px;
}
 
/* 記事本文 */
.entryBody {margin:15px 0 0 0; padding:0 30px 0 30px;}



/* 記事の続き */
.entryMore {margin:10px 0 10px 0;}

/* 記事の情報 */
ul.entryState li {display:inline; padding: 0 3px;}
ul.entryState {
	padding: 8px 0 10px 10px ;
	margin:12px 30px 30px 26px;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
}

.hiduke{
	text-align:right; 
	margin: 2px 20px 20px 20px; 
	padding:0 12px 0 0 ;
	font-size:10px;
	border-bottom:1px dotted #CCC;
}



/* コメント枠 */
#comment {padding:10px; margin:0px 30px 40px 40px ;}

	#commentTitle {
		padding:4px 0;
		font-size:12px;
		font-weight:bolder;
	}
	
	#commentSendTitle {
		padding: 4px 0;
		margin:24px 0 4px 0;
		font-size:12px;
		font-weight:bolder;
		border-top:1px #ccc solid;
		border-bottom:1px #ccc solid;
	}
	
	.commentBody {margin:12px 12px; 12px 24px; }
	.come {margin:12px 0 6px 0; border:1px #ccc dotted ; }

	
	ul.commentState{
		margin:12px 12px; 12px 0px;
		padding:0;
		text-align:right;
		font-size:10px;
	}
	
	ul.commentState li {
		display:inline;
		padding-left:5px;
	}
	
	.commentSendForm {margin:0;}	
	.commentSendForm .input {width:250px;}
	.commentSendForm textarea {width:320px;margin:0 0 10px 0;}
	
	
/* トラックバック枠 */
#trackback {padding:20px; margin:0px 30px 40px 50px ;}

	.tra{
		border-top:1px #ccc solid;
		border-bottom:1px #ccc solid;
		margin:0px;
		padding:12px 0 18px;
	}
	.tra2{border:1px #ccc dotted; padding:10px 10px 0px 10px ;}

	#trackbackURL {
		margin:0 0 5px 0;
		font-size:12px;
		font-weight:bolder;
	}
	
	#trackbackTitle {
		margin:20px 0 5px 0;
		font-size:12px;
		font-weight:bolder;
	}
		
	#trackback input {width:320px;}
	
	.trackbackName {margin:0;}
	.trackbackBody {margin:5px 0;}

	ul.trackbackState {
		margin:12px 0px; 12px 0px;
		padding:0;
		text-align:right;
		font-size:10px;
	}
	
	
	ul.trackbackState li {
		display:inline;
		padding:0 5px;
	}

/* プロフィールのページ */
#profile{margin:0;}

#profileTitle,#profileName {
	font-size:12px;font-weight:bolder;
	padding:0 0 0 12px;
	margin:0 24px;}
#profileBody {margin:15px 0 0 0; padding:0 30px 0 30px;}


/* このページの先頭へ */	
.pageTop {margin:6px 30px 10px 0;
	font-size:11px;
	text-align:right;
}

/* --------------------------------------
　記事の装飾
    --------------------------------------- */

.gads{text-align:center; background:#eee;}

.tcenter{text-align:center;}

.bgc-y{background-color:#ff0; }
.bgc-e{background-color:#eee; }

.fbold{font-weight:bold;}
.flarge{font-size:120%;}
.fsmall{font-size:80%;}


.mbtm{margin-bottom:12px;}
.mtop{margin-top:12px;}

.rightbnr{
	width:200px;
	height:auto;
	border:1px solid #ddd;
	margin:0 auto 12px auto;
	text-align:center;
}

/* ブログ内リンク欄 */

.linkinblog{
	border:1px dotted #999;
	padding:6px 10px 10px 10px;
	margin:14px;
	}

/* 引用 */
#main blockquote {
	border:1px dotted #999;
	padding:10px 20px;
	margin:14px;
	font-weight:bold;
}

.quotefrom {
text-align:right;
font-weight:normal;
}

/* 画像 */
.pict {border:none; margin:4px 6px; background-color:#ddd;}
.entryBody .pict {border:1px #666; margin:4px 6px; }


.linktext-pict a:link,
.linktext-pict a:visited,
.linktext-pict a:active,
.linktext-pict a:hover
{
text-decoration: none;
border:none;
}


/* リスト */
div.entryBody li,div.entryMore li {
	list-style:circle;
	margin:0 0 0 15px;
padding-top:6px;
}



/* --------------------------------------
　サイドメニュー
--------------------------------------- */

/* サイドメニューのタイトル */
h3,.sideTitle {font-size:12px;
font-weight:bolder;
margin:24px 0 0 0;
padding:2px 12px 2px 18px;
background : #ddd url(http://www.happycolors.net/blog-img/list-mark.gif) 4px 6px no-repeat;
}

/* サイドメニューの内容 */
.sideContents {margin:0 12px 20px 24px; padding:12px 0 0 0;}

.sideContents2 {font-weight:bold; margin:0 12px 20px 24px; padding:12px 0 0 0;}


/* カレンダーの１マス幅 */
.cell {width:27px;}


/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
    text-align:center;
    margin:20px 0 0 0;
}

#copyright {
    font-size:12px;
    padding:0 0 10px 0;
    text-align:center;
}

.foot{margin:18px 12px 6px 0;
	font-size:10px;
	text-align:right;
}
