@charset "EUC-JP";

/* --------------------------------------
　リセット
--------------------------------------- */
 
* {margin:0px;padding:0px;}

h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
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:#000000;}

/* ページ全体 */
body {
	width:100%;
	text-align:center;
	font-size:small;
	background-color:#eeeeee;
}

/* ページ全体のリンク色 */
a {color:#000000;text-decoration:none;}
a:link {color:#000000;text-decoration:none;}
a:visited {color:#000000;text-decoration:none;}
a:hover {color:#cccccc;text-decoration:none;}
a:active {color:#cccccc;text-decoration:none;}

/* ブログ名の色 */
h1 a,h1 a:link,h1 a:visited {color:#999999;text-decoration:none;}
h1 a:hover,h1 a:active {color:#cccccc;text-decoration:none;}

/* サイドメニューのリンク色 */
#side a {color:#999999;text-decoration:underline;}
#side a:link {color:#999999;text-decoration:underline;}
#side a:visited {color:#999999;text-decoration:underline;}
#side a:hover {color:#cccccc;text-decoration:none;}
#side a:active {color:#cccccc;text-decoration:none;}

/* ナビゲーションのリンク色 */
#entryNavi a {color:#cccccc;text-decoration:underline;}
#entryNavi a:link {color:#cccccc;text-decoration:underline;}
#entryNavi a:visited {color:#cccccc;text-decoration:underline;}
#entryNavi a:hover {color:#eeeeee;text-decoration:none;}
#entryNavi a:active {color:#eeeeee;text-decoration:none;}


/* ------------------------------------- 
 *	ページレイアウト
--------------------------------------- */

/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	width:750px;
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;
	
}

/*ヘッダー（ブログ名と説明文）*/
#header {
	width:750px;
	height:210px;
	clear:left;
	margin:0 0 25px 0;
	padding:0;
	background:url('http://umilioune.com/img/ttl.gif');
	border-bottom:1px solid #eeeeee;
	overflow:hidden; 
}

/*コンテンツ枠（記事の枠＋サイドメニューの枠）*/
#content {
	width:750px;
}

/*　サイドメニューの枠　*/
#side {
	line-height:1.2em;
	float:left;
	width:150px;
	padding:0 0 0 10px;
}

/*　記事の枠　*/
#main {
	line-height:1.6em;
	float:right;
	width:550px;
	padding:0 15px;
}

/*　フッター */
#footer {
 	width:100%;
 	clear:left;
}
 
 
/* --------------------------------------
　メイン
--------------------------------------- */
#profile {
	color:#999999;
	font-size:x-small;
}

/* ブログ名 */
h1 {
	font-size:medium;
	font-family:'Lucida Console';
	position:relative;
	top:190px;
	left:10px;
}

/* 記事 */
.entry {
	margin:0 0 55px 0;
	border-bottom:1px dashed #cccccc;
}

/* 次の記事・前の記事 */
#entryNavi {
	color:#cccccc;
	font-size:x-small;
	margin:0 10px 10px 0;
	text-align:right;
}

/* 記事のタイトル */
h2 {
	color:#99cccc;
	font-size:small;
	font-weight:bolder;
}

/* 記事本文 */
.entryBody {margin:15px 0 0 0;}

/* 記事の続き */
.entryMore {padding:15px 0;}

/* 記事の続きアンカー */
.morelink {font-size:x-small;}

/* 記事の情報 */
ul.entryState {
	padding:5px 0;
	font-size:x-small;
	text-align:right;
}

ul.entryState li {
	display:inline;
	border-left:1px solid #999999;
	padding-left:5px;
}

/* --------------------------------------
　コメント枠
--------------------------------------- */

#comment {
	width:480px;
	margin:20px auto 0 auto;
}
	
.commentBody {margin:10px auto 40px 0;}
	
ul.commentState {
	margin:20px 0 0;
	text-align:left;
	border-bottom:1px dashed #cccccc;
}
	
ul.commentState li {
	display:inline;
	padding-left:5px;
}
	
.commentSendForm {
	width:470px;
	padding:15px;
	margin:0 auto 50px auto;
	border:1px solid #eeeeee;
}

.commentSendForm .input {
	width:150px;
	font-size:small;
	border:#ffcccc 1px solid;
}

.commentSendForm textarea {
	width:400px;
	margin:0 0 10px;
	font-size:small;
	border:#ffcccc 1px solid;}


/* --------------------------------------
　トラックバック枠
--------------------------------------- */

#trackback {width:480px;padding:15px;margin:20px auto 30px auto;}

	#trackbackURL {
		margin:0 0 5px 0;
		font-size:small;
		font-weight:normal;
	}
	
	#trackbackTitle {
		margin:10px 0 0 0;
		padding:5px 0;
		font-size:small;
		color:#ffcccc;
		border-top:1px solid #eeeeee;
	}
		
	#trackback input {width:480px;border:#ffcccc 1px solid;}
	
	.trackbackName {margin:0;}
	.trackbackBody {margin:5px 0;}
	
	ul.trackbackState {margin:0 0 15px 0;}
	
	ul.trackbackState li {
	    display:inline;
		border-left:1px solid #999999;
		padding-left:5px;
	}

/* プロフィールのページ */
#profile{margin:0;}

	#profileTitle {font-size:14px;font-weight:bolder;}
	#profileName {margin:15px 0 0 0;}
	#profileBody {margin:5px 0;}


/* --------------------------------------
　記事の装飾
--------------------------------------- */

/* 引用 */
#main blockquote {
	border:1px dotted #cccccc;
	padding:10px;
	margin:10px;
}

/* 画像 */
#main .pict {border:1px solid #eeeeee;margin:5px;}

/* リスト */
div.entryBody li,div.entryMore li {
	list-style:circle;
	margin:0 0 0 15px;
}


/* --------------------------------------
　サイドメニュー
--------------------------------------- */
/* サイドメニューのタイトル */
h3 {
	font-size:x-small;
	font-weight:normal;
	color:#999999;
	text-align:center;
}


/* サイドメニューの内容 */
.sideContents {
	font-size:x-small;
	margin:0 0 20px 0;
	color:#999999;
}

.sideContents ul {
	list-style-image:url('http://umilioune.com/img/list.gif');
	padding:0 0 0 20px;
}

.sideContents li {padding-bottom:5px;}

.online {
	padding:10px 0;
	margin:95px 0 0;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}

/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
	text-align:center;
	padding:40px 0 15px 0;
	clear:both;
}

/* フッターの内容 */	
.pageTop {
	margin:0 20px;
	text-align:center;
}

#copyright {
	color:#999999;
	font-size:x-small;
	padding:0 7px;
}
