@charset "utf-8";
/*
 * Style Name   : カスタムスタイルシート
 * Style URI    : /css/custom.css
 * Description  : 詳細設定用スタイルシート
 * Version      : 1.0
 * Last Up Date : 2007-04-22
 * Author       : vanilla(CoolWebWindow)
 */

/* -------------------------------------
 * fontsize model * 
 * -------------------------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * ---------------------------------- */

/**************************************/
/*               Custom               */
/**************************************/

/*               common               */
/*===================================_*/
div.line {
   height:23px;
   border:0;
   background:url(../image/common/bg_hr.gif) 0 0 repeat-y;
}

div.line hr {
   display:none;
}

/*                body                */
/*===================================_*/
.indexBg {
   background:url(../image/index/bg_top.gif) 50% 0% no-repeat;
}

.indexPhoto {
   height:263px;
   background:url(../image/index/photo.jpg) 50% 87px no-repeat;
}

.productsBg {
   background:url(../image/products/bg_top.gif) 50% 0% no-repeat;
}

.productsPhoto {
   height:218px;
   background:url(../image/products/photo.jpg) 50% 87px no-repeat;
}

/*             div#header             */
/*===================================_*/
div#header h1 {
   width:212px;
   height:87px;
   overflow:hidden;
   text-indent:-999em;
   background:url(../image/common/logo.gif) 50% 100% no-repeat;
}

div#header h1 a {
   display:block;
   width:213px;
   height:87px;
}

div#header strong {
   position:absolute;
   top:0;
   right:0;
   display:block;
   font-size:70%;
   font-weight:normal;
}

div#header ul.topNavi {
   position:absolute;
   top:2.0em;
   right:0;
   margin:0;
   padding:0;
   font-size:70%;
   list-style:none;
}

div#header ul.topNavi li {
   display:inline;
}

div#header ul.menu {
   display:block;
   position:absolute;
   top:38px;
   right:0;
   list-style:none;
   margin:0;
   padding:0;
}

div#header ul.menu li {
   float:left;
   overflow:hidden;
   margin:0;
   padding:0;
   width:98px;
   height:58px;
   text-indent:-999em;
}

div#header ul.menu li a {
   display:block;
   width:98px;
   height:58px;
   margin:0;
   padding:0;
}

/* no anchor */
div#header li.menuHomeHere {
   background:url(../image/common/bg_menu.gif) 0 -58px no-repeat;
}

div#header li.menuBusinessHere {
   background:url(../image/common/bg_menu.gif) -98px -58px no-repeat;
}

div#header li.menuProductsHere {
   background:url(../image/common/bg_menu.gif) -196px -58px no-repeat;
}

div#header li.menuRecruitHere {
   background:url(../image/common/bg_menu.gif) -294px 0 no-repeat;
}

div#header li.menuInfoHere {
   background:url(../image/common/bg_menu.gif) -392px 0 no-repeat;
}

div#header li.menuContactHere {
   background:url(../image/common/bg_menu.gif) -490px 0 no-repeat;
}

/* anchor */
div#header li.menuHome a {
   background:url(../image/common/bg_menu.gif) 0 0 no-repeat;
}

div#header li.menuBusiness a {
   background:url(../image/common/bg_menu.gif) -98px 0 no-repeat;
}

div#header li.menuProducts a {
   background:url(../image/common/bg_menu.gif) -196px 0 no-repeat;
}

div#header li.menuRecruit a {
   background:url(../image/common/bg_menu.gif) -294px 0 no-repeat;
}

div#header li.menuInfo a {
   background:url(../image/common/bg_menu.gif) -392px 0 no-repeat;
}

div#header li.menuContact a {
   background:url(../image/common/bg_menu.gif) -490px 0 no-repeat;
}

/* anchor:hover */
div#header li.menuHome a:hover {
   background:url(../image/common/bg_menu.gif) 0 -116px no-repeat;
}

div#header li.menuBusiness a:hover {
   background:url(../image/common/bg_menu.gif) -98px -116px no-repeat;
}

div#header li.menuProducts a:hover {
   background:url(../image/common/bg_menu.gif) -196px -116px no-repeat;
}

div#header li.menuRecruit a:hover {
   background:url(../image/common/bg_menu.gif) -294px -116px no-repeat;
}

div#header li.menuInfo a:hover {
   background:url(../image/common/bg_menu.gif) -392px -116px no-repeat;
}

div#header li.menuContact:hover a {
   background:url(../image/common/bg_menu.gif) -490px -116px no-repeat;
}

/*            div#sideMenu            */
/*===================================_*/

/* ************* common ************* */
div#sideMenu ul {
   margin:0;
   padding:0 5px;
   font-size:75%;
   list-style:none;
}

div#sideMenu li {
   padding-bottom:5px;
}

div#sideMenu ul.menuProducts li {
   padding:0;
}

/* ********* product page *********** */
div#sideMenu ul.menuProducts {
   padding-bottom:25px;
   background:url(../image/products/menu_bottom.gif) 5px 100% no-repeat;
}

