/* CSS Document */
/*
	base.css
	サイト全体のスタイル指定用
*/
@charset "utf-8";

body{
	background : #FFF;
/* 	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; */
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	text-align : center;
	font-size:12px;
	line-height: 160%;
	background: #f0eeec url(../img/common/bg-background.gif) repeat left top;
}

div#contentsbox{
	margin : 0 auto;
	padding : 0;
	width : 999px;
	text-align : center;
	clear : both;
}

/* --------------------  ヘッダー */
.cr_header{
	margin : 0;
	padding : 0;
	width : 100%;
	background : url(../img/header/cr_header_bk.jpg) repeat-x;
	background-position : top center;
	text-align : center;
	clear : both;
}

/* ヘッダー上段 */
.cr_header_middle{
	margin : 0 auto;
	padding : 0;
	width : 999px;
	height : 80px;
	clear : both;
}

.cr_header_middle_left{
	margin : 0;
	padding : 0;
	display : block;
	background : url(../img/header/cr_logo.jpg) no-repeat top center;
	width : 290px;
	height : 80px;
	float : left;
	clear : right;
}

.cr_header_middle_left h1{
	margin : 0;
	padding : 0;
	height : 80px;
	text-align : left;
	clear : both;
}

.cr_header_middle_left h1 a,
.cr_header_middle_left h1 a:hover{
	margin : 0;
	padding : 0;
	display : block;
	width : 290px;
	height : 80px;
	text-align : left;
	text-indent : -9999px;
	overflow : hidden;
	clear : both;	
}

.description{
	margin:-46px 15px 0 0;
	display : block;
	width : 700px;
	text-align : right;
	float:right;
	clear : both;
	font-size:12px;
}

.description a {
	text-decoration: none;
	color:#FFF;
}

.description a:hover {
	text-decoration: underline;
	color:#FFF;
}


/* ヘッダー下段 グローバルナビ */
ul.cr_header_bottom{
	margin : 0 auto;
	padding : 0;
	width : 999px;
	height : 40px;
	background : url(../img/header/gnavi_bk.jpg) no-repeat top center;
	text-align : left;
	clear : both;
}

ul.cr_header_bottom li{
	padding : 0;
	display : block;
/* 	width : 181px; */
	height : 40px;
	text-align : left;
	float : left;
	clear : right;
}

ul.cr_header_bottom li a{
	margin : 0;
	padding : 0;
	display : block;
/* 	width : 181px; */
	height : 40px;
	text-align : left;
	text-indent : -9999px;
	overflow : hidden;
	outline : none;
	clear : both;
}

.gnavi_01 {width : 181px;}
.gnavi_02 {width : 165px;}
.gnavi_03 {width : 164px;}
.gnavi_04 {width : 191px;}
.gnavi_05 {width : 147px;}
.gnavi_06 {width : 151px;}

/* .gnavi_01_on {
	margin-left:22px; 
}
.gnavi_03_on {
	margin-left:2px; 
}
.gnavi_04_on {
	margin-left:2px; 
}
.gnavi_05_on {
	margin-left:4px; 
}
.gnavi_06_on {
	margin-left:2px; 
} */

ul.cr_header_bottom li.gnavi_01 a:hover,
ul.cr_header_bottom li.gnavi_01_on a,ul.oc_header_bottom li.gnavi_01_on a:hover{
	width : 181px;
	background : url(../img/header/gnavi.jpg) no-repeat;
	background-position : 0px 0px; }

ul.cr_header_bottom li.gnavi_02 a:hover,
ul.cr_header_bottom li.gnavi_02_on a,ul.oc_header_bottom li.gnavi_02_on a:hover{
	width : 165px;
	background : url(../img/header/gnavi.jpg) no-repeat;
	background-position : -181px 0px; }

