/* 基本タグ */
	body {
	background-color: #fff;
	color: #333;
	margin: 0 auto;
	padding: 0px;
	}

	@font-face {
	font-family: Century Gothic;
	font-style:  normal;
	font-weight: 400;
	src: local(GOTHIC.TTF), url(http://annjuliaannjerica.com/font/GOTHIC.TTF);
	}

	img {
	border-style: none;
	}

	img.example1 {
	width: 100%;
	height: 100%;
	}

	img.example2 {
	width: 300px;
	height: 300px;
	}

	img.example3 {
	width: 15px;
	height: 15px;
	}

	img.example4 {
	width: 300px;
	height: 200px;
	}

	.resizeimage img {
	width: 98%;
	margin: 0px;
	}
	.align {
	vertical-align: middle;
	}

/* テーブル */
/* メニュー増設時には min-width を要調整 */
	@media screen and (min-width: 641px){
	img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
	}
	#container {
	width: 100%;
	overflow: hidden;
	min-width: 900px;
	max-width: 2000px;
	margin-top: 0px;
	position: absolute;
	}

/* メニューの項目を増やす時はワイズを調整すること */
	#header {
	width: 700px;
	text-align: center;
	margin: 0 auto;
	height: 150px;
	}

	#separator {
	overflow: hidden;
	width: 900px;
	height: 10px;
	text-align: center;
	margin-top: 0px;
	margin: 0 auto;
	background-image: URL(./img/line_img_y.gif);
	background-repeat: repeat-x;
	}

	#canister {
	width: 900px;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	}

	#main {
	overflow: hidden;
	margin-left: 0px;
	margin-top: 10px;
	padding: 0px;
	}

	#title {
	width: 900px;
	overflow: hidden;
	clear: both;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px
	margin: 0 auto;
	}

	#main2 {
	width: 900px;
	overflow: hidden;
	clear: both;
	text-align: center;
	margin-top: 10px;
	margin: 0 auto;
	}

	#main3 {
	width: 600px;
	overflow: hidden;
	clear: both;
	text-align: center;
	margin-top: 10px;
	margin: 0 auto;
	}

	#footer {
	width: 900px;
	overflow: hidden;
	clear: both;
	text-align: center;
	margin-top: 10px;
	margin: 0 auto;
	}

	#canceller {
	clear: both;
	}

	#chapter {
	width: 100%;
	height: 100%;
	overflow: auto;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	margin: 5px auto;
	padding: 15px;
	background: #ccc;
	}
	#section {
	width: 98%;
	height: 100%;
	overflow: auto;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-top: 0px;
	margin: 5px auto;
	padding: 15px;
	background: #eee;
	}

	#chapter2 {
	float: left;
	width: 290px;
	overflow: hidden;
	text-align: right;
	height: 100%;
	margin: 5px auto;
	padding: 0px;
	}
	#section2 {
	float: right;
	width: 500px;
	overflow: hidden;
	text-align: left;
	margin-left: 300px;
	margin: 5px;
	padding: 0px;
	}


/* グローバルナヴィゲーション */
	#navi{
	list-style: none;
	text-align: center;
	height: 40px;
	width: 100%;
	padding: 0;
	min-width: 800px;
	max-width: 2000px;
	margin-top: 15px;
	}
	#navi li{
	display: inline;
	border-bottom: 1px dashed #aaa;
	margin: 2px;
	padding: 2px 2px 10px 2px;
	}

/* モーダルウィンドウ */
	#contents {
	margin: 0 auto;
	padding: 20px 0 50px 0;
	width: 100%;
	}
	p {
	padding: 20px 0;
	}
	#about {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	}
	.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: #000;
	opacity: 0.5;
	z-index: 5;
	}
	.modal_window {
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -250px;
	width: 500px;
	height: 400px;
	text-align: center;
	display: block;
	background: #fff;
	position: absolute;
	z-index: 10;
	}
	.modal_window h2 {
	margin-bottom: 20px;
	width: 500px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	text-indent: 15px;
	background: #aaa;
	}
	.modal_window p {
	padding: 0 15px 15px 15px;
	font-family: Century Gothic;
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	}

	/* CSS3 ModalWindow SET */
	@-webkit-keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
	}
	div#modal div:target {
	-webkit-animation-name: modalFadeIn; 
  	-webkit-animation-duration: 1s;
  	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display:block;
	}

