@charset "utf-8";
/* --------------------------------------------------
	Since : 2008/11/29
	Last Modified: 2008/11/29
	Version: 1.0
 --------------------------------------------------- */

/*
===== CONTENTS ================================================================================

	1: Base Style Setting
		: Reset
		: Base Setting
		: Font Setting
		: Finding Setting
	2: Huck
	3: Layout Setting
		: main-layout
		: header
		: footer
		: navi
		: sidebar
		: entry
		: option
	4: Contents
		: top
		: category

===============================================================================================
*/



/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Reset
==========================================================*/
*        { margin:0;padding:0; }
img      { border:none;vertical-align:top; }
p        { margin:0;padding:0; }
b,strong { font-weight:bold; }
ul       { margin:0;padding:0; }
li       { margin:0;padding:0;list-style:none; }
dl       { margin:0;padding:0; }
dt       { margin:0;padding:0; }
dd       { margin:0;padding:0; }
.clear   { clear:both;}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	}


/* Base Setting
==========================================================*/
blockquote {
	margin:10px;
	padding:10px;
	text-align:left;
	background:#f4f4f4;
	}
	
hr {
	border:dotted #ccc;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:7px 0;
	clear:both;
	}

a {color:#bb284c;}
a:hover {text-decoration:underline; }

table { font-size:12px; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:url(../image/main/header.jpg) repeat-x;
	line-height:160%;
	color:#222;
	}


/* Font Setting
==========================================================*/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#c00;}
.font-color-white  {color:#fff;}
.font-color-blue   {color:#000066;}
.font-color-green  {color:#006600}
.font-color-pink   {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan   {color:#3aa;}

.font-size-large   {font-size:16px;font-weight:normal;}
.font-size-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;font-weight:normal;}


/* Finding Setting
==========================================================*/
h1 {
	position:absolute;
	top:27px;
	left:0;
	text-indent:-9999px;
	}
	
h1 a{
	background:url(../image/main/logo.jpg) no-repeat;
	height:63px;
	width:270px;
	display:block;
	}
	
h1 a:hover{
	background:url(../image/main/logo_r.jpg) no-repeat;
	}

h2 {
	margin-bottom:14px;
	}

body#category h3 {
	background:url(../image/main/h3.jpg) no-repeat;
	height:40px;
	line-height:40px;
	font-size:14px;
	font-weight:bold;
	text-indent:14px;
	margin-bottom:10px;
	}


/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#container:after,
div#wrapper:after,
div#content:after,
div#sidebar:after,
div.main:after,
div.main-b:after,
div.main-bb:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar,
div.main,
div.main-b,
div.main-bb { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#container,
* html div#wrapper,
* html div#content,
* html div#sidebar,
* html div.main,
* html div.main-b,
* html div.main-bb  { height: 1% }
.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar,
div.main,
div.main-b,
div.main-bb  {display:block;}
/* end MacIE5 */


/* Safariのフォントサイズを変更
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}


/* CSSロールオーバー(アルファ使用)
==========================================================*/
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}


/* 透過pngを利用する場合 IE6用 (iepngfix.jsを使用) パターン2
==========================================================*/
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }

.alphafilter{}

a .alphafilter{
	cursor:pointer;
	}


/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/

/* main-layout
==========================================================*/
div#container {
	width:800px;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	width:569px;
	}
	
div.main {
	padding:10px;
	margin-bottom:14px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	position:relative;
	text-align:left;
	}
	
div.main-b {
	padding:10px;
	margin-bottom:14px;
	border:1px solid #ccc;
	position:relative;
	text-align:left;
	}
	
div.main-bb {
	padding:13px;
	margin-bottom:14px;
	border:4px solid #f1f1f1;
	position:relative;
	text-align:left;
	}
	
div.main p,
div.main-b p,
div.main-bb p {
	margin-bottom:10px;
	}
	
div.section {
	text-align:left;
	margin-bottom:20px;
	}

/* layout */
body#index #content  { float:left; }
body#category #content { float:right;  }
	

/* header 
==========================================================*/
div#header {
	width:100%;
	position:relative;
	text-align:left;
	height:110px;
	}

div#header ul {
	position:absolute;
	text-align:right;
	right:0px;
	top:24px;
	}
	
div#header ul li{
	display:inline;
	}
	
div#header ul li a img{
	margin-right:15px;
	}			
	
div#header-tel {
	background:url(../image/main/ico_tel.jpg);
	height:46px;
	width:185px;
	position:absolute;
	top:49px;
	right:0;
	text-indent:-9999px;
	}
	
/* menu */
div#global_menu {
	height:69px;
	}
	
div#global_menu ul{
	text-align:center;
	}
	
div#global_menu ul li{
	display:inline;
	float:left;
	}
	
div#global_menu ul li a{
	height:47px;
	display:block;
	text-indent:-9999px;
	}
	
li#menu-home a {
	width:134px;
	background:url(../image/main/menu_home.jpg) no-repeat;
	}
	
li#menu-spoint a {
	width:132px;
	background:url(../image/main/menu_spoint.jpg) no-repeat;
	}
	
li#menu-onsystem a {
	width:133px;
	background:url(../image/main/menu_onsystem.jpg) no-repeat;
	}
	
li#menu-service a {
	width:132px;
	background:url(../image/main/menu_service.jpg) no-repeat;
	}
	
li#menu-result a {
	width:133px;
	background:url(../image/main/menu_result.jpg) no-repeat;
	}
	
