@charset "utf-8";

/***** タグ共通のスタイル *****/
* {
	font-size:14px;
	text-align:left;
	>font-family :"メイリオ","HGS明朝E","細明朝体","serif";          /* IE6,IE7*/
	font-family /*\**/:"メイリオ","HGS明朝E","細明朝体","serif"\9;   /* IE8 */
}
*:not(:target) {
	font-family :"メイリオ","HGS明朝E","細明朝体","serif"\9;           /* IE9 */
}
a           { text-decoration : underline;}
a:hover     { text-decoration : underline; }
p           { margin : 0px;}
h3          { margin : 0px; font-weight:normal; font-size:16px;}
img         { -ms-interpolation-mode: bicubic; border:0px;}

/***** 画像先読み用 *****/
#preloader {
	width : 0px;
	height : 0px;
	display :none;
}

/***** 全体レイアウト調整 *****/
* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
	text-align: center;
	margin : 0px;
}

body {
	margin-top : 0px;
}

#container {
	position: relative;
	margin: 0px auto;
	width : 920px;
	height: auto;
	min-height: 100%;
	text-align: center;
	padding : 0px 0px 85px 0px; /* フッタの高さ分の余白を取る */
}

#content {
	height: auto;
	padding: 0px 10px 85px 10px;
	margin: 0px auto;
	overflow : hidden;
}

#header {
/*
	overflow : hidden;
*/
}

#footer {
	clear:both;
	width :100%;
	text-align:center;
	height: 85px;
	padding-top : 10px;
	position: absolute;
	left : 0px;
	bottom: 0px;
}

/***** 部品レイアウト調整 *****/

/* ヘッダ領域 */
.head_area1{
	height : 24px;
	padding: 1px 0px 1px 4px;
	margin : 0px 0px 0px 0px;
}

/* キーワード1 */
.keyword1 {
	display : block;
	font-size:11px;
	padding:4px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight:normal;
	border-radius : 10px;
	-webkit-border-radius : 10px;
	-moz-border-radius : 10px;
	behavior: url(/css/PIE.htc);
}

/* ヘッダリンク */
.top_link0 a {
	display : block;
	float : right;
	margin:0px 10px 0px 0px;
	padding : 4px 0px 0px 0px;
	font-size:11px;
	text-decoration : none;
}

/* ヘッダリンク(プロフィール等) */
.top_link1 a {
	position : relative;
	display : block;
	float : right;
	margin:8px 5px 0px 0px;
	padding : 2px 2px 2px 14px;
	text-align:center;
	font-size:12px;
	text-decoration : none;
}
.top_link1 a:after {
	content : "";
	width  : 20px;
	height : 20px;
	position : absolute;
	left : -4px;
	top  : 0px;
	background-image : url(img/arrow.png);
	background-repeat: no-repeat;
}
.top_link0 a:hover,.top_link1 a:hover {
	text-decoration : underline;
}

/* ヘッダ領域2 */
#logo_top {
	display : block;
	margin : 8px 0px 0px -5px;
}
.head_area2_top {
	clear:both;
	margin : 0px auto 0px auto;
	padding : 6px 0px 10px 0px;
	height:220px;
	background :url(img/top_bg9.png) no-repeat;
	background-position : 10px 0px;
}
.head_area2 {
	clear:both;
	margin : 0px auto 0px auto;
	padding : 6px 0px 10px 0px;
	height:175px;
	background :url(img/top_bg.png) no-repeat;
	background-position : 14px 20px;
}

/* キーワード2 */
.head_area2_top .keyword2 {
	clear:both;
	display : block;
	margin-top :130px;
	margin-left:10px;
}
.head_area2_top .keyword2 h2 {
	margin  : 0px 0px 0px 0px;
	padding : 10px 10px 10px 10px;
	display : block;
	width   : 570px;
	background : url(img/white_bg.png);
	position : relative;
	border-radius:5px;
	-webkit-border-radius : 5px;
	-moz-border-radius : 5px;
	behavior: url(/css/PIE.htc);
}
.head_area2 .keyword2 {
	clear:both;
	display : block;
	margin-left:340px;
}
.head_area2 .keyword2 h2 {
	margin  : 0px;
	padding : 20px 0px 0px 0px;
	display : block;
	width   : 530px;
}
/* IE用の行間調整 */
html .keyword2 h2 {
	line-height : 1.4;
}

