@charset "UTF-8";
/* CSS Document */

/************************/
/*PADサイト向けCSS*/
/************************/
/*@media screen and (min-width: 481px) {*/
@media screen  and (min-width: 768px) and (min-width: 1024px) {

/*common*/	

div#main_body { 
	height:100%;
	width:1200px;
	text-align:center;
	margin:10em auto 4em auto;
}

div#photo {
	height:100%;
	width:950px;
	text-align:center;
	margin:0em auto 0em auto;
}

div#main_titles {
	height:100%;
	width:950px;
	text-align:center;
	margin:0em auto 0em auto;
}

div#main_titles h1 {
	  font-family: 'UtsukushiFONT';
	  font-size:20pt;
	  font-weight:bold;
	  margin:1em auto 1em auto;
}

div#main_titles h2 {
	  font-family: 'UtsukushiFONT';
	  font-size:15pt;
	  font-weight:bold;
	  margin:1em auto 1em auto;
}

div#main_titles img {
	  width:40px;
	  height:40px;
	  margin:0em 0em 0em 0em;
}

div#messages {
	height:100%;
	width:950px;
	text-align:center;
	margin:0em auto 0em auto;
}

div#message_body {
	height:100%;
	width:950px;
	margin:0em auto 0em auto;
}

/*「福島クリーニング」ページ　info.php用*/

div#message_info {
	height:400px;
	width:950px;
	margin:0em 0em 0em 0em;
}

div#message_area0 {
	height:100%;
	width:800px;
	margin:0em auto 0em auto;
}

div#message_area0 p {
	  font-family: sans-serif;
	  font-size:11pt;
	  margin:1em auto 1em auto;
	  text-align:left;
	  word-wrap: break-word;
}

div#message_area0 p img {
	  width:40px;
	  height:40px;
	  margin:0em 0em 0em 0em;
}

/*「集配エリア」ページ　delivery.php用*/
div#message_del {
	height:450px;
	width:950px;
	margin:0em 0em 0em 0em;
}

div#message_pic1 {
	height:300px;
	width:400px;
	float:left;
	margin:0em 0em 0em 3em;
}

div#message_area {
	height:300px;
	width:400px;
	float:right;
	margin:0em 3em 0em 0em;
}

div#message_area p {
	  font-family: sans-serif;
	  font-size:11pt;
	  margin:1em auto 1em auto;
	  text-align:left;
	  word-wrap: break-word;
}



/*「アクセスマップ」ページ　accessmap.php用*/
div#message_pic2 {
	height:450px;
	width:600px;
	float:left;
	margin:0em 0em 0em 2em;
}

div#message_area1 {
	height:300px;
	width:300px;
	float:right;
	margin:0em 0em 0em 0em;
}

div#message_area1 p {
	  font-family: sans-serif;
	  font-size:10pt;
	  margin:1em auto 1em auto;
	  text-align:left;
	  word-wrap: break-word;
}


/*「サービス内容」ページ services.php用*/
div#slot_1 {
	height:100px;
	width:800px;
	margin:0em auto 1em auto;
}

div#slot_1 img {
	height:100px;
	width:100px;
	float:left;
	margin:0em 1em 1em 0em;
}

div#slot_1 h3 {
	  font-family: sans-serif;
	  font-size:11pt;
	  font-weight:bold;
	  margin:0em 0em 0em 1em;
	  text-align:left;
	  word-wrap: break-word;
}

div#slot_1 p {
	  font-family: sans-serif;
	  font-size:10pt;
	  margin:0em 0em 0em 1em;
	  text-align:left;
	  word-wrap: break-word;
}

/*「料金表」ページ prices.php用*/
table {
	width: 400px;
	margin:0em auto 0em auto;
	border-style:none;
}
	
th,td {
	  font-family: sans-serif;
	  font-size:11pt;
	  font-weight:bold;
	  padding:0.2em 0.5em 0.2em 0.5em;
	  text-align:center;
	  border-style:none;
}

/*「お問い合わせ」ページ contact.php用*/
div#message_pic3 {
	height:400px;
	width:500px;
	float:right;
	margin:0em 3em 0em 0em;
}

div#message_area2 {
	height:300px;
	width:300px;
	float:left;
	margin:0em 0em 0em 3em;
}

div#message_area2 p {
	  font-family: sans-serif;
	  font-size:10pt;
	  margin:1em auto 1em auto;
	  text-align:left;
	  word-wrap: break-word;
}

div#frame_1 {
	width:200px;
	height:200px;
	margin:1em 0em 0em 0em;
	z-index:1;
}

div#frame_2 {
	width:200px;
	height:200px;
	margin:-3em 0em 0em 8em;
	z-index:2;
}

div#frame_3 {
	width:200px;
	height:200px;
	margin:-20em 0em 0em 20em;
	z-index:3;
}

/*「サイトマップ」ページ sitemap.html用*/




}