@charset "euc-jp";
/* CSS Document */


/*--------------------------------------------------------------------------------------

	basic

--------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 30px 0;
	text-align: center;
	font-family: Helvetica, Arial,"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka ;
	font-size: 12px;
	line-height: 150%;
	color: #666;
	background: url(http://livedoor.blogimg.jp/makersdinner/imgs/6/4/64a5f6e6.gif?blog_id=2546050);
}

img {
	border: 0;
	vertical-align: bottom;
}

a:link {
	color: #990099;
}

a:visited {
	color: #660033;
}

a:hover {
	color: #888;
}


/*--------------------------------------------------------------------------------------

	base div

--------------------------------------------------------------------------------------*/

div#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: url(http://livedoor.blogimg.jp/makersdinner/imgs/1/c/1cbd4fd7.gif?blog_id=2546050) repeat-y;
}

div#content {
	width: 800px;
	float: left;
/*	padding: 0 0 35px*/
}

div#maincontent {
	width: 578px;
	float: left;
	background: #fff;
}

div#sidebar {
	width: 210px;
	float: right;
	background: #fff;
}

div#footer {
	clear: both;
	background: url(http://livedoor.blogimg.jp/makersdinner/imgs/b/4/b4cf1247.gif?blog_id=2546050) bottom left no-repeat;
	padding: 10px 0 10px;
}


/*--------------------------------------------------------------------------------------

	div#maincontent

--------------------------------------------------------------------------------------*/

p#pagename {
	font-size: 16px;
	font-weight: bold;
	color: #996600;
	padding: 10px 20px 20px;
}

/*--------------------------------------
	div#title
--------------------------------------*/

div#title {
	position: relative;
	width: 558px;
	background: url(http://livedoor.blogimg.jp/makersdinner/imgs/8/d/8d588b63.gif?blog_id=2546050) top left no-repeat;
	padding: 10px 10px 15px 10px;
}

h1 {
	position: absolute;
	top: 76px;
	left: 25px;
}

/*--------------------------------------
	div.item
--------------------------------------*/

div.item {
	width: 558px;
	margin-left: 10px;
	margin-bottom: 25px;
	background: #F6F6EE url(http://livedoor.blogimg.jp/makersdinner/imgs/6/0/601ded6f.gif?blog_id=2546050) bottom left no-repeat;
	padding-bottom: 12px;
}

h2 {
	background: url(http://livedoor.blogimg.jp/makersdinner/imgs/f/4/f445e2e0.gif?blog_id=2546050) no-repeat;
	font-size: 14px;
	color: #996600;
	padding: 22px 10px 10px 66px;
}

dl.category_date {
	background: #F7F7C3;
	width: 538px;
	padding: 5px 10px;
}

dl.category_date dt {
	float: left;
	padding-right: 20px;
}

div.item_main {
	clear: both;
	width: 538px;
	padding: 10px 10px 15px;
}

ul.coment_tb {
	clear: both;
	background: #F7F7C3;
	width: 538px;
	padding: 5px 10px;
	text-align: right;
	list-style: none;
}

ul.coment_tb li {
	display: inline;
}

blockquote {
	background: #fff;
	padding: 15px;
	border: 1px solid #CCCC66;
	color: #999966;
	width: 486px;
	margin: 15px 9px 10px;
}

/*--------------------------------------
	ul#foot_navi
--------------------------------------*/

ul#foot_navi {
	list-style: none;
	text-align: center;
	width: 578px;
}

ul#foot_navi li {
	display: inline;
/*	border-right: 1px solid #666;*/
	padding: 0 5px;
}

ul#foot_navi li.next {
	border-right: 1px solid #666;
}

ul#foot_navi li.prev {
	border-left: 1px solid #666;
}


/*--------------------------------------------------------------------------------------

	div#footer

--------------------------------------------------------------------------------------*/

address#copyright {
	width: 190px;
	margin-left: 600px;
	text-align: center;
	font-style:normal;
}

/*--------------------------------------------------------------------------------------

	div#sidebar

--------------------------------------------------------------------------------------*/

div#companylogo {
	padding: 10px;
	background: url(http://livedoor.blogimg.jp/makersdinner/imgs/8/2/8249dec1.gif?blog_id=2546050) top left no-repeat;
	position: relative;
}

ul#company_info {
	position: absolute;
	top: 175px;
	right: 15px;
	list-style: none;
	width: 185px;
	text-align: right;
}

ul#company_info li {
	padding: 3px 0;
}

ul#company_info a {
	color: #fff;
	text-decoration: none;
}

ul#company_info a:hover {
	color: #ccc;
	text-decoration: underline;
}

dl.list_sb {
	width: 180px;
	margin: 25px 0 20px 15px;
}

dl.list_sb dt {
	font-weight: bold;
	color: #996600;
}

dl.list_sb dd.end {
	text-align: right;
}

dl.list_sb dd ul {
	padding-left: 18px;
}

/*--------------------------------------
	table#calendar
--------------------------------------*/

table.caltbl/*#calendar*/ {
	width: 190px;
	margin-left: 10px;
	margin-bottom: 20px;
	border-collapse: collapse;
}

table.caltbl/*#calendar*/ td,th {
	text-align: center;
}

table/*#calendar*/ caption {
	font-weight: bold;
	color: #996600;
	padding: 3px 0;
}

table/*#calendar*/ caption a {
	padding: 0 10px;
	color: #996600;
	text-decoration: none;
}

table/*#calendar*/ caption a:visited {
	color: #660033;
}

table/*#calendar*/ caption a:hover {
	color: #888;
}


/*--------------------------------------------------------------------------------------

	livedoor original tags

--------------------------------------------------------------------------------------*/

div.calendarhead {
	font-weight: bold;
	color: #996600;
	padding: 3px 0;
	text-align: center;
}

div.calendarhead a {
	padding: 0 10px;
	color: #996600;
	text-decoration: none;
}

div.calendarhead a:visited {
	color: #660033;
}

div.calendarhead a:hover {
	color: #888;
}

span.calendarweek {
	font-weight: bold;
}

div.sidetitle {
	margin-left: 15px;
	font-weight: bold;
	color: #996600;
}

div.side {
	margin-left: 15px;
}

div.sidebody {
	padding-left: 18px;
}

div.sidetitle {
	padding: 25px 0 3px;
}

div#trackback {
	padding: 10px;
}

div.subspace {
	margin-top: 15px;
	padding: 15px 20px;
}