@charset "Shift_JIS";


/* 全体構造
------------------------------------------ */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, Arial, Helvetica;
}

/* ++++++ ３段組の横幅設定 ++++++ */

/* ブログの横幅設定 */
#container {
	margin: 0 auto;
	padding: 0;
	width: 872px;
}

/* 左サイドバー */
#left {
	width: 220px;
	text-align: left;
	float: left;
}

/* 中央コンテンツ */
#center	{
	width: 432px;
	text-align: left;
	float: left;
}

/* 右サイドバー */
#right	{
	width: 220px;
	text-align: left;
	float: left;
}

#banner	{
	margin: 0 auto;
	background-color: #D8748C;
	padding: 0px;
	height: 120px;
	width: 432px;
}

#menuwrap {
	margin: 0 auto;
	padding: 0;
	background-color: #CCCFBC;
	width: 432px;
}

#bannertwo {
	margin: 0 auto;
	background-color: #BBCCDD;
	padding: 0px;
	height: 40px;
	width: 432px;
}

/* 左サイドバーの上と右の余白 */
#left div {
	margin-right: 30px;
}

/* 右サイドバーの左の余白 */
#right div {
	margin-left: 29px;
}

#left div div, #right div div {
	margin-left: 0;
	margin-right: 0;
}

/* ++++++ フッター ++++++ */

#footer {
	margin-right: auto;
	margin-left: auto;
	background-color: #B5DC10;
	padding: 0px;
	height: 100px;
	width: 432px;
	clear: both;
	}

#footertwo {
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	background-color: #BBCCDD;
	padding: 10px 0 0 0;
	height: 60px;
	width: 432px;
	text-align: center;
	font-size: 0.75em;
	color: #FFFFFF;
	line-height: 140%;
}
/* ++++++ その他設定 ++++++ */
img {
	margin: 0;
	padding: 0;
	border: none;
}

.clear {
	clear: both;
}

img#title {
	margin-top: 100px;
}

/* ++++++ リンクの設定 ++++++ */

/* ++++++ メニュー ++++++ */

ul#menu {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 133%;
	list-style-type: none;
}

ul#menu li {
	padding: 0;
	background-color: transparent;
	float: left;
}

#menu a, #menu a:link, #menu a:visited {
	width: 72px;
	color: #FFFFFF;	
	text-align: center;
	text-decoration: none;
	display: block;
}

#menu span {
	padding: 2px;
	display: block;
}

/* ===== メニュー現在地 ===== */
body#blog #menublog, body#blog2 #menublog2, body#web #menuweb, body#works #menuworks,
body#book #menubook, body#about #menuabout  {
	color: #ffffff;
	background-color: #FF9A00;
}

/* ===== メニューマウスオーバー ===== */
#menu a:hover, 
body#blog #menublog:hover, body#blog2 #menublog2:hover, 
body#web #menuweb:hover, body#works #menuworks:hover, body#book #menubook:hover, 
body#about #menuabout:hover {
	color: #FFFFFF;
	background-color: #FF9A00;
}

/* ===== ピンク色のリンク ===== */
.linkp a, .linkp a:link, .linkp a:visited {
	color: #DB748C;
        text-decoration: none;
}

.linkp a:hover {
	color: #333333;
        text-decoration: none;
	background-color: #F5DCE2;
	}


/* ++++++ トップページだけの紹介メニュー ++++++ */
body#home h1.home {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
	font-size: 2em;	
}

.top {
	width:330px;
	height:60px;
	border:0px dashed #f5f6f7;
	border-width:1px 0;
	padding:15px 15px 0px 15px;
	font-size:1.1em;
	background:#f5f6f7;
	overflow:hidden;
}

#topnewWrap {
	margin: 0;
	padding: 0;
	width: 432px;
	background-color: #F5F6F7;
	line-height: 1.5em;
	float: left;
}

ul#topnew {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 150%;
	list-style-type: none;
}

ul#topnew li {
	margin: 0;
	padding: 0;
	display: inline;
}

#topnew a, #topnew a:link, #topnew a:visited {
	margin: 0;
	padding: 4px 15px 4px 15px;
	width: 402px;
	background-color: transparent;
	border-top: dotted 1px #F5F6F7;
	border-bottom: dotted 1px #F5F6F7;
	color: #696969;	
	text-decoration: none;
	display: block;
}

#topnew a:hover {
	background-color: #cce6ff;
	color: #333333;
	background-color: #FFFFFF;
	border-top: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
}