div#sideMenu li.menuProductsTop a {
   display:block;
   width:170px;
   height:26px;
   padding:17px 0 0 30px;
   color:#0C5F95;
   text-decoration:none;
   background:url(../image/products/menu_top.gif) 0 0 no-repeat;
}

div#sideMenu li.menuProductsTop a:visited {
   color:#666;
   text-decoration:none;
   background:url(../image/products/menu_top.gif) 0 0 no-repeat;
}

div#sideMenu li.menuProductsTop a:hover {
   color:#0C5F95;
   text-decoration:underline;
   background:url(../image/products/menu_top_on.gif) 0 0 no-repeat;
}

div#sideMenu li.menuProductsMiddle a {
   display:block;
   width:170px;
   height:26px;
   padding:7px 0 0 30px;
   color:#0C5F95;
   text-decoration:underline;
   background:url(../image/products/menu_middle.gif) 0 0 no-repeat;
}

div#sideMenu li.menuProductsMiddle a:visited {
   color:#666;
   text-decoration:none;
   background:url(../image/products/menu_middle.gif) 0 0 no-repeat;
}

div#sideMenu li.menuProductsMiddle a:hover {
   color:#0C5F95;
   text-decoration:underline;
   background:url(../image/products/menu_middle_on.gif) 0 0 no-repeat;
}

/*          div#mainContents          */
/*===================================_*/

/* ************* common ************* */
div#mainContents {
   padding-top:23px;
}

div#mainContents a:link {
   color:#0C5F95;
   text-decoration:none;
}

div#mainContents a:visited {
   color:#666;
   text-decoration:none;
}

div#mainContents a:hover {
   color:#0C5F95;
   text-decoration:underline;
}


div#mainContents h2 {
   margin:20px 0;
   font-size:88%;
}

div#mainContents ul {
   font-size:75%;
}

div#mainContents p.totop {
   clear:both;
   text-align:right;
}

/* ********** index page ************ */
/* information */
div#mainContents p.rss {
   position:absolute;
   top:24px;
   right:0;
}

div#mainContents p.backnumber {
   text-align:right;
}

div#mainContents dl.info dt {
   padding-left:24px;
   font-size:75%;
   background:url(../image/index/mark_arrow.gif) 0 3px no-repeat;
}

div#mainContents dl.info dd {
   margin-left:12em;
   margin-top:-1.4em;
   font-size:75%;
}

/* product */
div#mainContents div.productWrapper {
   width:572px;
   padding-bottom:10px;
   background:url(../image/index/bg_pro.gif) 100% 100% no-repeat;
}

div#mainContents div.product1,
div#mainContents div.product2,
div#mainContents div.product3 {
   float:left;
   width:180px;
   padding-left:8px;
   padding-bottom:10px;
}

div#mainContents div.product1 h3,
div#mainContents div.product2 h3,
div#mainContents div.product3 h3 {
   width:180px;
   margin:0;
   font-size:75%;
   font-weight:normal;
}

div#mainContents div.product1 h3 a:link,
div#mainContents div.product2 h3 a:link,
div#mainContents div.product3 h3 a:link {
   display:block;
   width:136px;
   padding:8px 12px 12px 32px;
   background:url(../image/index/bg_pro_top.gif) 0 0 no-repeat;
}

div#mainContents div.product1 h3 a:visited,
div#mainContents div.product2 h3 a:visited,
div#mainContents div.product3 h3 a:visited {
   display:block;
   width:136px;
   padding:8px 12px 12px 32px;
   background:url(../image/index/bg_pro_top.gif) 0 0 no-repeat;
}

div#mainContents div.product1 h3 a:hover,
div#mainContents div.product2 h3 a:hover,
div#mainContents div.product3 h3 a:hover {
   display:block;
   width:136px;
   padding:8px 12px 12px 32px;
   background:url(../image/index/bg_pro_top_on.gif) 0 0 no-repeat;
}

div#mainContents div.product1 p,
div#mainContents div.product2 p,
div#mainContents div.product3 p {
   margin:0;
   padding:10px 10px 0 10px;
   font-size:75%;
}

/* ********* product page *********** */
/* topicPath */
div#mainContents p.topicPath {
   width:561px;
   padding-left:10px;
   font-size:70%;
   line-height:22px;
   background:url(../image/products/bg_topicpath.gif) 0 0 no-repeat;
}

/* products */
div#mainContents div.productsWrapper {
}

div#mainContents div.productsLeft {
   float:left;
   width:360px;
}

div#mainContents div.productsLeft h3 {
   margin:0 0 5px 0;
   padding-left:25px;
   font-size:82%;
   line-height:29px;
   background:url(../image/products/bg_productsleft.gif) 0 0 no-repeat;
}

div#mainContents div.productsLeft p {
   font-size:75%;
}

div#mainContents div.productsRight {
   float:left;
   width:191px;
   padding-left:10px;
}

/* productsDetail */
div#mainContents div.productsDetail {
   clear:both;
   width:562px;
   margin-top:15px;
   padding-bottom:10px;
   background:url(../image/products/bg_productsdetail_bottom.gif) 0 100% no-repeat;

}

