﻿/*  
Theme Name: KIT-SHINKOU
Theme URI: 
Description: KIT-SHINKOU WEBSITE TEMPLATES
Version: 1.0
Author: Nouka Toshiyuki
Author URI: 
*/
* {
	margin: 0px;
	padding: 0px;
	font-family: verdana, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, 'MS Pゴシック', 'MS PGothic';
}
* img {	border: none!important;}

ul {
	list-style-type: none;
}
hr {
	margin: 10px 0px;
	border: 1px solid #FFFFFF;
	border-bottom: 1px dashed #999999;
}

a {	text-decoration: none;}
a:link {	color: #006699;}
a:visited {	color: #009999;}
a:active {	color: #00CCFF;}
a:hover {	color: #00CCFF;}

#container {
	width: 773px;
	background: url(images/bg.jpg) 0px 0px repeat-y;
	position: relative;
	left: 20px;
}
body.index #container {
	background: none;
}

#header {
	height: 102px;
	background-color: #FFFFFF;
}
body.index #header {
	height: 83px;
}
#header h6 {
	position: absolute;
	top: 20px;
	z-index: 1000;
}
#header h6 a {
	display: block;
	width: 180px;
	height: 50px;
	background: url(images/logo.gif) 0px 0px no-repeat;
	text-indent: -999px;
	overflow: hidden;
}

ul#navigation {
	position: absolute;
	top: 20px;
	right: 0px;
	font-size: 12px;
}
ul#navigation li {
	float: left;
	margin-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #CCCCCC;
}

ul#mainmenu {
	position: absolute;
	top: 50px;
	background: url(images/menu2.jpg) 0px 0px no-repeat;
	padding-left: 222px;
	height: 52px;
}
body.index ul#mainmenu {
	background: url(images/menu.gif) 200px 0px no-repeat;
	height: 33px;
}
ul#mainmenu li {
	float: left;
}
ul#mainmenu li a {
	display: block;
	width: 109px;
	height: 52px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
body.index ul#mainmenu li a {
	height: 33px;
}
ul#mainmenu li.menu1 a {	background-image: url(images/menu2-1.jpg);}
ul#mainmenu li.menu2 a {	background-image: url(images/menu2-2.jpg);}
ul#mainmenu li.menu3 a {	background-image: url(images/menu2-3.jpg);}
ul#mainmenu li.menu4 a {	background-image: url(images/menu2-4.jpg);}
ul#mainmenu li.menu5 a {	background-image: url(images/menu2-5.jpg);	width: 115px;}
ul#mainmenu li a:hover {	background-position: 0px -52px;}
body.staffblog ul#mainmenu li.menu1 a {	background-position: 0px -104px;}
body.report ul#mainmenu li.menu2 a {	background-position: 0px -104px;}
body.recipe ul#mainmenu li.menu3 a {	background-position: 0px -104px;}
body.diary ul#mainmenu li.menu4 a {	background-position: 0px -104px;}
body.osewa ul#mainmenu li.menu5 a {	background-position: 0px -104px;}

body.index ul#mainmenu li.menu1 a {	background-image: url(images/menu-1.jpg);}
body.index ul#mainmenu li.menu2 a {	background-image: url(images/menu-2.jpg);}
body.index ul#mainmenu li.menu3 a {	background-image: url(images/menu-3.jpg);}
body.index ul#mainmenu li.menu4 a {	background-image: url(images/menu-4.jpg);}
body.index ul#mainmenu li.menu5 a {	background-image: url(images/menu-5.jpg);}
body.index ul#mainmenu li a:hover {	background-position: 0px -33px;}


#contents {
	clear: both;
	overflow: hidden;
	font-size: small;
	color: #333333;
	padding-bottom: 50px;
}
body.index #contents {
	padding: 0px;
}
h1 {
	height: 160px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -999px;
	font-size: 10px;
	margin-bottom: 20px;
}
body.index h1 {	display: none;}
body.staffblog h1 {	background-image: url(images/title_blog.jpg);}
body.report h1 {	background-image: url(images/title_report.jpg);}
body.recipe h1 {	background-image: url(images/title_recipe.jpg);}
body.diary h1 {	background-image: url(images/title_diary.jpg);}
body.conference h1 {	background-image: url(images/title_conference.jpg);}
body.procedure h1 {	background-image: url(images/title_procedure.jpg);}
body.aboutus h1 {	background-image: url(images/title_aboutus.jpg);}
body.information h1 {	background-image: url(images/title_information.jpg);}
body.inquiry h1 {	background-image: url(images/title_inquiry.jpg);}
body.archive h1 {	background-image: url(images/title_archive.jpg);}
body.osewa h1 {	background-image: url(images/title_osewa.jpg);}


#leftmenu {
	float: left;
	width: 180px;
}
#rightmenu {
	float: right;
	width: 160px;
	padding-right: 20px;
}
#bodytext {
	margin-left: auto;
	padding-right: 20px;
	width: 540px;
}
body.index #bodytext {
	background: url(images/edge_bg.gif) right repeat-y;
	padding-right: 13px;
	width: 560px;
}
body.index #bodytext .flash {
	display: block;
	width: 560px;
	height: 604px;
	background: url(images/top_bottom.gif) bottom no-repeat;
}
body.aboutus #bodytext {
	margin-right: auto;
	width: 360px;
	padding: 0px;
}



