/* +++++++++++++++++++++ base config +++++++++++++++++++++ */
/***** anchor *****/
a:link, a:visited, a:active  { color: #CC6600; text-decoration: underline; }
a:hover  { color: #9B502F; text-decoration: underline; }

img { border-style: none; border-width: 0px; }

/***** end *****/
/* ++++++ blog wide - config ++++++ */

#container {
	width: 900px;
	}

#container2 {
	width: 900px;
	}



/* ++++++ 2wide-config ++++++ */

	/* contents */
	#center	{
		width: 680px;
		}

	/* sidebar */
	#right	{
		width: 220px;
		}

        #left{
                width: 220px;

                }


/* ++++++ other ++++++ */




body {
	background-image: url(http://www.ki-kobo.jp/images/new-back.gif);
	background-repeat: no-repeat;
        background-attachment: ;
	background-position: 50% 0%;
        background-color: #F8F9F3;
       	text-align: center;
	font-family: Verdana, Arial, sans-serif;
        padding:0px;
        margin:0px;
	}


#body {
        background-color: #F8F9F3;
       	text-align: center;
	font-family: Verdana, Arial, sans-serif;
        padding:0px;
        margin:0px;
	}


#head{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
        padding: 0px;
	background-color: #;
	background-image: url(http://www.ki-kobo.jp/images/new-archive-headback.gif);
	background-repeat: no-repeat;
        background-attachment: ;
	background-position: 50% 0%;
        }

#inbody{
	text-align: center;
	background-color: #;
	background-image: url(http://www.ki-kobo.jp/images/new-archive-inbodyback.gif);
	background-repeat: repeat-y;
        background-attachment: ;
	background-position: 50% 0%;
	width:auto;
	height:auto;
	}



#container {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top:  0px;
	background-color: ;
	background-image: url(http://www.ki-kobo.jp/images/new-center-back.);
	background-repeat: repeat-y;
	background-attachment: repeat;
	background-position: 0% 0%;
	}

#container2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
        padding-right: 0px;
        padding-top:  0px;
	background-color: #;
	background-image: url(http://www.ki-kobo.jp/images/center-back2.);
	background-repeat: repeat-y;
	background-attachment: repeat;
	background-position: 0% 0%;
	}



#banner	{
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	}

#center {

	overflow: hidden;
        background-color: #;
        margin: 0px 0px;
        padding: 0px;
        width: 680px;
	}

#right {
	float: right;
	overflow: hidden;
        background-color: #;
	}
#left {
        float:left;
	overflow: hidden;
        background-color: #;
	}

#footer	{
	clear: both;
	}

/* +++++++++++++++++++++ layout design - config +++++++++++++++++++++ */

#container {
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #c0c0c0;
	}

#container2 {
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #c0c0c0;
	}


#banner	{
	border-style: solid;
	border-width: 0px;
	border-left-color: #ddd;
	border-top-color: #ddd;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	background-color: #;
	margin: 0px;
	padding: 0px;
	width: 680px;
	}

.content	{
	border-style: solid;
	border-width: 0px;
	border-left-color: #ddd;
	border-top-color: #ddd;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	background-color: #;
	}

.navi	{
	border-style: solid;
	border-width: 0px;
	border-left-color: #ddd;
	border-top-color: #ddd;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	background-color: #;
	}

