/* ----------------------------------------
 
 * 基本スタイル
 * リンクスタイル
 * clearfix
 * パンくず
 * 共通スタイル
 * ヘッダー
 * メインバナー
 * コンテナ
 * メイン
 * 右カラム
 * フッター
 * トップページ
 * サービス内容
 * 制作料金
 * 制作の流れ
 * 制作実績
 * お問合せ
 * テーブル ＆ フォームスタイル 
 * サービス内容　その他
 * サイトマップ
 
 * ---------------------------------------- */
 
html {
	background-color:#fff;
	color:#333;
	overflow:scroll;
}
body {
	font-family:"MS PGothic", "Osaka", Arial, sans-serif;
	font-size:82% !important;
	line-height:1.6;
	text-align:center;
}
/* Modern browser */
html>/**/body {
	font-size:13px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table {
	font-size:100%;
	border-collapse:separate;
	border-spacing:0;
	empty-cells:show;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size:100%;
}
address,em {
	font-style:normal;
}

ul,li {
	list-style-type: none;
}
ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.5;
}
ol li {
	list-style:decimal;
	margin-left: 2em;
}
dt {
	font-weight: bold;
}
form,fieldset,legend , label {
	margin: 0;
	padding: 0;
	border: 0;
}
img,fieldset {
	border: none;
}
img {
	vertical-align:top;
}
hr {
	height:1px;
	border-top:1px dotted #ccc;
	border-bottom:0;
	border-left:0;
	border-right:0;
	clear: both;
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
}


/* ----------------------------------------

　基本リンクスタイル　

---------------------------------------- */

a:link {color:#006699;text-decoration:underline}
a:visited {color:#006699;text-decoration:underline}
a:hover {color:#939;text-decoration:underline}


/* ----------------------------------------

　clearfix　

---------------------------------------- */

.pkg:after {
  content: ".";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.pkg {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .pkg {
  height: 1%;
}

.pkg {
  display: block;
  position:relative;
}
/* */

/* ----------------------------------------

　パンくず　

---------------------------------------- */

#route {
	font-size:0.9em;
	margin: 0 0 3px;
	padding-right: 10px;
	text-align:left;
}

#route li {
	display: inline;
}

#route li.next {
	padding-left:15px;
	margin-left:6px;
}

.route_adjust {
	margin:3px 0 0 6px!important;
}


/* ----------------------------------------

　共通スタイル　

---------------------------------------- */

.word {
	display:none;
	text-decoration:none;
	/* for Mac IE \*/
	overflow: hidden;
	/* */
}
.text {
	margin-bottom:1em;	
}
.text_right {
	text-align:right;	
}
div.contents {
	padding:0 15px 3em;
}

.necessary {
	color:#d00;
}
.f_blue {
	color:#069;
}
.f_red {
	color:#a00;
}
.noborder {
	border:0 !important;
}
.self {
	background:none !important;
}
.clear {
	width:100% !important;
	clear:both;
	font-size:1px;
	overflow:hidden;
	margin:0 !important;
	padding:0 !important;
}
div#wrapper {
	width:840px;
	margin:0 auto 20px;
	position: relative;
}


/* ----------------------------------------

　ヘッダー　

---------------------------------------- */
div#header_area {
	background:url(img/back_header.jpg) repeat-x top;
	height:107px;
	position:relative;
}
h1 {
	width:240px;
	height:65px;
	position:absolute;
	top:30px;
}
h1 a{
	display:block;
	width:100%;
	height:100%;
	overflow: hidden;
	text-indent:-9999px;
}
div#header {
	background:url(img/header.jpg) no-repeat top;
	width:892px;
	height:107px;
	margin:0 auto;
	position:relative;
}
ul#header_navi {
	position:absolute;
	top:37px;
	right:1px;
	width:602px;
}
ul#header_navi li {	
	width:98px;
	height:56px;
	padding-left:2px;
	float:left;
}
ul#header_navi li a{
	display:block;
	width:100%;
	height:100%;
}

ul#header_navi li a:hover {background:none;}

#navi01 {background:url(img/navi.jpg) no-repeat -2px 0;}
#navi02 {background:url(img/navi.jpg) no-repeat -102px 0;}
#navi03 {background:url(img/navi.jpg) no-repeat -202px 0;}
#navi04 {background:url(img/navi.jpg) no-repeat -302px 0}
#navi05 {background:url(img/navi.jpg) no-repeat -402px 0;}
#navi06 {background:url(img/navi.jpg) no-repeat -502px 0;}


