/* CSS Document */


/* ========インポートCSS======== */

@import "template.css";

/* ========CMSテキストリンクの設定======== */

#main a {
	color: #666666;
	text-decoration:none;
	}

#main a:hover {
	color: #D10000;
	text-decoration:underline;
	}


/* ========イメージエリア======== */
	
#imagearea {
	background-color: #D10000;
	}
	
#image {
	background-image: url(../img/topimage.jpg);
	background-repeat: no-repeat;
	margin: auto;
	width: 948px;
	height: 350px;
	}
	
/* ========YOU TUBEエリア======== */


#contents {
	width:450px;
	}

#youtubeflame {
	float: right;
	background-image: url(../img/youtube.jpg);
	background-repeat: no-repeat;
	margin-right: 31px;
	margin-top: 31px;
	padding-top: 45px;
	width: 404px;
	height: 314px;
	}
	
#youtube {
	margin: auto;
	width: 368px;
	height: 295px;
	}

/* ========コンテンツエリア======== */

.conbox {
	margin-left: 28px;
	}
	
.conbox2 {
	margin-left: 28px;
	margin-top: 15px;
	}
	
.h3bar {
	padding-left: 30px;
	line-height: 27px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	}
	
#list {
	margin-left:165px;
	font-size:90%;
	}

#list a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#list a:hover{
	color: #D10000;
	text-decoration:underline;
	}
	
#list2 {
	margin-left:213px;
	font-size:90%;
	}

#list2 a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#list2 a:hover{
	color: #D10000;
	text-decoration:underline;
	}

.context {
	padding: 10px 0 0 15px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
	}
	
/* ========バナーエリア======== */
	
#bannerarea {
	clear: both;
	background-image: url(../img/silverback.jpg);
	background-repeat: repeat-y;
	margin: auto;
	width: 932px;
	height: 66px;
	padding: 8px;
	}
	
#bannerarea ul {
	margin: 0;
    padding: 0;
	}
	
#bannerarea li {
	float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
	}


#bannerarea li a {
	display: block;
	margin: 0;
	width: 233px;
	height: 66px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999em;
	}
		
#bannerarea li a:hover {
	background-position: -233px 0;
	}
	
#bannerarea #phms a {
	background-image: url(../img/phmsbanner.gif);
	}

#bannerarea #request a {
	background-image: url(../img/requestbanner.gif);
	}

#bannerarea #school-bt a {
	background-image: url(../img/beautybanner.gif);
	}
	
#bannerarea #shop a {
	background-image: url(../img/shopbanner.gif);
	}
