/*
Theme Name: saya-ichikawa
Theme URI: 
Description: 
Version: 1.1
Author: UEDA & ISHIHARA
Author URI: 
*/


@charset "UTF-8";

/* CSS Document */

/* Initialize */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* base */

body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #5e2a0f;
	text-align:center;
}

/* LText inks */
a {
	color: #d30000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}



/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix {
	*zoom: 1;
}



#Container {
	width:100%;
	text-align:center;
}

header {
	width:630px;
	margin:0 auto;
}

nav ul {
	padding:12px 0 28px 0;
	list-style:none;
	text-align:left;
}


nav li {
	display:block;
	float:left;
	height:25px;
}

nav a {
	display:block;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
}




nav li.navProfile {
	width:70px;
	margin-right:74px;
}
nav li.navProfile a {
	width:70px;
	background:url(images/header_profile.png) no-repeat;
}

nav li.navPhoto {
	width:56px;
	margin-right:97px;
}
nav li.navPhoto a {
	width:56px;
	background:url(images/header_photo.png) no-repeat;
}

nav li.navBlog {
	width:42px;
	margin-right:93px;
}
nav li.navBlog a {
	width:42px;
	background:url(images/header_blog.png) no-repeat;
}

nav li.navInfo {
	width:42px;
	margin-right:77px;
}
nav li.navInfo a {
	width:42px;
	background:url(images/header_news.png) no-repeat;
}

nav li.navContact {
	width:78px;
}
nav li.navContact a {
	width:78px;
	background:url(images/header_contact.png) no-repeat;
}

#headLogo {
	clear:both;
	padding:30px 0 0 0;
}

#headLogo  h1 {
	margin:0 auto;
	width:900px;
	height:185px;
	background:url(images/header_site_title.png) no-repeat;
	text-indent:-9999px;
	cursor:pointer;
}


#contents {
	width:900px;
	margin:0 auto;
	padding: 0 0 30px 0;
}


footer {
	clear:both;
	width:100%;
	padding:0 0 5px 0;
	background:#f0f0f0;
	color:#000;
	font-size:10px;
}


#infoList {
	clear: both;
	width: 100%;
	padding: 90px 0 75px 0;
	background: #f0f0f0 url(images/info_header.png) no-repeat center 17px;
}

#infoList h2 {
	display: none;
}

#infoList table {
	border-collapse: collapse;
	width: 600px;
	margin: 0 auto;
	text-align: center;
}

#infoList td {
	font-size: 10px;
	text-align: left;
	padding: 3px;
	color: #5e2a0f;
}

#infoList td.date {
	width: 12%;
}






/* Top */

#mainVisual {
	width: 900px;
	height:600px;
	margin: 0 auto;
}

#enterBtn {
	width:900px;
	margin:0 auto;
	padding:35px 0;
}

#enterBtn h2 {
	display:none;
}

#enterBtn a {
	display:block;
	width:433px;
	height:91px;
	text-indent:-9999px;
}


#enterProfile, #enterPhoto {
	width:433px;
	height:91px;
}



#enterProfile {
	float:left;
}

#enterPhoto {
	float:right;
}


#enterProfile a {
	background:url(images/btn_blog_02.png) no-repeat;
}

#enterPhoto a {
	background:url(images/btn_photo_02.png) no-repeat;
}


/* BLOG */
#blogArea {
	background:url(images/blog_bg.gif);
	border-top:1px solid #bea99d;
	border-bottom:1px solid #bea99d;
}

#blogEntrys {
	width:658px;
	float:left;
}



.blogPost {
	width:658px;
	text-align:center;
	padding:30px 0 40px 0;
	border-bottom:3px solid #bea99d;
}

.blogPostDay {
	width:555px;
	margin:0 auto;
	font-family: 'Libre Baskerville', serif;
	font-weight:400;
	font-size:14px;
	font-style:italic;
	padding-bottom:20px;
}

.blogPostTitle {
	width:555px;
	margin:0 auto;
	padding:0 0 35px 0;
	font-family: 'Delius Unicase', cursive;
	font-weight:400;
	font-size:30px;
	line-height:42px;
	color:#000000;
}

.blogPostTitle a {
	color:#000000;
	text-decoration:none;
}


.blogPostContent {
	width:555px;
	margin:0 auto;
	padding:0 0 10px 0;
	text-align:left;
	line-height:180%;
}

.blogPostTag {
	width:555px;
	margin:0 auto;
	text-align:right;
	font-size:12px;
}

.blogPostTag span {
	font-family: 'Delius Unicase', cursive;
	padding:0 15px 0 0;
}





#blogSideBar {
	width:242px;
	text-align:center;
	padding:30px 0;
	float:right;
}

#blogCategoryList,
#blogEntryList,
#blogArchiveList,
#blogSearch {
	width:242px;
	text-align:center;
	padding:0 0 25px 0;
}

#blogCategoryList ul,
#blogEntryList ul,
#blogArchiveList ul {
	display:block;
	width:185px;
	margin:0 auto;
	padding: 20px 0 0 0;
	list-style:none;
}

#blogCategoryList li,
#blogEntryList li,
#blogArchiveList li {
	text-align:left;
	padding:0 0 10px 0;
	line-height:120%;
	font-size:12px;
}

#blogPageNavi {
	clear:both;
	padding:10px 0 0 0;
}

#blogPageNavi span,
#blogPageNavi a {
	padding:0 3px;
	font-family: 'Delius Unicase', cursive;
}


/* INFO */

#InfoArea {
	width:800px;
	margin:0 auto;
}

#InfoArea ul {
	list-style:none;
}

#InfoArea li {
	border-bottom:1px solid #bea99d;
	padding:30px 0;
}

#InfoArea li span.day{
	display:block;
	padding-bottom:10px;
	font-family: 'Libre Baskerville', serif;
	font-weight:400;
	font-size:12px;
	font-style:italic;
}

#InfoArea li span.title{
	display:block;
	padding-bottom:10px;
	font-size:20px;
}




