@charset "UTF-8";

/* index ------------------------------------------

	・レイアウト
		* 基本
		* パターン
	・基本設定
	・ヘッダー部
	・グローバルナビゲーション
	・文字サイズ調整ボタン
	・メイン
		* 基本
		* コンタクト
	・サイトバー
	　* メニュー
	・フッター
	・個別ページ
		* TOPページ
			- 実績紹介
			- サービス
			- 新着情報３種
		* 事業所概要
		* ごあいさつ
		* 制作実績
		* よくある質問
		* プライバシーポリシー（個人情報保護方針）
		* リンク
		* ニュース＆トピックス
		* サービス
	・CSS HACK
	
------------------------------------------------ */



/*============================= レイアウト =============================*/

/* -------------- 基本 -------------- */
body {
	padding: 10px 0;
	text-align: center;
	background-color: #333;
	/*background: #A2BEDC url(../images/bg_top.png) no-repeat top center;*/
}
#container {
	width: 960px;
	margin: 5px auto;
	text-align: left;
	background-color:#FFF;
	color: #444;
}
#container-inner {
	margin: 0;
}
#header {
	background-color: #CCC;
	margin: 0;
}
#content	{
	margin: 40px 30px;
}
#content-inner	{
}
#main {
	float: left;
	width: 620px;
}
#sidebar {
	float:right;
	width: 234px;
}
#footer {
	clear: both;
	text-align: center;
}
/* -------------- パターン -------------- */
.r-ms .r-main {
	width: 65%; /*450px*/
	float: left;
}
.r-ms .r-sub {
	width: 31%; /*220px*/
	float: right;
}
.r-sm .r-main {
	width: 65%; /*450px*/
	float: right;
}
.r-sm .r-sub {
	width: 31%; /*220px*/
	float: left;
}
.r-cc .r-col {
	width: 48%;
	float: left;
	margin: 1%
}


/*============================= 基本設定 =============================*/

hr	{
	clear: both;
	border: none;
	height: 0;
	border-bottom: 1px dotted #999;
	margin-bottom: 30px;
}
.separator	{
	color: #999;
}
a.external {
	padding-right: 19px;
	background: url(../images/listmarker_external.gif) right center no-repeat;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.top-margin {
	margin-top: 10px;
}
.acc-nav, .skip {
	text-indent: -9999px;
	height: 0;
}
.acc-nav p {
	margin: 0;
	padding: 0;
	height: 0;
}
.acc-nav p img {
	float: left;
}
.delimiter {
	color: #AAA;
}
address a {
	text-decoration: none;
	color: #330;
}
#bread-crumbs {
	clear: both;
	padding: 2px 0 0 0;
	font-size: 80%;
}
#bread-crumbs a {
	color: #333333;
}

/*キャプション*/
#main .caption	{
	font-size: 90%;
}

/*お知らせ*/
#main .notice	{
	color: #F00;
	font-weight: bold;
}
#main .notice ul	{
	margin: 0 0 0 10px;
}
#main .notice li	{
	background-image: url(../images/listmarker_yl.png);
}

/*下マージン*/
#main .btm	{
	margin-bottom: 1em !important;
}
/* 囲み記事1 */
#main .box	{
	clear: both;
	border: 2px solid #FC0;
	width: 580px;
	margin: 1em auto;
	padding: 10px;
	background: #FFC;
}
#main .box p.box-header	{
	font-weight: bold;
	margin-bottom: 0.5em;
	
}
#main .box p	{
	margin-bottom: 0;
}
#main .box p.bottom	{
	margin-bottom: 1em;
}

#main .box.blue	{
	border: none;
	background-color: #D9E3FF;
}
#main .box.blue p.box-header	{
	color: #000099;
}
#main .box.gray	{
	border: none;
	background-color: #E7E7E7;
	text-align: center;
}
#main .box.gray p.box-header	{
	color: #444;
}
/* 囲み記事2 */
#main .box2	{
	clear: both;
	width: 620px;
	margin: 1em auto;
	padding: 20px;
	background-color: #D9E3FF;
	border: 2px solid #F0F3FA;
	border-bottom-color: #D3D7DF;
	border-right-color: #D3D7DF;
	text-align: left;
}
#main .box2 p.box-header	{
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #000099;
}
#main .box2 p	{
	margin-bottom: 0;
}
#main .box2 .btm	{
	margin-bottom: 1em;
}
#main .box2.green	{
	background-color: #E4F1ED;
	border-bottom-color: #D8E5E1;
	border-right-color: #D8E5E1;
}
#main .box2.green p.box-header	{
	color: #099;
}

