@charset "UTF-8";

/*

Cascading Style Sheets : blog.css

- Last Updated on 2013. 03. 17
- (c) 2012 TAKE OFF

- Written by : Sayoko Nishimura (oniguili)

*/

header {
	width: 18%;
	float: left;
}

#LeftNav {
	width: 100%;
}

#Header {
	background: none;
}

#Container {
	width: 82%;
	margin-bottom: 150px;
	float: right;
}

#BlogTitle {
	width: 100%;
	height: 221px;
	padding-top: 35px;
	background: url(../../img/blog-title-bg.png) repeat-x left bottom;
}

#BlogTitle h2 {
	width: 80%;
	margin: 0 auto;
}

#Contents {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 120px;
	background: #FAF9F6;
}

#ContentsInner {
	width: 80%;
	margin: 0 auto;
}

#TextBody {
	width: 100%;
	margin: 60px auto 40px;
}

#TextBody a {
	color: #000;
	text-decoration: underline;
	outline: none;
}

#TextBody a:hover {
	color:  #EC6C00;
	outline: none;
}

#EntryBody {
	border-bottom: 3px double #EFEFEF;
}

#Entry {
	width: 100%;
	margin-bottom: 150px;
}

#Entry h3 {
	width: 100%;
	border-bottom: 1px solid #F0F0F0;
}

#Entry h3 a {
	font-size: 138.5%;
	font-weight: bold;
	padding-left: 30px;
	background: url(../img/blog-icon.png) no-repeat;
}

.EntryInfo {
	width: 100%;
	height: 18px;
	padding: 5px 10px;
}

.EntryInfo li {
	padding-right: 10px;
	font-size: 93%;
	float: left;
}

#BlogCategory, #BlogArchives {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #F0F0F0;
}

#BlogCategory li, #BlogArchives li {
	font-size: 92.3%;
}

#Archives {
	width: 100%;
	margin: 30px 0 50px 0;
	text-align: center;
}

#Archives a {
	display: block;
	width: 100%;
	padding: 5px 0;
	background: #EFEFEF;
}

#Archives a:hover {
	background: #CCC;
}
	
#Headlines ul {
	width: 100%;
	padding-bottom: 50px;
	border-top: 1px solid #F0F0F0;
}

#Headlines li {
	padding-right: 10px;
	font-size: 84.6%;
	float: left;
}

#fb-root {
	margin: 0;
	padding: 20px 0;
}

.SocialSpace {
	width: 100%;
	margin-top: 80px;
}

.SocialSpace li {
	width: 100px;
	float: left;
}

#PageBute {
	width: 100%;
	margin: 50px 0 100px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka",  "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
}

#PageBute li {
	margin-right: 10px;
	float: left;
}

#PageBute a {
	display: block;
	width: 100px;
	padding: 8px 7px 5px;
	color: #666;
	font-size: 93%;
	border: 1px solid #EFEFEF;
}

#PageBute a:hover, #PageNav a:hover {
	color: #EC6C00;
	border-color: #EC6C00;
}

#PageNav {
	width: 100%;
	margin: 50px auto 0;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka",  "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
}

.this-page, #PageNav a {
	margin-right: 5px;
	padding: 8px 11px 5px;
	font-size: 93%;
	float: left;
}

#PageNav a {
	display: block;
	color: #666;
	border: 1px solid #EFEFEF;
}

.this-page {
	color: #EC6C00;
	border: 1px solid #EC6C00;
}

#Sidebar {
	width: 200px;
	margin: 0 auto;
}

#Sidebar p {
	width: 200px;
	margin-bottom: 30px;
	font-size: 84.6%;
	line-height: 1.8;
	color: #333;
	text-align: center;
}

#SideYouTube {
	width: 200px;
	margin: 5px 0 30px;
}

#UtilityNav li {
	margin-bottom: 25px;
	font-size: 84.6%;
}

#UtilityNav a {
	padding-left: 25px;
	background: url(../store/img/arrow-right.png) no-repeat 0 -13px;
}

#UtilityNav a:hover {
	background-position: 0 3px;
}

#BlogSocial {
	width: 100%;
	margin-bottom: 50px;
}

#BlogSocial ul {
	width: 200px;
}

#BlogSocial li {
	width: 95px;
	float: left;
}