body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
/*	font-family: Arial, Helvetica, sans-serif; */
	font-size: 14px;
/*	color: #737373; */
/*	width:1200px; */
}

form {
	margin: 0;
	padding: 0;
}

img {
	border:none;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
/*	text-align: center; */
}

h1 {
	font-size: 20px;
	
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #414141;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Menu（画面一番上） */

#menu {
/*	width: 960px; */
	width: 1180px; 
	height: 70px;
	margin: 0 auto;
	padding: 0px 0;
	background: url(images/img02.jpg) no-repeat center top;
}

#menu ul {
	height: 60px;
	margin: 0;
	padding: 0;
	background: url(images/img03.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: left;
/*	width: 80px; */
	width: 120px;
	height: 60px;
	background: url(images/img03.gif) no-repeat right top;
/*	font-size:16px; */
	font-size:20px;
/*	font-weight:lighter; */

}

#menu a {
	float: left;
/*	height: 20px; */
/*	height: 42px; */
	width:120px;
	margin: 0px;
/*	padding: 18px 15px; */
	padding-top: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
/*	font-size: smaller; */
/*	font-weight: bold; */
	color: #000000;
}

#menu a:hover {
/*	background: url(images/img02.gif) repeat-x; */
	color: #FFFFFF;
	height: 60px;
}

/*#menu .current_page_item a {
	height: 60px;
	color: #FFFFFF;
	background: url(images/img02.gif) repeat-x;
}*/

#menu .current_page_item {
	height: 60px;
	color: #FFFFFF;
	background: url(images/img02.gif) repeat-x;
	float: left;
/*	height: 20px; */
/*	height: 42px; */
	width:120px;
	margin: 0px;
/*	padding: 18px 15px; */
	padding-top: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
/*	font-size: smaller; */
/*	font-weight: bold; */

}


/* Splash（上部の画像部分） */

#splash {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	background: url("images/img05.jpg") no-repeat;
/*	border-top: 6px solid #3F3F3F; */
/*	border-bottom: 6px solid brown; */
}

#spacer_top {  /* Splash上下 paddingにするか要検討 */
	width: 960px;
	height: 30px;
	margin: 0 auto;
/*	border-bottom: 6px solid #3F3F3F; */
	color: #414141;
}

#spacer_bottom {  /* paddingにするか要検討 */
	width: 960px;
	height: 20px;
	margin: 0 auto;
/*	border-bottom: 6px solid #3F3F3F; */
	color: #414141;
}

/* Logo（サイト名へのリンク） */

#logo {
	width: 960px;
	height: 91px;
	margin: 0 auto;
/*	border-bottom: 6px solid #3F3F3F; */
	color: #414141;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 20px;
}

#logo h1 {
	float: left;
	padding-top: 30px;
/*	letter-spacing: -3px; */
	text-transform: uppercase;
	font-size: 20px;
}

#logo h2 {
	float: right;
	padding-top: 49px;
/*	letter-spacing: -1px; */
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

#logo a {
	text-decoration: none;
	color: #414141;
}

#top_banner {
	border:none;
}

/* Page（Sidebar + Content） */

#page {
/*	width: 960px; */
	width: 1190px; 
	margin: 0 auto;
	padding: 30px;
}

/* Content（画面右側） */

#content {
	float: right;
/*	width: 680px; */
	width: 980px; 
}

.post {
	padding-bottom: 20px;
}

.post .date {
	background: url(images/date.jpg) no-repeat;
	height:60px;
	font-size: 20px;
	padding:10px 0px 0px 20px;
/*	color:#5B3D3D; */
}

.post .title { /* blogがGlobalの場合 */
	margin: 0;
/*	padding: 5px 20px; */
	padding: 5px 0px 10px 45px;
/*	letter-spacing: -2px; */
/*	border-bottom: 1px dashed #B9B9B9;*/
	border-bottom: 1px dashed #5B3D3D;
/*	text-transform: uppercase; */
	font-size: 20px;
	background: url(images/kiku3.jpg) no-repeat;
/*	height:32px;*/
	letter-spacing: 1px;
}

.post .title2 { /* blogがDIARYの場合 */
	margin: 0;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px dashed #5B3D3D;
	font-size: 20px;
}

.post .title2 .diary_date {
	background: url(images/date.jpg) no-repeat;
	height:60px;
	padding:10px 0px 0px 20px;
}

.post .title2 .diary_title {
/*	letter-spacing: -2px; */
	padding: 5px 0px 10px 45px;
	background: url(images/kiku3.jpg) no-repeat;
	letter-spacing: 1px;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 15px 20px;
}

.post .entry .archivelist li {
	list-style-type: none;
/*	list-style-image: url(images/img04.gif); */
	padding: 0px 0px 5px 0px;
/*	background: url(images/img04.gif) no-repeat left 50%; */
}

.post .entry .go_top {
	text-align: right;
}


.post .meta {
	height: 26px;
/*	background: #F5F5F5;*/
	background: #DAC8C8;
/*	border-top: 1px solid #E9E9E9; */
	text-decoration: none;
/*	text-transform: uppercase; */
/*	font-size: smaller; */
}

