/* Common CSS for MiRAiCA Home pages */

/* -- Common Tags -- */
body {
	background-color: #443636;
	margin:0 auto;
	font-family: sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
	color: #333;
}

h3 {
	line-height: 0px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #333399;
}
a img {
	border-style: none;
}
a:hover {
	text-decoration: underline;
	color: #3366FF;
}
a.pagename,a.pagename:hover {
	text-decoration: none;
	color: #FFF;
}

a.navi {
	text-decoration: none;
	color: #FFF;
}
a.navi:hover {
	color: #33FFFF;
}

p {
	font-size: 10.5pt;
	line-height: 1.8em;
}

small {
	font-size: 9pt;
}

div.goto_top {
	width: 100%;
	margin-top: 30px; 
	text-align: right;
}

textarea {
	resize: none;
}

/* -- Common SubTitle -- */
#subtitle {
	width: 100%;
	height: 14px;
	margin-bottom: 4px;
	padding: 1px;
	position: relative;
	background: #333;
	color: #FFF;
	font-size: 8pt;
	text-align: right;
	border-radius: 2px;
}

/* -- Common Side Bar --*/
#sidebar {  
	width: 180px;
	height: 270px;
	padding: 5px;
	top: 10px;
	left: 10px;
	background:#FFF;
	position: fixed;
	border-radius: 4px;
}
#side-contact {  
	width: 180px;
	height: 150px;
	padding: 5px;
	top: 295px;
	left: 10px;
	background:#FFF;
	background-image: url("../img/index/content-contact.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	position: fixed;
	border-radius: 4px;
}
/*--ie6--*/
* html #sidebar #side-contact {
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop+100));
}

#sitemap {
	width: 176px;
	height: 18px;
	padding: 2px;
	top: 70px;
	left: 15px;
	background:#CCC;
	position: fixed;
	border-radius: 4px;
	text-align: right;
	vertical-align: bottom;
}

#index-blog {
	width: 145px;
	height: 16px;
	padding: 4px 4px 4px 30px;
	top: 200px;
	left: 16px;
	position: fixed;
	background: #CCC;
	background-image: url("../img/icon-wordpress.png");
	background-repeat: no-repeat;
	border-radius: 4px;
}

#index-twitter {
	width: 145px;
	height: 16px;
	padding: 4px 4px 4px 30px;
	top: 230px;
	left: 16px;
	position: fixed;
	background: #CCC;
	background-image: url("../img/icon-twitter.png");
	background-repeat: no-repeat;
	border-radius: 4px;
}

#index-facebook {
	width: 145px;
	height: 16px;
	padding: 4px 4px 4px 30px;
	top: 260px;
	left: 16px;
	position: fixed;
	background: #CCC;
	background-image: url("../img/icon-facebook.png");
	background-repeat: no-repeat;
	border-radius: 4px;
}

/* -- Sub Contents Common -- */
#notes {
	font-size: 10px;
	font-weight: normal;
	color: #39C;
}

#language-en {
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	background-color: #EFF;
	color: #799;
}

h2.section-header {
	font-size: 24px;
	color: #000;
	line-height: 0em;
}
h3.section-header {
	font-size: 18px;
	color: #000;
	line-height: 0em;
	padding-top: 30px;
	margin-top: -10px;
}

/* Navigation Bar Common */
#navibar, #navibar * {
	font-weight: bolder;
	margin: 0px;
	margin-left: auto;
	margin-right: 0;
}
ul#navibar {
	list-style:none;
	text-align:center;
	margin:1em 0; padding:0 0 2em 0;
}
ul#navibar li {
	padding:0;
	width:144px;
	float:left;
}
ul#navibar li a {  /* 通常時 */
	margin:0 5px 0 0; padding:5px;
	display:block; 
	border:1px solid #ccc;
	text-decoration:none;
	background:#fff url(../img/navi_bg_off.png) repeat left top;
	color:#555;
}
ul#navibar li a:hover,
ul#navibar li a#current {  /* マウスON時、カレント時 */
	background:#fff url(../img/navi_bg_on.png) repeat left top;
	color: white;
}

/* SNS Bar */
#sns-bar {
	width: 100%;
	height: 5px;
}

#sns-bar ul {
	display: inline;
}
#sns-bar li {
	list-style-type: none;
	display: block;
	float: left;
}

/* -- Company Contents Common -- */
#sub-contents-c h1,
#sub-contents-mf h1 {
	font-size: 18px;
	padding-left: 5px;
	margin: 0px 0px 4px 0px;
	border-left: solid 12px #00CCFF;
}