/*角丸*/
/* Show only to IE PC \*/
* html #main .kadomaru .head p {
	height: 1%;
} /* For IE 5 PC */
#main .kadomaru {
	clear: both;
	margin: 0 auto; /* 中央揃え */
	width: 630px; /* 単位「em」で伸縮可能 */
	background: url(../images/bg_kadomaru_body_r.gif) right bottom no-repeat;
}
#main .kadomaru p {
	margin: 0;
}
#main .kadomaru .head {
	background: url(../images/bg_kadomaru_head_r.gif) right top no-repeat;
	color: #630;
	font-size: 120%;
	font-weight: bold;
}
#main .kadomaru .head p {
	background: url(../images/bg_kadomaru_head_l.gif) left top no-repeat;
	padding: 24px 30px 0.25em;
}
#main .kadomaru .body {
	background: url(../images/bg_kadomaru_body_l.gif) left bottom no-repeat;
	padding: 0.25em 30px 30px;
}





/*============================= ヘッダー部 =============================*/

#header {
	background: url(../images/bg_header.png) no-repeat;
}
#header-inner	{
	height: 160px;
	position: relative;
	margin: 0 0 0 30px;
}
#header-inner p	{
	margin: 0;
	position: absolute;
}
#header-inner p#top-banner	{
	top: 0;
	right: 0;
	border: 1px solid #FFF;
}
#header-inner p#top-twitter	{
	bottom: 0;
	right: 30px;
}
#header-inner p#top-rss	{
	bottom: 0;
	right: 70px;
}


#header-inner #header-name	{
	text-indent: -9999px;
}
#header-inner #header-name a	{
	position: absolute;
	top: 70px;
	display: block;
	width: 457px;
	height: 79px;
	background: url(../images/logo.png) transparent no-repeat;
}
#header-inner #header-description	{
	
}



/* グローバルナビゲーション */

#nav {
	clear: both;
	width: 960px;
	background-color: #333;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	display: block;
	float: left;
	width: 80px;
	height: 32px;
	background: #FFF url(../images/gnav.png) left top no-repeat;
	text-indent: -9999px;
}
#nav ul li.nav-home a { width: 75px; background-position: 0 0; }
#nav ul li.nav-html a { width: 82px; background-position: -75px 0; }
#nav ul li.nav-mt a { width: 97px; background-position: -157px 0; }
#nav ul li.nav-ec a { width: 91px; background-position: -254px 0; }
#nav ul li.nav-seo a { width: 77px; background-position: -345px 0; }
#nav ul li.nav-js a { width: 80px; background-position: -422px 0; }
#nav ul li.nav-perl a { width: 44px; background-position: -502px 0; }
#nav ul li.nav-db a { width: 90px; background-position: -546px 0; }
#nav ul li.nav-mac a { width: 83px; background-position: -636px 0; }
#nav ul li.nav-design a { width: 65px; background-position: -719px 0; }
#nav ul li.nav-tool a { width: 58px; background-position: -784px 0; }

#nav ul li.nav-home a:hover { background-position: 0 -32px; }
#nav ul li.nav-html a:hover { background-position: -75px -32px; }
#nav ul li.nav-mt a:hover { background-position: -157px -32px; }
#nav ul li.nav-ec a:hover { background-position: -254px -32px; }
#nav ul li.nav-seo a:hover { background-position: -345px -32px; }
#nav ul li.nav-js a:hover { background-position: -422px -32px; }
#nav ul li.nav-perl a:hover { background-position: -502px -32px; }
#nav ul li.nav-db a:hover { background-position: -546px -32px; }
#nav ul li.nav-mac a:hover { background-position: -636px -32px; }
#nav ul li.nav-design a:hover { background-position: -719px -32px; }
#nav ul li.nav-tool a:hover { background-position: -784px -32px; }

#main-index #nav ul li.nav-home a { background-position: 0 -64px; }
#html_css #nav ul li.nav-html a	{ background-position: -75px -64px; }
#movabletype #nav ul li.nav-mt a { background-position: -157px -64px; }
#ec #nav ul li.nav-ec a { background-position: -254px -64px; }
#seo_sem #nav ul li.nav-seo a { background-position: -345px -64px; }
#javascript #nav ul li.nav-js a { background-position: -422px -64px; }
#perl #nav ul li.nav-perl a { background-position: -502px -64px; }
#database #nav ul li.nav-db a { background-position: -546px -64px; }
#mac_linux #nav ul li.nav-mac a { background-position: -636px -64px; }
#design #nav ul li.nav-design a { background-position: -719px -64px; }
#tools #nav ul li.nav-tool a { background-position: -784px -64px; }

