@charset "UTF-8";

/* ---------------------------------------

	NAOMI YAMAMOTO SUGARCRAFT STUDIO
	www.sugarcraft-yamamoto.com
	BASE CSS

------------------------------------------
------------------------------------------
 
	1.BROWSER STYLE CLEAR
	2.LAYOUT
	3.OTHER
	 
-------------------------------------------*/

/* ----------------------------------------
	1.BROWSER STYLE CLEAR
------------------------------------------*/
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

a { color:#E685AA; text-decoration:underline;}
a:hover { color:#E56A84; text-decoration: underline;}

/* 回り込みクリア */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
	clear: both;
}

/* ----------------------------------------
	2.LAYOUT
------------------------------------------*/

body {
	background-color:#432F2F;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ ゴシック";
	text-align: center;
	font-size: 93%;
	line-height: 160%;
}
#wrap {
	width:930px;
	margin:0 auto;
	text-align:left;
}
#header {
	position:relative;
	margin-top:10px;
	height:100px;
	background:url(../image/bg_header.gif) no-repeat 0 97px;
}
#main {
	background:url(../image/bg.gif) repeat-y;
}
#contents { 
	padding:20px 0 0 3px;
	margin-left:250px;
	width:660px;
}
#footer {
	clear:both;
	background:url(../image/bg_footer.gif) no-repeat;
}



/* HEADER 
-------------------------------------------------*/
#logo {
	position:absolute;
	top:0;
	left:0;
	width:185px;
	height:47px;
}
#navi {
	position:absolute;
	top:67px;
	left:0px;
	width:930px;
	height:25px;
	bo
}
#subnavi {
	position:absolute;
	top:12px;
	left:684px;
	width:246px;
	height:20px;
}
#subnavi li{
	float:left;
}


/* NAVI 
-------------------------------------------------*/
#navi {
	width:930px;
	height:25px;
}
#navi li {
	list-style:none;
	float:left;
}

#subnavi li {
	list-style:none;
	float:left;
	height:20px;
}


/* MAIN 
-------------------------------------------------*/
#main h2 {
	margin-left:3px;
	float:left;
}
.contents-image{
	margin-bottom:20px;
}
.contents-image	/* ページ内イメージ */{
	margin-bottom:20px;
}


/* PAGETOP 
-------------------------------------------------*/
#gotop  {
	clear:both;
	margin:30px 0 0 575px;
}
#gotop li {
	list-style:none;
	width:84px;
	height:23px;
}

/* FOOTER 
-------------------------------------------------*/

address {
	margin-left:586px ;
	padding-top:15px;	
}



/* ----------------------------------------
	3.OTHER
------------------------------------------*/

.flexBox {
	display: flex;
	justify-content: space-between;
}

#contents p {margin-bottom:1.8em;}
.font-s { font-size: 83%;}
.font-l { font-size: 106%; font-weight:bold;}

.float-left {
	float:left;
	padding:0 10px 10px 0;
}
.float-right {
	float:right;
	padding:0 0 10px 10px;
}

.mt00 { margin-top: 0px;}
.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mt50 { margin-top: 50px;}

.mr10 { margin-right: 10px;}
.mr20 { margin-right: 20px;}
.mr30 { margin-right: 30px;}
.mr40 { margin-right: 40px;}
.mr50 { margin-right: 50px;}

.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml30 { margin-left: 30px;}
.ml40 { margin-left: 40px;}
.ml50 { margin-left: 50px;}

.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