/* -- Products Contents Common -- */
#sub-contents-p h1,
#sub-contents-r h1,
#sub-contents-mf-tt h1,
#portal-contents h1,
#flow-contents h1,
#facility-contents h1,
#infomation-contents h1,
#faq-contents h1 {
	font-size: 18px;
	padding-left: 5px;
	margin: 0px 0px 4px 0px;
	border-left: solid 12px #3366CC;
}
#sub-contents-p h2,
#portal-contents h2,
#flow-contents h2,
#facility-contents h2,
#infomation-contents h2,
#faq-contents-p h2 {
	font-size: 14px;
	padding-left: 4px;
	margin: 0px 0px 4px 0px;
	border-left: solid 8px #3366CC;
}

#products-detail {
	padding: 5px 0px 20px 0px;
	border-top: 1px #CCC solid;
}

/* Price Table */
table.price {
	width: 700px;
	border: 3px solid #666;
	border-collapse: collapse;
}
.price td {
	padding: 10px 10px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
}
td.price-memo {
	font-size: 11px;
	font-weight: normal;
}
.price-memo ul {
	margin: 0px;
	padding: 0px 20px;
}
/* Infomation Table */
table.infomation {
	width: 640px;
	height: 240px;
	background: #FFF;
	border: 1px solid gray;
	border-collapse: collapse;
}
.infomation th {
	text-align: left;
	padding-left: 8px;
	border-bottom: double 3px #CCC;
}
.infomation td {
	padding-left: 8px;
	border-bottom: dotted 1px #CCC;
}

/* Spec List */
th.spec {
	padding: 5px;
	text-align: left;
	font-size: 14px;
	color: #06C;
}
td.spec-icon {
	width: 200px;
	text-align: center;
	line-height: 0.5em;
	vertical-align: top;
}
td.spec-data {
	padding-left: 20px;
	vertical-align: top;
}
.spec dt {
	margin-top: 10px;
	font-weight: bold;
}
.spec dd{
	text-decoration: underline;
}

/* Contact Button */
a#contact {
	display: block;
	width: 254px;
	height: 62px;
	background-image: url(../img/btn-contact-n.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -1000px;
}
a#contact:hover {
	display: block;
	width: 254px;
	height: 62px;
	background-image: url(../img/btn-contact-h.png);
	background-repeat: no-repeat;
	background-position: top left;
}
a#contact:active {
	display: block;
	width: 254px;
	height: 62px;
	background-image: url(../img/btn-contact-a.png);
	background-repeat: no-repeat;
	background-position: top left;
}

/* Regist Button */
a#regist {
	display: block;
	width: 254px;
	height: 62px;
	background-image: url(../img/btn-regist-n.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -1000px;
}
a#regist:hover {
	display: block;
	width: 254px;
	height: 62px;
	background-image: url(../img/btn-regist-h.png);
	background-repeat: no-repeat;
	background-position: top left;
}
a#regist:active {
	display: block;
	width: 254px;
	height: 62px;
	background-image: url(../img/btn-regist-a.png);
	background-repeat: no-repeat;
	background-position: top left;
}

/* Recruit Button */
a#recruit {
	display: block;
	width: 254px;
	height: 62px;
	background-image: url(../img/btn-recruit-n.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -1000px;
}
a#recruit:hover {
	display: block;
	width: 254px;
	height: 62px;
	background-image: url(../img/btn-recruit-h.png);
	background-repeat: no-repeat;
	background-position: top left;
}
a#recruit:active {
	display: block;
	width: 254px;
	height: 62px;
	background-image: url(../img/btn-recruit-a.png);
	background-repeat: no-repeat;
	background-position: top left;
}

/* -- Service Contents Common -- */
#sub-contents-s h1,
#sub-contents-s-case h1 {
	font-size: 18px;
	padding-left: 5px;
	margin: 0px 0px 4px 0px;
	border-left: solid 12px #FF9900;
}
#sub-contents-s h2,
#sub-contents-s-case h2 {
	font-size: 14px;
	padding-left: 5px;
	margin: 0px 0px 4px 0px;
	border-left: solid 8px #FF9900;
}
#sub-contents-s h3,
#sub-contents-s-case h3 {
	font-size: 12px;
	margin: 25px 0px -5px 10px;
	padding-left: 5px;
	border-left: solid 8px #666;
	line-height: 0.7em;
}

/* -- Management Contents Common -- */
#sub-contents-m h1 {
	font-size: 18px;
	padding-left: 5px;
	margin: 0px 0px 4px 0px;
	border-left: solid 12px #CC66FF;
}
#sub-contents-m h2 {
	font-size: 14px;
	padding-left: 5px;
	margin: 0px 0px 4px 0px;
	border-left: solid 8px #CC66FF;
}
#sub-contents-m h3 {
	font-size: 12px;
	margin: 25px 0px -5px 10px;
	padding-left: 5px;
	border-left: solid 8px #666;
	line-height: 0.7em;
}
