/*-----------------------------------------------------------------------------

全体

-----------------------------------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	
	color: #333333;
}
body {
	font-size: 14px !important; /* IE 7向け */
	font-size: small; /* IE 6以下 */
	width: 800px;
	margin:0px auto 0px auto;
}
html>/**/body {
	font-size: 14px; /* モダンブラウザ向け */
}
H1{
	text-indent:-3000px;
	background-image:url(../../PMfiles/all/logo_shopping.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 75px;
	width: 160px;
	float: left;
	margin:5px 0px 10px 0px;
}
H2{
	border-bottom: 2px solid #FF9933;
	background-image: url(../../PMfiles/all/h2.gif);
	background-repeat: no-repeat;
	background-position: 5px top;
	font-size: 16px;
	color: #333333;
	text-indent: 30px;
	margin: 15px 10px;
	padding: 5px 3px 3px 3px;
}
H3{
	margin: 20px 0px 10px 0px;
	height: 30px;
	width: 100%;
	clear: both;
	font-size: 16px;
	text-indent:10px;
	color: #2E5FFF;
	border-left: 5px solid #FF9900;
}
H3 span{
	font-size:26px;
	color: #344DA1;
	}
H4{
	text-indent:-3000px;
	padding-bottom: 10px;
}
A:link{
	color: #0066CC;
}
A:visited{
	color: #003399;
}
UL{
	padding-top: 15px;
}
LI{
	list-style:none;
}
DL{
}
DT{
	list-style-position: inside;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}
DD{
	margin-left: 20px;
	margin-bottom: 2px;
}
P{
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
FORM{
}
INPUT{
	height: 18px;
	padding-left: 3px;
}
INPUT:focus{
	background-color:#E9FCE9 !important;
}
SELECT{
	margin-top: 3px;
	height: 18px;
}
IMG{
	border: none;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.bottom {
	background-image: url(../../PMfiles/all/login_bottom.gif);
	background-repeat: no-repeat;
	width: 220px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 10px;
	background-color: #FFFFFF;
}


/* -----------------------------------------------------------------------------

ヘッダー

----------------------------------------------------------------------------- */
#header {
	width: 760px;
	clear: both;
	height: 80px;
	padding: 0px;
	margin:0px auto 0px auto;
}
#header P{
	float:left;
	font-weight:bold;
	margin:10px 10px 0px 10px;
	font-size: 26px;
	color: #669900;
	width:300px;
	padding:35px 0px 0px 5px;
}

/* -----------------------------------------------------------------------------

ログイン部分

----------------------------------------------------------------------------- */
#login {
	float: right;
	text-align: center;
	width: 220px;
	height: 40px;
	padding: 0px;
	margin:0px auto 0px 10px;
	font-size: 12px;
	margin-right: 0px;
}
#login #loginform {
	width: auto;
	margin: 0px;
	padding: 5px 0px 5px 8px;
	background-color: #FAFAFA;
	text-align: left;
	border-right: 1px solid #BBB;
	border-left: 1px solid #BBB;
}
#loginform INPUT{
	border: 1px solid #999999;	
}
#loginform INPUT.button{
	height: 22px;
	width: 44px;
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: bottom;
}



/*-----------------------------------------------------------------------------

メイン（1カラム）

-----------------------------------------------------------------------------*/
#main{
	clear: both;
	margin:0px auto 0px auto;
	width:760px;
	min-height:420px;
	height: auto !important;
	height: 420px;
	text-align:center;
}

.construction{
	text-align:center;
	position:relative;
	margin:80px auto 30px auto;
}
#main p{
	text-align: center;
	padding-top: 5px;
	font-size: 25px;
}
.indispensability2 {
	font-size: 26px;
	font-weight: bold;
	color: #FF6600;
	margin-left: 3px;
	margin-right: 3px;
}

.to_top {
	text-align: right;
	font-size: small;
	position:relative;
	margin:20px 0px 0px auto;
}



/*-----------------------------------------------------------------------------

フッター

-----------------------------------------------------------------------------*/
#footer{
	clear: both;
	text-align: right;
	border-top: 1px solid #999999;
	margin-top: 10px;
}
#footer DIV{
	border-top: 5px solid #EEEEEE;
	padding: 5px 10px 0px 10px;
}
#footer IMG{
	margin-top: 5px;
}