/* ニュースウィンドウ */
	#news {
	float: left;
	width: 300px;
	height: 400px;
	text-align: center;
	margin: 0 auto;
	}

	.scrbox {
	overflow-y: scroll;
	width: 230px;
	height: 250px;
	padding: 10px;
	font-size: 10px;
	color: #aaa;
	border: solid 1px #ccc;
	margin: 0 20px 20px;
	text-align: left;
	border-style: dashed;
	}



/* テキスト */
	.font12{
	font-family: Century Gothic;
	font-size: 12px;
	}
	.font14{
	font-family: Century Gothic;
	font-size: 14px;
	}
	.font16{
	font-family: Century Gothic;
	font-size: 16px;
	}
	.font18{
	font-family: Century Gothic;
	font-size: 18px;
	}

	.font1{
	font-family: Century Gothic;
	font-size: 12px;
	}
	.font1b{
	font-family: Century Gothic;
	font-size: 14px;
	}
	.font1c{
	font-family: Century Gothic;
	font-size: 12px;
	color: #f00;
	}
	.font1d{
	font-family: Century Gothic;
	font-size: 16px;
	}

	.font2{
	font-family: Century Gothic;
	font-size: 20px;
	}
	.font3{
	font-family: Century Gothic;
	font-size: 10px;
	text-align: right;
	}	
	.font3r{
	font-family: Century Gothic;
	font-size: 6px;
	color: #f00;
	}
	.font4{
	font-family: Century Gothic;
	font-size: 28px;
	}
	.font5{
	font-family: Century Gothic;
	font-size: 18px;
	}
	.font6{
	font-family: Century Gothic;
	font-size: 18px;
	font-weight: 700;
	}
	.font6b{
	font-family: Century Gothic;
	font-size: 18px;
	font-weight: 600;
	}
	.font7{
	font-family: Century Gothic;
	font-size: 34px;
	font-weight: 500;
	}


	.now1{
	font-family: Century Gothic;
	font-size: 16px;
	color: #c00;
	font-weight: 700;
	}
	.enter2{
	font-size: 7px;
	}

/* リンク */
	a:link {
	text-decoration: none;
	color: #333;
	font-family: Century Gothic;
	font-size: 16px;
	}
	a:visited {
	text-decoration: none;
	color: #777;
	font-family: Century Gothic;
	font-size: 16px;
	}
	a:active {
	text-decoration: none;
	color: #000;
	font-family: Century Gothic;
	font-size: 16px;
	}
	a:hover {
	text-decoration: none;
	color: #f00;
	font-family: Century Gothic;
	font-size: 16px;
	}

/* アコーディオンパネル */
	.Item {
	position: relative;
	}
 
	input[type='checkbox'], input[type='radio'] {
	width: auto;
	display: inline-block;
	position: absolute;
	opacity: 0;
	height: 35px;
	top: 0;
	left: 0;
	border: none;
	border-radius: 5px;
	}
 
	.Accordion {
	background-color: #fff;
	width: auto;
	font-family: Century Gothic;
	}
 
	.AccordionItem {
	line-height: 35px;
	height: 35px;
	padding: 0 20px;
	display: block;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	border: 1px solid #888;
 	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	margin-top: -1px;
	border-radius: 5px;
	}
 
	.AccordionPanel {
	height: 0px;
	border: 1px solid #888;
	border-top: none;
	border-radius: 4px;
	transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	overflow: auto;
	margin-top: -1px;
	padding: 0;
	}
 
	.AccordionPanel div {
	padding: 10px;
	}
 
	input:checked + label .AccordionPanel {
	height: 100%;
	border-radius: 5px;
	padding: 20px;
	}


