@charset "utf-8";
/* ===================================================================
リセット
=================================================================== */
/*--- reset */
html {
	overflow-y: scroll;
	height:100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	color: #333;
	font-size: 75%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/*--- clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* for IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* IE6透過 */
.iepngfix {  
	behavior:expression(IEPNGFIX.fix(this));  
} 



/* ===================================================================
 ここからcss表記
=================================================================== */
body {
	text-align:center;
	color:#333;
}


#wrapper {
	width:900px;
	margin:0 auto;
	text-align:left;
}


/* ===================================================================
 ヘッダー
=================================================================== */
/* ロゴ */
#wrapper #header h1 {
	float:left;
	background:url(../img/logo.png) no-repeat;
	width:250px;
	height:69px;
	margin-top:5px;
	margin-bottom:10px;
	z-index:10;
	text-indent:-99999px;
}
#wrapper #header h1 a {
	display:block;
	width:250px;
	height:69px;
	overflow:hidden;
	text-decoration:none;
}

#wrapper #header #hright {
	float:right;
}


/* コメント */
#wrapper #header h2 {
	font-size:10px;
	color:#999;
	font-weight:normal;
	text-align:right;
}


/* メニュー */
#wrapper #header ul {
	float:right;
	width:524px;
	margin-top:10px;
}

#wrapper #header ul li {
	float:left;
	height:45px;
	background-repeat:no-repeat;
	text-indent:-99999px;
}
#wrapper #header ul li a {
	display:block;
	height:45px;
	overflow:hidden;
	text-decoration:none;
}

#wrapper #header #menu1 a {
	background:url(../img/menu.gif) 0 0;
	width:92px;
}
#wrapper #header #menu2 a {
	background:url(../img/menu.gif) -92px 0;
	width:145px;
}
#wrapper #header #menu3 a {
	background:url(../img/menu.gif) -237px 0;
	width:82px;
}
#wrapper #header #menu4 a {
	background:url(../img/menu.gif) -319px 0;
	width:82px;
}
#wrapper #header #menu5 a {
	background:url(../img/menu.gif) -401px 0;
	width:123px;
}



/* ===================================================================
 コンテンツ
=================================================================== */
#contents {
	margin:15px auto 80px auto;
}

.clear {
	clear:both;
}

*html .iest {
	margin-left:-15px;
	position:relative;
}



/* ===================================================================
 TOP
=================================================================== */
/* 元fla部分 */
#slidesHolder {
	width:900px;
	height:225px;
	position: relative;
	margin: 0 auto;
}

#slidesHolder div {
	position: absolute;
	width:900px;
	height:225px;
	text-align:left;
	background-repeat: no-repeat;
}

.fr_slide1 { background: url(../img/top/sd/p1.jpg); }
.fr_slide2 { background: url(../img/top/sd/p2.jpg); }
.fr_slide3 { background: url(../img/top/sd/p3.jpg); }

#slidesHolder div div {
	height: 100px;
	bottom: 0;
}
			#slidesHolder div div a { font-weight: bold; font-style: italic; font-size: 13px; color: #2085bd; }
			#slidesHolder div div h5 { color: #fff; margin-top: 18px !important; text-indent: 20px; }
			#slidesHolder div div p { color: #fff; margin-top: 15px; font-size: 13px; margin-left: 20px; width:100%; }
			.fr_slide1 div h5, .fr_slide1 div p { color: #fff !important; }
			.fr_slide3 div p { width: 90% !important; }
			
			
/* 制作実績 */
#contents #c_top {
	background-image:url(../img/top/srd.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:172px;
	margin-bottom:10px;
}
*html #contents #c_top {
	margin-left:25px;
}

#slideshow {
	width: 788px;
	margin-left:80px;
	padding-left:103px;
}
*:first-child+html #wrapper #slideshow {
	padding-left:75px;
	margin-left:0;
}
*html #wrapper #slideshow {
	padding-left:75px;
	margin-left:0;
}


#slideshow ul {
	height: 1%; /* IE fix */
}

