@charset "utf-8";

.left { text-align: left; margin-left: auto; margin-right: auto;}
.center { text-align: center; margin-left: auto; margin-right: auto;}
.right { text-align: right;}
.top { vertical-align: top;}
.middle { vertical-align: middle;}
.bottom { vertical-align: bottom;}
.bold { font-weight: bold;}
.w100 { width: 100%;}



img {
	border: none;
}

a {
	color: #6B3221;
}

a:hover {
	color: #D23428;
}


h1 {
	text-align: left;
	padding-left: 260px;
	padding-top: 41px;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
}
h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
}

h2 {
	margin-left: 260px;
	margin-top: 0px;
	width: 398px;
	text-align: left;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
}
*:first-child+html h2 {/*IE7HACK*/
	margin-left: 78px;
}
*html h2 {/*IE6HACK*/
	margin-left: 78px;
}

h3 {
	background-image: url('images/icon05.gif');
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #6B3221;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 17px;
	font-style: normal;
}

h4 {
	background-image: url('images/dot.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	padding-bottom: 2px;
}
h4 img {
	vertical-align: middle;
}
h4 a {
	text-decoration: none;
}

p img {
	padding: 0px;
	max-width: 100%;
}

*:first-child+html p {/*IE7HACK*/
	margin-top: 10px;
	margin-bottom: 10px;
}

*html p {/*IE6HACK*/
	margin-top: 10px;
	margin-bottom: 10px;
}

strong, em {
	font-style: normal;
	font-weight: normal;
}

address {
	font-style: normal;
	margin-bottom: 10px;
}

body {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	background-color: #000000;
	background-image: url('images/body_bg.gif');
	background-position: center top;
	color: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
}
*html body {/*IE6*/
   overflow-y: auto;
}

table, th, td {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 17px;
	}


#page {
	background-image: url('images/middle_bg.png');
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
	padding: 0;
	width: 910px;
	}

#header {
	width: 910px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

#header div {
	height: 110px;
	width: 840px;
	background-image: url('images/header_bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#category {
	width: 840px;
	height: 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

#main_image {
	width: 580px;
	height: 200px;
	}

.narrowcolumn {
	float: left;
	margin: 0px;
	margin-top: 2px;
	width: 585px;
	min-height: 995px;  /*コンテンツ仕切り線表示用*/
	padding-left: 45px;
	margin-bottom: 10px;
	border-right: 1px solid #6B3221;
	padding-right: 10px;
	padding-top: 10px;
}
*:first-child+html .narrowcolumn {/*IE7HACK*/
	min-height: 990px;
}
*html .narrowcolumn {/*IE6HACK*/
	min-height: 990px;
	width: 640px;
}

.narrowcolumn #banner {
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	}
.narrowcolumn #banner ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.narrowcolumn #banner li {
	list-style: none;
	float: left;
	margin-right: 5px;
	padding: 0px;
}
html>/**/body .narrowcolumn #banner li {/*IE8HACK*/
	margin-bottom /*\**/: 5px\9}
}

#content p {
	clear: both;
	}

#sidebar {
	margin-left: 660px;
	margin-top: 10px;
	width: 200px;
	}
*:first-child+html #sidebar {/*IE7HACK*/
	position: relative;
	top: 0px;
	left: -25px;
	margin-left: 580px;
}
*html #sidebar {/*IE6HACK*/
	position: relative;
	top: 0px;
	left: -25px;
	margin-left: 580px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar #menu ul {
	padding: 0;
	margin: 0;
}

#sidebar #menu li {
	margin: 0;
	padding: 0;
	display: block;
	width: 180px;
	height: 40px;
	padding-left: 10px;
}

#sidebar_banner {
	text-align: left;
	margin-top: 15px;
}
#sidebar_banner_block {
	margin-top: 10px;
	border-top: 1px solid #6B3221;
	text-align: center;
}
*:first-child+html #sidebar_banner_block {/*IE7HACK*/
	margin-left: 10px;
}
*html #sidebar_banner_block {/*IE6HACK*/
	margin-left: 10px;
}
#sidebar_banner_block div {
	margin-top: 10px;
}

#address {
	text-align: left;
	border-top: 1px solid #6B3221;
	padding-left: 5px;
	padding-top: 15px;
	margin-top: 10px;
	}
*:first-child+html #address {/*IE7HACK*/
	margin-left: 10px;
}
*html #address {/*IE6HACK*/
	margin-left: 10px;
}

#address a {
	text-decoration: none;
	color: #000000;
}