.post .base {
	height: 26px;
/*	background: #F5F5F5;*/
/*	border-top: 1px solid #E9E9E9; */
	background: #DAC8C8;
	text-decoration: none;
/*	text-transform: uppercase; */
/*	font-size: smaller; */
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}

.go_back {
	text-align: center;
}

.comment_user {
	font-weight:bold;
}


/* Sidebar（画面左側） */

#sidebar {
	float: left;
	width: 180px;
/*	width: 250px; */
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
/*	background: url(images/img04.gif) no-repeat left 50%; */
}

#sidebar li li img {
	vertical-align:middle;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 30px;
/*	height: 20px; */
	margin: 0;
/*	padding: 6px 0 0 20px; */
	padding-left:15px;
/*	background: url(images/img07.jpg) no-repeat; */
	background: url(images/side_title.jpg) no-repeat;
/*	border-bottom: 1px dashed #B9B9B9; */
/*	text-transform: uppercase; */
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#sidebar iframe {
	margin-left:18px;
}

/* Footer */

#footer {
	background: url(images/footer.gif) repeat-x;
	clear: both;
/*	width: 960px; */
/*	width: 1180px; */
	height: 50px;
	margin: 0 auto;
	padding: 20px 0;
/*	border-top: 6px solid #3F3F3F; */
/*	border-top: 6px solid #333399; */
	font-size: 11px;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

#footer p img {
	vertical-align:middle;
}

/*Edited by BABOCHTA (http://mybutterfly.ru) */

.combody {
	padding:15px 0;
}

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

.search {
	padding: 10px 0 10px 13px;
	border: 1px solid #888888;

}

.searchform .formfield{
/*	width: 203px; */
	width: 143px; 
	padding: 3px 1px;
	margin: 0 5px 0px 0px;
	background-color:#f9f9f9;
	border:1px solid #888888;
	color:#333;
	height: 17px;
}

.formbutton {
	display:block;
	font:12px Arial, Sans-serif; 
	height: 20px;
	margin: 2px 5px 2px 0px;
	padding:2px 5px;
	background:#f9f9f9;
	color:#405a67;
	border:1px solid #888888;
}

.formbutton:hover {
	background:#ggg;
	border:1px solid #888888;
	color:#333;
}

.formfield:focus {
	background:#f9f9f9;
	border:1px solid #888888;
	color:#333;
}

.formfield {
	background:#f9f9f9;
	border:1px solid #888888;
	padding:3px 1px;
	font-weight:;
	color:#333;
}


#nucleus_lf_pwd {
	width:100px;
	font-size:10px;
	margin:2px;
}

#nucleus_lf_name {
	width:100px;
	font-size:10px;
	margin:2px;
}

#nucleus_lf_shared {
	margin:2px;
}

#nucleus_cf_body {
	width:300px;
}

#nucleus_cf_remember {
	margin:0px 3px 2px 0px;
}
* html #nucleus_cf_remember {
	margin:0px 3px -2px -3px;
}

#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email, #nucleus_cf_verif {
    width: 300px;
}

.forma {
	width:400px;
}

.commentform .formfield, .commentform .formbutton, .loginform .formbutton, .mailform .formfield {
	display: block;
}

.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield {
    width: 300px;
    margin-right: 105px;
    margin-bottom:3px;
}

.loginform {
	padding:3px;
}

.error {
	color: red;
	font-weight: bold;
}

.pageswitch {
	text-align:center;
	padding:25px 20px;
	margin:15px 0 10px 0;
}

.padding {
	padding:8px 10px;
}

.counters {
	padding:15px 30px;
	border: 1px solid #888888;
}

/* メールフォーム */

.formmail th {
	border: solid #B9B9B9 1px;
	padding: 10px;
	font-weight: normal;
}

.formmail td {
	border: solid #B9B9B9 1px;
	padding: 10px;
}

.formbutton {
	display:inline;
	font: bold 12px Arial, Sans-serif; 
	height: 20px;
	margin: 2px 5px 2px 0px;
	padding:2px 5px;
	background:#f9f9f9;
	color:#405a67;
	border:1px solid #888888;
	text-align: center;
}

.formbutton:hover {
	background:#ggg;
	border:1px solid #888888;
	color:#333;
}

#mail_post hr {
	display:inline;
	border: 1px dotted #DCDCDC;
}

/* Calendar plugin */
table.calendar {background-color:#fff;border-collapse: collapse;font-family:sans-serif;font-size:11px;border:1px solid #ddd;}
table.calendar caption {color:#aaa;letter-spacing:2px;padding:4px;}
/*table.calendar a {color:#63b1ff; font-weight:bold; text-decoration:underline;}*/
/*table.calendar a {color:#3399ff; font-weight:bold; text-decoration:underline;}*/
table.calendar a {font-weight:bold; text-decoration:underline;}
table.calendar th,table.calendar td {border:1px solid #ddd;padding:2px 4px;}
table.calendar th {text-align:center;}
table.calendar td {text-align:right;color:#999;letter-spacing:1px;}
tr.calendardateheaders {background-color:#ccc;color:#fff;}
td.blank {background-color:#f5f5f5;}
td.saturday {background-color:#f7f9fd;}
td.sunday {background-color:#fff3ee;}
td.holiday {background-color:#fff3ee;}
td.today {background-color:#ffffcc;}