ul.cr_header_bottom li.gnavi_03 a:hover,
ul.cr_header_bottom li.gnavi_03_on a,ul.oc_header_bottom li.gnavi_03_on a:hover{ 
	width : 164px;
	background : url(../img/header/gnavi.jpg) no-repeat;
	background-position : -346px 0px; }

ul.cr_header_bottom li.gnavi_04 a:hover,
ul.cr_header_bottom li.gnavi_04_on a,ul.oc_header_bottom li.gnavi_04_on a:hover{
	width : 191px;
	background : url(../img/header/gnavi.jpg) no-repeat;
	background-position : -510px 0px; }
	
ul.cr_header_bottom li.gnavi_05 a:hover,
ul.cr_header_bottom li.gnavi_05_on a,ul.oc_header_bottom li.gnavi_05_on a:hover{
	width : 147px;
	background : url(../img/header/gnavi.jpg) no-repeat;
	background-position : -701px 0px; }

ul.cr_header_bottom li.gnavi_06 a:hover,
ul.cr_header_bottom li.gnavi_06_on a,ul.oc_header_bottom li.gnavi_06_on a:hover{
	width : 151px;
	background : url(../img/header/gnavi.jpg) no-repeat;
	background-position : -848px 0px; }
	

/* --------------------  TOP */
.main {
	width:999px;
	background-color:#f4f4f4;
}

.main_bk {
	margin:0 auto;
	padding:19px 0 0 0;
	height:869px;
	width:999px;
	background: #f4f4f4 url(../img/common/bg-background.jpg) repeat left top;
}

.main_sub {
	width:980px;
	height:850px;
	margin:0 19px 0 0;
	background:#f4f4f4;
}

.Lcontents {
	width:617px;
	margin-left:40px;
	float:left;
}

.Rcontents {
	width:281px;
	margin:14px; 14px 0 0;
	float:right;
}

.info_top {
	width:617px;
	text-align:left;
	line-height:240%;
}

.info_top p {
	display : block;
	width:607px;
}

.info_top p a {
	width:607px;
	padding:0 0 0 10px;
	line-height:240%;
	display : block;
	text-decoration: none;
	color:#000;
}

.info_top a:hover {
	padding:0 0 0 10px;
	line-height:240%;
/* 	text-decoration: underline; */
	color:#FFF;
	background : #232323;
}

.info {
	width:617px;
	text-align:left;
	line-height:240%;
	overflow:hidden;
}


.info a {
	text-decoration: none;
	color:#000;
}

.info a:hover {
	text-decoration: underline;
	color:#000;
}

.date {
	margin-right: 15px;
}

.serv_L {
	width:304px;
	height:130px;
	padding:10px 0 0 6px;
	border-left: 1px solid #cbcbcb;
}

.serv_L1 {
	width:294px;
	height:100px;
	padding:10px 0 0 12px;
	border-left: 1px solid #cbcbcb;
}

.service1 {
	width:157px;
	padding: 0 0 0 15px;
	background: transparent url(../img/top/arrow.jpg) no-repeat left 8px;
	float:left;
}

.service2 {
	width:114px;
	padding: 0 0 0 15px;
	background: transparent url(../img/top/arrow.jpg) no-repeat left 8px;
	float:left;
}

.serv_R {
	width:297px;
	height:130px;
	padding:10px 0 0 12px;
	border-right: 1px solid #cbcbcb;
}

.serv_R1 {
	width:297px;
	height:100px;
	padding:10px 0 0 12px;
	border-right: 1px solid #cbcbcb;
}

.service3 {
	width:136px;
	padding: 0 0 0 15px;
	background: transparent url(../img/top/arrow.jpg) no-repeat left 8px;
	float:left;
}

.service4 {
	width:131px;
	padding: 0 0 0 15px;
	background: transparent url(../img/top/arrow.jpg) no-repeat left 8px;
	float:left;
}
.service5 {
	width:298px;
	padding: 0 0 0 15px;
	background: transparent url(../img/top/arrow.jpg) no-repeat left 8px;
	float:left;
}