#contents ul,
#contents dl,
#contents blockquote {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#leftmenu h4 {
	font-size: small;
	font-weight: bold;
	margin-bottom: 10px;
	color: #666666;
}
#leftmenu ul,
#leftmenu dl {
	border-bottom: 1px dashed #999999;
}
#contents li {
	font-size: small;
	margin-bottom: 2px;
	line-height: 120%;
}
#contents ul li {
	background: url(images/arrow.gif) 0.4em 5px no-repeat;
	padding-left: 15px;
}
#contents ol li {
	margin-left: 27px;
}
#leftmenu blockquote {
	text-align: right;
	font-size: 10px;
}
#bodytext blockquote {
	text-align: right;
	border-top: 1px dashed #999999;
	padding-top: 5px;
}
#bodytext blockquote a {
	background: url(images/arrow.gif) 0.4em 5px no-repeat;
	padding-left: 15px;
}
#leftmenu dt {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 120%;
}
#leftmenu dd {
	font-size: 12px;
	line-height: 120%;
}
#leftmenu p {
	line-height: 120%;
	margin-bottom: 10px;
}
#leftmenu .small {
	font-size: 10px;
}
#rightmenu p {
	margin-bottom: 5px;
}


.turnover {
	text-align: right;
	color: #999999;
	margin-bottom: 10px;
}
.prev {
	background: url(images/prev.gif) left no-repeat;
	padding: 10px 10px 10px 15px;
}
.next {
	background: url(images/next.gif) right no-repeat;
	padding: 10px 15px 10px 10px;
}


p {
	margin-bottom: 20px;
	line-height: 140%;
}
h2,
h3,
h4,
h5 {
	margin: 20px 0px 10px;
	line-height: 120%;
}
h2,
h3 {
	color: #666666;
}
h2 {
	font-size: medium;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
}
h3 {
	font-size: medium;
	border-bottom: 1px dashed #999999;
	padding-bottom: 2px;
}
h4 {
	font-size: small;
	color: #009999;
	border-left: 2px solid #009999;
	padding-left: 3px;
}
h5 {
	font-size: small;
	color: #009999;
}
.commentarea {
	margin-left: 50px;
}
.signature {
	border-top: 1px dashed #999999;
	margin: 20px 0px;
	padding-top: 5px;
	text-align: right;
	font-size: 10px;
}
em {
	color: #CC0000;
	font-style: normal;
}
small {
	font-size: x-small;
	line-height: 110%;
}


.trackback,
.contribute {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-bottom: 5px;
}
.contribute {
	margin-bottom: 20px;
}
.trackback h4 {
	background: url(images/trackback.gif) 0px 0px no-repeat;
	text-indent: -999px;
	font-size: 10px;
	margin: 0px !important;
	border: none !important;
}
.contribute h4 {
	background: url(images/contribute.gif) 0px 0px no-repeat;
	text-indent: -999px;
	font-size: 10px;
	margin: 0px !important;
	border: none !important;
}
.trackback p {
	margin: 10px;
}
table,
table th,
table td {
	border-collapse: collapse;
}

table.banner {
	margin-bottom: 20px;
}
table.banner td {
	width: 150px;
	padding-bottom: 1px;
}
.banner p {
	font-size: 10px;
	margin: 2px 0px 10px !important;
}
.contribute table {
	margin: 10px auto;
	width: 500px;
}
.contribute table th,
.contribute table td {
	border-bottom: 1px dashed #999999;
	padding: 5px;
}
.contribute table th {
	border-right: 5px solid #DFDFDF;
	text-align: left;
	font-weight: normal;
	width: 20%;
}
input#author,
input#email,
input#url,
textarea#comment {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 0px;
	width: 100%;
}
input#author,
textarea#comment {
	ime-mode: active;
}
input#email,
input#url {
	ime-mode: disabled;
}
input#submit,
input#reset,
input#cancel {
	color: #FFFFFF;
	background: url(images/input.gif) 0px 0px repeat-x;
	border: none;
	width: 80px;
	height: 20px;
}


#footer {
	clear: both;
	background: #FFFFFF url(images/bottom.gif) 0px 0px no-repeat;
	padding: 20px 0px 50px;
}
body.index #footer {
	background: none;
}
#footer address {
	color: #666666;
	text-align: right;
	font-style: normal;
	font-size: 11px;
	margin-bottom: 5px;
}
#footer h6 {
	text-align: right;
	color: #666666;
	font-size: 10px;
}


.tablenav {
	color: #2583ad;
	background:white;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	color: #00019b;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color:white;
	background: #328ab2;
}

.tablenav .current {
	color: white;
	background: #328ab2;
	border-color: #328ab2;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}

.leftframe {
float:left;
margin: 0 10px 10px 0;
}
.rightframe {
float:right;
margin: 0 0 10px 10px;
}