/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.3;
}
body {
	background-color: #FFF;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #555;
}
body.temp img {
	border: solid 1px #BBB;
}
p {
	line-height: 1.5;
}
table {
	background-color: #FFF;
	text-align: left;
	font-size: 14px;
	color: #555;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
	color: #FFF;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	margin: 0;
	padding: 0;
}
h1.temp {
	text-align: left;
	padding: 10px;
	font-size: 24px;
	color: #FFF;
	background-color: #ffaa00;
}
h2 {
	margin-bottom: 15px;
}
h2.temp {
	text-align: left;
	padding: 5px 10px;
	margin-top: 30px;
	font-size: 20px;
	color: #FFF;
	background-color: #BBB;
}
h2.temp a {
	color: #FFF;
}
h3.v01 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #FF8202;
}
h3.v02 {
	font-size: 20px;
	margin-bottom: 15px;
}
h3.v03 {
	height: 34px;
	background-image:url(image/h4_01.gif);
	background-repeat: no-repeat;
	line-height: 34px;
	padding-left: 15px;
	color: #FF8201;
	font-size: 16px;
	margin-bottom: 15px;
}
h4.v01 {
	height: 34px;
	background-image:url(image/h4_01.gif);
	background-repeat: no-repeat;
	line-height: 34px;
	padding-left: 15px;
	color: #FF8201;
	font-size: 16px;
	margin-bottom: 15px;
}
h4.v01 span {
	font-size: 12px;
}
h5.text {
	color: #FE8502;
	font-size: 16px;
	margin: 0 10px 15px 10px;
}

/* ------------------------------
 リンク関連
------------------------------ */

a {
	color: #555;
}
a:hover {
	color: #00f;
}

/* ------------------------------
 画像関連
------------------------------ */

.imgleft {
	float: left;
	margin: 10px;
}
.imgright {
	float: right;
	margin: 10px;
}

/* ------------------------------
 テキスト関連
------------------------------ */


p.center01 {
	text-align: center;
	margin: 0 0 15px 0;
}
p.text01 {
	margin: 10px 10px 15px 10px;
}
p.text01 img {
	vertical-align: middle;
	margin: 0 5px;
}
.red {
	color: #F00;
}
.blue {
	color: #00F;
}
.orange {
	color: #FE8200;
}
.bold {
	font-weight: bold;
}
p.caution {
	color: #F00;
	font-weight: bold;
	margin-bottom: 15px;
}
.small01 {
	font-size: 15px;
}
.small02 {
	font-size: 15px;
	color: #F00;
}
.small03 {
	font-size: 12px;
	font-weight: normal;
}
span.aplan {
	color: #00B4FE;
}
span.bplan {
	color: #64D551;
}
span.cplan {
	color: #F0475A;
}
span.dplan {
	color: #601E88;
}

/* ------------------------------
 全体
------------------------------ */

