/*****************/
/* MooMoo-ya.com */
/*****************/

/*************************/
/* 共通設定
/*************************/

* {
	color: #666666;
	margin: 0;
	padding: 0;
}
body {
	font-family: sans-serif;
	font-size: 14px;
	font-size-adjust: 0.46;
	width: 780px;
	margin: 5px auto 0 auto;
	position: relative;
}
img {
	border: 1px solid #ddd;
}
h1 span {
	display: none;
}
h2 {
	font-size: 150%;
	font-weight: bold;
}
h2:before {
	content: "■";
}
h3 {
	font-size: 120%;
	font-weight: bold;
}
ol, ul {
	margin-left: 2em;
}
dl > dt {
	font-weight: bold;
}
dl > dd {
	margin-left: 1em;
}
p {
	margin-bottom: 0.5em;
}

[class~="attention"] {
	color: red;
	font-weight: bold;
}


/*************************/
/* フレームワーク設定
/*************************/

/**** common ****/
#header,
#globalnav,
#sidebar,
#content,
#footer {
	margin: auto;
}

/**** header ****/
#header h1 {
	background: url(./image/title_image.jpg);
	width: 780px;
	height: 200px;
}

/**** Global Navi ****/
#globalnav {
	width: 778px;
	border: 1px solid #666666;
	margin-bottom: 1em;
}
#globalnav ul {
	clear: both;
}
#globalnav ul:before {
	font-weight: bold;
	content: "MENU: ";
}
#globalnav ul li {
	display: inline;
}
#globalnav ul li:before {
	content: "/ ";
}


/**** side bar ****/
#sidebar {
	float:left;
	width: 180px;
}
#search,
#localnav,
#company {
	margin-bottom: 1em;
	border: 1px solid #666666;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}

/******** search ********/
#siteSearch {
}
#siteSearch input[class~="button"] {
	border: 1px solid #000000;
}

/******** localnav ********/
#localnav ul {
	list-style-type: none;
	margin-left: 0;
}

/******** company ********/
#company dd {
	font-size: 90%;
	margin-left: 0.5em;
}

/******** blog parts ********/
#yahoo_weather,
#clock {
	text-align: center;
}

/**** content ****/
#content {
	float: left;
	width: 590px;
	margin-left: 10px;
}


/**** footer ****/
#footer {
	width: 100%;
	clear: both;
	text-align: right;
}



/*************************/
/* コンテント設定
/*************************/

#index #content {
	position: relative;
}
#index #welcome {
	clear: both;
	width: 100%;
	margin-bottom: 1em;
}
#index #welcome p {
	margin-left: 1em;
	margin-bottom: 0;
}
#index h3[class~="title"] {
	font-size: 100%;
	border: 1px solid #666666;
	background-color: #f0f0f0;
	padding: 0.1em;
}
#index div[class~="description"] {
	margin-left: 1em;
	line-height: 140%;
}
#index #hatena {
	float: left;
	width: 290px;
}
#index #hatena h2 > span,
#index #flickr h2 > span {
	display: none;
}
#index #hatena h2:before,
#index #flickr h2:before {
	content: "";
}
#index #hatena > h2 {
	width: 290px;
	height: 40px;
	background: url(./image/index_nabe.jpg);
}
#index #hatena img {
	width: 100%;
}
#index #flickr > h2 {
	width: 290px;
	height: 40px;
	background: url(./image/index_flickr.jpg);
}
#index #hatena p[class~="date"] {
	font-size: 80%;
	text-align: right;
}
#index #hatena p[class~="archive"] {
	text-align: right;
	font-weight: bold;
}
#index #hatena div[class~="section"] pre {
	border: 1px solid #000000;
	background-color: #F0FFF0;
	overflow: auto;
}
#index #flickr {
	float: left;
	width: 290px;
	margin-left: 10px;
}

#about #content > dl {
	margin-left: 1em;
	margin-bottom: 1em;
}

#photo_camera #content > dl,
#photo_camera #content > div {
	margin-left: 1em;
	margin-bottom: 1em;
}
#photo_camera #content > h3 {
	clear: both;
	border-bottom: 2px solid #666666;
	padding: 1px 4px;
}
#photo_camera #content img[class~="banner_right"] {
	float: right;
}

#link #content > ul {
	list-style-type: none;
}
#link #content > ul > li {
		font-size: 130%;
		font-weight: bold;
}
#link #content > ul > li:before {
	content: "[";
}
#link #content > ul > li:after {
	content: "]";
}
#link #content > ul > dl {
	margin-bottom: 1em;
}

