@charset "UTF-8";
/*
================================================================================
CSS Document 
common.css　彩食健美Life 通販／ 共通スタイル
[Date］10/02/01　[Author］M Moriyama
================================================================================
*/

/* ----------------------------------------
 ブラウザの初期期設定リセット
---------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* ----------------------------------------
 body設定
---------------------------------------- */
body {
	color: #464646;
	text-align: center;
}

/* ----------------------------------------
 リンク設定
---------------------------------------- */
a, a:link, a:visited {
	color:#616365;
}
a:hover {
	color:#C0C0C0;
	position:relative;
	top:1px;
	left:1px;
	text-decoration:none;
}

/* ----------------------------------------
 共通レイアウト
---------------------------------------- */
#top {
	width:900px;
	margin:0 auto;
	background:url(images/bg.gif) repeat-y;
}

#head {
	width:880px;
	margin:0 auto;
	height:70px;
	background:url(images/header.gif) no-repeat;
	text-indent:-10000px;
}

h1 a {
	display:block;
	float:left;
	width:197px;
	height:70px;
	font-size:100%;
	outline:0;
}

h1 a:hover {
	position: relative;
	top: 0px;
	left: 0px;
}

p {
	padding: 0;
	margin: 0;
}

.clr {
	clear:both;
}

#pageTop {
	float:right;
	width:300px;
	margin-top:20px;
	margin-bottom:10px;
	text-align:right;
}
#pageTop p {padding-right:20px;font-size:80%;text-transform:uppercase;}
#pageTop p a {text-decoration:none;}
#pageTop p a:hover {color:#999999;position:relative;top:1px;left:1px;text-decoration:none;}
#pageTop p img {vertical-align:middle;margin-right:3px;text-decoration:none;border:0;}
#pageTop p a:hover span {text-decoration:underline;}

#pageBack {
	float:left;
	width:300px;
	margin-top:20px;
	margin-bottom:10px;
	text-align:left;
}
#pageBack p {padding-left:16px;font-size:80%;text-transform:uppercase;}
#pageBack p a {text-decoration:none;}
#pageBack p a:hover {color:#999999;position:relative;top:1px;left:1px;text-decoration:none;}
#pageBack p img {vertical-align:middle;margin-right:3px;text-decoration:none;border:0;}
#pageBack p a:hover span {text-decoration:underline;}


#footer {
	width:880px;
	margin:0 auto;
	text-align:left;
	background:url(images/pt_dotted.gif) repeat-x;
}
.footer_l {width: 175px;float: left;padding: 8px 0 0 12px;}
.footer_r {width: 688px;float: right;margin-top:22px;line-height: 130%;}
.copyright {font-size:11px;padding:6px 0 50px 15px;}

