@charset   "Shift_JIS";
*
{
	margin:0
	padding:0;
}
body
{
	magin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#339933;
}


p
{
    line-height:150%;
    margin-bottom:5px;
    padding-right:20px;
}

img
{
    border:0;
}

strong
{
    font-weight:normal;
}

/*----------total layout-------------------------------------------------------*/

#headers
{
}

#header_main
{
}

#header_menu
{
}

#total
{
    width:900px;
    padding-top:10px;
    margin-top:10px;
    text-align:left;
    margin:0;
    background-color:#ffecff;
    border:1px solid #666666;
}

#contents
{
    width:740px;
    float:right;
    padding-top:10px;
    background-color:#ffecff;
/*
    border-width:1px;
    border-color:#666666;
    border-style:solid;
*/
}

#content	/*暫定*/
{
    width:728px;
    float:right;
    padding:10px;
    /*border-width:1px;
    border-color:#666666;
    border-style:solid;*/
}

#contents p
{
    line-height:140%;
}

#side
{
    width:140px;
    float:left;
    padding:10px;
    margin-left:0px;
    text-align:left;
    font-size : medium;
    background-color:#ffecff;
}

#side_menu
{
	margin-left:0;
	width:100%;
}

#side_menu li
{
}

#side_menu ul
{
    list-style-type:none;
}

#contents h1
{
    font-size:1.4em;
    background-repeat:no-repeat;
    padding-top:1px;
    color:#3366FF;
    padding-bottom:2px;
    border-left-style:solid;
    border-left-color:#0066FF;
    border-left-width:20px;
    border-bottom-color:#0066ff;
    border-bottom-style:solid;
    border-bottom-width:5px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
    text-align:center;
}

#logo1
{
	height:40px;
    text-indent:-9999px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
}


#footer_inq
{
    margin-top:40px;
    text-align:center;
}

/*-------  footer   -------------------------------------------------------------*/

#footer
{
    width:900px;
    margin-top:20px;
    margin-bottom:10px;
    padding:10px;
    clear:both;
}

#footer p
{
    margin-left:50px;
    line-height:90%;
}

#footer ul
{
    margin-left:200px;
}

#footer li
{
    display:inline;
    padding:2px;
}

#footer hr
{
    margin-top:10px;
    margin-bottom:10px;
    height:1px;
}

#footer a:link,#footer a:visited
{
    color:#CC3366;
    text-decoration:none;
    text-align:center;
}

#footer a:hover
{
    background-color:#ffffff;
    text-decoration:none;
    text-align:center;
    color:#3366FF;
}

/*----------header------------------------------------------------------------------*/

#title
{
    background-image:url('../images/logo002.jpg');
    background-repeat:no-repeat;
    height:120px;
    width:auto;
    margin-bottom:10px;
}

#title h1
{
    text-indent:-9999px;
}

#com
{
    position:absolute;
    left:650px;
    top:50px;
    font-size:12px;
    text-align:right;
    width:250px;
    z-index:2;
    color:#ffffff;
}

address
{
    text-decoration:none;
    font-style:normal;
}

#menu
{
    width:780px;
    margin-left:10px;
}

#menu li
{
    display:inline;
}

a,a:link,a:visited
{
    color:#3333CC;
    text-decoration:underline;
    text-align:center;
}

a:hover
{
    background-color:#ffffff;
    text-decoration:none;
    text-align:center;
    color:#FF0000;
}


#menu a:link,#menu a:visited
{
    color:#CC3366;
    text-decoration:none;
    text-align:center;
    display:inline-block;
    padding:2px 9px;
    border-width:1px;
    border-color:#cccccc;
    border-style:solid;
}

#menu a:hover
{
    text-decoration:none;
    text-align:center;
    display:inline-block;
    background-image:url('../images/menu_01_hover.jpg');
    color:#FF33FF;
}

/*---------------　sideエリアのメニュー設定  ----------------------------------------*/
/*メニューの設定は、以下を変更してください　2020/4/24　*/
#side a:link,#side a:visited
{
    text-decoration:none;
    display:block;
    background-color:#33CC33;
    width:120px;
    padding:3px;
    margin:5px 0px;
    color:white;
    text-align:left;
    /*border-width:1px;
    border-style:solid;
    border-color:#66C5FF;
    */
border-left-color:#007B00;
    border-left-style:solid;
    border-left-width:4px;
    font-size:0.7em;		/*字の大きさ*/
}

#side a:hover
{
    text-decoration:none;
    display:block;
    background-color:#99FF66;
    /*width:100px;
    */
padding:3px;
    margin:1px 0px;
    color:#007B00;
    text-align:left;
    border-left-color:#007B00;
    border-left-style:solid;
    border-left-width:4px;
}