.keyword2,.keyword2 * {
	line-height:1.6;
	font-size:15px;
	font-weight:normal;
}

/* ヘッダメニュー */
.head_menu_area {
	position : relative;
	clear : both;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	height:26px;
}
.head_menu_area>ul{
	position : absolute;
	top  : 0px;
	margin  : 0px auto 0px auto;
	padding : 0px 0px 0px 0px;
	z-index : 99;
}
.head_menu_area ul li {
	padding : 0px;
	margin  : 0px;
}
.head_menu_area li {
	list-style : none;
	margin : 2px 0px 2px 0px;
}
.head_menu_area>ul>li {
	float : left;
}
.head_menu_area>ul>li>ul {
	clear : both;
	display : none;
}
.head_menu_area a {
	display : block;
	width:180px;
	height:16px;
	overflow : hidden;
	padding: 4px 0px 4px 0px;
	text-align:center;
	font-size : 12px;
	position:relative;
	text-decoration : none;
	border-radius:2px;
	-webkit-border-radius : 2px;
	-moz-border-radius : 2px;
	behavior: url(/css/PIE.htc);
}
.head_menu_area a:hover {
	text-decoration : underline;
}
#content {
	margin : 0px auto 0px auto;
	padding : 10px 0px 0px 0px;
}
/* レイアウトB */
#container {
	width : 100% !important;
}
#content,.head_area2,.head_area2_top,.head_menu_area {
	width : 900px !important;
}
.head_area2,.head_area2_top,.head_menu_area,#content {
	padding-left : 10px !important;
	padding-right: 10px !important;
}

/* パンくずナビ */
.navi_menu {
	margin : 0px 0px 10px 10px;
}
.navi_menu,.navi_menu span,.navi_menu a {
	font-size : 12px;
}
.navi_menu .delimiter:after {
	content : "　>　";
	font-size : 12px;
}
.navi_menu .now {
	text-decoration : none;
	font-weight : bold;
/*
	text-decoration : underline;
*/
}

/* コンテンツ詳細タイトル */
.detail_title {
	padding-left : 10px;
	border-left-width:10px;
	border-left-style:solid;
	margin-bottom : 5px;
}

.btn_menu span {
	display:block;width:166px;height:40px;position:absolute;top:0px;left:0px;cursor:pointer;
}

/* 新着情報 */
#news_area {
	margin     : 0px 20px 0px 20px;
	padding    : 0px 0px 0px 0px;
/*
	box-shadow: 1px 1px 1px;
	-webkit-box-shadow: 1px 1px 1px;
	-moz-box-shadow: 1px 1px 1px;
*/
}
#news_area #news_title {
	margin        : 0px 10px 0px 10px;
	padding       : 10px 0px 0px 0px;
}
#news_area #news_table {
	margin  : 0px 20px 4px 10px;
	padding : 10px 10px 10px 10px;
	width   : 830px;
	line-height : 1.5;
	background : #ffffff;
	border-width : 0px 1px 1px 0px;
	border-style : solid;
	border-color : #999999;
	-webkit-border-radius : 8px;
	-moz-border-radius : 8px;
	position: relative;
	behavior: url(/css/PIE.htc);
/*
	border-width : 0px 1px 1px 0px;
	border-style : solid;
	border-color : #999999;
*/
/*
	position: relative;
	border-radius:8px;
	-webkit-border-radius : 8px;
	-moz-border-radius : 8px;
	box-shadow: 1px 1px 1px;
	-webkit-box-shadow: 1px 1px 1px;
	-moz-box-shadow: 1px 1px 1px;
	behavior: url(/css/PIE.htc);
*/
}
#news_area #news_table td{
/*
	border-bottom : 1px dotted #000000;
*/
	padding : 5px 0px 5px 0px;
	clear  : both;
}
#news_area #news_table .news_l {
	width : 120px;
	float : left;
}
#news_area #news_table .news_r {
	float : left;
}

/* コンテンツ部 */
#content_body {
	clear : both;
	width:900px;
	margin-top  : 0px;
	margin-left : 0px;
	margin-bottom : 20px;
	padding-top : 0px;
	padding-left: 0px;
	padding-bottom : 20px;
	overflow-x : hidden;
	line-height : 1.3;
}

