@charset"Shift_JIS";

/*基本セレクタ*/
body{
	font-size: 0.9em;
	font-family:"ヒラギノ PRO W3","MS Pゴシック",Osaka,sans-serif;
	text-align:center;/*実験的*/
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: #0033ff;
}

a:hover{
	color: #3399ff;
}


img{
	border:0px;
}

/*コンテナ（全体）*/
#container{
	width: 780px;
	position: relative;
	margin: 0;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/main_bg.gif);
	padding: 0;
}

/*ショップタイトル*/
#title{
	position: absolute;
	top: 10px;
	left: 30px;
}

/*ヘッダー*/
#header{
	width: 760px;
	height: 100px;
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#header h1,#header h2,#header h3{
	display:none;
}

/*紹介文*/
#explanation{
	display:none;
}





/*メインコンテンツ*/
#main{
	width:700px;
	float:left;
	margin-top:20px;
	margin-left:40px;
	_margin-left:20px;
	background-color:#ffffff;
	margin-bottom: 20px;
}


/*左メニュー*/
#main_left {
	width: 180px;
	float: left;
	text-align:left;/*実験的*/
	margin-left: 0px;
	_margin-left: 0px;
}

#main_left p {
	margin-top:1em;
	margin-bottom:1em;
	line-height: 150%;
}

#main_left a {
	background-image: url(img/link_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}

/*左メインコンテンツ　各ファイル管理*/

/*主要案内・右メニュー*/
#main_right {
	width: 500px;
	float: right;
	text-align:left;/*実験的*/
	margin-left: 0px;
	_margin-left: 0px;
}

#main_right p {
	margin-top:1em;
	margin-bottom:1em;
	line-height: 150%;
}




/*リンク設定・メイン・サブ 各ファイルで管理 #main_menu #sub_menu...*/


/*フッター*/


#footer_pr{
	width: 500px;
	height:30px;
	text-align:left;
	padding-left:0px;
	padding-right:0px;
	background-color:#ffffff;
	background-image:url(img/footer_bar.gif);
  	background-repeat:no-repeat;
}
#footer_pr h3{
	padding-left:10px;
	margin-bottom:0px;
	width:500px;
  	height:20px;
  	font-size:0.8em;
	font-weight:lighter;
	color:#333333;
}



#footer_info {
	width: 500px;
	text-align:left;
	padding-left:0px;
	padding-right:0px;
	background-color:transparent;
}

#footer_info p {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 150%;
	color:#000000;
}

#footer_info p.footer_menu2{
	margin-top:10px;
	padding:3px 0;
	font-size:0.8em;
	text-align:left;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}

#footer_info p.footer_menu{
	margin-top:10px;
	padding:3px 0;
	font-size:0.8em;
	text-align:center;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}

#footer_info p.up{
	margin-bottom:0px;
	font-size:0.8em;
	text-align:right;
}

/*著作権表記*/

#copy{
	clear:both;
	width:760px;
	height:auto;
	margin-top:5px;
	margin-left: auto;
	margin-right: auto;
	background-color:#3399ff;
	margin-bottom: 0px;	
}

#copy p{
	margin-top:0px;
	font-size:0.8em;
	text-align:center;
	color:#ffffff;
}

#copy a{
	text-decoration: none;
	color:#ffffff;
}

/*PR*/
#pr{
	width:780px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	padding-right:0px;
	padding-bottom:5px;
	text-align:right;
	background-color:#ffffff;
}

#pr_link{
	float:right;
	width:400px;
	height:15px;
	font-size:11px;
	text-align:right;
	background-color:transparent;
	overflow:auto;
}

#pr_link a{
	color:#999999;
}

/*日本淡水開発・バナー*/
#ntk{
	position: absolute;
	top: 360px;
	left: 80px;
}