@charset  "Shift_JIS";


/* base.css - last update 2006.8.23 -

 01.body
 02.reset
 03.Basic Layout
 04.header
 05.contents  frame
 06.contents 
 07.footer

 base      = base.css
 company   = company.css
 

*/





/* ========================================================== */
/*  body                                                      */
/* ---------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color:#f6f4f1;
	font-size:1.0em;
	}


/* ========================================================== */
/*  reset                                                     */
/* ---------------------------------------------------------- */


/*　初期化
----------------------------------------------- */
h1,h2,h3,h4,h5,h6,p,ul,li,form,table,tr {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}



/*　画像
----------------------------------------------- */
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	}






/* ========================================================== */
/*  Basic Layout                                              */
/* ---------------------------------------------------------- */



/*　box（全体を囲う）
----------------------------------------------- */
#layoutbody {
	width: 817px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}




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



/*　headerline
----------------------------------------------- */

#header-line{
	background-color:#dddbd8;
	width:100%;
	height:5px;
	margin: 0;
	padding: 0;
	font-size:1px;
}


/*　ヘッダー
----------------------------------------------- */

#header {
	width: 817px;
	margin: 0;
	padding: 0;
	}

#header p{
	float: left;
	margin: 0;
	padding: 0;
	}

#header-right {
	float: left;
	width:455px;
	margin: 0;
	padding: 0;
	}

/*#site-catch {
	float: right;
	width:455px;
	height:39px;
	background-image:  url(../../images/site-catch.gif);
	background-repeat: no-repeat;
	font-size:10px;
	color:#999999;
	line-height:1.1em;
	margin-bottom:13px;
	margin-top:10px;
	}*/

#site-catch {
	float: right;
	width:455px;
	height:45px;
	background-image:  url(../../images/site-catch2.gif);
	background-repeat: no-repeat;
	font-size:10px;
	color:#999999;
	line-height:1.1em;
	margin-bottom:7px;
	margin-top:10px;
	}

#site-catch img{
   margin-top:10px; 
}


#site-catch p{
	font-size:10px;
	color:#999999;
	line-height:1.5em;
	padding:5px 0px 0 5px;
	}



/*　headermenu
----------------------------------------------- */


#headermenu  {
	width: 442px;
	height: 20px;
	float: left;
}


#headermenu li {
	float: left;
	height: 20px;
	display: block;
}


/*　global menu
----------------------------------------------- */


#globalmenu {
	clear: both;
	margin: 0 0 0 0px;
	padding-left: 9px;
	width:819px;
	}

#globalmenu li {
	float: left;
	list-style-type: none;
	}



/*　breadcrumb
----------------------------------------------- */


#breadcrumb {
	width: 817px;
	height: 29px;
	text-align:left;
	background-image:  url(../../images/bg-breadcrumbs.gif);
	background-repeat: no-repeat;
	clear: both;
}

#breadcrumb p{
	font-size:0.7em;
	padding:8px 0 0 15px;
}



/* ========================================================== */
/*  contents  frame                                           */
/* ---------------------------------------------------------- */


#main-top{
	width: 817px;
	height:8px;
	background-image: url(../../images/bg-main-top.gif);
	padding:0px;
	margin:0px;
	font-size:1px;
	clear: both;
}

#main{
	clear: both;
	width: 817px;
	text-align: left;
	background-image: url(../../images/bg-main.jpg);
	background-repeat:repeat-y;
	padding:0px;
	margin:0px;
	}


#main-inner {
	margin: 0 0 0 16px;
	padding: 0;
	text-align: left;
	}

/*　indexpage（表紙） indent
----------------------------------------------- */

#main-index{
	clear: both;
	width: 817px;
	text-align: left;
	background-image: url(../../images/bg-main-index.jpg);
	background-repeat:repeat-y;
	background-position: left top;
	padding:0px;
	margin:0px;
	}



#main-inner-index {
	clear: both;
	margin: 15px 0 0 44px;
	padding: 0;
	text-align: left;
	width:760px;
	}


#main-inner-index p
	{line-height:1.5em;
	font-size:0.8em;
	margin:0px 0 10px 0;
	}

#main-inner-index h2,h3.subitem {
	clear: both;
	font-size:0.8em;
	font-weight:bold;
	border-left: 3px solid #ED6D00;
	color:#ED6D00;
	margin: 20px 0 10px 0;
	padding: 0 0 0 5px;
	}




#main-inner-index table
	{margin:10px 0 0 0;}


.menu-caption{padding:10px;
	font-size:0.8em;
	line-height:1.5em;
	background-color:#f6f6f6;
	text-align:left;
	vertical-align:top;}



/* ========================================================== */
/*  contents                                                  */
/* ---------------------------------------------------------- */


/*　left-side (local menu)
----------------------------------------------- */
#left {
	float:left;
	margin:0;
	padding: 0;
	text-align: left;
	width:200px;
	}


div.localmenu {
	margin: 0;
	width:164px;
	}

div.localmenu li {  
	list-style-type: none;
	margin: 0;
	padding:0;
	}




/*　right-side(main contents)
----------------------------------------------- */
#right {
	float:left;
	width: 584px;
	margin: 0;
	padding: 0;
	text-align: left;
	}


#right h2{
	margin: 26px 0 20px 0;
	}

#right-indent h3{
	margin: 30px 0 20px 0;
	}




#right-indent {
	margin: 0 0 0 16px;
	padding: 0;
	clear:both;
	}


#right-indent p{
	line-height:1.5em;
	font-size:0.8em;
	margin:0px 0 10px 0;
	}