/* ----------------------------------------

　	メインバナー

---------------------------------------- */
div#main_banner_top {
	background:url(img/back_top_main_banner.jpg) repeat-x center top;
	border-bottom:6px solid #020;
	text-align: center;
}
div#main_banner {
	background:url(img/back_main_banner.jpg) repeat-x center top;
	border-bottom:6px solid #020;
	text-align: center;
}
div#main_banner_top h2 {
	background:url(img/back_top_banner_glow.jpg) no-repeat center top;
	width:100%;
}
div#main_banner h2 {
	background:url(img/back_banner_glow.jpg) no-repeat center top;
	width:100%;
}



/* ----------------------------------------

　	コンテナ

---------------------------------------- */

#container{
	width:800px;
	margin: 0px auto 50px;
	position: relative;
}


/* ----------------------------------------

　メイン

---------------------------------------- */

#main{
	width:580px;
	padding:14px 0;
	float:left;
}
#main h3 {
	margin-bottom:30px;
}


/* ----------------------------------------

　右カラム

---------------------------------------- */
div#right {
	width:200px;
	text-align:center;
	padding-top:2px;
	float:right;
}

div#right #form_btn {
	background:url(img/form_btn.jpg) no-repeat;
	width:200px;
	height:122px;
	margin-bottom:10px;
	position:relative;
}
div#right #form_btn a:hover {background:none;}
div#right #form_btn a {
	background:url(img/form_btn.jpg) no-repeat -5px -122px;
	display:block;
	width:190px;
	height:45px;
	position:absolute;
	left: 5px;
	top: 69px;
}

div#right_box {
	background-color:#fafafa;
	border:1px solid #aaa;
	padding-top:5px;
	margin-bottom:15px;
}
div#right #new_result {	
	background-color:#fff;
	border:1px solid #ccc;
	width:188px;
	margin:0 auto 10px;
}
div#right #new_result h3 {
	margin-bottom:10px;
}
div#right #new_result p {
	text-align:center;	
}
div#right #w3c p {
	padding-left:08px;		
}
div#right #banner li {
	margin-bottom:10px;	
}
/* ----------------------------------------

　フッター

---------------------------------------- */

div#footer_area{
	background:url(img/back_footer.jpg) repeat-x top;
	background-color:#000;
	color:#eee;
	text-align:center;
	clear: both;
	padding-bottom:20px;
	position:relative;
}
p#page_top {
	position:absolute;
	top:-23px;
	right:0;
}
div#footer {
	width:800px;
	padding-top:20px;
	margin:0 auto;
	position:relative;
}
div#footer ul {
	border-right:1px solid #666;
	width:179px;
	padding-left:20px;
	float:left;
}
div#footer li {
	text-align:left;
}
div#footer #copyright{
	clear:both;
	text-align:center;
	padding-top:20px;
}
div#footer a {color:#eee;}
div#footer a:link {text-decoration:none;}
div#footer a:visited {text-decoration:none;}
div#footer a:hover {text-decoration:underline;}


/* ■■■■■■■■■■　↓↓↓コンテンツ↓↓↓　■■■■■■■■■■ */

/* ----------------------------------------

　トップページ

---------------------------------------- */
div#message {
	margin-bottom:20px;	
}
div#top_service {
	margin-bottom:20px;	
}
div#top_service div {
	width:280px;
	position:relative;
	margin-bottom:15px;
	float:left;
}
div#top_service h4 {
	width:280px;
	height:36px;
	clear:both;
}
div#top_service .caption {
	background-color:#F9FBFB;
	float:right;
	line-height:1.4;
	padding:5px;
	margin-top:5px;
	width: 162px;
}
div#top_service .caption a {
	display:block;
	text-align:right;
}
div#top_service .icon {
	width:108px;
	height:108px;
	float:left;
}
div#top_service .icon a {
	display:block;
	width:100%;
	height:100%;
}
div#top_service02,div#top_service04 {
	padding-left:20px;	
}
div#top_service01 h4 {
	background:url(img/title/top_service.jpg) no-repeat 0 0;
}
div#top_service02 h4 {
	background:url(img/title/top_service.jpg) no-repeat 0 -36px;
}
div#top_service03 h4 {
	background:url(img/title/top_service.jpg) no-repeat 0 -72px;
}
div#top_service04 h4 {
	background:url(img/title/top_service.jpg) no-repeat 0 -108px;
}

