@charset "utf-8";
/* CSS Document */

/*
--------------------------------------------------
［Doux Hair］サイト設定スタイルシート
更新日：2019年7月12日
--------------------------------------------------
目次：
・タグ
・全体レイアウト共通設定
・内部ページレイアウト共通設定
・その他設定
--------------------------------------------------
*/


/* タグ
-------------------------------------------------- */

body {
font-family: Arial,Helvetica,"メイリオ","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka";
font-size: 14px;
line-height: 26px;
letter-spacing: normal;
margin: 0;
padding: 0;
color: #421d00;
background-image: url(../img/back.jpg);
background-repeat: repeat;
background-color: #ffffff;
}

a:link {
color: #f96400;
text-decoration: none;
}

a:visited {
color: #dc3e0e;
text-decoration: none;
}

a:hover {
color: #ff0000;
text-decoration: underline;
}

a:active {
color: #ff0000;
text-decoration: underline;
}


/* 全体レイアウト共通設定
-------------------------------------------------- */

/* ヘッダー */

header {
overflow: hidden;
width: 1010px;
height: 115px;
margin-top: 80px;
margin-left: auto;
margin-right: auto;
background-image: url(../img/back-header.png);
background-repeat: no-repeat;
}

#header-logo{
float: left;
width: 219px;
margin-top: 60px;
margin-left: 60px;
}

#header-info{
float: right;
width: 340px;
margin-top: 60px;
margin-right: 60px;
}

/* メインコンテンツ */

#container {
overflow: hidden;
width: 1010px;
margin-left: auto;
margin-right: auto;
background-image: url(../img/back-contents.png);
background-repeat: repeat-y;
}

/* サイド */

#side {
	float: left;
	width: 230px;
	margin-top: 20px;
	margin-left: 55px;
	background-image: url(../img/back-side.png);
	background-repeat: no-repeat;
	}


/* ナビゲーション */

nav {
width: 146px;
height: 344px;
margin-top: 66px;
margin-left: 40px;
margin-bottom: 40px;
}

nav ul li{
list-style: none;
height: 43px;
text-indent: -9999px;
overflow: hidden;
}

nav ul li a{
display: block;
height: 43px;
}

nav ul li.navi1 a{
width: 146px;
background: url(../img/navi01.png);
}

nav ul li.navi2 a{
width: 146px;
background: url(../img/navi02.png);
}

nav ul li.navi3 a{
width: 146px;
background: url(../img/navi03.png);
}

nav ul li.navi4 a{
width: 146px;
background: url(../img/navi04.png);
}

nav ul li.navi5 a{
width: 146px;
background: url(../img/navi05.png);
}

nav ul li.navi6 a{
width: 146px;
background: url(../img/navi06.png);
}

nav ul li.navi7 a{
width: 146px;
background: url(../img/navi07.png);
}

nav ul li.navi8 a{
width: 146px;
background: url(../img/navi08.png);
}

nav ul li a:hover{
background-position: 0 -43px;
}


/* サイドバナー */

#banner {
width: 146px;
margin-left: 40px;
margin-bottom: 100px;
}

#b-sns {
overflow: hidden;
width: 146px;
}

#b-sns img {
margin-bottom: 10px;
}

#banner a:hover {
opacity: 0.8;
}

.sb-s {
margin-bottom: 10px;
}

#s-outside {
}

#s-outside a:hover {
opacity: 0.8;
}

.sb-anniversary {
margin-top: 20px;
}

.s-line {
width: 230px;
margin-bottom: 30px;
text-align: center;
}

.s-line10 {
margin-bottom: 10px;
}

.s-line a:hover {
opacity: 0.8;
}







/* フッター */

footer {
overflow: hidden;
width: 1010px;
height: 115px;
margin-bottom: 80px;
margin-left: auto;
margin-right: auto;
background-image: url(../img/back-footer.png);
background-repeat: no-repeat;
font-size: 12px;
line-height: 22px;
}

#footer-info{
float: left;
width: 580px;
margin-left: 60px;
}

#footer-info h2 {
margin-bottom: 4px;
font-size: 18px;
font-weight: normal;
}

#footer-copy{
float: right;
width: 268px;
margin-top: 50px;
margin-right: 60px;
}

/* 内部ページレイアウト共通設定
-------------------------------------------------- */

/* ページトップ */

#gotop {
clear: both;
width: 640px;
margin-top: 40px;
margin-bottom: 20px;
text-align: right;
}


/* その他設定
-------------------------------------------------- */

/* リンク画像透明度 */

.opa a:hover {
opacity: 0.8;
}

.notice{
color: #a00202;
}

.red{
color: #a00202;
font-weight: bold;
}

.pic-r20{
margin-right: 20px;
}

.pic-r10{
margin-right: 10px;
}

.red-b{
color: #a00202;
font-size: 16px;
font-weight: bold;
}