div.printcom {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
span.none {
	display: none;
}
div.maincontents {
	margin: 12px 0 20px 0;
}
div.leftcontents {
	float: left;
	width: 210px;
}
img.leftcontents {
	margin-bottom: 8px;
}
div.rightcontents {
	float: right;
	width: 670px;
}

/* ------------------------------
 ヘッダー
------------------------------ */

div.header {
	height: 32px;
	background-image:url(image/header.gif);
	background-repeat: no-repeat;
}
div.header a {
	color: #FFF;
}
div.header a:hover {
	color: #00F;
}
h1.header01 {
	float: left;
	font-size: 11px;
	margin: 0 5px;
}
p.header02 {
	float: right;
	font-size: 12px;
	line-height: 32px;
	color: #FFF;
	margin-right: 8px;
}
p.header02 span {
	margin: 0 2px 0 5px;
}
p.header02 a {
	line-height: 32px;
}
p.header02 img {
	vertical-align: middle;
	margin: 0 5px 0 2px;
}

/* ------------------------------
 ヘッダーサブページ
------------------------------ */

table.subheader {
}
td.subheader01 {
	width: 470px;
	height: 31px;
	background-image:url(image/header_sub01.gif);
	background-repeat: no-repeat;
}
td.subheader01 p {
	font-size: 11px;
	margin: 0 5px;
}
td.subheader01 a {
	color: #FFF;
}
td.subheader02 {
	width: 430px;
	height: 31px;
	background-image:url(image/header_sub02.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
}
td.subheader02 p {
	text-align: right;
	font-size: 12px;
	line-height: 32px;
	color: #FFF;
	margin-right: 8px;
}
td.subheader02 a {
	color: #FFF;
}
td.subheader02 a:hover {
	color: #00F;
}
td.subheader02 span {
	margin: 0 2px 0 5px;
}
td.subheader02 img {
	vertical-align: middle;
	margin: 0 5px 0 2px;
}

/* ------------------------------
 トップページ
------------------------------ */

p.indeximg {
	clear: both;
}
table.indextable {
	margin: 10px 0;
}
td.indextable01 {
	width: 330px;
}
td.indextable02 {
	width: 10px;
}
td.indextable03 {
	height: 10px;
}
p.indexbanner {
	margin-top: 10px;
}
div.rss {
	margin: 20px auto;
}


.bannerweb a:hover {
	image: (url:"image/banner_web.jpg");}

/* ------------------------------
 パンくずリスト、ページトップ
------------------------------ */

p.bread {
	font-size: 12px;
	margin-bottom: 5px;
}
p.pagetop {
	text-align: right;
	font-size: 12px;
	margin-bottom: 15px;
}

/* ------------------------------
 ご注文の流れ
------------------------------ */

table.table02 {
	margin: 0 auto 15px auto;
}
table.table02 td {
	vertical-align: top;
}
table.table02 p {
	margin: 4px 10px;
}
td.table02_1 {
	width: 40px;
}
td.table02_2 {
	width: 628px;
}
td.table02_3 {
	width: 628px;
	background-image:url(image/02_table_body.gif);
	background-repeat: repeat-y;
}
ul.table02 {
	margin: 4px 15px 4px 35px;
}
ul.table02 li {
	margin-bottom: 5px;
}
p.pdf {
	text-align: center;
	margin: 10px auto;
}
p.pdf img {
	vertical-align: middle;
}
p.pdf a {
	color: #E40112;
	font-weight: bold;
}
p.pdf a:hover {
	color: #00F;
}
p.flow {
	padding: 10px 20px;
	font-weight: bold;
	color: #F00;
}

/* ------------------------------
 プラン紹介
------------------------------ */

div.plan {
	width: 100%;
	margin-bottom: 20px;
}
div.plan p {
	margin-bottom: 5px;
	font-weight: bold;
}
div.plan span {
	font-weight: normal;
}
p.plana {
	font-size: 18px;
	color: #02B4FE;
	font-weight: bold;
	margin-bottom: 10px;
}
p.planb {
	font-size: 18px;
	color: #63D750;
	font-weight: bold;
	margin-bottom: 10px;
}
p.planc {
	font-size: 18px;
	color: #EF485C;
	font-weight: bold;
	margin-bottom: 10px;
}
p.pland {
	font-size: 18px;
	color: #611C86;
	font-weight: bold;
	margin-bottom: 10px;
}
table.plan {
	border-top: solid 1px #555;
	border-left: solid 1px #555;
	margin: 20px 0 20px 20px;
}
table.plan td {
	border-right: solid 1px #555;
	border-bottom: solid 1px #555;
	padding: 5px;
}
table.plan02 {
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	margin: 20px auto 20px auto;
}
table.plan02 td {
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	vertical-align: middle;
}
table.plan02 p {
	margin: 5px 10px;
}
td.plan02_1 {
	width: 300px;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}
td.plan02_a {
	background-color: #00A0E8;
	color: #FFF;
}
td.plan02_b {
	background-color: #30A33C;
	color: #FFF;
}
td.plan02_c {
	background-color: #CB213B;
	color: #FFF;
}
td.plan02_d {
	background-color: #5C1885;
	color: #FFF;
}

/* ------------------------------
 デザインテンプレート
------------------------------ */

table.designlink {
	margin: 15px 8px;
}
td.dlink00 {
	width: 20px;
}
td.dlink01 {
	width: 317px;
}
td.dlink02 {
	width: 317px;
	background-image:url(image/04_table_body.gif);
	background-repeat: repeat-y;
}
td.dlink02 p {
	margin: 2px 15px;
	font-size: 11px;
	line-height: 1.3;
}
p.dlink03 {
	text-align: center;
}
table.template {
	margin: 10px auto 20px auto;
}
td.template00 {
	width: 20px;
}
td.template01 {
	width: 325px;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	background-color: #CCC;
}
td.template01_0 {
	width: 325px;
}
td.template01 p {
	margin: 3px 10px;
	font-size: 18px;
	font-weight: bold;
}
td.template02 {
	width: 325px;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
}
td.template02 p {
	margin: 3px 10px;
	font-size: 12px;
}
p.template03 {
	text-align: center;
	margin: 15px 0;
}
table.template03 {
	margin: 5px 17px 5px 18px;;
}
td.template03_1 {
	width: 136px;
	text-align: center;
	padding: 2px 0;
}
td.template03_2 {
	width: 18px;
}
form.temp {
	text-align: left;
	margin: 20px;
}

/* ------------------------------
 テキストテンプレート
------------------------------ */

table.text01 {
	margin: 15px 10px;
}
table.text01 td {
	width: 325px;
}
table.text01 p {
	margin: 5px 0;
}
table.catch {
	margin: 0 0 15px 10px;
}
td.catch01 {
	width: 100px;
	font-weight: bold;
}
td.catch02 {
	width: 500px;
}

/* ------------------------------
 良くある質問
------------------------------ */

table.faq {
	margin: 0 5px 30px 5px;
}
td.faq {
	width: 575px;
	font-weight: bold;
}

td.faq03 {
	width: 575px;
	
}

td.faq01 {
	width: 85px;
}
p.ques {
	font-size: 18px;
	color: #FE8301;
	font-weight: bold;
}
table.faq001 {
	margin: 15px 0;
	border-top: solid 1px #555;
	border-left: solid 1px #555;
	text-align: center;
}
table.faq001 td {
	border-bottom: solid 1px #555;
	border-right: solid 1px #555;
	text-align: center;
	padding: 3px;
}
td.faq001 {
	font-weight: bold;
	background-color: #FEC180;
}
table.faq002 {
	margin: 15px 0;
	border-top: solid 1px #555;
	border-left: solid 1px #555;
	text-align: center;
}
table.faq002 td {
	border-bottom: solid 1px #555;
	border-right: solid 1px #555;
	text-align: right;
	padding: 3px;
}
td.faq002a {
	background-color: #C6ECFF;
}
td.faq002b {
	background-color: #E2FFD3;
}
td.faq002c {
	background-color: #FEC9CF;
}
p.faq002a {
	text-align: center;
	color: #00B3FE;
	font-size: 16px;
}
p.faq002b {
	text-align: center;
	color: #65D74E;
	font-size: 16px;
}
p.faq002c {
	text-align: center;
	color: #F1455B;
	font-size: 16px;
}

p.thanks  {	
	padding-top: 5px;
	color: #0858B1;
	font-weight: normal;
}
	

/* ------------------------------
 お支払について
------------------------------ */

div.payment {
	width: 590px;
	margin: 0 40px;
}
p.payment01 {
	font-size: 20px;
	font-weight: bold;
	color: #FF8200;
	margin: 10px;
}
table.kouza {
	margin: 15px 0;
	border-top: solid 1px #555;
	border-left: solid 1px #555;
}
table.kouza td {
	border-bottom: solid 1px #555;
	border-right: solid 1px #555;
	padding: 5px;
	text-align: center;
}
td.kouza01 {
	background-color: #FEC180;
	font-weight: bold;
}

/* ------------------------------
 会社案内
------------------------------ */

table.company {
	margin: 15px 35px;
	border-top: solid 1px #BBB;
	border-left: solid 1px #BBB;
}
table.company td {
	border-bottom: solid 1px #BBB;
	border-right: solid 1px #BBB;
}
table.company p {
	margin: 3px 5px;
}
td.company01 {
	width: 150px;
	background-color: #fffa7b;
}
td.company02 {
	width: 450px;
}

/* ------------------------------
 お申し込み方法
------------------------------ */

p.request {
	margin: 5px 15px;
	font-size: 18px;
	font-weight: bold;
}
p.request img {
	vertical-align: middle;
	margin: 0 3px;
}
div.request {
	width: 100%;
	border: solid 1px #999;
	margin-bottom: 20px;
}
div.request p {
	margin: 10px 30px;
}
table.contact {
	margin: 20px 5px;
}
table.contact td {
	border: solid 1px #FFF;
	background-color: #E6E6E6;
}
td.contact01 {
	width: 220px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}
td.contact02 {
	width: 440px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
input.contact {
	width: 320px;
	border: 1px solid #B3B3B3;
	font-size: 12px;
}
input.contact02 {
	width: 135px;
	border: 1px solid #B3B3B3;
	font-size: 12px;
}
input.contact03 {
	width: 50px;
	border: 1px solid #B3B3B3;
	font-size: 12px;
}
textarea.contact {
	width: 320px;
	border: 1px solid #B3B3B3;
	font-size: 12px;
}
.btn {
	width: 70px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #B3B3B3;
	font-size: 12px;
}
iframe.contact {
	width: 668px;
	height: 900px;
}
p.busu {
	text-align: center;
	margin: 10px 200px 0 170px;
	background-color: #4CB5FF;
	color: #FFF;
	font-weight: bold;
}

/* ------------------------------
 プライバシーポリシー
------------------------------ */

ul.privacy {
	margin: 10px 30px 30px 30px;
}
ul.privacy li {
	margin-bottom: 10px;
}

/* ------------------------------
 サイトマップ
------------------------------ */

ul.sitemap {
	margin: 30px 50px;
	font-size: 18px;
}
ul.sitemap li {
	margin-bottom: 10px;
}
ul.sitemap a {
	font-weight: bold;
	color: #FE8200;
}
ul.sitemap a:hover {
	color: #00F;
}

/* ------------------------------
 WEB作成
------------------------------ */

p.over a {
	display : block ;
	background-repeat : no-repeat ;
   
	margin: 0 0 15px 0;
}

p.over a:hover {
    color : fff ;
	background-image:url(image/banner_web2_on.gif);
	display : block ;
	background-repeat : no-repeat ;
	
	
}

p.over a:hover img{
    visibility : hidden ;
    border-style : none ;
	
}

/* ------------------------------
 フッター01
------------------------------ */

p.footer01 {
	height: 50px;
	background-image:url(image/footer01.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 12px;
	color: #000;
	line-height: 22px;
	clear: both;
}
p.footer01 a {
	color: #000;
}
p.footer01 a:hover {
	color: #00F;
}

/* ------------------------------
 フッター02
------------------------------ */

p.footer02 {
	height: 24px;
	background-image:url(image/footer02.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	line-height: 24px;
}





/***** menu list *****/




.leftmenu li {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif; 
	list-style-type: none;	
	width:202px;
	height:20px;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	background: #fff  url(image/sidebg.png) no-repeat;
}


.leftmenu li a {
	color: #2a60ac;
	text-decoration: none;
	padding-left:13px;
	}

.leftmenu li:hover {
	background: #fff  url(image/sidebg_on.png) no-repeat;
	color: #0e3060;
}


.small {
font-size: 9px;}