.guide {
	margin: 0;
	color: #DB748C;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.topRaquo {
	margin: 0;
	color: #DB748C;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */

/* ++++++ Webページのコンテンツ部分のデザイン ++++++ */
.webcontent, .webcontent2 {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.5em;
}

.webcontent img {
	margin-bottom: 10px;
}

.webcontent2 img {
	margin-bottom: 6px;
}

.webcontent2 h3 {
	margin-bottom: 2px;
	color: #007DBE;
	font-size: 1em;
	font-weight: normal;
}

.webcontent p, .webcontent2 p {
	margin-top: 0;
	margin-bottom: 30px;
}

/* ++++++ worksページのコンテンツ部分のデザイン ++++++ */
.workscontent {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.5em;
}

.workscontent img {
	margin-right: 15px;
	float: left;
}

.workscontent h3 {
	margin-bottom: 2px;
	color: #007DBE;
	font-size: 1em;
	font-weight: normal;
}

/* ++++++ Bookページのコンテンツ部分のデザイン ++++++ */
.bookcontent {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.5em;
}

.bookcontent img {
	margin-right: 15px;
	float: left;
}

.bookcontent h3 {
	margin-bottom: 2px;
	color: #007DBE;
	font-size: 1em;
	font-weight: normal;
}


/* ++++++ About Me ページのコンテンツ部分のデザイン ++++++ */
img.aboutphoto {
	margin-top: 1px;
}

.aboutcontent {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.5em;
	border-bottom: dotted 1px #333333;
}

.aboutcontent h3 {
	margin-bottom: 2px;
	color: #007DBE;
	font-size: 1em;
	font-weight: normal;
}


/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */



/* ++++++ コンテンツ部分のデザイン ++++++ */

/* エントリー */
.entry h2{
	font-size: 0.8em;
	font-weight: normal;
}

.entry h3 {
	padding: 0 0 2px 0;
	font-size: 0.875em;
	color: #333333;
	border-bottom: dotted 1px #333333;
}

.entry p {
	font-size: 0.8em;
	color: #333333;
	line-height: 1.5em;
}

.entry p.posted	{
	font-size: 0.66em;
	color: #aaaaaa;
	border-top: solid 2px #c27dbc;
	padding-top: 6px;
}

.entry a {
	color: purple;
}

.entry	{
	margin-bottom: 40px;
}

/* ++++++ サイドバー部分のデザイン ++++++ */

/* エントリーメニュー */
#recent h2 {
	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#recent a {
	color: #D8748C;
	text-decoration: none;
}

#recent a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #F5DCE2;
}

#recent ul {
	font-size: 0.75em;
	color: #D8748C;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	margin-top: 3px;
	margin-bottom: 30px;
}


/* カテゴリーメニュー */
#categories h2 {
	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#categories a {
	color: #D8748C;
	text-decoration: none;
	}

#categories a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #F5DCE2;
}

#categories ul {
	font-size: 0.75em;
	color: #D8748C;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	margin-top: 3px;
	margin-bottom: 30px;
}


/* 月別アーカイブメニュー */
#archives h2 {
	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#archives a {
	color: #D8748C;
	text-decoration: none;
}

#archives a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #F5DCE2;
}

#archives ul {
	font-size: 0.75em;
	color: #D8748C;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	margin-top: 3px;
	margin-bottom: 30px;
}


/* Web designのリンクメニュー */
#weblink a {
	color: #D8748C;
	text-decoration: none;
}

#weblink a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #F5DCE2;
}

#weblink ul {
	font-size: 0.75em;
	color: #D8748C;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	margin-top: 3px;
	margin-bottom: 30px;
}



/* ++++++ blog以外のサイドバー部分のデザイン ++++++ */
#cmtone {
	margin-top: 250px;
	color: #333333;
	color: #D8748C;
	font-size: 0.7em;
	line-height: 1.5em;
}

#cmttwo {
	margin-top: 130px;
	color: #333333;
	font-size: 0.7em;
	line-height: 1.5em;
}

#cmttwo h3 {
	margin-bottom: 10px;
	padding: 0 0 2px 0;
	font-size: 1.2em;
	color: #D8748C;
	font-weight: normal;
	border-bottom: solid 1px #D8748C;
}


/* ++++++ そのほかの部分的のデザイン ++++++ */
.blue {
	color: #007DBE;
}




