@charset "utf-8";
/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: 有名な <a href="http://binarybonsai.com/kubrick/">Kubrick</a> をもとにした WordPress のデフォルトテーマ
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-size: 75%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	width: 690px;
	}
.entry {
	margin: 20px 0 0 0;
	padding: 0;
}
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
	letter-spacing: 0.08em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2 a:visited, h3 a:visited {
	color: CornflowerBlue;
	}
h2, h2 a, h3, h3 a {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 690px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 0px;
	padding: 0;
	height: 200px;
	width: 690px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0px;
	width: 450px;
	}

.post {
	margin: 0 0 0px;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 670px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	}

html>body .entry li {
	}

.entry ul li:before, #sidebar ul ul li:before {
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* ========== HTMLタグ ==========  */
*{font-family:Verdana,"ＭＳ Ｐゴシック",Arial,helvetica, Osaka, "ヒラギノ角ゴ Pro W3";}
body{background:url(./images/bg.gif) repeat-y #F1F1F1 center 0; line-height:1.6em; margin:0; padding:0; position:relative;}
*html body{background:url(./images/bg_ie.gif) repeat-y #F1F1F1 center 0;}
h1, h2, h3, h4, h5, h6, ul, ol{margin:0; padding:0;}
ul{margin-left:1.2em; _margin-left:1.5em;}
ol{margin-left:1.5em; _margin-left:2em;}
ul.none, ol.none{list-style:none;}
ul.r-mark{list-style:none; margin-left:1em; text-indent:-1em;}
hr.hide{display:none;}
dd{margin-left:0;}
p.lead{color:#215F89;}
address{font-style:normal;}
* {
	text-align: justify;
	text-justify: distribute;
}
body, td, div, p, a, li {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* ========== 全ページ共通 ========== */
.clr {clear:both; height:1px;}
.lt{float:left;}
.rt{float:right;}
.rt225{float:right; width:220px;}
html > body .entry .form ul,
html > body .entry .rt225 ul {
	list-style-type:disc;
}
html > body .entry .form ul {
	margin: 0 0 0 10px;
}
.bs05{clear:both; width:100%; height: 5px;}
.bs10{clear:both; width:100%; height:10px;}
.bs15{clear:both; width:100%; height:15px;}
.bs20{clear:both; width:100%; height:20px;}
.bs30{clear:both; width:100%; height:30px;}
.bs100{clear:both; width:100%; height:100px;}
.bs300{clear:both; width:100%; height:300px;}
.lm10{margin-left:10px;}
a:link{color:#006699;}
a:visited{color:CornflowerBlue;}
a:hover{color:#00CC99;}
a:active{color:#FF6600;}
a{outline:none;}

/* ラッパー */
#wrapper, #wrapper-t, #wrapper-c{margin:0 auto; width:690px; position:relative;}
#skip{display:none;}

/* ヘッダ */
#header{height:54px; background:url(./images/head-bg.gif) repeat-x;}
#logo{float:left; margin:10px 0 0 10px;}

/* ヘッダナビ */
#head-navi #hn01{background:url(./images/home.gif) no-repeat; margin-right:10px; width:66px;}
#head-navi #hn02{background:url(./images/user_page.gif) no-repeat; width:126px;}
#head-navi #hn02 a{width:126px; height:16px;}
#head-navi{float:right; height:16px; list-style:none; width:90px; margin-top:14px;}
#head-navi li{float:left;}
#head-navi li a{display:block; text-decoration:none; text-indent:-9999px;}
#head-navi #hn01 a{width:66px; height:16px;}

/* グローバルナビ */
#global-navi{clear:both; margin:0; padding:0; width:690px; background:url(./images/gn-bg.gif) repeat-x;}
#global-navi ul{height:49px; list-style:none;}
#global-navi li{display:inline;}
#global-navi li a{background:url(./images/global-navi.gif) no-repeat; display:block; float:left; height:49px; text-decoration:none; text-indent:-9999px; width:115px;}
#global-navi #gn01 a{background-position:   0px 0px;}
#global-navi #gn02 a{background-position:-115px 0px; width:114px;}
#global-navi #gn03 a{background-position:-229px 0px;}
#global-navi #gn04 a{background-position:-344px 0px;}
#global-navi #gn05 a{background-position:-459px 0px;}
#global-navi #gn06 a{background-position:-574px 0px;}
#global-navi #gn01 a:hover, #global-navi #gn01-here a{background-position:   0px -49px;}
#global-navi #gn02 a:hover, #global-navi #gn02-here a{background-position:-115px -49px; width:114px;}
#global-navi #gn03 a:hover, #global-navi #gn03-here a{background-position:-229px -49px;}
#global-navi #gn04 a:hover, #global-navi #gn04-here a{background-position:-344px -49px;}
#global-navi #gn05 a:hover, #global-navi #gn05-here a{background-position:-459px -49px;}
#global-navi #gn06 a:hover, #global-navi #gn06-here a{background-position:-574px -49px;}

/* コンテンツ */
#contents{clear:both;}

/* フッタ */
#footer{clear:both; background-color:#9FC4DD; font-size:0.75em; height:1.0em; padding:10px;}
#footer{clear:both; background-color:#9FC4DD; font-size:0.75em; height:1.2em; padding:10px;}
#policy{float:left; margin:0;}
#policy a{background:url(./images/privacy.gif) no-repeat; display:block; height:11px; text-decoration:none; text-indent:-9999px; width:116px;}
#copyright{background:url(./images/copyright.gif) no-repeat; display:block; height:11px; float:right; text-indent:-9999px; width:255px;}

/* ページの先頭にもどる */
.to-top{_font-size:1%; float:right; margin-top:1em;}
.to-top a{background:url(./images/to_top.gif) no-repeat; display:block; height:11px; text-decoration:none; text-indent:-9999px; width:119px;}

/* ========== トップページ ========== */
/* 共通部分上書き */
#wrapper-t h1{background:url(./images/top_h1.jpg) no-repeat; height:221px; top:54px; width:690px; text-indent:-9999px;}
#wrapper-t h1 br{display:none;}
#wrapper-t #contents{clear:both; padding:5px 15px 15px 15px;}
#wrapper-t #contents p{padding: 0 20px;}
#wrapper-t #contents p.lead{padding: 0 5px;}
#wrapper-t #contents p.lead{padding: 0 20px;letter-spacing:0.1em;color:#333333;}
#wrapper-t #contents p.lead1{font-size:1.4em;line-height:1.5em;margin: 15px 0 15px 0;}
#wrapper-t #contents p.lead2{margin:0 0 25px 0;}

/* ユーザーログイン BOX */
#h1-box{height:221px; position:relative; overflow:hidden;}
#user-login-box{list-style:none; margin:0; padding:0;}
#user-login-box li{margin:0; padding:0;}
#user-login-box li a{dispaly:block; left:473px; position:absolute; text-decoration:none; text-indent:-9999px; width:200px;}
#user-login-box #un01 a{top: 21px; height:153px;}
#user-login-box #un02 a{top:174px; height: 27px;}
#user-login-box a:hover{background:url(./images/user-login.jpg) no-repeat;}
#user-login-box #un01 a:hover{background-position:0px    0px;}
#user-login-box #un02 a:hover{background-position:0px -153px;}

/* H2 */
#wrapper-t h2{clear:both;}
#wrapper-t h2.soft-series{background:url(./images/h2-software.gif) no-repeat; height:42px; text-indent:-9999px; width:646px; margin: 20px 0 0 0;}
#wrapper-t h2.news{background:url(./images/h2-info.gif) no-repeat; height:19px; margin: 20px 0 0 16px; text-indent:-9999px; width:630px;}
.toppage h2 {
	font-size: 1.4em;
	color: #333333;
	margin: 25px 0 20px 33px;
}
.toppage .lead {
	margin-top: 0;
}
.toppage #content .entry #contents {
	padding-top: 0px;
}

/* ソフトウェアシリーズ */
#soft-box-01{background-color:#F5EFDC; float:left; margin:1px 2px 4px 16px; _margin-left:8px; width:146px;}
#soft-box-01-bg{background:url(./images/soft_01-bg.gif) repeat-x; height:39px;}
#soft-box-01 p{font-size:80%; margin:0.75em -0.5em 0.5em -0.5em; line-height:1.5em;}
#soft-box-01 ul{list-style:none; margin:0 12px 0 13px; padding:0;}
#soft-box-01 li.sb01{background:url(./images/soft_01-btn.gif) no-repeat; text-indent:-9999px;}
#soft-box-01 li.sb01 a{display:block; height:21px; width:120px; text-decoration:none;}
#soft-box-02{float:left; margin:0 0 4px 1px; padding: 0 0 0px 0;  width:160px;}
#soft-box-02 ul{background-color:#D2E3EE; height:8.5em; list-style:none; margin:0 2px; padding:0 2px;}
#soft-box-02 li{background:url(./images/soft-arrow.gif) no-repeat 3px 7px; font-size:0.9em; padding:5px 17px; line-height:1.0em; margin-left: 3px;}
#wrapper-t h3{height:31px; text-indent:-9999px; width:160px; margin-bottom:-3px; padding:0; font-size:xx-small; line-height:normal;}
#wrapper-t h3#st01{background:url(./images/soft_01.gif) no-repeat; height:48px; width:146px;}
#wrapper-t h3#st02{background:url(./images/soft_02.gif) no-repeat;}
#wrapper-t h3#st03{background:url(./images/soft_03.gif) no-repeat;}
#wrapper-t h3#st04{background:url(./images/soft_04.gif) no-repeat;}
#wrapper-t h3#st05{background:url(./images/soft_05.gif) no-repeat;}
#wrapper-t h3#st06{background:url(./images/soft_06.gif) no-repeat;}
#wrapper-t h3#st07{background:url(./images/soft_07.gif) no-repeat;}

/* お知らせ */
*html dl.news{margin:10px 0;}
dl.news dt{clear:both; display:block; float:left; margin-left:16px; width:140px;}
dl.news dt, dl.news dd{margin-left:16px; _margin-left:9px; margin-bottom:0.25em;}
.toppage h2.news {
	margin: 0;
}
.oshirase2024 {
	margin: 0 15px;
}
#wrapper-t .oshirase2024 h1 {
	display: none;
}

/* ========== 共通ページ ========== */
#wrapper h1{border-bottom:solid 5px #578DB1; margin-bottom:20px; height:63px; width:690px;}
#wrapper h1 br{display:none;}
#sub-navi-box{background:url(./images/sub-navi-frame.gif) no-repeat; float:left; margin:0 0 10px 20px; _margin-left:10px; width:180px;}
#main-contents{float:right; margin:0 20px 0px 0; _margin:0 10px 0 0; width:440px;text-align: left;}
#contents-center{margin:0 auto; width:550px;}
#contents-center #main-contents{margin:0 auto; width:550px;}

/* H1 */
h1.non{background:url(../../errors/images/h1.jpg) no-repeat; text-indent:-9999px;}
h1.news{background:url(./images/news_h1.jpg) no-repeat; text-indent:-9999px;}
h1.members{background:url(../../members/images/h1.jpg) no-repeat; text-indent:-9999px;}
h1.company{background:url(./images/company_h1.jpg) no-repeat; text-indent:-9999px;}
h1.service{background:url(./images/service_h1.jpg) no-repeat; text-indent:-9999px;}
h1.products{background:url(./images/products_h1.jpg) no-repeat; text-indent:-9999px;}
h1.request{background:url(./images/request_h1.jpg) no-repeat; text-indent:-9999px;}
h1.contact{background:url(./images/contact_h1.jpg) no-repeat; text-indent:-9999px;}
h1.policy{background:url(./images/policy_h1.jpg) no-repeat; text-indent:-9999px;}

.catetitle{
	clear: both;
	background-repeat: no-repeat;
	text-indent:-9999px;
	height: 63px;
	border-bottom:5px solid #578DB1;
}
.mycategory-3{
	background-image: url(./images/products_h1.jpg);
}
.mycategory-4{
	background-image: url(./images/service_h1.jpg);
}
.mycategory-5{
	background-image: url(./images/company_h1.jpg);
}
.mycategory-6{
	background-image: url(./images/news_h1.jpg);
}
.mycategory-7{
	background-image: url(./images/request_h1.jpg);
}
.mycategory-8{
	background-image: url(./images/contact_h1.jpg);
}
.mycategory-9{
	background-image: url(./images/policy_h1.jpg);
}
.mycategory-10{
	background-image: url(./images/correction_list_h1.jpg);
}
.mycategory-404{
	background-image: url(./images/404_h1.jpg);
}

/* サブナビ */
.sub-navi-groupname {
	float: left;
	background:url(./images/sub-navi-groupname1.gif) no-repeat;
	width: 180px;
	margin: 0 0 0 20px;
	_margin: 0 0 0 10px;
	height: 18px;
	text-indent: -9999px;
}
.groupname2 {
	background:url(./images/sub-navi-groupname2.gif) no-repeat;
}
#sub-navi-box p.sub-navi-frame_bottom {
	background:url(./images/sub-navi-frame_bottom.gif) no-repeat;
	clear: both;
	height: 2px;
	margin: 0;
	padding: 0;
}
.seigo {
	display: block;
	float: left;
	background:url(./images/seigo.gif) no-repeat;
	width: 180px;
	height: 52px;
	margin: 0 0 0 20px;
	_margin: 0 0 0 10px;
	text-indent: -9999px;
}
#sub-navi-box ul{
	list-style:none;
	margin:2px;
	padding:0;
	text-indent: -9999px;
}
#sub-navi-box ul li{display:inline;}
#sub-navi-box ul li{
	margin: 0
}

/* メインコンテンツ */
#main-contents p{margin:0;}
#main-contents p.lead{font-size:1em;}
#main-contents p, table.basic, ul.chassis, ol.chassis{margin-bottom:1em;}
html > body .entry ul.chassis {
	list-style-type: disc;
	margin-left: 10px;
}
html > body .entry ul.chassis li ul {
	list-style-type: circle;
}
.text01 p {
	font-size: 1.0em;
}

/* アンカーナビ */
#anchor-navi{clear:both; list-style:none; margin:1em; padding:0;}
#anchor-navi ul{list-style:none; _margin:0.5em;}
#anchor-navi li li{display:block; float:left; padding:0 0.5em; width:13.5em;}

/* アンカーナビ */
#anchor-navi{clear:both; list-style:none;
	margin:0 0 0 1em;
	padding:8px 0 0;
}
#anchor-navi ul{list-style:none; _margin:0.5em;}
#anchor-navi li li{display:block; float:left; padding:0 0.5em; width:395px;}
#anchor-navi-t a,
#anchor-navi a {
	text-decoration: underline;
}