/* コンテンツタイトル */
.content_title {
	position:relative;
	margin:0px 0px 0px 4px;
	height:55px;
	font-size:20px;
}
/* コンテンツタイトル画像 */
.content_title .content_title_img {
	position:absolute;
	top:0;
	left:0;
	width:890px;
	height:55px;
	background-position:0px 0px;
}
/* コンテンツタイトル(画像あり板) */
.content_title2 {
	position:relative;
	margin:0px 0px 0px 4px;
	height:80px;
	font-size:20px;
}

/* コンテンツタイトルテキスト画像(画像あり板) */
.content_title2 .content_title_img {
	position:absolute;
	top:0;
	left:0;
	width:890px;
	height:80px;
	background-position:0px 0px;
}

.content_detail,.content_fukidashi {
	margin : 15px 1px 0px 0px;
	padding: 10px 10px 20px 10px;
	line-height    : 1.5;
	border-radius:8px;
	-webkit-border-radius : 8px;
	-moz-border-radius : 8px;
	box-shadow: 1px 1px 1px;
	-webkit-box-shadow: 1px 1px 1px;
	-moz-box-shadow: 1px 1px 1px;
	position: relative;
	behavior: url(/css/PIE.htc);
}
.content_fukidashi {
	position : relative;
}
.content_fukidashi .arrow {
	content : "";
	position : absolute;
	top    : -30px;
	left   : 50px;
	width  : 0px;
	height : 0px;
	border-width : 15px 15px 15px 15px;
	border-style : solid;
}
.content_fukidashi .arrow:after {
	content : "";
	position : absolute;
	top    : -15px;
	left   : -16px;
	width  : 0px;
	height : 0px;
	border-width : 15px 15px 15px 15px;
	border-style : solid;
}
.content_sub_title {
	clear : both;
	padding-top    :2px;
	padding-left   :10px;
	padding-bottom :0px;
	margin-bottom  :15px;
	margin-top     :10px;
}
.content_sub_title p {
	font-size : 18px;
	text-shadow : 1px 1px #999999;
/*
	filter : dropshadow(color=#999999, offx=1, offy=1, positive=true);
*/
}
.content_sub_detail{
	clear : both;
	padding : 0px 0px 0px 15px;
	margin  : 10px 0px 0px 0px;
	line-height    : 1.4;
}

/* 制作事例 */
.case_work_tbl {
	padding : 10px 0px 0px 0px;
}
.case_work_tbl .content_detail {
	width : 400px;
	margin : 0px 0px 20px 20px;
}
.case_work_tbl .content_detail hr {
	margin : 5px 0px 5px 0px;
}
.case_work_tbl .content_detail .left_pane{
	width : 110px;
}
.case_work_tbl .content_detail .right_pane{
	width : 240px;
}

/* Point */
.point {
	font-size : 16px;
}

/* STEP */
.step { font-size : 16px; }
.step1:before { content : "STEP1. ";}
.step2:before { content : "STEP2. ";}
.step3:before { content : "STEP3. ";}
.step4:before { content : "STEP4. ";}
.step5:before { content : "STEP5. ";}
.step6:before { content : "STEP6. ";}
.step7:before { content : "STEP7. ";}
.step8:before { content : "STEP8. ";}
.step9:before { content : "STEP9. ";}

/* フッター */
#footer {
	border-width : 1px 0px 0px 0px;
	border-style : solid;
}

#footer_link{
	clear : both;
	text-align:center;
	margin-top:0px;
	padding-top:10px;
	padding-bottom:5px;
}

#footer_link,#footer_link * {
	font-size : 12px;
}

#footer_link a {
	text-decoration : none;
}
#footer_link a:hover {
	text-decoration : underline;
}

#footer_link ul {
	margin : 0px auto;
	text-align : center;
	width : 800px;
}
#footer_link li {
	display :block;
	float : left;
}
#footer_link li:after {
	content : "|";
	padding : 0px 10px 0px 10px;
}
#footer_link li.last:after {
	content : "";
	padding : 0px 0px 0px 10px;
}

#foot_copyright {
	clear : both;
	text-align:center;
	font-weight : normal;
	padding-top : 10px;
	padding-bottom : 5px;
}