#address a:hover {
	color: #D23428;
}

#address address img {
	vertical-align: middle;
	}

#icon {
	margin-top: 10px;
	text-align: left;
}
#icon img {
	margin-left: 3px;
	margin-right: 3px;
}
*:first-child+html #icon {/*IE7HACK*/
	margin-left: 10px;
}
*html #icon {/*IE6HACK*/
	margin-left: 10px;
}

#footer {
	padding: 0px;
	margin: 0 auto;
	width: 840px;
	clear: both;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #FFFFFF;
	height: 40px;
	vertical-align: middle;
	}

#footer div {
	padding-top: 17px;
	padding-right: 10px;
	text-align: right;
	}

#slider {
	overflow: hidden;
	position: relative;
	width: 580px;
	height: 200px;
}

#top_read {
	text-align: left;
	margin-top: 10px;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #6B3221;
	}

#top_read .title {
	border-top: 1px solid #6B3221;
	border-bottom: 1px solid #6B3221;
	margin-top: 10px;
	}

#top_read p {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
	}

#whatsnew {
	text-align: left;
	margin-top: 10px;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #6B3221;
	padding-bottom: 10px;
	}

#whatsnew .title {
	border-top: 1px solid #6B3221;
	border-bottom: 1px solid #6B3221;
	margin-top: 10px;
}

#whatsnew #whatsnew_title_image {
	margin-right: 320px;
}

#whatsnew .title a img {
	margin-bottom: 1px;
}

#whatsnew p {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

#whatsnew p img {
	vertical-align: middle;
}

#whatsnew ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	list-style-type: none;
	height: 130px;
	overflow: auto;
	}

#whatsnew li {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	background-image: url('images/dot.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-bottom: 4px;
	}

#whatsnew li a {
	text-decoration: none;
	background-image: url('images/icon05.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
	}

.wide_banner {
	border-top: 1px solid #6B3221;
	padding-top: 10px;
	width: 560px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*プライバシーポリシー*/

#privacy {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding-bottom: 10px;
	}

#privacy p {
	background-image: url('images/dot.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-bottom: 15px;
	}

#privacy p span {
	font-weight: bold;
	font-size: 12px;
	}

#privacy p span img {
	vertical-align: middle;
}

/*制作事例*/
#exsamples {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding-bottom: 10px;
	}

#exsamples .contents {
	background-image: url('images/dot.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	margin-top: 15px;
	}

#exsamples .contents .image {
	margin-right: 10px;
	float: left;
	}

#exsamples .contents div {
	margin-top: 10px;
	}

#exsamples .contents p {
	text-align: right;
	}



/*会社概要*/
#company {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding-bottom: 10px;
	}

#company table {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #6A3225;
	width: 100%;
	}

#company td {
	text-align: left;
	background-color: #FFFFFF;
	}

#company th {
	text-align: right;
	background-color: #EFE8E2;
	font-weight: normal;
	}

#company iframe {
	border: 1px solid #6B3221;
	}



/*業務内容*/
#works {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding-bottom: 10px;
	}

#works .contents {
	background-image: url('images/dot.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	margin-top: 10px;
	}

#works .contents .image {
	margin-right: 10px;
	float: left;
	}

#works .contents div {
	margin-top: 10px;
	}

#works .contents p {
	text-align: right;
	}



/*お問い合わせ*/
#contact {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding-bottom: 10px;
}

#contact p img {
	vertical-align: middle;
}

/*料金一覧*/
#price {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding-bottom: 10px;
	}

#price table {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 10px;
	}

#price td {
	text-align: left;
	background-image: url('images/dot.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	margin-top: 10px;
	}

#price th {
	text-align: left;
	background-image: url('images/pr_bk.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	font-weight: bold;
	font-size:12px;
	background-color: #EFE8E2;
	padding-left: 10px;
	color: #000000;
	border: 1px solid #6B3221;
	}

.price_left {
	width:310px;
	}
.price_left span {
	color: #5A4632;
	font-size: 10px;
	line-height: 14px;
	}
.price_right {
	white-space: nowrap;
	}

.teika{
	font-size: 10px
	}



/*WEB制作の流れ*/
#web {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding-bottom: 10px;
}

#web_read {
	text-align: left;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #6B3221;
	}

#web table{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #6A3225;
	width: 100%;
	margin-top:20px
	}

#web td {
	text-align: left;
	background-color: #FFFFFF;
	vertical-align:top
	}

