/* style.css */

@charset "UTF-8";


/* 見出し

01-デフォルトスタイルリセット

02-基本タグスタイル

03-共通クラス

04-ページレイアウト

05-ヘッダ
   +SEO用テキストの部分
   +ロゴ
   +ナビゲーションメニュー

06-トップイメージ

07-パンくずリスト

08-メインコンテンツ

09-サイド
   +サイド枠
   +ブロック

10-フッター
   +サイド枠
   +ブロック

11-コンテンツ
   +ホーム
   +
11-lightbox
*/


/* 01 デフォルトスタイルリセット */
/*---------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0;}  
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}  
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img{border: 0;vertical-align: top;vertical-align: bottom;}
div {margin:0; padding:0;}



/* 02 基本タグスタイル */
/*---------------------------------------------------*/

body{
	font-style: normal;
	font-weight: normal;
	color: #2d2d2d;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" , Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 140%;
}

a{text-decoration:none;}
a:link    {color:#0a8fcb;}
a:visited {color:#0a8fcb;}
a:hover   {color:#0a8fcb; text-decoration: underline;}
a:active  {color:#c1cbd0;}
p {
	line-height:150%;
	margin-bottom: 1em;
}

table {
	border: 1px #818181 solid;
	background-color: #ffffff;
}

table th {
    padding: 5px;
    border: #818181 solid;
    border-width: 0 0 1px 1px;
    background: #c7dbe6;
}
table td {
    padding: 5px;
    border: 1px #818181 solid;
    border-width: 0 0 1px 1px;
}

ul.arrow li{
    background-image: url(../images/arrow.gif);
    background-position: left 4px;
    background-repeat: no-repeat;
    margin-bottom: 0.5em;
    padding-left: 1em;
    line-height: 140%;
}

/* 03 共通クラス */
/*---------------------------------------------------*/
.clr {
    clear: both;
    line-height:1px;
}
.left {float: left;}
.right {float: right;}
.m_t_10 {margin-top:10px;}
.m_t_20 {margin-top:20px;}
.m_b_1 {margin-bottom:1px;}
.m_b_10 {margin-bottom:10px;}
.m_b_20 {margin-bottom:20px;}
.m_b_35 {margin-bottom:35px;}
.m_r_20 {margin-right:20px;}
.m_l_20 {margin-left:20px;}
.p_t_10 {padding-top:10px;}
.p_t_20 {padding-top:20px;}
.p_t_35 {padding-top:35px;}
.p_l_20 {padding-left:20px;}
.p_l_80 {padding-left:80px;}
.p_r_10 {padding-right:10px;}
.p_r_20 {padding-right:20px;}

.txt_10red {font-size: 10px; color: red;}



/* 04 ページレイアウト */
/*---------------------------------------------------*/

/* シート幅960　*/
.width960 {width: 960px; text-align: left;margin: 0 auto;}

/* ライン　*/
.line_1 {
	width: 100%;
	height:1px; 
	background-color:#dadde9;
 }
	

.container {clear: both;margin: 0 auto 30px auto;text-align: left;}
.main {width: 640px;float: left;}
.side2 {float: right;width: 300px;}
.footer {
	clear: both;
}

/* 05 ヘッダ */
/*---------------------------------------------------*/

/*ロゴ*/
.logo { float: left;}

/*コピー*/
.copy { float: right;}

/*ナビゲーションメニュー*/
.navi {	
	height: 75px;
	margin-bottom: 10px;
	background-position: right;
	float: none;
}
.navi ul {
	margin: 0px;
	padding: 0px;
}
.navi li {
	float: left;
	height: 40px;
	margin: 0px;
}



/* 06 トップイメージ */
/*---------------------------------------------------*/

/* 07 パンくずリスト */
/*---------------------------------------------------*/
.topic_path {

	clear: both;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	text-align:left;
}

.topic_path li {
	float: left;
	padding-right: 5px;
	padding-left: 1px;
}


/* 08 メインコンテンツ */
/*---------------------------------------------------*/

.cms_main_tit {
	background-image: url(../images/cms_main_tit.gif);
	background-repeat: no-repeat;
	width:625px;
	height:44px;
	padding-left: 15px;
	padding-right: 15px;
}
.cms_main_tit_txt {
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.cms_main_tit2 {
    padding-left: 8px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 1px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #89b500;
    line-height: 140%;
    color: #2b2b2b;
}
.main_contents_box {
	margin-bottom: 30px;
}
.main_contents_titlebox {
	background-image: url(../images/maincontents_title_bg_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height:41px;
	margin: 0px;
}
.main_contents_title {
	padding-top: 13px;
	line-height: 100%;
	font-weight: bold;
	font-size: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	background-image: url(../images/maincontents_title_bg_l.gif);
	padding-left: 36px;
	vertical-align: bottom;
	padding-right: 10px;
}
.main_contents_bodybox {
	background-image: url(../images/maincontents_body_bg.gif);
	background-repeat: repeat-y;

}
.main_contents_body {
	margin-right: 10px;
	margin-left: 10px;
}
.main_contents_body h1 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
	background-image: url(../images/h1_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	clear: both;
}
.main_contents_body h2 {
	padding-left: 8px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #89b500;
	line-height: 140%;
	color: #2b2b2b;
	clear: both;
}
.main_contents_body h3 {
	color: #89b500;
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
.main_contents_body h4 {
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #2b2b2b;
	clear: both;
}
.main_contents_body h5,h6 {
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left 8px;
	color: #2b2b2b;
	clear: both;
}
.main_contents_body table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
.main_contents_body th {
	background-color: #EAEBF0;
	font-weight: bold;
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.main_contents_body td {
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.main_contents_body li {
	background-image: url(../images/arrow.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	margin-bottom: 0.5em;
	padding-left: 1em;
	line-height: 140%;
}
ul.arrow li {
	background-image: url(../images/arrow.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	margin-bottom: 0.5em;
	padding-left: 1em;
	line-height: 140%;
}

.main_contents_body dl {
	padding-top: 5px;
	clear: both;
	display: block;
	padding-bottom: 5px;
}
.main_contents_body dt {
	float: left;
	padding-right: 1em;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFE0E5;
	margin-right: 1em;
}
.main_contents_body dd {
	float: left;
	display: block;
}
.main_contents_body hr {
	border-top-color: #DFE0E5;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #FFFFFF;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
.main_contents_body img {
	padding: 5px;
}
.main_contents_bottom {
	background-image: url(../images/maincontents_bottom_bg.gif);
	background-repeat: no-repeat;
	height:20px;
	margin: 0px;
}
.left_color_box_headder {
	padding-left: 20px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #89b500;
	clear: both;
}
.left_color_box {
	padding-left: 20px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #89b500;

}
.merit_text {
	float:left;
	line-height: 140%;
}
.merit_picture {
	float:right;
}
.main_contents_line {
	background-image: url(../images/main_contents_line.gif);
	height:1px;
	background-repeat: repeat-x;
	clear:both;
	margin-left: 20px;
	margin-right: 20px;
}

/* 09 サイド */
/*---------------------------------------------------*/

/*ブロック*/
#contents {
	height: 500px;
	width: 628px;
}
#blockcontents1 {
	height: 300px;
	width: 628px;
}

#blockcontents2 {
	height: 300px;
	width: 628px;
}


#blockcontents3 {
	height: 300px;
	width: 628px;
}

#blockcontents4 {
	height: 300px;
	width: 628px;
}

#left_contents {
	float: left;
	height: 300px;
	width: 209px;
	text-align: center;
}
#center_contents {
	float: left;
	height: 300px;
	width: 209px;
	text-align: center;
}
#righ_contents {
	float: left;
	height: 300px;
	width: 209px;
	text-align: center;
}
#link_box {
	height: 100px;
	width: 628px;
	margin-top: 15px;
	
}

.block_box {
	clear: both;
	padding-bottom: 30px;
}
.block_title_top {
	height:59px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/block_title_top_bg_r.gif);
	margin: 0px;
	padding: 0px;
}
.block_title_top_l {
	background-image: url(../images/block_title_top_bg_l.gif);
	height:59px;
	padding-right: 8px;
	padding-left: 39px;
	background-repeat: no-repeat;
}
.block_title {
	padding-top: 20px;
	line-height: 140%;
	font-weight: bold;
	color: #89b500;
	vertical-align: bottom;
	font-size: 16px;
}
.block_title_middle {
	background-image: url(../images/block_title_middle_bg.gif);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 140%;
}
.block_title_middle p {
	margin-bottom: 0em;
}
.block_title_middle h1,h2 {
	font-weight: bold;
	color: #8fc31f;
	line-height: 150%;
	font-size: 14px;
	clear: both;
}
.block_title_middle h3 {
	font-weight: bold;
	line-height: 140%;
	font-size: 14px;
	color: #2b2b2b;
	clear: both;
}
.block_title_middle h4,h5,h6 {
	font-weight: bold;
	line-height: 140%;
	color: #2b2b2b;
	clear: both;
}
.block_title_middle li {
	background-image: url(../images/arrow.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	margin-bottom: 0.2em;
	display: block;
	padding-left: 1em;
	line-height: 140%;
}
.block_title_middle table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	clear: both;
	padding-top: 1em;
	padding-bottom: 1em;
}
.block_title_middle th {
	background-color: #EAEBF0;
	font-weight: bold;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
.block_title_middle td {
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
.block_title_middle hr {
	border-top-color: #DFE0E5;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #FFFFFF;
	clear: both;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.block_title_bottom {
	background-image: url(../images/block_title_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 10px;
	background-color: #FFFFFF;
}
.block_title_middle dl {
	line-height: 140%;
}
.block_title_middle dt {
	font-weight: bold;
}
.block_title_middle img {
	padding: 5px;
}
.block_line {
	background-image: url(../images/block_line.gif);
	height:1px;
	background-repeat: repeat-x;
	margin-bottom:10px;
}

/* 10 フッター */
/*---------------------------------------------------*/
.footer  ul {float: left;}
.footer li {
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}
.copyright {
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	float: right;
}

/* 11 コンテンツ */
/*---------------------------------------------------*/

/*ホーム*/
.tit_1 {
	background-image: url(../images/line_2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	font-size:14px;
	font-weight:bold;
	color: #e99315;
	line-height: 24px;
	height:24px;
	margin-bottom: 5px;
}
.list_1 { 
	line-height: 190%;
	margin: 5px;
 }
.list_1 li {
	background-image: url(../images/check_ico.gif);
	background-repeat: no-repeat;
	height: 16px;
	padding-left: 17px;
}
.tbl_1 {
	background-image: url(../images/bg_1.gif);
	width: 600px;
	padding: 15px;
}
.tbl_1-1 {
	background-image: url(../images/bg_1-1.gif);

	padding: 15px;
}
.tbl_r td {
    text-align: right
}
.tbl_2 {
	background-image: url(../images/bg_2.gif);
	width: 600px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.tbl_2-1 {
	background-image: url(../images/bg_2-1.gif);
	padding: 15px;
}

/*機能*/
.cms_function_box {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	width: 305px;
	height: 150px;
	float: left;
	border: 1px #dddddd solid;
}
.cms_function_txt {
	width: 180px;
	float: left;
	margin: 9px;
}
.cms_function_txt h3 {
	color: #5eae00;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
}
.cms_function_txt p {
	margin-top: 5px;
}
.cms_function_box img {
	float: right;
	margin-top: 35px;
}

/*料金表*/
.price_tbl {
	margin-bottom:20px;
	width:100%;
}
.price_tbl th {
	width:140px;
}


/*テーマ販売*/
.theme_sample {
    width: 140px;
    float: left;
    margin-right: 15px;
}
.theme_sample img {
    border: #dddddd 1px solid;
    margin-bottom: 5px;
}

/*操作説明*/
.number_title {
    color: #89b500;
    font-weight: bold;
    font-size: 14px;
}
.explain {
    clear: both;
    margin-top:0px;
    margin-left:10px;
    margin-bottom:20px;
}

/*制作実績*/
.result_img {
    width:300px;
    margin-bottom:35px;
}
.result_img img {
    border: 1px #cccccc solid;
    margin-top:5px;
    margin-bottom:5px;
}

/*お客様の声*/
.voice {
    margin-top:0px;
    margin-bottom:20px;
}

/*ブロック*/
.cms_campaign_tbl_top {
	background-image: url(../images/cms_service_tbl_top.gif);
	padding-top: 12px;
	padding-bottom: 9px;
	padding-left: 12px;
	padding-right: 40px;
	min-height : 625px;
}
.cms_campaign_tbl_bottom {
	background-image: url(../images/cms_campaign_tbl_bottom.gif);
	height:3px;
}
.block_1_top {
	background-image: url(../images/block_1_top.gif);
	background-repeat: no-repeat;
	width: 270px;
	height: 39px;
	line-height: 39px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.block_1_middle {
	background-image: url(../images/block_1_middle.gif);
	width: 270px;
	padding: 15px;
}
.block_1_bottom {
	background-image: url(../images/block_1_bottom.gif);
	width: 300px;
	height: 3px;
	line-height: 3px;
	margin-bottom: 20px;
}





/*デザインテンプレート一覧ページ*/

.right_h3 {
	color: #9ac049;	
	}

	
.right_ul {
	list-style-type: disc;
	font-size: 12px;
	color: #9ac049;
	margin-left: 70px;
	margin-top: 0px;
	padding-top: 0px;
}
.right_ul2 {
	list-style-type: disc;
	font-size: 12px;
	color: #4ab8e9;
	margin-left: 70px;
	margin-top: 0px;
	padding-top: 0px;
}
.right_ul3 {
	list-style-type: disc;
	font-size: 12px;
	color: #e378ae;
	margin-left: 70px;
	margin-top: 0px;
	padding-top: 0px;
	}
.right_ul li, .right_ul2 li, .right_ul3 li {
	background-image: none;
	margin-bottom: 0px;
	padding-left: 0px;
}

p.deco{
	color: #9ac049;
	font-size: 15px;
	margin-left: 100px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
        line-height: 1em
}
p.artisteer{
	color: #4ab8e9;
	font-size: 15px;
	margin-left: 100px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
        line-height: 1em
}
p.sonomamacms{
	color: #e378ae;
	font-size: 15px;
	margin-left: 100px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
        line-height: 1em
	}
.textbox_1{
	margin-bottom: 5px;
}



/*lightbox*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
#originaldesign {
	height: 63px;
	width: 628px;
	background-image: url(../images/originaldesign2.jpg);
	margin-top: 5px;
}
#originaldesign2 {
	height: 63px;
	width: 628px;
	background-image: url(../images/originaldesign3.jpg);
	margin-top: 10px;
}
#originaldesign3 {
	height: 63px;
	width: 628px;
	background-image: url(../images/originaldesign4.jpg);
	margin-top: 10px;
}