div#mainContents div.productsDetail h4 {
   margin:0;
   padding:10px;
   background:url(../image/products/bg_productsdetail_top.gif) 0 0 no-repeat;
}

div#mainContents div.productsDetail dl {
   margin:0;
   padding:5px 10px;
   background:url(../image/products/bg_productsdetail_middle.gif) 0 0 repeat-y;
}

div#mainContents div.productsDetail dt {
   margin:0;
   padding:0 0 0 5px;
}

div#mainContents div.productsDetail dd {
   margin-left:60px;
   margin-top:-1.4em;
   padding:0 0 5px 0;
   font-size:75%;
}

div#mainContents p.expansion {
   margin:0;
   padding-top:10px;
   text-align:right;
}

/* customerVoice */
div#mainContents div.customerVoice {
   position:relative;
   clear:both;
   width:562px;
   margin-top:10px;
   padding-bottom:10px;
   background:url(../image/products/bg_customervoice_bottom.gif) 100% 100% no-repeat;
}

div#mainContents div.customerVoice h4 {
   margin:0;
   padding:10px 0 3px 10px;
   background:url(../image/products/bg_customervoice_top.gif) 0 0 no-repeat;
}

div#mainContents div.customerVoice h5 {
   margin:0;
   padding:0 10px;
   background:url(../image/products/bg_customervoice_middle.gif) 0 0 repeat-y;
}

div#mainContents div.customerVoice p {
   padding:10px 10px 15px 10px;
   font-size:75%;
   background:url(../image/products/bg_customervoice_middle.gif) 0 0 repeat-y;
}

div#mainContents div.customerVoice p.customerVoiceName {
   padding:0 10px;
   font-size:75%;
   background:url(../image/products/bg_customervoice_middle.gif) 0 0 repeat-y;
}

div#mainContents div.customerVoice p.customerVoiceMore {
   position:absolute;
   right:10px;
   bottom:10px;
   padding:0;
   background:transparent;
}

/* otherProducts */
div#mainContents div.otherProductsWrapper {
   padding-bottom:10px;
}

div#mainContents div.otherProductsLeft {
   float:left;
   width:166px;
}

div#mainContents div.otherProductsRight {
   float:right;
   width:400px;
}

div#mainContents div.otherProductsRight h3 {
   margin:0;
   padding:0;
   font-size:75%;
}

div#mainContents div.otherProductsRight p {
   margin:0;
   padding:0;
   font-size:75%;
}

div#mainContents p.allLook {
   clear:both;
   text-align:right;
}

/* contactForm */
div#mainContents div.contactForm {
   margin-bottom:20px;
}

div#mainContents div.contactForm p {
   font-size:75%;
}

div#mainContents div.contactForm form {
   width:562px;
   padding-top:20px;
   background:url(../image/products/bg_contactform_top.gif) 0 0 no-repeat;
 }

div#mainContents div.contactForm p.contactFormText {
   padding-bottom:10px;
}

div#mainContents div.contactForm table {
   width:522px;
   margin:0 auto;
   text-align:center;
   border-collapse:collapse;
}

div#mainContents div.contactForm table th,
div#mainContents div.contactForm table td {
   vertical-align:top;
   padding:5px;
   border-top:1px solid #ccc;
   font-weight:normal;
   font-size:75%;
   text-align:left;
}

div#mainContents div.contactForm input {
   margin-right:5px;
   border:1px solid #7F9DB9;
   color:#333;
   font-size:12px;
}

div#mainContents div.contactForm textarea {
   margin-right:5px;
   border:1px solid #7F9DB9;
   color:#333;
   font-size:12px;
}

div#mainContents div.contactForm .contactFormName {
   border:0;
}

div#mainContents p.contactFormButton {
   width:562px;
   padding:20px 0;
   text-align:center;
   background:url(../image/products/bg_contactform_bottom.gif) 100% 100% no-repeat;
}

div#mainContents p.contactFormButton input {
   border:0;
}

div#mainContents img.essential {
   padding-left:5px;
}

/*             div#footer             */
/*===================================_*/
/* footMenu */
div#footer div.footMenu {
   background:url(../image/common/bg_footmenu.gif) 0 0 repeat-x;
}

div#footer div.footMenu a:link {
   color:#0C5F95;
   text-decoration:none;
}

div#footer div.footMenu a:visited {
   color:#666;
   text-decoration:none;
}

div#footer div.footMenu a:hover {
   color:#0C5F95;
   text-decoration:underline;
}

div#footer div.footMenu ul {
   margin:0;
   padding:15px 0;
   font-size:70%;
   text-align:center;
   list-style:none;
}

div#footer div.footMenu li {
   display:inline;
}

/* address */
div#footer address {
   padding:4px 0;
   color:#fff;
   font-style:normal;
   font-size:70%;
   text-align:center;
   background:#0271B4;
}

div#footer address a:link{
   color:#fff;
   text-decoration:none;
}

div#footer address a:visited{
   color:#fff;
   text-decoration:none;
}

div#footer address a:hover{
   color:#fff;
   text-decoration:underline;
}
