@charset "utf-8";
/* CSS Document */

*{
	margin: 0 0;
	padding: 0 0;
}

body {
	text-align: center; 
	margin: 0;
	padding: 0;
	background:#ffffff;
	font-size: 80%;
	font-weight:bold;
}
img {
	border:0 none;
}
a img {
	border: none;
	}

#wrapper {
	margin: 0 auto;
	text-align: center;
	width: 900px;
	}

p{
	color:#CC3399;
	}

/*===============================ヘッダー=================================*/

#header {
	width: 900px;
	height: 142px;
	text-align: left;
	background-image:url(img/logo.jpg);
	background-repeat:no-repeat;
	background-position:bottom;	
	}

#header input#address01 {
	margin:33px 0 0 474px;
	width:170px;
	}
	
#header #select {
	width:122px;
	}

#header input#bt01 {
	background-image:url(img/bt.jpg);
	background-color: #fc68b6;
	border-style:none;
	display:block;
	height:35px;
	width:73px;
	margin:26px 0 0 694px;
	text-indent:-9999px;
	}
	
.header_text {
	margin:20px 0 0 500px;
	float:left;
	}
/*===============================メインコンテンツ=================================*/
#mainContents {
	width:900px;
	height:801px;
	margin-bottom: 20px;
}
img.Contents {
	float:left;
}

img.Contents_01 {
	float:right;
}

/*===============================カテゴリー=================================*/
	

.img_01 {
	margin-top: 30px;
}
	
#address {
	background: url(img/img_01.jpg) no-repeat;
	width:900px;
	height:157px;
	clear:both;
}

/*===============================ナビ=================================*/

	
/*===============================フッターイメージ=================================*/

#address form {
	width: 320px;
	height: 27px;
	float: right;
	margin:75px 160px 0 430px;
	}

.mobile {
	width: 260px;
	height: 27px;
	float: left;
	margin: 2px 0 0 0;
	padding: 0;
}


#address input#address02 {
	width:126px;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	}

#address #select02 {
	width:122px;
	float: left;
	}

#address input#bt02 {
	/*display:block;*/
	background-image:url(img/bt_02.gif);
	background-repeat:no-repeat;
	background-color: #fc68b6;
	border-style:none;
	height:27px;
	width:51px;
	border:none;
	/*float: left;*/	
	text-indent:-9999px;
	}

#footer {
	clear:both;
	background-color:#5f0091;
	background-repeat: repeat-x;
	margin: 0 auto;
	text-align: center;
	height: 33px;
	}
	
#sistersite{
	width: 830px;
	height: 210px;
	padding: 0;
	font-weight: normal;
	clear: both;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#sistersite ul{
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	list-style-type: none;
	float:left;
	display: block;
	line-height: 140%;
}

#sistersite li{
	background-image:url(img/line.gif);
	background-position:left center;
	background-repeat:no-repeat;
	list-style-image:none;
	list-style-type:none;
	margin: 0;
	padding: 0 10px;
	float:left;
	display:inline;
}

#sistersite p{
	float: left;
	clear: both;
}

.clear{
	clear:both;
}

ul#gp li a:link{
	color:#000000;
	text-decoration:none;
}
ul#gp li a:visited{
	color:#000000;
	text-decoration:none;
}
ul#gp li a:hover{
	color:#ff006c;
	text-decoration:none;
}

ul#free li a:link{
	color:#000000;
	text-decoration:none;
}
ul#free li a:visited{
	color:#000000;
	text-decoration:none;
}
ul#free li a:hover{
	color:#ff6c00;
	text-decoration:none;
}

ul#offi li a:link{
	color:#000000;
	text-decoration:none;
}
ul#offi li a:visited{
	color:#000000;
	text-decoration:none;
}
ul#offi li a:hover{
	color:#419351;
	text-decoration:none;
}


ul#corp li a:link{
	color:#000000;
	text-decoration:none;
}
ul#corp li a:visited{
	color:#000000;
	text-decoration:none;
}
ul#corp li a:hover{
	color:#0048ff;
	text-decoration:none;
}

p.pink {
	color: #ff006c;
}

p.orange{
	color: #ff6c00;
}

p.green{
	color: #419351;
}

p.blue{
	color: #0048ff;
}