#slideshow .slides {
	overflow: hidden;
	width:700px;
}

#slideshow .slides ul {
	width:700px;
}

#slideshow .slides li {
	width:700px;
	float: left;
	margin-top:25px;
	background-color:#E6E7E9;
}

#slideshow .slides li img {
	margin-right:40px;
}


/* 制作実績へのリンク */
#c_toplink {
	position:relative;
	margin-top:-180px;
	width:100px;
	height:164px;
	z-index:100;
}
#c_toplink a {
	position:relative;
	margin-top:-180px;
	width:100px;
	height:164px;
	z-index:100;
}
*html #c_toplink {
	display:none;
}



/* ===================================================================
 メイン包括
=================================================================== */
#contents #c_main {
	width:900px;
	margin-top:20px;
}
*html #contents #c_main {
	margin-left:20px;
}



/* ===================================================================
 左
=================================================================== */
#contents #c_left {
	width:450px;
	float:left;
	text-align:left;
}


/* 無料HP作成 */
#contents #c_left #freehp2 {
	background:url(../img/top/j0112/fre.gif) no-repeat;
	width:440px;
	height:40px;
	text-indent:-99999px;
}
#contents #c_left #freehp2 a {
	width:440px;
	height:40px;
	display:block;
	overflow: hidden;
	text-decoration:none;
}

.fre_i {
	float:right;
	margin-left:15px;
	margin-right:10px;
}


/* HP作成 */
#contents #c_left #hpf0201 {
	width:216px;
	margin-top:0;
	float:left;
}

#contents #c_left #hpf0201 h3 {
	background:url(../img/top/j0112/nhp.gif) no-repeat;
	text-indent:-99999px;
	width:216px;
	height:64px;
}
#contents #c_left #hpf0201 h3 a {
	width:216px;
	height:64px;
	display:block;
	overflow: hidden;
	text-decoration:none;
}

#contents #c_left #hpf0201 p,
#contents #c_left #hpr0201 p {
	padding:3px 0;
}


/* HPリニューアル */
#contents #c_left #hpr0201 {
	width:216px;
	margin-top:0;
	float:right;
	margin-right:8px;
}

#contents #c_left #hpr0201 h3 {
	background:url(../img/top/j0112/nhr.gif) no-repeat;
	text-indent:-99999px;
	width:216px;
	height:64px;
}
#contents #c_left #hpr0201 h3 a {
	float:right;
	width:216px;
	height:64px;
	display:block;
	overflow: hidden;
	text-decoration:none;
}
*html #contents #c_left #hpr0201 {
	margin-right:5px;
}


/* サーバー */
#contents #c_left #ren2 {
	background:url(../img/top/j0112/re.gif) no-repeat;
	text-indent:-99999px;
	margin-bottom:10px;
	width:440px;
	height:40px;
}
#contents #c_left #ren2 a {
	width:440px;
	height:40px;
	display:block;
	overflow: hidden;
	text-decoration:none;
}

#contents #c_left #rennew {
	margin-left:7px;
}

#contents #c_left #rennew li {
	float:left;
	margin-right:15px;
	white-space:nowrap;
}


/* 書籍電子化 */
#contents #c_left #ebook {
	width:440px;
	height:64px;
	background:url(../img/top/j0112/book.gif) no-repeat;
	text-indent:-99999px;
}
#contents #c_left #ebook a {
	width:440px;
	height:64px;
	display:block;
}


/* ファイルサーバー */
#contents #c_left #files22 {
	width:440px;
	height:40px;
	background:url(../img/top/j0112/file.gif) no-repeat;
	text-indent:-99999px;
}
#contents #c_left #files22 a {
	width:440px;
	height:40px;
	display:block;
}


/* 詳しくはこちら */
.kunew {
	text-align:right;
	margin-bottom:20px;
	margin-right:10px;
	margin-top:7px;
}


/* ===================================================================
 右
=================================================================== */
#contents #c_right {
	width:430px;
	float:right;
	text-align:left;
}