/* Hタグ */
#main-contents h2{border-left:solid 3px #2572A7; border-bottom:solid 1px #B6CACD; font-size:1.05em; line-height:1.4em; margin-bottom:0.5em; padding:3px 8px; background:#F5F5F5; color:#0066CC;}
#main-contents h3{border-left:solid 3px #F48D02; border-bottom:solid 1px #F4D6BD; font-size:1em; line-height:1.4em; margin-bottom:0.5em; padding:3px 8px; background:#F5F5F5; color:#666666;}
#main-contents h4{border-left:solid 3px #A0C4CF; font-size:0.9em; line-height:1.5em;  margin-bottom:0.5em; padding:3px 8px; background:#F5F5F5; color:#666666; border-bottom:1px solid #CCCCCC;}

/* テーブル */
table.basic{border-top:solid 1px #CCCCCC; border-left:solid 1px #CCCCCC;}
table.basic th, table.basic td{
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	padding:3px;
	vertical-align:top;
	font-size:0.9em;
	line-height:1.4em;
}
table.basic th {
	text-align: center;
	vertical-align:middle;
}
table.basic th{background-color:#EEEEEE; font-weight:normal;}
table.basic2{border-top:solid 1px #CCCCCC; border-left:solid 1px #CCCCCC;}
table.basic2 th, table.basic2 td{border-right:solid 1px #CCCCCC; border-bottom:solid 1px #CCCCCC; padding:3px;}
table.basic2 th{background-color:#EEEEEE; font-weight:normal;}
table.center-td td {text-align:center;}

/* テーブル */
table.basic{border-top:solid 1px #CCCCCC; border-left:solid 1px #CCCCCC;}
table.basic2{border-top:solid 1px #CCCCCC; border-left:solid 1px #CCCCCC;}
table.basic2 th, table.basic2 td {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	font-size:0.9em;
	line-height:1.4em;
	padding:0 4px 5px 0;
	vertical-align:top;
}
table.basic2 th{background-color:#EEEEEE; font-weight:normal;}
table.center-td td {text-align:center;}
table.basic2 th ol {
	margin: 3px 0 0 -8px;
}
html > body .entry table.basic2 td ul {
	list-style-type:disc;
	margin:0 5px 0 11px;
}
html > body .entry table.basic2 td ul li ul {
	list-style-type: circle;
}

/* リスト */
li{margin:0.2em 0;}

/* 画像フレーム＆キャプション */
.img-box img.with-caption{margin-bottom:0px;}
img.with-caption{margin-bottom:0px;}
.img-box{margin:7px 0 10px 8px;}
.lt .img-box{margin:7px 3px 10px 3px;}
p.caption-l{text-align:left;}
p.caption-c{text-align:center;}


/* ========== 商品紹介ページ ========== */
/* サブナビ */
#sub-navi-products li a{background:url(./images/products-navi.gif) no-repeat; display:block; float:left; height:36px; margin-bottom:2px; text-decoration:none; text-indent:-9999px; width:176px;}
#sub-navi-products #sn01 a{background-position: 0px    0px;}
#sub-navi-products #sn02 a{background-position: 0px  -36px;}
#sub-navi-products #sn03 a{background-position: 0px  -72px;}
#sub-navi-products #sn04 a{background-position: 0px -108px;}
#sub-navi-products #sn05 a{background-position: 0px -144px;}
#sub-navi-products #sn06 a{background-position: 0px -180px;}
#sub-navi-products #sn07 a{background-position: 0px -216px;}
#sub-navi-products #sn01 a:hover, #sub-navi-products #sn01-here a{background-position:-176px    0px;}
#sub-navi-products #sn02 a:hover, #sub-navi-products #sn02-here a{background-position:-176px  -36px;}
#sub-navi-products #sn03 a:hover, #sub-navi-products #sn03-here a{background-position:-176px  -72px;}
#sub-navi-products #sn04 a:hover, #sub-navi-products #sn04-here a{background-position:-176px -108px;}
#sub-navi-products #sn05 a:hover, #sub-navi-products #sn05-here a{background-position:-176px -144px;}
#sub-navi-products #sn06 a:hover, #sub-navi-products #sn06-here a{background-position:-176px -180px;}
#sub-navi-products #sn07 a:hover, #sub-navi-products #sn07-here a{background-position:-176px -216px;}

/* ========== ユーザー専用お知らせページ ========== */
/* サブナビ */
#sub-navi-members li a{background:url(../../members/images/members_navi.gif) no-repeat; display:block; float:left; height:36px; margin-bottom:2px; text-decoration:none; text-indent:-9999px; width:176px;}
#sub-navi-members #snm01 a{background-position: 0px    0px;}
#sub-navi-members #snm02 a{background-position: 0px  -36px;}
#sub-navi-members #snm03 a{background-position: 0px  -72px;}
#sub-navi-members #snm04 a{background-position: 0px -108px;}
#sub-navi-members #snm01 a:hover, #sub-navi-members #snm01-here a{background-position:-176px    0px;}
#sub-navi-members #snm02 a:hover, #sub-navi-members #snm02-here a{background-position:-176px  -36px;}
#sub-navi-members #snm03 a:hover, #sub-navi-members #snm03-here a{background-position:-176px  -72px;}
#sub-navi-members #snm04 a:hover, #sub-navi-members #snm04-here a{background-position:-176px -108px;}

/* トータルサポートシステム */
table th.tts{text-align:left; vertical-align:text-top; width:165px;}

/* 使用環境（医療事務教育用ソフトほか） */
table th.spec{text-align:left; vertical-align:text-top; width:100px;}

/* ========== お知らせページ ========== */
dl.news-list {line-height:1.5em;}
dl.news-list dt{margin-bottom:0.25em; border-left:5px solid #CED9DB; padding-left:10px;}
dl.news-list dd{border-bottom:dotted 1px #CCCCCC; margin-left:0; margin-bottom:1em; padding:0 0 1em 15px;}
dl.news-list dd a{
	text-decoration: underline;
}
/* ========== フォーム ========== */
.need{color:#FF0000;}
.form dd.separator{border-bottom:dotted 1px #578DB1; margin-bottom:1em; padding-bottom:1em;}
.form legend{font-weight:bold; margin:0 0 7px 0; padding:2px 20px; border:solid 1px #578DB1; color:#578DB1;}
.form{border:solid 1px #578DB1; margin-bottom:1.5em; padding:5px;}
.form p.need{margin:0 0 10px 5px;}
.form dl{margin:5px;}
.form dt{clear:left; display:block; float:left; margin-right:10px; padding:0; width:120px;}
.form dd{display:block; margin-left:0;}
.form dt, .form dd{margin-bottom:10px;}
.form button{_height:1.8em; margin:0 5px 10px 5px; _margin-top:-2.0em; padding:0 5px;}
.form .error{font-size:0.8em; _font-size:0.82em; margin-bottom:1.0em;}
.form .error ul{font-size:1.0em; margin:1.0em 0 0 1.0em;}
.form .conf-message{margin-left:1.5em;}
.form .button-area{_margin-top:0.5em; text-align:center;}
.form input,.form select{border:1px #999999 solid;}
.form input.none{border:none;}
.button-area input {
	padding: 3px 20px 3px 20px;
}

/* ========== ダウンロード用PDFアイコン ========== */
.icon_pdf span.pdf, .icon_pdf span.xls {padding: 0px 20px 2px 0; _padding: 2px 20px 4px 0; margin: 0px 0px 2px 0; background: url(./images/icon_pdf.gif) no-repeat 100% 0px; _background: url(./images/icon_pdf.gif) no-repeat 100% 1px;}

/* ========== トップバナー ========== */
.shikentaisaku_banner {
	display: block;
	margin-left: 15px;
	text-indent: -9999px;
	width: 630px;
	height: 106px;
	background:url(./images/shikentaisaku_banner.gif) 0 -106px no-repeat;
}
.shikentaisaku_banner:hover {
	background:url(./images/shikentaisaku_banner.gif) no-repeat;
}
.banner20091210 {
	margin: 18px 0 20px 16px;
}
.banner20091210 img {
	border: 0px;
}

/* ========== トップソフトウェアシリーズエリア ========== */
.software_series01 {
	margin: 0 0 0 15px;
}
.toppage .software_series01_01 {
	width: 630px;
	height: 47px;
	background:url(./images/software_series01_01.gif) no-repeat;
	text-indent: -9999px;
	margin: 0;
}
.software_series01title01 {
	width: 630px;
	height: 104px;
	background:url(./images/software_series01_02.gif) no-repeat;
}
.software_series01title01 td {
	vertical-align: top;
}
p.software_series01title01_01 {
	float: left;
	padding: 0;
	margin: 22px 0 0 24px;
	_margin: 22px 0 0 12px;
	width: 150px;
	height: 31px;
	background:url(./images/software_series01title01_01.gif) no-repeat;
	text-indent: -9999px;
}
p.software_series01title01_02 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0px 0 0 24px;
	_margin: 0px 0 0 12px;
	width: 150px;
	height: 15px;
	background:url(./images/software_series01title01_02.gif) no-repeat;
	text-indent: -9999px;
}
#wrapper-t #contents p.software_series01title01_comment1 {
	float: right;
	margin: 20px 25px 0 0px;
	padding: 0;
	width: 374px;
}

a.arrow2_02 {
	display: block;
	float: right;
	margin :6px 15px 0 0;
	padding :0 18px 0 0;
	background:url(./images/arrow2_02.gif) 100% 50% no-repeat;
}

.software_series01title02 {
	width: 630px;
	height: 74px;
	background:url(./images/software_series01_03.gif) no-repeat;
}
#wrapper-t #contents p.software_series01title02_01 {
	float: left;
	margin: 31px 0 0 54px;
	_margin: 31px 0 0 27px;
	padding: 0;
	width: 216px;
	height: 31px;
	background:url(./images/software_series01title02_01.gif) no-repeat;
	text-indent: -9999px;
}
#wrapper-t #contents p.software_series01title02_03 {
	float: left;
	margin: 31px 0 0 86px;
	padding: 0;
	background:url(./images/software_series01title02_03.gif) no-repeat;
	width: 234px;
	text-indent: -9999px;
}
.software_series01group01 {
	width: 630px;
	background:url(./images/software_series01_05.gif) repeat-y;
}
.software_series01group01 td {
	vertical-align: top;
}
.software_series01group01_left {
	float: left;
	width: 298px;
}
html > body .entry ul.software_list {
	margin: 0 0 12px 30px;
}
html > body .entry ul.software_list li {
	padding: 0 0 0 20px;
	list-style-type: none;
	background: #ffffff url(./images/arrow2_01.gif) 0 50% no-repeat;
	width:230px;
}
.entry ul.software_list {
	_margin: 0 0 12px 40px;
}
.entry ul.software_list li {
	_padding: 0 0 0 20px;
	_list-style-type: none;
	_background: #ffffff url(./images/arrow2_01.gif) 0 50% no-repeat;
	_width:230px;
}
.software_series01group01_right {
	float: right;
}
#wrapper-t #contents h3.delete {
	font-size:xx-small;
	height:31px;
	line-height:normal;
	margin-bottom:-3px;
	padding:0;
	text-indent:-9999px;
	width:160px;
}
#wrapper-t #contents .software_series01group01 h3 {
	font-size: 1.0em;
	text-indent: 0px;
}
#wrapper-t #contents .software_series01group01title01 {
	width: 261px;
	height: 38px;
	margin: 0 0 0 36px;
	padding: 0;
	background:url(./images/ss01g01title01.gif) no-repeat;
}
#wrapper-t #contents .software_series01group01title01 a {
	display: block;
	margin: 0px 0 0 40px;
	padding: 10px 0 0 0;
}
#wrapper-t #contents .software_series01group01 p {
	margin: 10px 9px 10px 45px;
	padding: 0;
}
#wrapper-t #contents .software_series01group02_right .software_series01group01title01 {
	width: 270px;
	margin: 0 0 0 36px;
	background:url(./images/ss01g01title02.gif) no-repeat;
}
#wrapper-t #contents .software_series01group02_right .software_series01group01title01 a {
	display: block;
	margin: 0px 0 0 40px;
	padding: 10px 0 0 0;
}
#wrapper-t #contents  .software_series01group01 .software_series01group02_right p {
	margin-right: 35px;
}
#wrapper-t #contents .gedan .software_series01group01title01 {
	margin:2px 0 0 33px;
}


td.software_series01group01 ul {
	margin: 6px 0 7px 40px;
	width: 240px;
}
td.software_series01group01 ul li {
	padding: 0 0 0 20px;
	list-style-type: none;
	background: #ffffff url(./images/arrow2_01.gif) 0 50% no-repeat;
}
.software_series01group02_bottom {
	height: 25px;
	background: #ffffff url(./images/software_series01_07.gif) no-repeat;
	text-indent:-9999px;
}
.software_series01title03 {
	height: 106px;
	/* background: #ffffff url(./images/software_series01_09.gif) no-repeat; */
	background: #ffffff url(./images/software_series01_14.gif) no-repeat;
}
#wrapper-t #contents .software_series01title03 h3 {
font-size: 1.0em;
	width: 371px;
	height: 20px;
	margin: 60px 0 0 120px;
	padding: 0 0 0 0;
	text-indent: -9999px;
	background: #ffffff url(./images/software_series01title03.gif) no-repeat;
}
.software_series01group03 {
	/* background:url(./images/software_series01_11.gif) repeat-y; */
	background:url(./images/software_series01_15.gif) repeat-y;
}
.software_series01group03_bottom {
	height: 34px;
	/* background: #ffffff url(./images/software_series01_13.gif) no-repeat; */
	background: #ffffff url(./images/software_series01_16.gif) no-repeat;
	text-indent: -9999px;
}




/* ========== contact 7 ========== */
.wpcf7-form div.wpcf7-response-output {
	padding: 50px 0 50px 0px;
	margin-left: 22px;
	text-align: center;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
	border: 2px solid lightsteelblue;
}
.wpcf7-response-output{
	background-color:cornsilk;
	padding-top:50px;
	position:absolute;
	vertical-align:bottom;
	width:642px;
}
.wpcf7-display-none{}
.wpcf7-mail-sent-ok{}




/* ========== 404ページ ========== */
.p404_info {
	margin: 25px; line-height: 1.5em;
}
.p404_info h2 {
	margin-bottom: 15px;
}
.p404_info h3 {
	background-color:#EEEEEE;
	font-size:1.2em;
	margin-bottom:15px;
	padding:10px 10px 10px 12px;
}
.p404_info p {
	margin: 0 0 10px 10px;
}
.p404_info ul {
	margin: 0 0 20px 30px;
}

/* ========== フッターのナビゲーション ========== */
.footer_info {
	margin: 20px 0 40px 30px;
}
.footer_info td {
	vertical-align:top;
	width:187px;
	padding: 5px 0 10px 0;
}
.footer_info h3 {
	font-size: 1.2em;
}
.footer_info ul {
	margin: 8px 0 0 18px;
}

/* ========== 採用サイト ========== */
.saiyo h2,
.saiyo h3,
.saiyo div,
.saiyo p {
	font-family: "HiraginoKaku-W3-90msp-RKSJ-H","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",Verdana,Osaka,"MS PGothic",sans-serif !important;
}
.saiyo .area {
	width: 90% !important;
	margin: auto !important;

}
.saiyo .area div {
}
.saiyo h2 {
	font-size: 1.2em !important;
	margin: 1.5em 0 0.0em 0 !important;
	font-weight: normal !important;
	font-family: "HiraginoKaku-W3-90msp-RKSJ-H","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",Verdana,Osaka,"MS PGothic",sans-serif !important;
}
.saiyo h3 {
	font-size: 1.2em; !important;
	font-weight: normal;
	margin: 2em 0 1.0em 0 !important;
	text-decoration: underline;
}
.saiyo .t1 {
	font-size: 1.0em; !important;
	width: 95% !important;
	margin: auto !important;
	margin-bottom: 1.0em !important;
}