.sidebar	{
	border-style: solid;
	border-width: 0px;
	border-left-color: #ddd;
	border-top-color: #ddd;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	}

/* top-menu */



/* top-banner */
.top-banner	{
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border: 0px solid #ddd;
	background-color: #;
	}

.top-banner table {
	padding: 0px;
	border-collapse: collapse;
	border: none;
	width: 100%;
	margin: 0;
	}

.top-banner td	{
	margin: 0px;
	padding: 0;
	border: 0px solid #999;
	background-color: #;
	}

.top-banner p	{
	text-align: left;
	font-size: 12px;
	margin: 5px 0px 5px 5px;
	}

.top-banner span	{
	font-size: 10px;
	font-weight: bold;
	color: #666;
	}

.top-banner a	{
	text-align: left;
	font-size: 12px;
	}

.top-banner img	{
	margin: 0px;
	padding: 0px;
	border: none;
	}


/* ++++++ contents - margin ++++++ */

	/* in contents wide - margin */
	.content div	{
		margin-left: 0px;
		margin-right: 0px;
		}

	.top-event div	{
		margin-left: 15px;
		margin-right: 15px;
		}

	/* in contents top - margin */
	.content	{
		padding: 0px 10px;
		margin-bottom: 5px;
		}

	.top-event	{
		padding: 0px;
		margin-bottom: 5px;
		}

	/* in sidebar wide - margin */
	.sidebar div {
		margin-left: 0px;
		margin-right: 0px;
		}
	.right-area div {
		margin-left: 0px;
		margin-right: 0px;
		}


	/* in sidebar verticul - margin */
	.sidebar {
		padding-top: 0px;
		padding-bottom: 0px;
		}
	.right-area {
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		}


	/* in navi wide - margin */
	.navi div {
		margin-left: 0px;
		margin-right: 0px;
		}

	/* in navi verticul - margin */
	.navi {
		padding-top: 5px;
		padding-bottom: 15px;
		}

	.content div div, .sidebar div div, .navi div div {
		margin-left: 0;
		margin-right: 0;
		}

/* ++++++ dan pace/wide ++++++ */

	#right	{
		margin-left: 0px;

		}

	#left	{
		margin-right: 0px;

		}
	#left2	{
		margin-right: 0px;

		}



	#center	{
                margin-left: 0px;
                padding: 0px;
		}


	.navi {
		margin-bottom: 5px;
		}

/* +++++++++++++++++++++ parts design- config +++++++++++++++++++++ */

/* ++++++ header design ++++++ */

/* header */

h1	{
	text-align: left;
	font-size: 10px;
	padding: 5px 5px 5px 10px;
	margin: 10px 10px 0px 0px;
	font-weight: normal;
	}

h1 a:link, h1 a:visited, h1 a:active	{
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	}

h1 a:hover	{
	color: #ccc;
	text-decoration: none;
	}

#title	{
	background-image: url(http://www.ki-kobo.jp/images/new-title-back.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 100%;
	border-bottom: solid 0px #ddd;
	padding: 0px 0px 0px 10px;
	margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        height: 70px;
        width: 900px;
	}

#title h2	{
	padding: 0px 5px 5px 10px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-align: left;
	}
#subtitle	{
	margin: 0px;
	background-color: #;
	border-style: none;
	border-width: 0px;
	padding: 0px;
	text-align: left;
        width: 680px;
	}

#cat-subtitle	{
	margin: 0px;
	background-color: #;
	border-style: none;
	border-width: 0px;
	padding: 0px;
	text-align: right;
        width: 680px;
	}



.nav {
	text-align: left;
	height: auto;
	line-height: 150%;
	font-size: 10px;
	padding: 5px 50px 0px 50px;
	margin-bottom: 10px;
	word-break: keep-all;
	}

#footer-area	{

	border-bottom: solid 0px #ddd;
	padding: 20px 50px 0px 50px;
	margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        background-color: #F8F9F3;
        background-position:50% 0%;
        background-repeat:no-repeat;
        background-attachment: ;
        background-image: url(http://www.ki-kobo.jp/images/archive-bottom.gif);
	}


#archive-footer-area	{
	border-bottom: solid 0px #ddd;
	padding: 20px 50px 0px 50px;
	margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        background-color: #F8F9F3;
        background-position:50% 0%;
        background-repeat:no-repeat;
        background-attachment: ;
        background-image: url(http://www.ki-kobo.jp/images/archive-bottom.gif);
	}


#footer-area2	{
	border-bottom: solid 0px #ddd;
	padding: 20px 0px 0px 0px;
	margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        height: 40px;
        background-color: #F8F9F3;
        background-position:50% 0%;
        background-repeat:no-repeat;
        background-attachment: repeat;
        background-image: url(http://www.ki-kobo.jp/images/bottom2);
	}



#footer	{
	background-repeat: no-repeat;
	background-attachment: scroll;
        background-position: 50% 100%;
	margin: 0px auto;
	padding: 0px 10px 3px 10px;
	color: #666666;
        width: 900px;
	font-size: 12px;
	text-align: left;
	border-top: 0px solid #999;
	}

#footer p	{
	padding: 0px 0px 0px 0px;
	margin: 5px;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-align: left;
	}