/* 問合わせ */
#contents #toi {
	background:url(../img/top/j0112/toiawase.gif) no-repeat;
	text-indent:-99999px;
	margin-bottom:15px;
	width:430px;
	height:130px;	
}
#contents #toi a {
	width:430px;
	height:130px;	
	display:block;
	overflow: hidden;
	text-decoration:none;
}


/* ブログカスタマイズ */
#contents #blocu h3 {
	background:url(../img/top/j0112/blog.gif) no-repeat;
	width:430px;
	height:64px;
	text-indent:-99999px;
}


/* TOPICS・NEWS */
#contents #c_right #wnews {
	clear:both;
	width:430px;
	height:370px;
	background-color:#fff;
}


/* NEWS */
#contents #c_right #wnews h3 {
	background:url(../img/top/j0112/news.gif) no-repeat;
	text-indent:-99999px;
	height:64px;
	padding-bottom:10px;
}
#contents #c_right #wnews h3 a {
	height:64px;
	display:block;
	overflow: hidden;
	text-decoration:none;
}


/* 販売バナー */
#contents #b_bannar,
#contents #b_bannar2 {
	background:url(../img/top/j0112/shop.gif) no-repeat;
	text-indent:-99999px;
	width:900px;
	height:110px;
	margin-top:25px;
	text-indent:-99999px;
}
*html #contents #b_bannar {
	margin-left:-25px;
	position:relative;
}
#contents #b_bannar a,
#contents #b_bannar2 a {
	width:900px;
	height:110px;
	display:block;
	overflow: hidden;
	text-decoration:none;
}
*html #b_bannar2 {
	margin-left:25px;
	position:relative;
}


/* 案内メニュー */
#amenu {
	clear:both;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#amenu ul {
	float:right;
}

#amenu ul li {
	float:left;
	margin-left:15px;
	padding-left:15px;
	padding-bottom:3px;
	background-image:url(../img/ya.gif);
	background-repeat:no-repeat;
	font-size:12px;
	line-height:12px;
	color:#666;
}
#amenu ul li a {
	color:#666;
	text-decoration:none;
}



/* ===================================================================
 フッター
=================================================================== */
#footer {
	clear:both;
	background-image:url(../img/bg_b.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:270px;
	font-size:11px;
}

#footer #footer_in {
	width:900px;
	margin:0 auto;
	text-align:left;
}

#footer #footer_in ul li {
	float:left;
	margin-left:13px;
	margin-bottom:27px;
	margin-top:20px;
	width:165px;
}


/* 大メニュー */
#footer #footer_in ul li h3 {
	padding-bottom:2px;
	border-bottom:solid 1px #1A4FA7;
	color:#1A4FA7;
}
#footer #footer_in ul li h3 a {
	color:#1A4FA7;
	text-decoration:none;
	display:block;
}


/* 小メニュー */
#footer #footer_in ul li ol {
	margin-top:5px;
}

#footer #footer_in ul li ol li {
	padding-bottom:2px;
	color:#1A4FA7;
	margin:0;
	padding:0;
	font-size:11px;
}
#footer #footer_in ul li ol li a {
	color:#1A4FA7;
	text-decoration:none;
	display:block;
	margin:0;
	padding:0;
}
#footer #footer_in ul li ol li a:hover {
	text-decoration:underline;
}


/* チームマイナス6 */
#footer #footer_in #team6 {
	float:right;
}
#footer #footer_in #team6 a {
	float:right;
	text-decoration:none;
	overflow:hidden;
	display:block;
}



/* 会社住所 */
#footer #footer_in #add {
	clear:both;
	float:right;
	font-size:12px;
	color:navy;
	text-align:right;
	border-bottom:solid 1px #1A4FA7;
	width:700px;
}


/* コピーライト */
#footer #footer_in #cpy {
	clear:both;
	float:right;
	font-size:10px;
	text-align:right;
	color:navy;
	width:300px;
}