.L_srvs {
	width:307px;
	float:left;
	background-color:#f9f9f9;
}

.R_srvs {
	width:310px;
	float:left;
	background-color:#f9f9f9;
}

.L_srvs_btm {
	width:307px;
	float:left;
	background-color:#f9f9f9;
	border-bottom: 1px solid #cbcbcb;
}

.R_srvs_btm {
	width:310px;
	float:left;
	background-color:#f9f9f9;
	border-bottom: 1px solid #cbcbcb;
}


/* 右ナビ */
.Rcontents a {
	text-decoration: none;
	color:#000;
}

.Rcontents a:hover {
	text-decoration: underline;
	color:#000;
}

.faq_sub {
	text-align:left;
	line-height:240%;
	background : url(../img/common/faq_bk.jpg) repeat-y;
	padding:0 15px 0 15px;
}

.faq_top {
	padding: 0 0 0 23px;
	background: transparent url(../img/common/faq_icon.jpg) no-repeat left 3px;
}



ul.cr_bnr {
	margin-left:32px;
	width : 999px;
	clear : both;
}

ul.cr_bnr li{
	margin : 20px 15px 0 0;
	padding : 0;
	display : block;
	width : 266px;
	height : 84px;
	text-align : left;
	float : left;
	clear : right;
}

ul.cr_bnr li a{
	padding : 0;
	display : block;
	width : 266px;
	height : 84px;
	outline : none;
	clear : both;
}

.bnr_area {
	margin : 0 auto;
	padding : 0 auto;
	width : 999px;
	height : 238px;
}

.footer1 {
	margin: 0 auto;
	padding: 0 auto;
	width: 999px;
	height: 20px;
	background-color:#474344;
	text-align: right;
	clear: both;
}

.footer1 a {
	text-decoration: none;
	color:#FFF;
}

.footer1 a:hover {
	text-decoration: underline;
	color:#FFF;
}

.ft_left {
	padding-right:15px;
	font-size:11px;
	color:#FFF;
	line-height:200%;
}

.footer2 {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 999px;
	height: 350px;
	background : url(../img/common/footer.jpg) no-repeat top center;
	text-align: left;
	clear: both;
}

.ft_left2 {
	padding:0 0 0 20px;
	font-size:12px;
	color:#FFF;
	line-height:200%;
}

.ft_comt {
	padding:180px 0 15px 20px;
	color:#FFF;
}

.ft_right2 {
	font-size:12px;
	color:#FFF;
	line-height:200%;
}

.ft_left2 a {
	color:#FFF;
	text-decoration: none;
}

.ft_left2 a:hover {
	color:#FFF;
	text-decoration: underline;
}

.slider {
	width:999px;
	height:427px;
	margin : 0 auto;
	padding : 0 auto;
}

#slideshow {
	position:relative;
	height:273px;
	width:826px;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}

#slideshow IMG.active {
	z-index:10;
}

#slideshow IMG.last-active {
	z-index:9;
}

/* --------------------  PAGEの強みと考え方 */
.ads {
	width:617px;
	text-align:left;
	line-height:160%;
}

.ads p {
	padding:15px;
	background-color:#FFF;
}

/* --------------------  サービスのご案内 */
.main_bk1 {
	margin:0 auto;
	padding:19px 0 0 0;
	height:1469px;
	width:999px;
	background: #f4f4f4 url(../img/common/bg-background.jpg) repeat left top;
}

.main_sub1 {
	width:980px;
	height:1450px;
	margin:0 19px 0 0;
	background:#f4f4f4;
}


.serv {
	width:617px;
	text-align:left;
	line-height:160%;
}

.serv_txt {
	padding:15px 15px 0 15px;
	background-color:#FFF;
}

.serv_img {
	padding:15px 15px 0 25px;
	background-color:#FFF;
}