div#top_service01 .icon {	
	background:url(img/icon.jpg) no-repeat 0 0;
}
div#top_service02 .icon {	
	background:url(img/icon.jpg) no-repeat -108px 0;
}
div#top_service03 .icon {	
	background:url(img/icon.jpg) no-repeat -216px 0;
}
div#top_service04 .icon {	
	background:url(img/icon.jpg) no-repeat -324px 0;
}

/* マスタービーの特長 */
div#feature {
	margin-bottom:20px;
}
div#feature div div {
	width:186px;
	float:left;
	margin:0 11px 5px 0;
}
div#feature	h3 {
	margin-bottom:8px;	
}
div#feature	h4 {
	width:186px;
	height:60px;
	overflow:hidden;
}
div#feature	p {
	background-color:#fafafa;
	line-height:1.4;
	padding:4px;	
}
div#feature a {
	display:block;
	text-align:right;
}
div#feature #feature01 h4 {
	background:url(img/title/feature_parts.jpg) no-repeat 0 0;	
}
div#feature #feature02 h4 {
	background:url(img/title/feature_parts.jpg) no-repeat 0 -60px;	
}
div#feature #feature03 h4 {
	background:url(img/title/feature_parts.jpg) no-repeat 0 -120px;
}
div#feature #feature04 h4 {
	background:url(img/title/feature_parts.jpg) no-repeat 0 -180px;	
}
div#feature #feature05 h4 {
	background:url(img/title/feature_parts.jpg) no-repeat 0 -240px;	
}
div#feature #feature06 h4 {
	background:url(img/title/feature_parts.jpg) no-repeat 0 -300px;	
}
div#feature #feature03,div#feature #feature06 {
	margin-right:0;	
}

/* ----------------------------------------

　サービス内容

---------------------------------------- */
h4.subtitle {
	background:url(img/back_border.jpg) no-repeat left top;
	border-bottom:1px solid #ccc;
	font-size:1.2em;
	text-align:left;
	padding:3px 8px 2px 14px;
	margin-bottom:10px;
}
div#service {
	margin-bottom:50px;
}
div#service > div {
	margin-bottom:20px;	
}
div#service .icon {
	float:left;
}
div#service .icon p {	
	width:108px;
	height:108px;
}
div#service .icon a {
	display:block;
	width:100%;
	height:100%;
}
div#service .caption {
	width:460px;
	float:right;
}
#icon01 {
	background:url(img/icon.jpg) no-repeat 0 0;	
}
#icon02 {
	background:url(img/icon.jpg) no-repeat -108px 0;	
}
#icon03 {
	background:url(img/icon.jpg) no-repeat -216px 0;	
}
#icon04 {
	background:url(img/icon.jpg) no-repeat -324px 0;	
}
#icon05 {
	background:url(img/icon.jpg) no-repeat -432px 0;	
}
#icon06 {
	background:url(img/icon.jpg) no-repeat -540px 0;	
}
#icon07 {
	background:url(img/icon.jpg) no-repeat -648px 0;	
}
#icon08 {
	background:url(img/icon.jpg) no-repeat -756px 0;	
}
#icon09 {
	background:url(img/icon.jpg) no-repeat -864px 0;	
}
#icon10 {
	background:url(img/icon.jpg) no-repeat -972px 0;	
}
#icon11 {
	background:url(img/icon.jpg) no-repeat -1080px 0;	
}


/* ----- 各サービス ----- */
h3#copy {
	margin-bottom:5px;
}
div#homepage table {
	font-size:1.1em;
	font-weight:bold;
	width:500px;
	margin:0 auto;
}
div#homepage td {
	width:50%;
	text-align:left;
}
/* ----------------------------------------

　制作料金

---------------------------------------- */
div#price {
	width:540px;
	margin:0 auto 10px;
}
div#price table {
	width:100%;
}

/* ----------------------------------------

　制作の流れ

---------------------------------------- */
div#flow {
	margin-bottom:80px;
}
div#flow .step_box {
	background:url(img/arrow_flow.gif) no-repeat center bottom;
	padding-bottom:30px;
	margin-bottom:30px;
}
div#flow h4 {
	height:30px;
}
div#flow p {
	border-bottom:1px dotted #ccc;
	padding:10px 0;
}
div#flow #step1 {
	background:url(img/flow.gif) no-repeat 0 0;
}
div#flow #step2 {
	background:url(img/flow.gif) no-repeat 0 -30px;
}
div#flow #step3 {
	background:url(img/flow.gif) no-repeat 0 -60px;
}
div#flow #step4 {
	background:url(img/flow.gif) no-repeat 0 -90px;
}
div#flow #step5 {
	background:url(img/flow.gif) no-repeat 0 -120px;
}


