/* CSS Document */
/* Copyright (C) 2007 Creekcom.,Co ltd All Rights Reserved. http://www.creekcom.co.jp/ */

/* basic elements */
html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
	font-family: verdana, "lr oSVbN", 'trebuchet ms', sans-serif;
	background-image: url(common/hdr_bg.gif);
	background-repeat: repeat-x;
}
h1,h2,h3,h4,form {margin:0px;padding:0px;}
.clear{clear: both;}
img {
	border:0px;
	margin: 0px;
	padding: 0px;
}
a img {
	border: 0;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	height: 85px;
	width: 750px;
	position: relative;
}
#header .logo {
	height: 85px;
	width: 148px;
	float: left;
}
.logo a {
	margin: 0px;
}
#header .ttl {
	height: 85px;
	width: 602px;
	background-image: url(common/ttl_bg.gif);
	background-repeat: no-repeat;
	float: right;
}
#header h1 {
	font-weight: normal;
	font-size: 75%;
	padding-top: 38px;
	padding-left: 18px;
	color: #EE0B0B;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header p {
	font-weight: normal;
	font-size: 75%;
	padding-top: 38px;
	padding-left: 18px;
	color: #EE0B0B;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navi {
	height: 32px;
	position: relative;
}
/*#navi ul {
	margin: 0px;
	height: 32px;
	padding: 0px;
}
#navi li {
	display: inline;
	float: left;
	list-style-type: none;
	height: 32px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}*/
#body {
	width: 750px;
	position: relative;
	padding-bottom: 20px;
}
#footer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 75%;
	text-align: center;
	position: relative;
	clear: both;
}
#footer .ftr-nav {
	padding-top: 20px;
}
#footer .copyright-by-creekcom {
	padding-top: 15px;
	padding-bottom: 20px;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer a:link,a:visited{
	color: #666666;
}
#footer a:hover {
	color: #FF6600;
}
#footer a:active{
	color: #3366CC;
}
/* sub page */

#content,#report-content {
	float: right;
	width: 550px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#side-menu {
	float: left;
	width: 170px;
	padding-top: 20px;
}
#side-menu .menu {
	background-image: url(common/menu_bttm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 12px;
	margin-bottom: 15px;
}
#side-menu .menu ul {
	margin: 0px;
	padding-left: 8px;
	padding-top: 12px;
	padding-bottom: 10px;
	background-image: url(common/menu_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#side-menu .menu li {
	list-style-type: none;
	font-size: 82%;
	line-height: 170%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 12px;
	display: block;
}
.menu a {
	text-decoration: none;
	background-image: url(common/menu_list.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-left: 0px;
	display: block;
	color: #666666;
}
.menu a:link,a:visited{
	color: #666666;
}
.menu a:hover {
	background-image: url(common/menu_list_ov.gif);
	color: #FF6600;
}
.menu a:active{
	color: #3366CC;
}
#side-menu .active {
	background-image: url(common/menu_list_ov.gif);
}

#pankuzu {
	font-size: 75%;
	padding-top: 8px;
	padding-left: 2px;
}
#pankuzu a {
	text-decoration: none;
	color: #666666;
}
#pankuzu a:link,a:visited{
	color: #666666;
}
#pankuzu a:hover {
	color: #FF6600;
}
#pankuzu a:active{
	color: #3366CC;
}

.common-links-color a {
	text-decoration: none;
	color: #666666;
}
.common-links-color a:link,a:visited{
	color: #666666;
}
.common-links-color a:hover {
	color: #FF6600;
}
.common-links-color a:active{
	color: #3366CC;
}
#report-content a {
	text-decoration: none;
	color: #FF6600;
}
#report-content a:link,a:visited{
	color: #FF6600;
}
#report-content a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#report-content a:active{
	color: #3366CC;
}
#title {
	padding-top: 10px;
}
#title h1 {
	font-size: 87%;
	color: #003399;
	background-image: url(vr/img/title.gif);
	height: 35px;
	width: 710px;
	text-align: right;
	padding-right: 40px;
	padding-top: 35px;
}
#report-content h3 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.profil dt {
	float: left;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