li#menu-corp a {
	width:134px;
	background:url(../image/main/menu_corp.jpg) no-repeat;
	}
	
li#menu-home a:hover {background:url(../image/main/menu_home_r.jpg) no-repeat;}
li#menu-spoint a:hover {background:url(../image/main/menu_spoint_r.jpg) no-repeat;}
li#menu-onsystem a:hover {background:url(../image/main/menu_onsystem_r.jpg) no-repeat;}
li#menu-service a:hover {background:url(../image/main/menu_service_r.jpg) no-repeat;}
li#menu-result a:hover {background:url(../image/main/menu_result_r.jpg) no-repeat;}
li#menu-corp a:hover {background:url(../image/main/menu_corp_r.jpg) no-repeat;}

/* main-img */
div#main-img {
	clear:both;
	margin-bottom:22px;
	text-align:center;
	}

	
/* footer
==========================================================*/
div#footer {
	width:100%;
	clear:both;
	height:101px;
	background:url(../image/main/footer.jpg) repeat-x;
	text-align:center;
	}
	
div#footer-inner {
	position:relative;
	width:800px;
	margin:0 auto;
	}
	
div#under-logo {
	width:263px;
	height:32px;
	position:absolute;
	top:32px;
	left:36px;
	}
	
div#footer ul{
	position:absolute;
	top:32px;
	right:0px;
	text-align:right;
	}
	
div#footer ul li{
	display:inline;	
	}

div#footer p{
	position:absolute;
	top:50px;
	text-align:right;
	right:0px;
	}	
	

/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 0;
	}
	
	
/* sidebar
==========================================================*/
div#sidebar            { width:211px; }
body#index #sidebar    { float:right; }	
body#category #sidebar { float:left; }

div.side-form {
	padding-bottom:14px;
	}

div.side-form p img {
    vertical-align:middle;
	}

ul.side-banner li{
	margin-bottom:14px;
	float:left;
	}
	
ul.side-banner li a{
	display:block;
	}
		
ul.side-banner li.end{
	margin-bottom:0;
	}
	
div.side-body {
	border:1px solid #ccc;
	text-align:center;
	padding:13px;
	}
		
div.side-body p{
	text-align:left;
	}

ul.side-tmenu {}

ul.side-tmenu li {
	margin-bottom:14px;
	text-indent:-9999px;
	}
	
ul.side-tmenu li a{
	display:block;
	width:211px;
	height:73px;
	outline:none;
	}
	
ul.side-tmenu li.tmenu01 a{ background:url(../image/main/btn_quasi.jpg)}
ul.side-tmenu li.tmenu02 a{ background:url(../image/main/btn_cosmetics.jpg)}
ul.side-tmenu li.tmenu03 a{ background:url(../image/main/btn_guide.jpg)}
ul.side-tmenu li.tmenu04 a{ background:url(../image/main/btn_distribution.jpg)}
ul.side-tmenu li.tmenu05 a{ background:url(../image/main/btn_agency.jpg)}
ul.side-tmenu li.tmenu06 a{ background:url(../image/main/btn_cv.jpg)}
ul.side-tmenu li.tmenu07 a{ background:url(../image/main/btn_workflow.jpg)}
ul.side-tmenu li.tmenu08 a{ background:url(../image/main/btn_mailorder.jpg)}

ul.side-tmenu li.tmenu01 a:hover{ background:url(../image/main/btn_quasi_r.jpg)}
ul.side-tmenu li.tmenu02 a:hover{ background:url(../image/main/btn_cosmetics_r.jpg)}
ul.side-tmenu li.tmenu03 a:hover{ background:url(../image/main/btn_guide_r.jpg)}
ul.side-tmenu li.tmenu04 a:hover{ background:url(../image/main/btn_distribution_r.jpg)}
ul.side-tmenu li.tmenu05 a:hover{ background:url(../image/main/btn_agency_r.jpg)}
ul.side-tmenu li.tmenu06 a:hover{ background:url(../image/main/btn_cv_r.jpg)}
ul.side-tmenu li.tmenu07 a:hover{ background:url(../image/main/btn_workflow_r.jpg)}
ul.side-tmenu li.tmenu08 a:hover{ background:url(../image/main/btn_mailorder_r.jpg)}
	
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.img-border {
	padding:2px;
	border:1px solid #ccc;
	}
	
div.btn-more_r {
	height:29px;
	width:145px;
	position:absolute;
	bottom:10px;
	right:10px;
	}
	
div.btn-more_l {
	height:29px;
	width:145px;
	position:absolute;
	bottom:10px;
	left:10px;
	}
	
.m-b15 {
	margin-bottom:15px;
	}

.font-b {
    font-weight:bold;
	}
	
/* table
==========================================================*/
table.tbl-normal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
table.tbl-normal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	background:#f4f4f4;
	}
	
	
table.tbl-normal td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	}

dl.dl-tbl dt {
	width:10em;
	}
	
dl.dl-tbl dd {
	margin-left:10em;
	}
	
div#btn-contactb {
	margin:20px 0;
	clear:both;
	}
	
.index_subtitle_p {
	border-left:4px solid #BB284C;
	color:#000000;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:7px;
	}
	
.index_main_box {
	float:left;
	width:225px;
	}
	
.index_main_box_2 {
	float:left;
	width:545px;
	}
	
.under {
	border-bottom: 1px solid #B8A6A3;
	padding:0 0 5px 0;
	margin-bottom:20px;
	}