#right-indent .subitem{
	clear: both;
	font-size:0.8em;
	font-weight:bold;
	border-left: 3px solid #ED6D00;
	color:#ED6D00;
	margin: 20px 0 10px 0;
	padding: 0 0 0 5px;
	}

#right-indent .subitem-top{
	clear: both;
	font-size:0.8em;
	font-weight:bold;
	border-left: 3px solid #ED6D00;
	color:#ED6D00;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	text-align:left;}



#right-indent ol{
	margin-left:20px;
	}

#right-indent li{
	font-size:0.8em;
	line-height:180%;
	list-style: circle;
	}

#right-indent #media{
    margin-left:70px;
	}


.detail {
	text-align: right;
	padding:5px 40px 0 0;
	}

.detail-soft {
	text-align: right;
	padding:5px 8px 0 0;
	}

.expand {
	margin:30px 0 0 0;
	}

.close {
	margin:20px 0 20px 0;
	}

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

#footer {
	clear: both;
	width: 817px;
	height:55px;
	margin: 0;
	padding: 0;
	text-align: right;
	background-image:  url(../../images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

#footer ul {
	text-align: left;
	padding:20px 0 0 20px;
	float:left;
	}

#footer li {
	background-image:   url(../../images/list_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	color: #000000;
	font-size:0.6em;
	display: inline;
}

#footer address{
	float:left;
	text-align: right;
	width:360px;
	padding:22px 0 0 22px;
	float:left;
	font-style:normal;
	color: #000000;
	font-size:0.6em;
	}


/* ========================================================== */
/*  other 　                                                  */
/* ---------------------------------------------------------- */


/*　文字サイズ指定
----------------------------------------------- */
#main-inner-index p.fonts{
	line-height:1.5em;
	font-size:0.7em;
	}

#right-indent p.fonts{
	line-height:1.5em;
	font-size:0.7em;
	}




/*　image (vertical-align:middle; 画像天地中央寄せ)
----------------------------------------------- */
.img-middle{
	vertical-align:middle;}
	
.img-right{
	float:right;
	margin:0 0 10px 10px;}



/*　image (vertical-align:middle; 画像天地中央寄せ)
----------------------------------------------- */
.icon-news{
	vertical-align:middle;
	margin-bottom:3px;
	}



/*　pagetotop（このページのトップへ）
----------------------------------------------- */
.line
	{
	margin:15px 0 8px 0px;
	clear:both;
	}
.pagetop
	{
	text-align:right;
	margin:5px 0 0 0;
	padding:5px;
	font-size:0.7em;
	clear:both;
	}

.line-index
	{
	margin:15px 0 8px 16px;
	clear:both;
	width:784px;
	}



.pagetop-index
	{
	text-align:right;
	margin:5px 0 0 16px;
	width:784px;
	padding-bottom:5px;
	font-size:0.7em;
	clear:both;
	}


.pagetop a:link { color:#3366cc;text-decoration: none;}
.pagetop a:visited { color:#3366cc;text-decoration: none;}
.pagetop a:hover { color:#3366cc;text-decoration: none;}
.pagetop a:active { color:#FF9966;text-decoration: none;}


/*　clear:both; (回り込み解除)
----------------------------------------------- */
.clear-b{
	clear:both;
		}
		
/*　文字サイズ
----------------------------------------------- */

.font-s{
	font-size:10px;
	}
	
.font-m{
	font-size:12px;
	}

.font-red02{
	color:#FF6600;
	}
		

/*　タブ
----------------------------------------------- */

.tab{margin-bottom:25px;
	border-bottom:1px solid #dadada;
	width:99%;}

.tab-image{margin-left:5px;}


/* ========================================================== */
/*  ソリューション共通                                         */
/* ---------------------------------------------------------- */

/*　メニュー左お問い合わせへのリンク
----------------------------------------------- */

#banner-package{width:154px;
	margin:15px 0 0px 6px;}

#banner-contact{width:154px;
	margin:5px 0 10px 6px;}

#banner-risceo{width:154px;
	margin:15px 0 0 6px;}

/*　お問い合わせへのボタン
----------------------------------------------- */

.contact-table{margin:20px 0 0 0;
	width:568px;
	border-top:1px dotted #dcdcdc;
	clear:left;}

.contact-table td{
	padding-top:15px;}






/*  新お問い合わせバナー
----------------------------------------------- */

.banner-bottom
{margin:20px 0 20px 0;}



/* 
----------------------------------------------- */

.solution-works{
	text-align:right;
	font-size:0.8em;
	}

.works-table
	{
	margin:10px 0 0 0;
	}

#works-other{padding:10px 10px 1px 10px;
	margin:10px 0 10px 0;
	background-color:#f2f2f2;}

/*  フロー流れ
----------------------------------------------- */

.flow-arrow{margin:10px 0 10px 0 ;
	text-align:center;
	clear:left;
	}

.flow-icon{
	float:left;
	padding:0 5px 30px 0;}


/*  パッケージ
----------------------------------------------- */


.package-sample
	{margin:10px 0 0 0;
	}


.package-sample-td{
	padding:5px 5px 0 5px;
	background-color:#f2f2f2;
	border:1px dotted #dcdcdc;}

.package-sample h5
	{margin:5px 0 10px 0;
	text-align:center;
	}



/*  実績
----------------------------------------------- */


.hedding_rec
{
	font-size:14px;
	color:#FFF;
	padding:2px 10px;
	margin:20px 10px 10px 0;
	width:472px;
	background-color: #999999;
	font-weight: bold;
}

.image-border
{
	border:solid 1px #CCC;
}