.profil {
	font-size: 82%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.profil dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-left: 150px;
}
#report-content p {
	font-size: 82%;
	line-height: 180%;
	margin-top: 0px;
	margin-bottom: 0.5em;
}
#report-content .history {
	font-size: 82%;
	line-height: 150%;
}
.head {
	width: 150px;
}
.history td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#report-content .interview {
	width: 550px;
}
.interview-head {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #F7F7F7;
	color: #CC3300;
	font-size: 83%;
	line-height: 150%;
}
.interview td {
	padding: 5px 3px;
}
.img-right {
	float: right;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.img-left {
	float: left;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.next {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#report-content .recruit {
	font-size: 82%;
	line-height: 120%;
}
.recruit td {
	border: 1px solid #E6E6E6;
	padding: 2px 5px;
}
.style1 p {
	line-height: 150%;
	font-size: 82%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.style1 h3 {
	padding-top: 10px;
	padding-bottom: 15px;
}
.flt-right {
	float: right;
	font-size: 75%;
	padding-top: 10px;
	padding-right: 3px;
}
#search-index h3 {
	font-size: 82%;
	color: #003399;
	padding-top: 9px;
	padding-bottom: 8px;
	background-image: url(common/sun_list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#search-index h3 a {
	color: #CC3333;
	text-decoration: none;
}
#search-index .entry-body {
	font-size: 82%;
	line-height: 140%;
	position: relative;
}

#search-index ul {
	margin: 0px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
}
#search-index li {
	margin: 0px;
	list-style-type: none;
	display: inline;
	padding: 1px 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.entry-tags p {
	margin-top: 15px;
	margin-bottom: 5px;
}
.entry-tags a {
	text-decoration: none;
	color: #666666;
}
.entry-body img {
	float: right;
	border: 1px solid #999999;
	padding: 3px;
	margin-left: 8px;
}
.entry {
	padding-top: 10px;
}
.entry-content {
	clear: right;
}
.entry-link-btn a{
	text-decoration: none;
	color: #666666;
	background-image: url(common/list_btn.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.entry-link-btn a:link,a:visited{
	color: #666666;
}
.entry-link-btn a:hover{
	color: #FF6600;
	background-image: url(common/list_btn.gif_ov.gif);
}
.entry-link-btn a:active{
	color: #3366CC;
}

#company table{
	border-collapse: collapse;
}
#company th ,#company td{
	border: 1px solid #ccc;
	padding: 5px;
}
#company th {
	font-size: 82%;
}

#company td {
	font-size: 82%;
	line-height: 120%;
	color: #666666;
	vertical-align: top;
}
#company p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#company ol {
	margin: 0px;
}
#company {
	padding-top: 20px;
}
#entry td {
	padding-top: 3px;
	padding-bottom: 3px;
}
#entry input {
}
#entry textarea {
	font-size: 83%;
}
#footer .pr-site {
	font-size: 90%;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 15px;
	color: #666666;
}
.search-results-box {
	padding-bottom: 15px;
}
/*rss*/
.rss-box {
	font-size: 82%;
	line-height: 140%;
}
.rss-box ul {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 20px;
	padding: 0px;
}
.rss-box li {
	list-style-type: none;
	padding-left: 20px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(common/list_btn.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.side-ttl {
	height: 23px;
	width: 170px;
	background-image: url(common/menu_bg2.gif);
	font-size: 82%;
	text-align: center;
	padding-top: 10px;
}
.interview-txt {
	color: #CC3300;
}
.blue {
	color: #0066CC;
}
#serch-menu  td,select,input {
	font-size: 12px;
	color: #333333;
}

#searcf-btn {
	margin-left: 3px;
	margin-bottom: 8px;
	margin-top: 10px;
}
.menu form {
	background-image: url(common/menu_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 170px;
}
.searchbox-list {
	background-image: url(common/search_td_list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.menu td {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
}
.menu select,input {
	font-size: 12px;
}
.searchbox-list-sps {
	padding-left: 20px;
}
.search-box-inner {
	padding-top: 35px;
	background-image: url(common/search_img.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-bottom: 10px;
}
.form td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.orange {
	color: #FF6600;
}
#thanks p {
	font-size: 83%;
	line-height: 150%;
}
#thanks {
	padding-top: 20px;
	padding-bottom: 100px;
}
#entry p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 83%;
	line-height: 150%;
}
.pad-top20p {
	padding-top: 20px;
}
#photo td {
	padding-bottom: 15px;
}
#photo table {
	margin-left: 5px;
}
.content-nav {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 550px;
	font-size: 82%;
}
.staffblog-body {
	font-size: 83%;
	padding-bottom: 15px;
}
.staffblog-entrymore {
	font-size: 83%;
	padding-bottom: 20px;
}
#content-nav-bttm {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.staffblog-entrymore p {
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.staffblog-body p {
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#archive-box {
	font-size: 83%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#archive-box a {
	color: #666666;
	text-decoration: none;
}
#sitemap-box {
	padding-top: 20px;
	padding-left: 20px;
	font-size: 83%;
	color: #666666;
}
#sitemap-box td {
	padding: 7px 3px;
	border: 1px solid #D6E7F0;
}
#sitemap-box a {
	color: #666666;
	text-decoration: none;
}
.pdd-bttm5p {
	padding-bottom: 5px;
}
.pdd5p {
	padding-top: 5px;
	padding-bottom: 5px;
}