#side_menu
{
    margin-bottom:20px;
}

#term
{
    font-weight:bold;
    font-family:Century Gothic;
    font-size:1em;
}

#term a:link,#term a:visited,#term a:active
{
    border-width:1px;
    border-color:#666666;
    border-style:solid;
    margin-top:0px;
    margin-bottom:20px;
    background-color:#FFA5FF;
}

#menu_sample
{
}

#menu_sample a:link,#menu_sample a:visited,#menu_sample a:active
{
    border-right-color:#6699CC;
    border-right-style:solid;
    border-right-width:2px;
    border-bottom-color:#6699CC;
    border-bottom-style:solid;
    border-bottom-width:2px;
    margin-bottom:20px;
    background-color:#00FFFF;
    border-left-color:#6699CC;
    border-left-style:solid;
    border-left-width:1px;
    border-right-color:#6699CC;
    border-right-style:solid;
    border-right-width:2px;
    color:black;
}


/*---------------　index.html  ------------------------------------------------------*/

#index_area h2
{
    font-size:1.2em;
    border-bottom-color:#006633;
    border-bottom-style:solid;
    border-bottom-width:1px;
    margin-bottom:4px;
    margin-left:20px;
    color:green;
    margin-top:20px;
}

#index_area h3
{
    margin-left:30px;
    font-size:1.2em;
    margin-top:20px;
    border-left-color:#006A00;
    border-left-style:solid;
    border-left-width:10px;
    padding-left:5px;
    margin-bottom:5px;
}

#index_area p
{
    margin-left:30px;
}


#new
{
    background-color:#FFFF97;
    padding:10px;
    margin-top:20px;
    margin-left:10px;
}

#new h2
{
    font-size:1.1em;
}
/*
.concept_01
{
    border-width:1px;
    border-color:#0066FF;
    border-style:solid;
}
*/

.index_pop
{
    float:left;
    width:260px;
    padding-left:10px;
    padding-right:10px;
    margin-left:0;
}

.index_pop img
{
    width:70px;
    float:left;

}

.index_pop a
{
    margin-left:0px;
    padding-left:5px;
    text-align:left;
}

.index_pop h3
{
    margin-left:0px;
    padding-left:5px;
    text-align:left;
}

.index_pop p
{

}

.pop2 h2
{
}

/*---------------　sense.html  ------------------------------------------------------*/

.f_l
{
    float:left;
}

.f_r
{
    float:right;
}

.c_b
{
    clear:both;
}



/*---------------  inquiry.html   -----------------------------------------*/

.inq_area
{
    margin-top:15px;
    margin-bottom:15px;
}

.inq_area h2
{
    font-size:1em;
    margin-top:30px;
    margin-bottom:5px;
    border-bottom-color:orange;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-left-color:orange;
    border-left-style:solid;
    border-left-width:15px;
    padding-left:15px;
}

.inq_area p
{
}

.inq_area table
{
	/*    border-color:#0099FF;
    border-style:double;
    border-width:3px;
*/
    width:540px;
}

.inq_area td
{
    border-color:#ffffff;
    border-style:solid;
    border-width:1px;
    padding:2px 4px;
    background-color:#C4FFFF;
}

.photo_b
{
    margin-top:20px;
    margin-bottom:20px;
    width:20px;
}

.photo_b p,.photo_b img
{
    margin:0;
    padding-top:0;
    padding-bottom:0;
    border:0;
}


/*---------------  trial.html->product.html   -----------------------------------------*/

#product_area
{
}

#product_area img
{
    margin-left:50px;
}

.photo_unit
{
    float:left;
    margin-left:20px;
    margin-top:20px;
}

.photo_unit img
{
}

#product_area table
{
    border-collapse:collapse;
    width:550px;
}

#product_area td
{
    border-width:1px;
    border-color:#99CCCC;
    border-style:solid;
    padding-left:4px;
    padding-right:4px;
}

#product_area h2
{
    font-size:1.4em;
    font-weight:normal;
    margin-top:30px;
    margin-bottom:15px;
    color:#FF6600;
    border-bottom-style:solid;
    border-bottom-color:#FF6600;
    border-bottom-width:1px;
    margin-right:30px;
}

.p_graph
{
    float:left;
    margin-left:20px;
}
#product_area ul
{
    margin-left:50px;
    font-size:1.2em;
}
#product_area li
{
    list-style-image:url('../images/list01.gif');
    margin-bottom:5px;
}



/*---------------  aboutus.html   -----------------------------------------*/

#aboutus
{
    margin-left:20px;
}


#aboutus h2
{
    font-size:1.2em;
    font-weight:normal;
    margin-top:20px;
}