#page-path	{
	background-color: #666;
	padding-left: 30px;
	font-size: 90%;
}
#page-path p	{
	color: #E7E7E7;
}
#page-path p a	{
	color: #E7E7E7;
}


/*============================= 文字サイズ調整ボタン =============================*/

#fnav #font-size {
	clear: both;
	text-align: right;
	margin: 10px 0;
}


/*============================= メイン =============================*/

/* -------------- 基本 -------------- */

#main .article	{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #CCC;
}
#main .article-header	{
}
#main .article-header .article-title	{
	font-size: 140%;
	color: #6682CC;
}
#main .article-header .article-title a {
	text-decoration: none;
	color: #6682CC;
}
#main .article-header .article-title a:over {
	text-decoration: underline;
}
#main .article-header .article-title img	{
	vertical-align: baseline;
}
#main .article-body h2 {
	margin: 1em 0;
	font-size:100%;
	border-bottom: 1px dotted #999;
}
#main .article-body h3 {
	margin: 1em 0;
}
#main p.article-meta	{
	font-size: 75%;
}
#main .article-body	{
	margin: 30px 30px;
}
#main .article-body-more	{
}
#main .article-footer	{
	text-align: right;
}
#main .article-footer p	{
	margin: 0;
	font-size: 75%;
}
#main p {
	margin: 0 0 1em 0;
}
#main img.article-img	{
	float: right;
	margin-left: 10px;
}
#main .retweet	{
	float: left;
	width: 60px;
}
#main #related-links	{
	margin: 20px 20px 0;
	padding: 10px 10px 1px;
	background-color: #E7E7E7;
}

/*カテゴリページのページネーション部分*/
.pagination-navigation	{
	font-size: 80%;
	text-align: center;
}

/*引用*/
#main blockquote {
	margin: 2em 0;
	background: url(../images/quotes_begin.png) no-repeat left top;
}
#main blockquote p {
	margin: 0;
	padding: 10px 30px;
	background: url(../images/quotes_end.png) no-repeat right bottom;
}

/*コード*/
#main pre	{
	margin: 2em 0;
	width:532px;
	padding: 10px;
	background-color: #222;
	border: 4px solid #6682CC;
	overflow: auto;
}
#main pre code	{
	color: #FFF;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 100%;
}
#main li code	{
	
}


/*リスト*/
#main ul, #main ol, #main dl {
	margin:1em 0 1.5em 1em;
}
#main ul li {
	padding-left: 12px;
	background: url(../images/listmarker_bl.png) left 0.5em no-repeat;
}
#main ol li {
	margin-left: 1.6em;
	list-style-type: decimal;
}
#main ul li img, #main ol li img {
	margin: 0.5em 0 1em;
}
#main ul li ul {
	margin: 0 0 0 0;
}
#main ul li ul li {
	padding-left: 12px;
	background-image: url(../images/listmarker1.gif);
}
#main dt {
	font-weight: bold;
	padding-left: 12px;
	background: url(../images/listmarker1.gif) left 0.5em no-repeat;
}
#main dd {
	margin: 0 0 0.5em 1em;
}
#main dl.basic dd {
	margin-bottom: 1em;
}
/*テーブル（表組）*/
#main table {
	border-color: #C6C6C6;
	margin: 1em 0;
}
#main table caption {
	font-weight: bold;
	font-size: 90%;
}
#main th, #main td {
	padding: 1px 4px;
	border-color: #C6C6C6;
}
#main th p, #main td p {
	margin-bottom: 0;
}
#main th {
	background-color: #E7E7E7;
	text-align: center;
	color: #666;
}
#main td {
}
#main table.align-center td	{
	text-align: center;
}

/*コメント*/
#comments	{
	width: 560px;
	margin-left: 20px;
}
#comments h2	{
	font-size: 110%;
	/*color: #6682CC;*/
}

/*検索結果*/
#category-index h1,
#search-result h1	{
	margin-bottom: 30px;
	font-size: 140%;
	background-color: #E7E7E7;
}



/*============================= サイトバー =============================*/