/* ===================================================================
 下層
=================================================================== */
/* ぱんくず */
#pan {
	text-align:left;
	margin-top:-15px;
	margin-bottom:20px;
	color:#666;
	font-size:11px;
}
#pan a {
	color:#999;
	font-size:11px;
}
#pan a:hover {
	color:#666;
	font-size:11px;
}


/* TOPへ */
#pageup {
	float:right;
	background-repeat:no-repeat;
	background-image:url(../img/pagetop.gif);
	height:26px;
	width:76px;
	text-indent:-99999px;
	margin:10px 0;
}
#pageup a {
	float:right;
	height:26px;
	width:76px;
	display:block;
}


/* お問い合わせ・下 */
#toih3 {
	width:600px;
	margin-top:70px;
	text-align:center;
	background-color:#F0F0F0;
	border:solid 1px #ccc;
}

#toih3 h3 {
	background-image:url(../img/kigaru.gif);
	background-repeat:no-repeat;
	text-indent:-99999px;
	width:600px;
	height:32px;
}

#toih3 img {
	margin-top:10px;
	margin-bottom:20px;
}
#toih3 img a {
	display:block;
}



/* 右 */
#con_r {
	float:right;
	width:600px;
}


#con_r #mt0 {
	margin-top:0;
}
#con_r .mt0 {
	margin-top:0;
}


#con_r .mb30 {
	padding-bottom:30px;
}

#con_r .ml10 {
	margin-left:10px;
}


/* 左 */
#menu_l {
	float:left;
	width:200px;
}
*html #menu_l {
	width:195px;
	margin-left:-15px;
	position:relative;
}

*html #con_r {
	width:600px;
	margin-right:5px;
	position:relative;
}



#menu_l ul li {
	width:160px;
	margin-bottom:7px;
	padding-bottom:7px;
	padding-left:10px;
	color:#666;
	border-bottom:dashed 1px #ccc;
	font-size:12px;
	background-image:url(../img/ya2.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:15px;
	margin-left:5px;
}
#menu_l ul li a {
	color:#666;
	text-decoration:none;
	display:block;
}
#menu_l ul li a:hover {
	color:#666;
	text-decoration:none;
	background-color:#EFEFEF;
	color:#000;
}


/* 初サイト */
#hpn {
	background-image:url(../img/hpn.gif);
	background-repeat:no-repeat;
	text-indent:-99999px;
	width:170px;
	height:85px;
	margin-top:20px;
}
#hpn a {
	width:170px;
	height:85px;
	display:block;
}


/* リニューアルサイト */
#hpr {
	background-image:url(../img/hpr.gif);
	background-repeat:no-repeat;
	text-indent:-99999px;
	width:170px;
	height:85px;
	margin:5px 0;
}
#hpr a {
	width:170px;
	height:85px;
	display:block;
}


/* 無料 */
#hpf {
	background-image:url(../img/hpf.jpg);
	background-repeat:no-repeat;
	text-indent:-99999px;
	width:170px;
	height:85px;
	margin:5px 0;
}
#hpf a {
	width:170px;
	height:85px;
	display:block;
}


/* お問い合わせ */
#toiawase {
	background-image:url(../img/toi.gif);
	background-repeat:no-repeat;
	text-indent:-99999px;
	width:170px;
	height:172px;
}
#toiawase a {
	width:170px;
	height:172px;
	display:block;
}


/* タイトル */
.h3ten {
	border-bottom:dashed 1px #93B0D8;
}


/* ファイルサバ */
#fsvdn {
	background-image:url(../img/fsvdn.gif);
	background-repeat:no-repeat;
	text-indent:-99999px;
	width:170px;
	height:85px;
	margin:5px 0;
}
#fsvdn a {
	width:170px;
	height:85px;
	display:block;
}


/* ファイル電子化 */
#ebooknav {
	background-image:url(../img/ebooknav.gif);
	background-repeat:no-repeat;
	text-indent:-99999px;
	width:170px;
	height:85px;
	margin:5px 0;
}
#ebooknav a {
	width:170px;
	height:85px;
	display:block;
}