/* --------------------  ホームページ制作 */
.main_bk5 {
	margin:0 auto;
	padding:19px 0 0 0;
	height:1269px;
	width:999px;
	background: #f4f4f4 url(../img/common/bg-background.jpg) repeat left top;
}

.main_sub5 {
	width:980px;
	height:1250px;
	margin:0 19px 0 0;
	background:#f4f4f4;
}


.webcreate {
	width:617px;
	text-align:left;
	line-height:160%;
}

.webcreate_txt {
	padding:15px 10px 0 10px;
	background-color:#FFF;
}

.webcreate_txt1 {
	font-weight:bold;
	padding: 0 0 0 15px;
	background: transparent url(../img/top/arrow.jpg) no-repeat left 0px;
}

.webcreate_img {
	padding:15px 15px 0 25px;
	background-color:#FFF;
}

/* --------------------  PAGEの制作実績 */
.main_bk2 {
	margin:0 auto;
	padding:19px 0 19px 0;
/* 	height:2469px; */
	width:999px;
	background: #f4f4f4 url(../img/common/bg-background.jpg) repeat left top;
	overflow:auto;
}

.main_sub2 {
	width:980px;
/* 	height:2450px; */
	overflow:auto;
	margin:0 19px 0 0;
	padding-bottom:19px;
	background:#f4f4f4;
}

.work {
	width:617px;
	text-align:left;
	line-height:160%;
}

.work_txt {
	padding:15px 15px 0 15px;
	background-color:#FFF;
}

.work_img {
	padding:5px 5px 0 5px;
	background-color:#FFF;
}

.work_img img {
	border: solid 1px #bbbbbb;
}

/* --------------------  Webサイト制作の流れ */
.main_bk3 {
	margin:0 auto;
	padding:19px 0 0 0;
	height:1169px;
	width:999px;
	background: #f4f4f4 url(../img/common/bg-background.jpg) repeat left top;
}

.main_sub3 {
	width:980px;
	height:1150px;
	margin:0 19px 0 0;
	background:#f4f4f4;
}

.flow {
	width:617px;
	text-align:left;
	line-height:160%;
}

.flow_txt1 {
	padding:5px 15px 35px 25px;
	background-color:#FFF;
}

.flow_txt {
	padding:15px;
	background-color:#FFF;
}

/* --------------------  制作料金一覧 */
.price {
	width:617px;
	text-align:left;
	line-height:160%;
}

.price1 {
	padding:15px;
	width:587px;
	text-align:left;
	line-height:160%;
	background-color:#FFF;
}

.komoku1 {
	background-color:#a01211;
	color:#FFF;
	width:30%;
}

.komoku2 {
	background-color:#fcbec1;
	width:15%;
}

.komoku3 {
	background-color:#fddee0;
	text-align:right;
	width:20%;
}

.komoku4 {
	background-color:#FFF;
	width:35%;
}