/* -------------- メニュー -------------- */
#sidebar	{
	font-size: 90%;
}
#sidebar .widget	{
	margin-bottom: 15px;
}
#sidebar #ad-top	{
	margin: 0;
}
#sidebar #ad-top img	{
	margin: 0;
}
#sidebar #profile	{
	padding: 10px;
	background-color: #E7E7E7;
}
#sidebar #side-recent-entry,
#sidebar #side-category,
#sidebar #side-monthly	{
	padding: 10px;
	background-color: #e6f3fb;
}
#sidebar .widget h3 {
	margin-bottom: 0.5em;
	font-size: 100%;
	color: #6682CC;
}
#side-recent-entry ul,
#side-category ul	{
	margin-left: 10px;
}
#side-recent-entry li,
#side-category li,
#side-webpage li	{
	padding: 3px 0 3px 10px;
	background: url(../images/listmarker_bl.png) no-repeat left 0.5em;
	border-bottom: dotted 1px #cbd6dd;
}
#twitter_div	{
	border: 1px solid #CCC;
	padding: 10px;
	background: url(../images/twitter_bird_sidebar.png) no-repeat right 5px;
}
#twitter_div ul	{
	margin: 10px;
}
#twitter_div li	{
	padding-left: 10px;
	background: url(../images/listmarker_bl.png) no-repeat left 0.4em;
}


/*============================= フッター =============================*/
#footer-link {
	font-size: 90%;
}
#footer-link a {
	text-decoration:none;
	color: #444;
}
#footer-link a:hover {
	background-color: #E7E7E7;
	text-decoration: underline;
}
#page-footer {
	color: #FFF;
	background: #017EFF url(../images/bg_footer.gif) no-repeat top;
	width:940px;
	padding: 10px;
	text-align: center;
	font-size: 90%;
}
#page-footer a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
#page-footer a:hover {
	text-decoration: underline;
}



/*=============================  CSS HACK =============================*/
 
/* -------------- clearfix -------------- */

dl:after, #container:after, #header:after, #content:after, #main:after, #sub:after, #sidebar:after, #footer:after, .r-ms:after, .r-sm:after, .TabbedPanelsContentGroup:after, .TabbedPanelsContent:after, #new-article:after, #nav:after, .kakomi1:after, .kakomi1b:after, .kakomi2:after, #toppage-service:after, #faq .question:after, #faq .answer:after, #service-tab:after, #main .r-3column:after, #main .article:after, #main .box:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
dl, #container, #header, #content, #main, #sub, #sidebar, #footer, .r-ms, .r-sm, .TabbedPanelsContentGroup, .TabbedPanelsContent, #new-article, #nav, .kakomi1, .kakomi1b, .kakomi2, #toppage-service, #faq .question, #faq .answer, #service-tab, #main .r-3column, #main .article, #main .box {
	display: inline-block;
}
/* 以下Win版IE6以前のみ適応（Mac版IE5は除外） ¥*/
* html dl, * html #container, * html #header, * html #content, * html #main, * html #sub, * html #sidebar, * html #footer, * html .r-ms, * html .r-sm, * html .TabbedPanelsContentGroup, * html .TabbedPanelsContent, * html #new-article, * html #nav, * html .kakomi1, * html .kakomi1b, * html .kakomi2, * html #toppage-service, * html #faq .question, * html #faq .answer, * html #service-tab, * html #main .r-3column, * html #main .article, * html #main .box {
	height: 1%;
}
dl, #container, #header, #content, #main, #sub, #sidebar, #footer, .r-ms, .r-sm, .TabbedPanelsContentGroup, .TabbedPanelsContent, #new-article, #nav, .kakomi1, .kakomi1b, .kakomi2, #toppage-service, #faq .question, #faq .answer, #service-tab, #main .r-3column, #main .article, #main .box {
	display: block;
}
/* */


/* -------------- 特定ブラウザに適用 -------------- */
/*comment-start
↓↑を外して使用
comment-end*/


/* 以下IE6以前とMac版IE5のみ適応 */
/*comment-start
* html #hack	{
	width: 400px;
}
comment-end*/

/* 以下IE6以前のみ適応（Mac版IE5は除外） */
/* ¥*/

* html body	{
}
/*  */
* html #main .r-3column li	{
	width: 210px;
	float: left;
	margin: 0 4px;
	padding: 0;
}
* html #toppage #main .kadomaru#top-service-menu .r-3column li	{
	margin: 0 2px;
	padding: 0;
}
* html .acc-nav, .skip {
	font-size: 0;
}
* html #page-footer {
	width:940px;
}
/* */


/* 以下IE7のみ適応 */
/*comment-start
*:first-child+html #hack	{
	padding: 0px;
	margin: 0px;
}
comment-end*/