#aboutus p
{
    line-height:140%;
}

.aboutus_com
{
    border:1px silver solid;
    border-collapse:collapse;
    width:500px;
    margin-bottom:30px;
    margin-top:30px;
    margin-left:40px;
}

.aboutus_com td
{
    border:1px silver solid;
    padding:4px 8px;
}

.aboutus_machine
{
    border:1px silver solid;
    border-collapse:collapse;
    width:500px;
    margin-bottom:30px;
    margin-top:2px;
    font-family:ＭＳ ゴシック;
}

.aboutus_machine td
{
    border:1px silver solid;
    padding:4px 8px;
}


/*---------------  policy.html   -----------------------------------------*/

#policy_area
{
    /*width:530px;
    margin-left:10px;*/
}

#policy_area h2
{
/*    background-image:url('../images/policy/makeup_title_01.jpg');
    text-indent:-9999px;
    width:500px;
    height:97px;
    margin-left:40px;
    margin-bottom:20px;
*/
}

#policy_area p
{
    margin-left:20px;
    margin-top:5px;
    margin-bottom:5px;
}

/*---------------　message.html  上のpolicy.htmlと合体した---------------*/

#msg_area
{
    font-size:1em;
    margin-right:20px;
    line-height:140%;
}

#msg_area h2
{
    font-weight:bold;
    border-bottom-color:#3399FF;
    border-bottom-style:solid;
    border-bottom-width:1px;
    margin-top:30px;
    font-size:1.2em;
    margin-bottom:5px;
    border-right-color:#3399ff;
    border-right-style:solid;
    border-right-width:5px;
}

#msg_area p
{
    margin-left:30px;
}

#msg_area img
{
	border:1px solid #000000;
}

#msg_area .img
{
    margin-right:10px;
    float:right;
    margin-left:20px;
}

#msg_area ol,#msg_area ul
{
    margin-left:60px;
}


/*---------------  howto.html   -----------------------------------------*/

#howto_area
{
}

#howto_area h2
{
    font-size:1.4em;
    margin-top:20px;
    margin-bottom:10px;
}

#howto_area h3
{
    font-size:1.1em;
    border-bottom-color:#0066FF;
    border-bottom-style:solid;
    border-bottom-width:1px;
    margin-top:20px;
    margin-bottom:7px;
    color:#006600;
}

#howto_area img
{
    margin-top:10px;
    border:1px solid #000000;
}

#howto_area p
{
    margin-left:10px;
    line-height:140%;
}

.howto_img
{
    float:left;
    margin-right:25px;
    margin-left:5px;
}

#howto_tbl table
{
    width:570px;
    border-collapse:collapse;
    border-width:1px;
    border-color:#666666;
    border-style:solid;
}

#howto_tbl td
{
    border-collapse:collapse;
    border-width:1px;
    border-color:#666666;
    border-style:solid;
    width:65px;
    text-align:center;
}

/*---------------  products.html   -----------------------------------------*/

#products_area
{
}

#products_area h2
{
    font-size:1.4em;
    margin-top:20px;
}



/*---------------  uses.html   -----------------------------------------*/

#uses_area
{
}

#uses_area h2
{
    font-size:1.4em;
    margin-top:20px;
    margin-bottom:10px;
}

#uses_area h3
{
    font-size:1.1em;
    border-bottom-color:#0066FF;
    border-bottom-style:solid;
    border-bottom-width:1px;
    margin-top:20px;
    margin-bottom:7px;
    color:#006600;
    margin-left:20px;
}

#uses_area table
{
    border-collapse:collapse;
    width:520px;
    margin-left:30px;
}

#uses_area td
{
    border-width:1px;
    border-color:#99CCCC;
    border-style:solid;
    padding-left:4px;
    padding-right:4px;
}

#uses_area p
{
    margin-left:30px;
    margin-right:20px;
    line-height:120%;
}


/*---------------  process_summary.html   -----------------------------------------*/

#process_area
{
}

#process_area h2
{
    font-size:1.4em;
    margin-bottom:10px;
    border-bottom-color:#336600;
    border-bottom-style:solid;
    border-bottom-width:1px;
    text-indent:20px;
    padding-top:5px;
}

#process_area h3
{
    font-size:1.1em;
    margin-top:20px;
    margin-bottom:7px;
    color:#006600;	
    margin-left:30px;	
}

#process_area table
{
    border-collapse:collapse;
    width:520px;
    margin-left:30px;
}

#process_area td
{
    border-width:1px;
    border-color:#99CCCC;
    border-style:solid;
    padding-left:4px;
    padding-right:4px;
}

#process_area p
{
    margin-left:30px;
    margin-right:20px;
    line-height:120%;
}

