﻿/* ページ全体 */
.body {
	font-family: "MS UI Gothic";
	font-size: 14px;
	background-color: #FFFFFF;
	color: #003;
	text-decoration: none;
}



/* ヘッダー */

#header {
	text-align: left;
	font-family: "Segoe Script";
	color: #0000FF;
	font-size: 50px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 60px;
}


#navi {
	background-color: #00CCFF;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Segoe Script";
	height: 50px;
	width: auto;
	margin: 0px;
}

#navi_inner {
	width: 1000px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	line-height: 50px;
	margin-bottom: 0px;
	margin-top: 0px;
}


/* ナビ */

#navi_inner ul {
	list-style-type: none;
	display: table;
	padding-left: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}




#navi_inner li {
	margin: auto;
	float: left;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	width: 200px;
	display: block;
	height: 50px;
	padding-left: 0;
}



#navi_inner a {
	display: block;
	margin: auto;
	color: #FFFFFF;
}

#navi_inner a:link {
	display: block;
	margin: auto;
	text-decoration: none;
	color: #FFFFFF;
}
#navi_inner a:hover {
	background-color: #0066FF;
	display: block;
	margin: auto;
}


/* 本体 */


#body_main {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
}


a {
	color: #2E405F;
	}
a:link {
	color: #6600CC;
}
a:hover {
	color: #6600CC;
}


/* フッター */

#footer {
    width: 1000px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
}

#footer ul {
	list-style-type: none;
	display: table;
	padding-left: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}


#footer li {
    float: left;
    font-weight: bolder;
    text-decoration: none;
    width: 180px;
    display: block;
    height: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 3px;
}



#footer a {
	display: block;
	margin: auto;
}

#footer a:link {
	display: block;
	margin: auto;
	text-decoration: none;
}
#footer a:hover {
	display: block;
	margin: auto;
	color: #800080;
}

#copy_right {
    font-size: 11px;
    width: 600px;
    margin-right: auto;
    text-align: center;
    margin-left: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* 見出し */

h1  {
	font-family: "MS UI Gothic";
	font-size: 40px;
	border-bottom-width: 5px;
	border-bottom-color: #666;
	font-weight: bold;
	color: #000;
	text-align: left;
	line-height: 48px;
	padding-left: 3px;
	margin-left: 0;
	border-bottom-style: solid;
	background-color: #F7F7F7;
}


h2	{
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #000000;
	border-bottom-color: #666666;
	border-bottom-width: 1.5px;
	border-bottom-style: inset;
	line-height: 26px;
}

/* サブメニュー */




ul.sub_menu {
	list-style-type: none;
	display: table;
	padding-left: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}


ul.sub_menu li {
	margin: auto;
	float: left;
	width: 250px;
	display: block;
	padding-left: 0;
	font-size: 16px;
	font-weight: bold;
	background-color: #666666;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	position: relative;
}


ul.sub_menu a {
	border-color: #000000;
	display: block;
	margin: auto;
	color: #FFFFFF;
}

ul.sub_menu a:link {
	display: block;
	margin: auto;
	text-decoration: none;
	color: #FFFFFF;
}
ul.sub_menu a:hover {
	background-color: #000000;
	display: block;
	margin: auto;
}





ul.sub_menu ul {
   display: none;
   position: absolute;
   padding-left: 0;
   
}

ul.sub_menu li:hover ul {
	display: block;
}

/* 第2階層 */

ul.sub_menu>li>ul>li>ul>li {
	padding: auto;
	margin: auto;
	float: left;
	width: 90px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	background-color: #666666;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
}


ul.sub_menu>li>ul>li>ul { 
  list-style: none;
  display: none; 
  padding: 0px 0px 0px 0px;
}

ul.sub_menu>li>ul>li:hover>ul {
  display: block;
  position: absolute;
}

ul.sub_menu>li:hover>ul>li:hover>ul {
  display: block;
  position: absolute;
  top:0;
  left:100%;
}


/* 左右分割 */

.devide {
	display: flex;
}


/* 横並び */

.div_box {
	content: '';
	display: table;
	clear: both;
	height: auto;
	margin-bottom: 3px;
	margin-top: 3px;
}

.div_cell {
	float: left;
	width: 197px;
	margin-left: 2px;
	margin-right: 1px;
	line-height: 22px;
}


/* 写真 */

.photo_sum {
	height: 130px;
	width: 195px;
}


/* イラスト */

.paint_sum {
	height: 195px;
	width: 195px;

}
 