.price1 table {
	width:587px;
	text-align:left;
	font-size:12px;
	color:#333333;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

.price1 td {
	padding:10px 10px 10px 15px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

/* --------------------  会社案内 */
.company {
	width:617px;
	text-align:left;
	line-height:160%;
}

.company1 {
	padding:15px;
	width:587px;
	text-align:left;
	line-height:160%;
	background-color:#FFF;
}

.komoku5 {
	background-color:#a01211;
	color:#FFF;
	width:30%;
}

.komoku6 {
	background-color:#FFF;
	width:70%;
}

.company1 table {
	width:587px;
	text-align:left;
	font-size:12px;
	color:#333333;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

.company1 td {
	padding:10px 10px 10px 15px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

/* --------------------  個人情報の取り扱いについて */
.privacy {
	width:617px;
	text-align:left;
	line-height:160%;
}

.privacy1 {
	width:587px;
	text-align:left;
	line-height:160%;
	background-color:#FFF;
	padding:15px;
}

/* --------------------  サイトマップ */
/* .main_bk3 {
	margin:0 auto;
	padding:19px 0 0 0;
	height:1169px;
	width:999px;
	background: #f4f4f4 url(../img/common/bg-background.jpg) repeat left top;
}

.main_sub3 {
	width:980px;
	height:1150px;
	margin:0 19px 0 0;
	background:#f4f4f4;
} */

.sitemap {
	width:617px;
	text-align:left;
	line-height:160%;
}

.sitemap1 {
	width:587px;
	text-align:left;
	line-height:160%;
	background-color:#FFF;
	padding:15px;
}

.sitemap1 p {
	padding: 0 0 15px 15px;
	background: transparent url(../img/top/arrow.jpg) no-repeat left 3px;
}

.sitemap1 a {
	color:#000;
	text-decoration: none;
}

.sitemap1 a:hover {
	color:#000;
	text-decoration: underline;
}

/* --------------------  お問い合わせ */
.contact {
	width:617px;
	text-align:left;
	line-height:160%;
}

.contact1 {
	padding:15px;
	width:587px;
	text-align:left;
	line-height:160%;
	background-color:#FFF;
}

.komoku7 {
	background-color:#fddee0;
	color:#333333;
	width:30%;
}

.komoku8 {
	background-color:#FFF;
	width:70%;
}

.contact1 table {
	width:587px;
	text-align:left;
	font-size:12px;
	color:#333333;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

.contact1 td {
	padding:10px 10px 10px 15px;
	border-right: 1px solid #706D50;
	border-bottom: 1px solid #706D50;
}

/* --------------------  よくある質問 */
.main_bk4 {
	margin:0 auto;
	padding:19px 0 0 0;
	height:1169px;
	width:999px;
	background: #f4f4f4 url(../img/common/bg-background.jpg) repeat left top;
}

.main_sub4 {
	width:980px;
	height:1150px;
	margin:0 19px 0 0;
	background:#f4f4f4;
}

.faq {
	width:617px;
	text-align:left;
	line-height:160%;
}

.faq1 {
	padding:15px;
	width:587px;
	text-align:left;
	line-height:160%;
	background-color:#FFF;
}

.faq_txt1 {
	padding:5px 15px 35px 25px;
	background-color:#FFF;
}

.faq_txt {
	padding:15px;
	background-color:#FFF;
}

.q_txt {
	line-height:300%;
	padding: 0 0 0 35px;
	background: transparent url(../img/faq/q_icon.jpg) no-repeat left 4px;
}

.a_txt {
	line-height:300%;
	padding: 0 0 0 35px;
	background: transparent url(../img/faq/a_icon.jpg) no-repeat left 4px;
}

.faq1 img {
	padding:15px 0 15px 0;
}

/* --------------------  aタグ処理 */
a img {
	-webkit-transition:opacity 0.5s; /*Safari,Chrome*/
	-o-transition       :opacity 0.5s; /*Opera*/
	-moz-transition   :opacity 0.5s; /*Firefox*/
	transition           :opacity 0.5s; /*CSS3 Real Property*/
}
 
a:focus img,
a:hover img {
	filter:alpha(opacity=70); /*IE*/
	-moz-opacity:0.7; /*Older Firefox*/
	opacity:0.7; /* Modern Browsers*/
}

/* --------------------  common */
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb100 {margin-bottom:100px;}

.mt15 {margin-top:15px;}



.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.pb30 {padding-bottom:30px;}
.pb40 {padding-bottom:40px;}
.pb60 {padding-bottom:60px;}
.pb100 {padding-bottom:100px;}

.pt15 {padding-top:15px;}


/* 回り込み回避用 */
br.clear{
	margin : 0;
	padding : 0;
	clear : both;
}

#dispDiv{
	color:black;
	font-family: 'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	margin:37px 0px 0px 5px;
	font-size:16pt;
	font-weight : bold ;
}