@charset "utf-8";
/* サービス紹介 */
.service_box {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.boxinside_service {
	width: 300px;
	background: url(../img/service_bg.jpg) no-repeat bottom;
	float: left;
}
.service_img {
	height: 120px;
	width: 120px;
	float: left;
	padding-bottom: 5px;
	padding-left: 15px;
}
.service_msg {
	padding-right: 15px;
	float: right;
	width: 140px;
}
.service_link {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 5px;
	clear: both;
}
.boxinside_mainte {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background: url(../img/service_mainte_bg.jpg) no-repeat bottom;
}
.mainte_msg {
	padding-right: 20px;
	padding-left: 20px;
}
.blog_box {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	height: 210px;
}
.blog_img {
	float: left;
	height: 200px;
	width: 250px;
}
.blog_msg {
	padding-top: 50px;
	float: right;
	width: 270px;
	background: url(../img/blog_bg.jpg) no-repeat center top;
	padding-right: 15px;
	padding-left: 15px;
}
ul.mainte_naiyou {
	margin-bottom: 5px;
	padding-left: 1em;
	padding-top: 0.5em;
}

ul.mainte_naiyou li{
	list-style: url(../img/history_li.jpg);
}


/* 制作実績 */
ul#filter li a { cursor: pointer; }
ul#filter li a:hover { background-color: #CCC; }
ul#filter li.current a {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed #333;
	color: #FFF;
	margin-bottom: 5px;
	background-color: #999;
}
ul#portfolio {
	margin-left: auto;
	width: 600px;
	margin-right: auto;
}
ul#portfolio li a{
	padding: 3px;
	border: 1px dotted #999;
	width: 180px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	list-style-type: none;
	display: block;
	font-size: 12px;
	line-height: 1.5;
	color: #666;
	text-decoration: none;
	height: 200px;
}
ul#portfolio li a:hover {
	border: 1px solid #FF0000;
}

p.contact_hissu { text-align: right; }
div.contact_form { padding-left: 30px; }

/* 制作の流れ */
.flow_box1,.flow_box2,.flow_box3,.flow_box4,.flow_box5,.flow_box6,.flow_box7 {
	clear: both;
	margin-bottom: 2em;
	padding-left: 150px;
	min-height: 100px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background: left bottom;
}
.flow_box1 p,.flow_box2 p,.flow_box3 p,.flow_box4 p,.flow_box5 p,.flow_box6 p,.flow_box7 p {
	padding: 10px;

}
.flow_img {
	height: 100px;
	width: 200px;
	float: right;
}

.flow_box1 { background: url(../img/flow_bg1.jpg) no-repeat left top; }
.flow_box2 { background: url(../img/flow_bg2.jpg) no-repeat left top; }
.flow_box3 { background: url(../img/flow_bg3.jpg) no-repeat left top; }
.flow_box4 { background: url(../img/flow_bg4.jpg) no-repeat left top; }
.flow_box5 { background: url(../img/flow_bg5.jpg) no-repeat left top; }
.flow_box6 { background: url(../img/flow_bg6.jpg) no-repeat left top; }
.flow_box7 { background: url(../img/flow_bg7.jpg) no-repeat left top; }

/* 制作料金 */
table.pricelist_outer {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	border-collapse:collapse;
	background: #FFF;
	border: 1px solid #999;
	font-size: 80%;
}
table.pricelist_outer td { padding: 3px; }
table.pricelist {
	width: 590px;
	border-collapse:collapse;
	background: #FFF;
	margin-right: auto;
	margin-left: auto;
}
table.pricelist th {
	background: url(../img/price_th_bg.jpg) repeat-x center;
	border: 1px solid #999;
	font-weight: bold;
	color: #FFF;
	padding: 3px;
}
table.pricelist td {
	border: 1px solid #999;
	padding: 3px;
}
table.pricelist th.koumoku { width: 25%; }
table.pricelist th.naiyou { width: 60%; }
table.pricelist th.ryoukin { width: 15%; }
table.pricelist td.price { text-align: right; padding-right: 1em; }
table.pricepack {
	width: 590px;
	border-collapse:collapse;
	background: #FFF;
	margin-right: auto;
	margin-left: auto;
}
table.pricepack th {
	background: url(../img/price_th_bg.jpg) repeat-x center;
	border: 1px solid #999;
	font-weight: bold;
	color: #FFF;
	padding: 3px;
}
table.pricepack td {
	border: 1px solid #999;
	padding: 3px;
	width: 30%;
	text-align: center;
}
table.pricepack td.pack_naiyou {
	width: 40%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1em;
}