#process_area img
{
    border-width:1px;
    border-color:#6699CC;
    border-style:solid;
    margin-top:15px;
}

#process_area ul
{
    margin-left:60px;
}

.proc
{
    background-color:#CCFFCC;
    padding-bottom:10px;
    margin-bottom:20px;
    height:auto;
}


/*---------------  qcontrol.html   -----------------------------------------*/

#qc_area
{
}

#qc_area ul
{
    font-size:1.3em;
    margin-left:40px;
    margin-bottom:30px;
    margin-top:40px;
}

#qc_area p
{
    margin-left:40px;
}

#qc_area img
{
    margin-right:20px;
}
#qc_area li
{
    list-style-image:url('../images/list01.gif');
    margin-bottom:5px;
}

/*---------------  sample.html   -----------------------------------------*/
#sample_list
{
    margin-left:50px;
    list-style-type:square;
    font-size:1.2em;
    margin-top:20px;
    margin-bottom:30px;
    float:left;
}

.sample_area table
{
    width:540px;
}

.sample_area td
{
    border-color:#ffffff;
    border-style:solid;
    border-width:1px;
    padding:2px 4px;
    background-color:#CCFF99;
}

.sample_pic
{
    float:right;
    margin-right:45px;
    margin-top:10px;
}

/*---------------  faq.html   -----------------------------------------*/
#faq_area
{
}

#faq_area h2
{
    font-size:1.2em;
    margin-top:20px;
    border-bottom-color:#6666FF;
    border-bottom-style:solid;
    border-bottom-width:1px;
    margin-bottom:5px;
    margin-left:10px;
    margin-right:10px;
}

#faq_area p
{
    margin-left:20px;
    margin-right:10px;
}

#faq_area ul
{
    margin-left:50px;
    margin-top:30px;
    margin-bottom:30px;
    list-style-type:none;
}

#faq_area li
{
    padding-top:5px;
}

/*---------------  term.html   -----------------------------------------*/
#term_area
{
}

#term_area table
{
    border-collapse:separate;
    width:550px;
    margin-left:20px;
}

#term_area th
{
    border-collapse:separate;
    padding:5px 10px;
    background-color:#FFFF55;
}

#term_area td
{
    border-collapse:separate;
    padding:5px 10px;
    background-color:#FFFF8E;
}

/*---------------  link.html   -----------------------------------------*/
#link_area ul
{
    margin-left:50px;
    margin-top:30px;
    margin-bottom:100px;
}

#link_area li
{
    margin:10px 0;
    list-style-image:url('../images/list01.jpg');
    list-style-position:outside;
}
/*--------------- product.html ------------------------------------------*/
.product_m{
    margin-left:50px;
    color:#3366CC;
    font-weight:bold;
}
.product_proc{
    background-color:#FFFFB3;
    padding-bottom:10px;
    padding-left:20px;
    margin-bottom:20px;
    height:auto;
    border-bottom-color:#FFFFB3;
    margin-right:40px;
    padding-top:10px;
    margin-left:10px;
}
/*--------------- use_and_develop.html ------------------------------------------*/
#use_and_develop_area
{
}

#use_and_develop_area h2
{
    font-size:1.3em;
    margin-top:20px;
    margin-bottom:10px;
}
#use_and_develop_area ul
{
    margin-left:30px;
}

.qc_logo
{
    background-image:url('../images/logo/qc02.jpg');
}

.pro_logo
{
    background-image:url('../images/logo/pro02.jpg');
}

.use_logo
{
    background-image:url('../images/logo/use02.jpg');
}

.seihin_logo
{
    background-image:url('../images/logo/seihin02.jpg');
}

.item_logo
{
    background-image:url('../images/logo/item02.jpg');
}

.home_logo
{
    background-image:url('../images/logo/home02.jpg');
}

.trial_logo
{
    background-image:url('../images/logo/trial02.jpg');
}

.inq_logo
{
    background-image:url('../images/logo/inquiry02.jpg');
}

.kaisha_logo
{
    background-image:url('../images/logo/kaisha02.jpg');
}

.faq_logo
{
    background-image:url('../images/logo/faq02.jpg');
}

.link_logo
{
    background-image:url('../images/logo/link02.jpg');
}

.rinen_logo
{
    background-image:url('../images/logo/rinen02.jpg');
}

.map_logo
{
    background-image:url('../images/logo/map02.jpg');
}

/*--------------- use_and_develop.html ------------------------------------------*/

.kyocho01
{
    margin-top:5px;
    font-size:1.2em;
    background-color:#FF8A00;
    padding:2px;
    color:#ffffff;
}

.fr
{
    float:right;
    width:250px;
}

.fl
{
    float:left;
    width:250px;
}
