﻿/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General
-------------------------------------------------*/
body {
	background: #F0B8C8;
	color: #333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 12px;
}

img {
	border: 0px;
	}

form {
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-style: normal;
	}


/* Lists */
ul {
	list-style: none;
	}

li {
	/* background: url(images/arrow.gif) left 5px no-repeat; */
	}


/* Links */
a:link, a:visited {
	color: #635D45;
	text-decoration: none;
	}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
	}

#header a:link, #header a:visited {
	color: #474747;
	}

#header a:hover, #header a:active {
	color: #737373;
	}

.contenttitle a:link, .contenttitle a:visited {
	color: #FFFFFF;
	}

.contenttitle a:hover, .contenttitle a:active {
	color: #FFFFFF;
	}

.trackbackheader a:link, .trackbackheader a:visited, .trackbackheader a:hover, .trackbackheader a:active {
	color: #B10838;
	text-decoration: underline;
	}

#copyrights a:link, #copyrights a:visited {
	color: #474747;
	}

#copyrights a:hover, #copyrights a:active {
	color: #737373;
	}

/* Basic classes */
.hidden {
	display: none;
	}

.centerize {
	text-align: center;
	}


/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header {
	/* large header image is defined below */
	/* background: white url(../../blog/koga/images/header.jpg) repeat-x 0px; */
	}

#header h1 {
	background: #FFFFFF;
	font-size: 38px;
	text-align: center;
	line-height: 255px;
	/* display: none; */
	}


/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper {
	background: #FFFFFF;
	}

#wrapper {
	/* サイドメニューの背景 */
	/* background: #FFFFFF url(images/bgcontainer02.gif) repeat-y right; */
	}


/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container {
	overflow: visible;
	background: tranceparent;
	}

.content {
	background: tranceparent;
	}


/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2 {
	color: #FFFFFF;
	background: #D94A73;
	font-size: 15px;
	font-weight: bold;
	}

.contenttitle h3 {
	font-weight: bold;
	border-left: 4px solid #9C1B40;
	border-bottom: 1px solid #9C1B40;
	}

.contentbody {
	font-size:13px;
	text-align: justify;
	}


/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory {
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	}

.contentitempostedby {
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	}

.contentitemposttime {
	background: url(images/bgclock.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	}

.contentitemcomments {
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	}

.contentitemedit {
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	}

.contentitem {
	text-align: right;
	border-top: 1px solid #9C1B40;
	}

.contentitem1 {
	display: inline;
	}

.contentitem2 {
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	}


/*-------------------------------------------------
  Navigation
-------------------------------------------------*/
.navi {
	text-align: center;
	}


/*-------------------------------------------------
  TrackBacks
-------------------------------------------------*/
blockquote.tb {
	background: #FFE9EF;
	}

.trackbackbody {
	border-bottom: 1px dotted #F0B8C8;
}

.trackbacktitle {
	}

.trackbackdate {
	}

.trackbacktext {
	color: #434343;
	}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/

#pending {
	font-size: 10px;
	}

/*
.itemcomment {
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #FFFFFF;
	}

.itemcomment:hover {
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
	}
*/
/*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
/*
.id1 {
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
	}

.id1:hover {
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
	}

.itemcomment h3 {
	font-size: 12px;
	}
*/

.commentbody {
	}

.commentinfo {
	font-size: 10px;
	text-align: right;
	}


/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer {
	}

.sidebar {
	color: #21262A;
	}

/* Menu lists */


/*-------------------------------------------------
  Menu_Titles
-------------------------------------------------*/

h4#rtrackback {
	background:url(../../blog/koga/images/trackback.gif) no-repeat;
	}

h4#rcomment {
	background:url(../../blog/koga/images/comment.gif) no-repeat;
	}


/*-------------------------------------------------
  Calendar
-------------------------------------------------*/
table.calendar {
	color: black;
	}

tr.calendardateheaders {
	}

td.days {
	color: #BFBFBF;
	text-align: center;
	}

td.days a:link {
	color: #B10838;
	}

td.days a:visited {
	color: #B10838;
	}

td.days a:hover {
	color: #F0B8C8;
	}

td.days a:active {
	color: #F0B8C8;
	}

td.today {
	background: #F0B8C8;
	color: #B10838;
	text-align: center;
	}

td.today a:link {
	color: #B10838;
	}

td.today a:visited {
	color: #B10838;
	}

td.today a:hover {
	color: #FFFFFF;
	}

td.today a:active {
	color: #FFFFFF;
	}

.calendar a:link, .calendar a:visited, .calendar a:hover, .calendar a:active {
	text-decoration: underline;
	}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer {
	background: #F0B8C8;
	text-align: center;
	}

#copyrights {
	color: #474747;
	}


/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform {
	}

.commentform, .mailform {
	background: #EEEEEE;
	/* Rounded borders, for Mozilla browsers */
	/* -moz-border-radius: 10px; */
	}

.commentform img{
	}

.formfield {
	font-size: 11px;
	background: #FFFFFF;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	}

.formbutton {
	font-size: 11px;
	background: #FFFFFF;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	}

.searchform .formfield {
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	}

.searchform .formbutton {
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	}

.loginform .formfield {
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	}

.loginform .formbutton {
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	}

.mainform .formfield {
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	}

.mailform .formbutton {
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	}

.commentform .formfield, .commentform .formbutton, .loginform .formbutton {
	display: block;
}
#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email {
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
	}

.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield {
	}

.commentform .formbutton {
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	}

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


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/
	}

.wrap1 {
	background:url(images/shadow.gif) right bottom no-repeat;
	}

.wrap2 {
	background:url(images/corner_br.gif) left bottom no-repeat;
	}

.wrap3 {
	background:url(images/corner_tr.gif) right top no-repeat;
	}

.wrap3 img {
	display:block;
	border: 3px solid white;
	}


/* Search highlight color */
.highlight {
	background: #DEFFA9;
	}


/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	font-size: 14px;
	}