table span.red {
	color: #F00;
}
dl.pack_plan {
	width: 600px;
	margin-right: 30px;
	margin-left: auto;
}
dl.pack_plan dt {
	height: 75px;
	width: 75px;
}
dl.pack_plan dd {
	width: 500px;
	margin-left: 80px;
	margin-top: -65px;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dashed #666;
	height: 4em;
	line-height: 1.2;
}

/* お問い合わせ */
p.contact_msg {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
}
div.contact_form table {
	font-size: 95%;
	margin-right: auto;
	margin-left: auto;
}
div.contact_form .table_outer{ width: 560px; }
div.contact_form tr .table_innner{ width: 550px; }
div.contact_form table th {
	width: 30%;
	background-color: #9CF;
	border: 1px solid #666;
	color: #000;
	text-align: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}
div.contact_form table td {
	margin-bottom: 10px;
	border: 1px solid #666;
	padding: 3px;
}
div.contact_form table input,div.contact_form table textarea{
	border: 1px solid #999;
	padding: 3px;
	width: 90%;
}
div.contact_form table input:focus,div.contact_form table input.focused,
div.contact_form table textarea:focus,div.contact_form table textarea.focused {
	background-color: #FFC;
	border-color: #9CF;
}
div.contact_bottan {
	text-align: right;
	width: 550px;
	padding: 10px;
}
div.contact_error {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
div.contact_error ul {
	margin-bottom: 2em;
}
div.contact_fax {
	padding-bottom: 3em;
	background: url(../img/contactfax__bg.jpg) no-repeat right top;
	width: 600px;
	margin-right: 30px;
	margin-left: auto;
}
div.contact_fax ul {
	padding: 10px 10px 10px 40px;
	border: 1px solid #666;
	width: 250px;
	margin-left: 1em;
	background: url(../img/contact_fax_ul.jpg) no-repeat left center;
	margin-bottom: 1em;
}
div.contact_fax ul li {
	list-style: url(../img/history_li.jpg);
	margin-left: 2em;
}
div.contact_privacy {
	height: 100px;
	width: 80%;
	overflow: auto;
}
.contact_adobe {
	padding: 5px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 100%;
	color: #666;
	border-top: 1px dashed #666;
}
.contact_adobe p {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.adobe_img {
	text-align: right;
	float: right;
	height: 35px;
	width: 120px;
}
span.asterisk {
	padding-left: 0.5em;
	color: #F00;
}

/* サイトマップ */
dl.sitemap_dl {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
}
dl.sitemap_dl dt {
	font-size: 1.2em;
}
dl.sitemap_dl dd {
	padding-left: 100px;
	margin-bottom: 0.5em;
}

/* 会社概要 */
table.summary_table {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	background: url(../img/summary_table_bg.jpg) no-repeat right bottom;
	border: 3px solid #999999;
}
table.summary_table th {
	width: 100px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: right;
}
table.summary_table td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
dl.history {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
}
dl.history dt {
	color: #999;
	font-size: 2em;
	font-family: Arial;
}
dl.history dd {
	margin-bottom: 10px;
	margin-left: 7em;
	color: #666666;
	margin-top: -1.5em;
}
.history li {
	list-style: url(../img/history_li.jpg) inside;
}
dl.logomark {
	width: 550px;
	margin-right: 50px;
	margin-left: auto;
}
dl.logomark dt {
	float: left;
	width: 100px;
}
dl.logomark dd {
	float: right;
	width: 430px;
	margin-bottom: 2em;
}
div.faq dl {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
div.faq dt {
	padding-top: 1em;
	border: 1px solid #333333;
	background-image: url(../img/faq_dt.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 1em;
	padding-left: 5em;
	padding-right: 1em;
	font-weight: bold;
	color: #666666;
}
div.faq dd {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-bottom: 1em;
	background-image: url(../img/faq_dd.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 5em;
}
div.privacy {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
div.privacy h4 {
	background-image: url(../img/h4_privacy.jpg);
	background-repeat: no-repeat;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-position: left center;
	text-align: left;
	padding-left: 60px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #7E7E7E;
}
div.privacy p {
	padding: 1em;
	line-height: 1.5;
}



/* 文字装飾 */
.red {
	font-weight: bold;
	color: #F00;
}
.green {
	font-weight: bold;
	color: #390;
}
.blue {
	font-weight: bold;
	color: #39F;
}
.navy {
	color: #009;
	font-weight: bold;
}
.orange {
	color: #F63;
	font-weight: bold;
}
.margin_bottom10 {
	margin-bottom: 1em;
}