/* ----------------------------------------

　制作実績

---------------------------------------- */
div#result {
	
}
div#result > div {
	border-bottom:1px dotted #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
}
div#result .thumb {
	float:left;	
}
div#result .caption {
	width:370px;
	padding-top:5px;
	float:right;
}
div#result h4 {
	border-left:4px solid #069;
	font-size:1.1em;
	text-align:left;
	padding:2px 8px;
	margin-bottom:5px;
}
div#result .url {
	background-color:#eee;
}
div#result p {	
	padding:3px 8px;
}
div#result ul {	
	padding-top:5px;
}
div#result li {
	display:block;
	background-color:#069;
	color:#fff;
	font-size:10px;
	padding:2px 5px;
	margin:0 5px 5px 0;
	float:left;
	white-space:nowrap;
}


/* ----------------------------------------

　お問合せ

---------------------------------------- */
div#inquiry {
	width:540px;
	margin:0 auto;
}


/* ----------------------------------------

　サービス内容　その他

---------------------------------------- */
div#service_other h3 {
	margin-bottom:15px;
}
div#service_other ul {
	float:left;
	margin-right:40px;
}
div#service_other > div {
	padding-left:24px;	
}
div#service_other li {
	background:url(img/arrow_other.gif) no-repeat left center;
	color:#069;
	font-size:1.1em;
	font-weight:bold;
	text-align:left;
	padding:3px 3px 3px 20px;
}

p.service_catch {
	margin-bottom:15px;	
}

/* ----------------------------------------

　サイトマップ

---------------------------------------- */
div#sitemap ul {
	margin-bottom:50px;
	clear:both;
}
div#sitemap li {
	background:url(img/arrow_other.gif) no-repeat left center;
	display:block;
	width:155px;
	text-align:left;
	padding:3px 10px 3px 18px;
	float:left;
}



/* ----------------------------------------

　テーブル ＆ フォームスタイル

---------------------------------------- */

/*------ テーブル ------*/

.table_style1,.table_style1 th,.table_style1 td {

}
.table_style1 {
	margin-bottom:40px;	
}
.table_style1 th {
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
	border-right:1px solid #fafafa;
	border-left:1px solid #ddd;
	background-color:#f3f3f3;
	font-size:1.1em;
	padding:6px 8px;
	white-space: nowrap;
	text-align: left;
}
.table_style1 td {
	border-top:1px solid #fafafa;
	border-bottom:1px solid #eee;
	border-right:1px solid #ddd;
	border-left:1px dotted #ddd;
	background-color:#fff;
	font-size:1.1em;
	text-align:left;
	line-height: 1.5;
	padding: 6px 8px;
}

/*------ フォーム用 ------*/

.table_style2 th {
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
	border-right:1px solid #fafafa;
	border-left:6px solid #999;
	background-color:#f3f3f3;
	font-weight:normal;
	padding:6px 8px;
	white-space: nowrap;
	text-align: left;
}
.table_style2 td {
	border-top:1px solid #fafafa;
	border-bottom:1px solid #eee;
	border-right:1px solid #ddd;
	border-left:1px dotted #ddd;
	background-color:#fff;
	text-align:left;
	line-height: 1.5;
	padding: 6px 8px;
}


/*------ フォーム用 ------*/

form {
	margin-bottom:40px;	
}
.form_style1 {
	margin:20px auto;
}

.form_style1 th {
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
	border-right:1px solid #fafafa;
	border-left:1px solid #ddd;
	background-color:#f3f3f3;
	font-size:1.1em;
	padding:6px 8px;
	white-space: nowrap;
	text-align: left;
}
.form_style1 th span {
	background-color:#a00;
	color:#fff;
	font-size:10px;
	padding:2px 4px;
	margin-left:8px;
}
.form_style1 td {
	border-top:1px solid #fafafa;
	border-bottom:1px solid #eee;
	border-right:1px solid #ddd;
	border-left:1px dotted #ddd;
	background-color:#fff;
	text-align:left;
	line-height: 1.5;
	padding: 6px 8px;
}
.form_style1 input {
	font-size:14px;
	padding:2px;
}


table#photo_sample td {
	padding:3px;
}
table#photo_sample td a {
	display:block;
	border:1px solid #fff;
}
table#photo_sample td a:hover {border:1px solid #f00;}
