﻿/*style reset---------------------*/

*{	margin:0;
	padding:0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

/*全体レイアウト-----------------*/
body {
	background-image:url(images/bgpauline.gif);
	text-align: center;
	color: #333;
	line-height: 1.4;
	}

#wrap {
	width: 760px;
	background-color:#f9f4ff;
	border-right: 2px solid #efe0ff;
	border-left:1px solid #efe0ff;
	text-align: left;
	margin: 0 auto;
}
div#topmessage{
	float:left;
}

div#japansite{
	clear:both;
}


/*☆☆☆デザイン☆☆☆-----------------------*/

#contents {
	margin: 0 40px;
	}

#introduction{
	background-image:url(images/introduction.jpg);
	height:505px;
	margin: 30px;
	background-repeat:no-repeat;
}
#introduction p{
	text-indent: -9999px;
}
h1{
	padding-top:10px;
	background-image:url(images/title.jpg);
	background-repeat:no-repeat;
	height:80px;
	text-indent:-9999px;
}


#topmessage{
	margin-left: 30px;
	width: 300px;
}
#topmessage h2{
	background-image:url(images/title_welcome.gif);
	background-repeat:no-repeat;
	height: 25px;
	text-indent:-9999px;
}
#topmessage p {
	padding-left: 10px;
	font-size: 95%;
	line-height: 1.2;
	margin-bottom: 20px;
	}

#abtcontents{
	padding-left: 380px;
	padding-right: 30px;
}
#abtcontents h2{
	background-image:url(images/title_abtcontents.gif);
	background-repeat:no-repeat;
	height: 25px;
	margin-bottom: 5px;
	text-indent:-9999px;
}
#abtcontents dl {
	padding-left: 10px;
	font-size: 95%;
	line-height: 1.2;
	}
#abtcontents dt {
	background-image: url(images/arrowbotton.gif);
	background-repeat: no-repeat;
	background-position: 0%;
	padding-left: 14px;
	}
#abtcontents dd {
	padding-left: 2em;
	}
#abtcontents a {
	color:#6c5a98;
	text-decoration:none;
	font-weight: bold;

}

#abtcontents a:hover{
	color:#917ebf;
	text-decoration:underline;
	font-weight: bold;

}
#japansite{
	clear: both;
	margin-left: 30px;
}
#japansite h2{
	background-image:url(images/title_link.gif);
	background-repeat:no-repeat;
	height: 25px;
	text-indent:-9999px;
}

a img {
	border:0;
}

#copyright{
	background-image:url(images/copyright.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	padding-bottom:10px;
}

.jump {
	text-align: right;
	margin-right: 20px;
	font-size: 90%;
	}

/*ナビゲーション----------------*/
/***横----------------------------*/
#mainmenu ul{
	background-color: white;
	margin:0px;
	text-align: center;
	font-family:"Arial Black","ＭＳ ゴシック",sans-serif;
	font-size:85%;
	border-width: 2px 10px;
	border-color: #f9f4ff;
	border-style: solid;
}
#mainmenu ul li{
	display:inline;
	list-style-type:none;
	margin:0px 0.2em;

}
#mainmenu ul a{
	color: purple;
	text-decoration:none;
}
#mainmenu ul a:hover{
	background-color:purple;
	color: white;
}

#mainmenu ul a#current {
	color: black;
	background-color: white;
	}


/*トップページ画像リンク*/
#japansite ul {
	overflow: hidden;
	height: 53px;
	list-style-type: none;
	}
#japansite ul li {
	display: inline;
	float: left;
	width: 160px;
	height: 43px;
	margin: 5px;
	}
#japansite ul li a {
	display: block;
	width: 160px;
	height: 43px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	outline: none;
	}
#jlau a {
	background-image: url(images/LaudateBN.gif);
	}
#spau a {
	background-image: url(images/ShopPaulineBN.gif);
	}