#footer strong	{
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	}
#footer h2	{
	text-align: left;
	font-size: 10px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
        color: #333333;
	}


#footer h3	{
	padding: 0px 0px 0px 0px;
	margin: 2px 5px 0px 5px;
	font-size: 10px;
	font-weight: normal;
	color: #444;
	float: left;
	}

#footer h4	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #444;
	text-align: left;
	font-family: Arial;
	}

#footer h5	{
        background-color: #;
        border-top: solid 0px #BFE225;
	padding: 5px 10px 3px 5px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	}

/* top-mission  */
.top-mission {
	padding: 0px;
	margin-bottom: 0px;
	}

.top-mission span {
	text-align: left;
	font-size: 10px;
	margin-bottom: 0px;
	}

.top-mission p {
	text-align: left;
	font-size: 10px;
	padding: 0px 5px;
	margin-bottom: 0px;
        margin-top: 10px;
	}

/* ++++++ in contents - design ++++++ */
/* renew extend list  */
.news {
	padding: 5px 5px 5px 5px;
        margin: 0px 0px 0px 0px;
        border-top: dotted 0px #aaaaaa;
        border-bottom: dotted 0px #aaaaaa;
	}
.news h2 {
	background-image: url(http://www.ki-kobo.jp/images/newsh2back.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	border-bottom: 0px dotted #cccccc;
	margin: 0px 0px 0px 0px;
	padding: 7px 10px 7px 10px;
	font-size: 11px;
	font-weight: normal;
	color: #B40000;
	text-align: right;
        font-weight:normal;
	}
.news h3	{
	margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 10px;
	border-bottom: dotted 0px #cccccc;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 10px;
        font-weight: normal;
	}

/*** event ***/

.event {
	padding: 5px 5px 5px 5px;
        margin: 0px 0px 0px 0px;
        border-top: dotted 0px #aaaaaa;
        border-bottom: dotted 0px #aaaaaa;
	}
.event h2 {
	background-image: url(http://www.ki-kobo.jp/images/new-eventh2back.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	border-bottom: 0px dotted #cccccc;
	margin: 0px 0px 5px 0px;
	padding: 7px 10px 7px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #B40000;
	text-align: left;
	}
.event h3	{
	margin-top: 0px;
        margin-bottom: 5px;
        margin-left: 10px;
        margin-right: 10px;
	border-bottom: dotted 0px #cccccc;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 13px;
        font-weight: bold;
        color: #333333;
	}

.event h3 a:link, .event h3 a:visited, .event h3 a:active	{
	text-decoration: none;
        font-weight: bold;
        color: #333333;
	}

.event h3 a:hover	{
	color: #ccc;
	text-decoration: none;
	}

.event p	{
	margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 10px;
	border-bottom: dotted 0px #cccccc;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 12px;
        font-weight: normal;
	}

.event p a:link, .event p a:visited, .event p a:active	{
	text-decoration: none;
        font-weight: normal;
        color: #B50000;
	}

.event p a:hover	{
	color: #ccc;
	text-decoration: none;
	}

.event span	{
	margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
	border-bottom: dotted 0px #cccccc;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 13px;
        font-weight: normal;
        line-height: 140%;
	}

/*** info ***/

.info {
	padding: 5px 5px 5px 5px;
        margin: 0px 0px 0px 0px;
        border-top: dotted 0px #aaaaaa;
        border-bottom: dotted 0px #aaaaaa;
	}
.info h2 {
	background-image: url(http://www.ki-kobo.jp/images/new-infoh2back.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	border-bottom: 0px dotted #cccccc;
	margin: 0px 0px 5px 0px;
	padding: 7px 10px 7px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #B40000;
	text-align: left;
	}
.info h3	{
	margin-top: 0px;
        margin-bottom: 5px;
        margin-left: 10px;
        margin-right: 10px;
	border-bottom: dotted 0px #cccccc;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 15px;
        font-weight: bold;
        color: #666666;
	}

.info p	{
	margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 10px;
	border-bottom: dotted 0px #cccccc;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 12px;
        font-weight: normal;
	}

.info p a:link, .info p a:visited, .info p a:active	{
	text-decoration: none;
        font-weight: normal;
        color: #B50000;
	}

.info p a:hover	{
	color: #ccc;
	text-decoration: none;
	}

.info span	{
	margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
	border-bottom: dotted 0px #cccccc;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 13px;
        font-weight: normal;
        line-height: 140%;
	}

/*** about ***/

.about {
	padding: 5px 5px 5px 5px;
        margin: 0px 0px 0px 0px;
        border-top: dotted 0px #aaaaaa;
        border-bottom: dotted 0px #aaaaaa;
	}
.about h2 {
	background-image: url(http://www.ki-kobo.jp/images/abouth2back.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	border-bottom: 0px dotted #cccccc;
	margin: 0px 0px 5px 0px;
	padding: 7px 10px 7px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #B40000;
	text-align: left;
	}
.about h3	{
	margin-top: 0px;
        margin-bottom: 5px;
        margin-left: 10px;
        margin-right: 10px;
	border-bottom: dotted 0px #cccccc;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 13px;
        font-weight: normal;
	}

.about p	{
	margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 10px;
	border-bottom: dotted 0px #cccccc;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 12px;
        font-weight: normal;
	}

.about p a:link, .about p a:visited, .about p a:active	{
	text-decoration: none;
        font-weight: normal;
        color: #B50000;
	}

.about p a:hover	{
	color: #ccc;
	text-decoration: none;
	}

.about span	{
	margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
	border-bottom: dotted 0px #cccccc;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 13px;
        font-weight: normal;
        line-height: 140%;
	}

/*** present ***/

.present {
	padding: 5px 5px 5px 5px;
        margin: 0px 0px 0px 0px;
        border-top: dotted 0px #aaaaaa;
        border-bottom: dotted 0px #aaaaaa;
	}
.present h2 {
	background-image: url(http://www.ki-kobo.jp/images/presenth2back.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	border-bottom: 0px dotted #cccccc;
	margin: 0px 0px 5px 0px;
	padding: 7px 10px 7px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #B40000;
	text-align: left;
	}
.present h3	{
	margin-top: 0px;
        margin-bottom: 5px;
        margin-left: 10px;
        margin-right: 10px;
	border-bottom: dotted 0px #cccccc;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 13px;
        font-weight: normal;
	}

.present p	{
	margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 10px;
	border-bottom: dotted 0px #cccccc;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 12px;
        font-weight: normal;
	}

.present p a:link, .present p a:visited, .present p a:active	{
	text-decoration: none;
        font-weight: normal;
        color: #B50000;
	}

.present p a:hover	{
	color: #ccc;
	text-decoration: none;
	}

.present span	{
	margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
	border-bottom: dotted 0px #cccccc;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 13px;
        font-weight: normal;
        line-height: 140%;
	}


/*** topics ***/

.topics {
	padding: 5px 5px 5px 5px;
        margin: 0px 0px 0px 0px;
        border-top: dotted 0px #aaaaaa;
        border-bottom: dotted 0px #aaaaaa;
	}
.topics h2 {
	background-image: url(http://www.ki-kobo.jp/images/newsh2back.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	border-bottom: 0px dotted #cccccc;
	margin: 0px 0px 5px 0px;
	padding: 7px 10px 7px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #B40000;
	text-align: left;
	}
.topics h3	{
	margin-top: 0px;
        margin-bottom: 5px;
        margin-left: 10px;
        margin-right: 10px;
	border-bottom: dotted 0px #cccccc;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 13px;
        font-weight: normal;
	}

.topics p	{
	margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 10px;
	border-bottom: dotted 0px #cccccc;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 12px;
        font-weight: normal;
	}

.topics span	{
	margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 10px;
	border-bottom: dotted 0px #cccccc;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 12px;
        font-weight: normal;
	}



.works {
	padding: 0px 0px 10px 0px;
        margin: 0px 0px 0px 0px;
        border-top: dotted 0px #aaaaaa;
        border-bottom: dotted 0px #aaaaaa;
	}
.works h2 {
	background-image: url(http://www.ki-kobo.jp/images/worksh2.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 0%;
	border-bottom: 1px dotted #cccccc;
	margin: 0px 10px 5px 300px;
	padding: 10px 15px 20px 0px;
	font-size: 10px;
	font-weight: normal;
	color: #444;
	text-align: left;
        font-weight:bold;
	}
.works h3	{
	margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 10px;
        margin-right: 20px;
	border-bottom: dotted 1px #cccccc;
	padding: 0px 8px 5px 15px;
	text-align: left;
	font-size: 12px;
        font-weight: normal;
	background-image: url(http://www.ki-kobo.jp/images/newsh3back.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	}


/* entry */
.cat-des	{
	font-size: 10px;
	font-weight: normal;
	color: #666;
	margin: 5px 0px 0px 0px;
	}
.content h2	{
        background-color: #7A6654;
	background-image: url(http://www.ki-kobo.jp/images/contenth2back.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 50%;
	margin: 10px 0px 10px 0px;
	padding: 9px 5px 8px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	}
.content h2 span	{
	position: relative;
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-align: left;
	margin: 3px 0px 0px 0px;
	}
.content h2 a:link, .content h2 a:visited, .content h2 a:active  { color: #ffffff; text-decoration: none; }
.content h2 a:hover  { color: #9B502F; text-decoration: none; }

.entry h3	{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
        margin-right: 5px;
	font-size: 13px;
	border-bottom: dashed 1px #4B3825;
	padding: 5px 5px 5px 5px;
	color: #333;
	background-image: url(http://www.ki-kobo.jp/images/entryh4back.);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	}

.entry h4	{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
        margin-right: 5px;
	font-size: 13px;
	border-bottom: dashed 1px #4B3825;
	padding: 5px 5px 5px 5px;
	color: #333;
	background-image: url(http://www.ki-kobo.jp/images/entryh4back.);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	}


.content h4 a:link, .content h4 a:visited, .content h4 a:active  { color: #333333; text-decoration: none; }
.content h4 a:hover  { color: #cc331a; text-decoration: underline; }


.entry h5	{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	border-left: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	padding-left: 5px;
	color: #333;
	}
.entry h6	{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
	border-left: solid 12px #aaaaaa;
	padding-left: 5px;
	color: #333;
	}
.entry p 	{
	font-size: 12px;
	color: #333333;
	line-height: 150%;
	}
.entry blockquote	{
	font-size: 13px;
	color: #444;
	line-height: 150%;
	padding: 1em;
	margin: 10px 10px;
	border-color: #999;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	}
.entry ul {
	list-style-type: circle;
	margin: 10px;
	line-height; 120%;
	padding: 0px;
	}
.entry li {
	text-align: left;
	font-size: 12px;
	margin-bottom: 6px;
	border-color: #999;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	}
.entry ol li {
	text-align: left;
	font-size: 12px;
	margin-bottom: 6px;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	}
.entry table,td	{
	font-size: 12px;
	color: #333;
	line-height: 120%;
	}
.entry p.posted	{
	font-size: 0.66em;
	color: #aaaaaa;
	border-top: solid 1px #aaaaaa;
	padding-top: 6px;
	}

.entry p span.new {
	font-weight: bold;
	color: #f39;
	}
.entry p span.koda {
	font-weight: bold;
	color: #f00;
	}
.entry a	{

	}

.entry	{
	margin-bottom: 40px;
	font-size: 13px;
	color: #444444;
	}

.right {
	float: right;
	margin: 10px 0px 10px 10px;
	border-style: none;
	}
.left {
	float: left;
	margin: 10px 10px 10px 0px;
	border-style: none;
	}
.extended {
	text-align: right;
	clear: both;
	}

.button {
	width: 100%;

}
.button a, .button a:link, .button a:visited, .button a:active{
        border-top : 0px solid #aaa;
        border-bottom : 0px solid #aaa;
        border-left : 0px solid #aaa;
        border-right : 0px solid #aaa;
	display: block;
	width: 200px;
}

.button a:hover {
        border-top : 0px solid #fff;
        border-bottom : 0px solid #fff;
        border-left : 0px solid #fff;
        border-right : 0px solid #fff; 
}

.button img { margin: 0px;}





/* navi */
.navi	{
	font-size: 11px;
	padding-left: 15px;
	padding-right: 15px;
	}

/* the context entry - link */

#entrylink	{
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	}

#entrylink a	{

	}

#entrylink p	{

	}


/* trackback */

#trackbacks	{
	border: solid 1px #ddd;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#trackbacks h2	{
	font-size: 0.75em;
	margin-bottom: 0;
	}

#trackbacks p	{
	font-size: 0.75em;
	color: #666666;
	margin-top: 8px;
	}

#trackbacks h3	{
	font-size: 0.75em;
	color: #999999;
	margin-bottom: 0;
	border-top: solid 1px #ddd;
	padding-top: 20px;
	}

#trackbacks a	{

	}






/* ++++++ sidebar design ++++++ */

/* menu */

.right-area 	{
	position: relative;
	}

.sidebar 	{
	position: relative;
	}

.menu	{
	margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 0px;
        padding: 0px;
	}
.menu h2	{
	border-left: solid 12px #;
	text-align: left;
	color: #6D6D6D;
        font-weight:bold;
	padding: 3px 6px 3px 10px;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	display: block;
	border-top: solid 0px #ccc;
	border-bottom: dotted 1px #D1D1CF;
	border-right: solid 0px #ccc;
	border-left: solid 0px #ccc;
        width: auto;
	}
.menu div	{
	background-color: #;
	font-size: 11px;
	list-style-type:none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	}
.menu-list	{
	background-color: #;
	margin: 1px 0px 1px 0px;
	text-align: left;
	border-bottom: dashed 1px #D1D1CF;
	display: block;
	padding: 0px 0px 0px 0px;
	}
.menu-list a, .menu-list a:link, .menu-list a:visited, .menu-list a:active	{
	color: #932929;
        background-color: #;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
        margin: 0px;
        width: auto;
	position: relative;
	display: block;
	background-color: #F8F9F3;

	}

.menu-list span{
	color: #D1D1CF;
        background-color: #;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
        width: auto;
        text-align: right;
	position: relative;
	display: block;
	border-top: solid 0px #eeeeee;
	border-bottom: solid 0px #eeeeee;
	border-right: solid 0px #aaaaaa;
	border-left: solid 0px #eeeeee;
	}

.menu-list a:hover	{
        background-color: #E5D19F;
	color: #932929;
	font-weight: normal;
	text-decoration: none;
        width: auto;
	position: relative;
	display: block;
	border-top: solid 0px #eeeeee;
	border-bottom: solid 0px #eeeeee;
	border-right: solid 0px #aaaaaa;
	border-left: solid 0px #eeeeee;
	background-image: url(http://www.ki-kobo.jp/images/menu-over.);
	background-repeat: repeat-y;
	background-attachment: repeat;
	background-position: 50% 0%;
	}

.menu-list a:hover span{
	color: #ffffff;
        background-color: #E5D19F;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
        width: auto;
        text-align: right;
	position: relative;
	display: block;
	border-top: solid 0px #eeeeee;
	border-bottom: solid 0px #eeeeee;
	border-right: solid 0px #aaaaaa;
	border-left: solid 0px #eeeeee;
	}

.menu-line	{
	background-image: url(http://www.ki-kobo.jp/images/menu-line.);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 100%;
	text-align: left;
	color: #ffffff;
        font-weight: normal;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	display: block;
	border-top: solid 0px #ccc;
	border-bottom: solid 0px #6D6D6D;
	border-right: solid 0px #ccc;
	border-left: solid 0px #fff;
	}

/* sidebar the context */

.members {
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #ddd;
	width: 350px
	background: #;
	font-size: 12px;
	}
.members td {
	border: 1px solid #fff;
	padding: 1px;
	background: #;
	}
.members th {
	border: 1px dotted #fff;
	padding: 1px;
	text-align: center;
	color: #fff;
	background: #;
	font-weight: normal;
	font-size: 11px;
	}

.members input,select,textarea {
	font-size: 11px;
	padding: 0px;
	}





/**************** the company outline - table end ****************/

/* feed info */
#feed	{
	background-color: #;
	margin: 0;
	padding: 10px;
	font-family: sans-serif;
	font-size: 10px;
	}
#feed img	{
	border: none;
	margin: 0px 5px 0px 0px;
	}
.count	{
	margin: 0px;
	font-size: 9px;
	color: #444;
	}

.count ul	{
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left:0;
	padding: 10px;
	}

.count li	{
	line-height: 130%;
	}

.count img	{
	border: none;
	margin: 0px;
	vertical-align: middle;
	}
.powered	{
	background-color: #;
	margin: 0px 0;
	font-size: 10px;
	}

.powered a, .powered a:link, .powered a:visited, .powered a:active, .powered a:hover	{
	color: #ffffff;
	text-decoration: none;
	}
/**************** confirm screen - start ****************/
#confirm {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	}

#confirm table {
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #666;
	width: 80%;
	margin: 20px auto;
	}

#confirm td {
	border-collapse: collapse;
	border: 1px solid #666;
	padding: 5px;
	text-align: center;
	}
/**************** confirm screen - end ****************/


/* comment */

.content h5{
	font-size: 0.75em;
	background-color: #dddddd;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 5px 20px;
        overflow:hidden;
        width: 95%;
}


#comments h2 {
	font-size: 0.75em;
	background-color: #dddddd;
	}
#comments h2#com01 {
	font-size: 0.75em;
	background-color: #dddddd;
	}



#comments p	{
	font-size: 0.75em;
	color: #666666;
	}

#comments p.posted	{
	color: #999999;
	padding-left: 30px;
	}

#comments textarea	{
	width: 400px;
	height: 200px;
	}

/**************** inspire ********************/

#comments {

	padding: 5px 20px;
	margin-top: 20px;
}


#comments-header,
#comments-open-header {
    margin: 15px 0;
}

#comment-content,
#comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

#comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

#comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}

#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: left;
}
.comments-open label {
    display: block;
}

.headmenu table{
        width: 480px;
        height: 30px;
        text-align: right;
        float: right;
	border-collapse: collapse;
        margin-bottom: 10px;
        }
.headmenu td{
        padding: 0px;
        border-left: solid 1px #ddd;
        border-right: solid 1px #ddd;
        }

.logolink{
        width: 140px;
        height: 70px;
        float: left;
        }

.inline{
        width: 550px;
        height: 350px;
        border: solid 1px #ccc;
        scrolling: yes;
        overflow: auto;
        padding: 10px;
        }



/* 5月15日 追加 */

dt,dd {
	font-size: 13px;
	color: #333333;
	line-height: 150%;
	}

/* banner-area */

#banner-area table td{
        border-bottom: dotted 1px #aaaaaa;
        padding: 15px 0px;
        }

#banner-area table{
        padding: 0px 0px 5px 0px;
        }

/* qanda */
.qanda	{
	margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 0px;
        padding-right: 10px;
	}
.qanda h2	{
	border-left: solid 12px #;
	text-align: left;
	color: #6D6D6D;
        font-weight:bold;
	padding: 3px 6px 3px 10px;
	font-size: 12px;
	margin: 0px 10px 0px 0px;
	display: block;
	border-top: solid 0px #ccc;
	border-bottom: solid 1px #6D6D6D;
	border-right: solid 0px #ccc;
	border-left: solid 0px #ccc;
        width: auto;
	}
.qanda ul	{
	background-color: #;
	font-size: 10px;
	list-style-type:none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	}
.qanda	{
	background-color: #;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border-bottom: solid 1px #fff;
	display: block;
	padding: 0px 0px 0px 0px;
	}
.qanda a, .qanda a:link, .qanda a:visited, .qanda a:active	{
	color: #6D6D6D;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 10px 5px 20px;
        width: auto;
	position: relative;
	display: block;
	border-top: solid 0px #ccc;
	border-bottom: solid 0px #6D6D6D;
	border-right: solid 0px #ccc;
	border-left: solid 0px #DC8149;
	}
.qanda a:hover	{
	color: #8C5900;
	font-weight: normal;
	text-decoration: none;
        width: auto;
	position: relative;
	display: block;
	border-top: solid 0px #ccc;
	border-bottom: solid 0px #6D6D6D;
	border-right: solid 0px #ccc;
	border-left: solid 0px #fff;
	}

.head-menu{
        text-align: center;
        width: 800px;
        background-image:url(http://www.ki-kobo.jp/images/head-menuback.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        padding: 9px 10px 9px 10px;
        }

.head-menu span{
        font-size: 12px;
        color: #ffffff;
        }

.head-menu a:link, .head-menu a:visited, .head-menu a:active{
        color: #ffffff;
        text-decoration: none;
        }


.ceo-blog{
        width: 190px;
        height: 170px;
	background-image: url(http://www.ki-kobo.jp/images/ceobanner-back.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
        padding: 0px;
        margin: 5px 5px 5px 5px;
         }

.staff-blog{
        width: 190px;
        height: 170px;
	background-image: url(http://www.ki-kobo.jp/images/staffbanner-back.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
        padding: 0px;
        margin: 10px 5px 5px 5px;
         }

.hidarikiki-blog{
        width: 190px;
        height: 170px;
	background-image: url(http://www.ki-kobo.jp/images/hidarikikibanner-back.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
        padding: 0px;
        margin: 10px 5px 10px 5px;
         }

.event-news{
        width: 200px;
        height: 165px;
	background-image: url(http://www.ki-kobo.jp/images/eventbanner-back.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
        padding: 0px 0px 0px 0px;
        margin: 10px 0px 0px 0px;
         }

.bottom-banner{
        margin: 0px;
        padding: 5px 0px;
         }

.bottom-banner h3{
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0px;
        margin-bottom: 5px;
	border-bottom: dotted 1px #aaaaaa;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 12px;
        font-weight: normal;
         }

.both{
      clear: both;
      height: 0;
      visibility: hidden;
      border: 0;
      display: block;
      }

.ceo-blog h3{
	font-size: 10px;
	line-height: 120%;
         }
.ceo-blog span{
	font-size: 10px;
         }

.ceo-blog p{
	font-size: 10px;
         }


.staff-blog h3{
	font-size: 10px;
	line-height: 120%;
         }

.staff-blog span{
	font-size: 10px;
         }

.staff-blog p{
	font-size: 10px;
         }

.hidarikiki-blog h3{
	font-size: 10px;
	line-height: 120%;
         }

.hidarikiki-blog span{
	font-size: 10px;
         }

.hidarikiki-blog p{
	font-size: 10px;
         }

.event-news{

         }

/* コンセプトページトップメニュー */

.concept-table{
         margin: 0px 5px 15px 5px;

         }

.concept-table td{
         font-size: 13px;
         font-weight: bold;
         color: #333333;

         }

.concept-table div a:link, .concept-table td a:visited, .concept-table td a:active{
         font-size: 13px;
         font-weight: bold;
         color: #333333;
         text-decoration: none;
	 background-image: url(http://www.ki-kobo.jp/images/concept-menuback.jpg);
	 background-repeat: no-repeat;
	 background-attachment: scroll;
	 background-position: 0% 50%;
         padding-left:15px;
         }

.concept-table div a:hover{
         font-size: 13px;
         font-weight: bold;
         color: #FF4D00;
         text-decoration: none;
	 background-image: url(http://www.ki-kobo.jp/images/concept-menuback-over.jpg);
	 background-repeat: no-repeat;
	 background-attachment: scroll;
	 background-position: 0% 50%;
         padding-left:15px;
         }


.blog-main{
        width: 500px;
        background-color: #ffffff;
        padding: 5px;
        margin: 10px 5px 10px 10px;
         }


.blog-right{
        width: 130px;
        background-color: #ffffff;
        padding: 5px;
        margin: 10px 10px 10px 5px;
         }

.blog-right h3{
        font-size: 12px;
        color: #333333;
        font-weight: bold;
        border-bottom: solid 1px #111111;
        padding: 0px 5px;
        margin: 5px 0px 0px 0px;
        }


.blog-right ul{
	list-style-type:none;
        margin: 0px 0px 40px 0px;
        padding: 0px;
        }



.blog-right li{
        font-size: 11px;
        color: #666666;
        font-weight: normal;
        border-bottom: solid 1px #333333;
        padding: 2px 5px;
        margin: 5px;
        }

.blog-right li a, .blog-right li a:link, .blog-right li a:visited, .blog-right li a:active	{
        font-size: 11px;
        color: #666666;
        text-decoration: none;
	}

.blog-right li a:hover	{
        font-size: 11px;
        color: #F97C00;
        text-decoration: none;
	}







.blog-content{
        width: 680px;
        padding: 0px;
        margin: 0px;
         }

.contact-form{
        background-color: #ffffff;


         }


/* コメント部分 */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* コメント部分end */


