@charset "Shift_JIS";/* 文字エンコードの設定（削除不可） */
//@import "./parts.css";/* 「practical.html」での例を使う場合必要になります。 */
//@import "./additional.css";/* Call EJ Online の拡張用css */
/* ====================================
***************************************

@author Niichi / http://10prs.com/
@version 2009-04-14 : CDP002::monochrome vivid
@CSSの知識がない方は改変しないことをお勧めします

***************************************
======================================= */
/* ====================================
ブラウザのオリジナルスタイルをリセット
======================================= */
/*
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
table,
td,
th,
tr,
col,
colgroup,
tbody,
thead,
tfoot,
fieldset,
form,
img {
margin: 0;
padding: 0;
border: 0 none;
}
*/
/* 基本構造 */
html {
//height: 100%;
}

body {
padding-top: 10px;

//height: 100%;
width: 100%;
margin: 0;
color: #000;
//background-color: #E9CFB8;
background-color: #e6e6fa;

font-size: 17px;
font-family: 'Times New Roman','Arial', 'sans serif';

}

* html body { /* for IE6 */
font-size: 17px;
}
*:first-child+html body { /* for IE7 */
font-size: 17px;
}
hr{
//border-top:1px;
}

a{
	border: 0 none;
	text-decoration: none;
	//background: none;
}
img{
	border: 0 none;
}
#PAGETOP{
	margin: 0px auto;
	width: 800px;
	text-align: center;
	
	background-color: #fff;
}
#HEADER{
	width: 800px;
	height: 107px;
	text-align: center;

}
#HEADER a{
	border: 0 none;
	background: none;
}
/*
 * MENU
 */
#MENU{
	width: 800px;
	height: 67;
	text-align: center;
}

#MENU ul{
	padding-top: 15px;
	padding-left: 4px;
	margin: 0;
	background-image: url("../img/NavigationButtonBackA.png");
	background-repeat: norepeat;
	width: 796px;
	height: 52px; // 67 - padding-top
	list-style-image: none;
	list-style-type: none;
	list-style-position: none;
	text-align: left;
}
#MENU ul li{
	margin-top: 19px;
	margin-bottom: 0;
	padding: 0;
	display: inline;
}

#MENU ul li#MENU-ACADEMIC{
	display: none;
}
div#MENU h2{
	display:none;
}

li#MENU-INDEX{
}
li#MENU-ABOUT{
//	left: -4px;
//	position: relative;
}
li#MENU-EDITORIAL{
//	left: -8px;
//	position: relative;
}
li#MENU-SUBMISSION{
//	left: -12px;
//	position: relative;
}
li#MENU-ARCHIVES{
//	left: -16px;
//	position: relative;
}

/*
 * KIZI
 */
#KIZI{
	margin-top: 30px;
	background-color: #fff;
	width:800px;
	text-align: center;
}

#KIZI h2{
	text-align: left;
	margin:14px 0 8px 9px;
}

#KIZI h3{
	text-align: left;
	margin: 5px 0 0px 15px;
}
#KIZI p{
	margin-top: 0;
}
#KIZI img{
	
	margin-right: 7px;
}
#KIZI ul{
	margin: 0;
	//padding-top: 10px;
	list-style-position: outside;
	text-align: left;
}

#KIZI dl{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	border-left: 9px solid #592414;
	padding-left: 28px;
}

#KIZI dt{
	padding-top: 4px;
}

#FOOTER{
	text-align: left;
	background-color: #592414;
	color: #fff;
}

#FOOTER ul{
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	
}

#FOOTER p{
	display:none;
}
#LOGO{
	hight: 107px;
	width: 800px;
}

/*
 * Others
 */
form#SEARCHBOX{
	visibility: false;
}

.text {
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 9px solid #592414;
	padding-left: 28px;

	text-align: left;
}

.text ul{
	padding:0;	
}
img.line {
	height: 16;
	width: 505px;
	text-align: left;
	margin: 0 0 0 12px;
	display: block;
}

.modori{
	display: none;
}

div#SEARCHBOX{
	display: none;
}

ul#PAN{
	display:none;
}