#web th {
	text-align: left;
	background-image: url(images/pr_bk.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-weight: bold;
	font-size:12px
	}



/*PCサポート*/
#support {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding-bottom: 10px;
	}

#support table {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 10px;
	}

#support td {
	text-align: left;
	background-image: url('images/dot.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	margin-top: 10px;
	}

#support th {
	text-align: left;
	background-image: url('images/pr_bk.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	font-weight: bold;
	font-size:12px;
	background-color: #EFE8E2;
	padding-left: 10px;
	color: #000000;
	border: 1px solid #6B3221;
	}

.support_left {
	width:420px;
	}

.support_right {
	white-space: nowrap;
	}


/*検索結果*/
#search_result {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding-bottom: 10px;
	}



/*What's New アーカイブス*/
#whatsnew_arc {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding-bottom: 10px;
	}

#whatsnew_arc .date {
	text-align: right;
	margin-top: -15px;
	margin-bottom: 15px;
}


/*What's New アーカイブ*/
#archive {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding-bottom: 10px;
	}

#archive ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	list-style-type: none;
	height: 96px;
	overflow: auto;
	}

#archive li {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	background-image: url('images/dot.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-bottom: 2px;
	list-style-type: none;
	}
#archive li a {
	text-decoration: none;
}

#archive2 {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding-bottom: 10px;
	}
#archive2 div {
	text-align: left;
	margin-left: 20px;
	margin-top: 30px;
	}

#archive2 div a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #FF4D00;
	}
#archive2 ul {
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 10px;
	list-style-type: none;
	}

#archive2 li {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	background-image: url('images/dot.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-bottom: 2px;
	list-style-type: none;
	}
#archive2 li a {
	text-decoration: none;
}


/*制作実績一覧*/
#list {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding-bottom: 10px;
	}

#list div.screen {
	display: block;
	width: 160px;
	height: 175px;
	float: left;
	text-align: center;
	background-image: url('images/dot.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 3px;
	}

#list div a {
	text-decoration: none;
	}

*html #list div.screen {/*IE6HACK*/
	width: 117px;
}

#list div.screen img {
	margin-bottom: 3px;
	}



/*採用情報*/
#recruit {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	padding-bottom: 10px;
	}

#recruit table {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #6A3225;
	width: 100%;
	}

#recruit td {
	text-align: left;
	background-color: #FFFFFF;
	}

#recruit th {
	text-align: left;
/*	background-color: #E8EADD;*/
	background-color: #EFE8E2;
/*	background-color: #CAB7B1;*/
	font-weight: normal;
	white-space: nowrap;
	width: 100px;
	text-align: right;
	}



/*google logo*/
.g1 { color: #2266DD;}
.g2 { color: #DD1100;}
.g3 { color: #FFCC11;}
.g4 { color: #2266DD;}
.g5 { color: #55BB55;}
.g6 { color: #DD1100;}



/*マウスオーバー（カテゴリ）*/

#category ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#category ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

#category01 {
	display: block;
	width: 280px;
	height: 40px;
	background-image: url('images/category01a.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#category01 a {
	display: block;
	width: 280px;
	height: 40px;
}

#category01 a:hover {
	display: block;
	width: 280px;
	height: 40px;
	background-image: url('images/category01b.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#category01 a:hover img {
	visibility: hidden;
}

#category02 {
	display: block;
	width: 280px;
	height: 40px;
	background-image: url('images/category02a.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#category02 a {
	display: block;
	width: 280px;
	height: 40px;
}

#category02 a:hover {
	display: block;
	width: 280px;
	height: 40px;
	background-image: url('images/category02b.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#category02 a:hover img {
	visibility: hidden;
}

#category03 {
	display: block;
	width: 280px;
	height: 40px;
	background-image: url('images/category03a.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#category03 a {
	display: block;
	width: 280px;
	height: 40px;
}

#category03 a:hover {
	display: block;
	width: 280px;
	height: 40px;
	background-image: url('images/category03b.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#category03 a:hover img {
	visibility: hidden;
}

#carousel {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 580px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#carousel li {
	font-size: 10px;
	width: 140px;
	display: block;
}

#carousel li a img {
	text-decoration: none;
}

#website_list {
	text-align: right;
	margin-bottom: 20px;
	margin-right: 13px;
	background-image: url('images/icon04.gif');
	background-repeat: no-repeat;
	background-position: 424px 1px;
}

#blog {
	text-align: left;
	margin-left: 20px;
}
#blog img {
	margin-right: 5px;
}
