@charset "utf-8";

body {
	color: #000;
	background-color: #fff;
  font-family: 
      'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
      'メイリオ', Meiryo, sans-serif;
	background: url("images/pan.jpg") left 18px repeat-x;
}
* {
	padding: 0;
	margin: 0;
}

a, a:active {
	color: #7c3500;
}
a:hover {
	color: #4f9adb;
}
a:visited {
	color: #909090;
}
#page {
}
.clear {
	clear: both;
}
.nodisp {
	display: none;
}
.italic {
	font-style: italic;
}
.flleft {
	float: left;
}
.flright {
	float: right;
}

#bg1 {
	background: url("images/prechod.png") top left repeat-x;
	height: 12px;
	margin-top: 98px;
}
#bg2 {
	background: url("images/prechod2.png") top left repeat-x;
	padding: 10px;
}
#menu {
	font-size: medium;
}
h1 {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 200%;
	margin: 0 20px 5px 0;
	color: #466f01;
	float: left;
}
h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 125%;
	color: #999;
}
h3 {
	font-size: 100%;
	padding-top: 1ex;
	padding-bottom: 1ex;
}
#menu h2 {
	float: left;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	float: left;
	margin-right: 5px;
}
#menu a {
	display: block;
	text-decoration: none;
	background: url("images/list.jpg");
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	font-family: Georgia, Verdana, sans-serif;
}
#menu a:hover {
	background: url("images/list_normal.jpg");
}

.cpad {
	padding: 5px;
}
#content ul {
/* 	list-style-type: none; */
}
#content, #footer {
	padding-top: 20px;
	font-size: small;
}
#content h2 {
	padding: 1ex;
	font-size: 150%;
	font-family: Georgia, Verdana, sans-serif;
}
#left h2 {
	color: #8b4513;
}
#right h2,
#right h3,
#right h4
 {
	color: #78842c;
}
#left ul li {
	list-style-type: none;
	background: url("images/dotlist.gif") center left no-repeat;
	padding-left: 3ex;
margin-bottom: 5px;
}
#right>ul { margin: .5em 0 1em; }
#right ul li {
	margin-left: 2em;
/*
	padding-left: 3ex;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
	background: url("images/dotlist.gif") center left no-repeat;
	border-bottom: 1px dotted #c0c0c0;
*/
}
#content p {
	padding-bottom: 1ex;
}
#right p { text-indent: 1em; }
#left {
	float: left; /* position: absolute;*/ 
	width: 240px; /* 18em; */
	background: #fff url("images/prechod5.png") top right repeat-y;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	border-bottom: 1px dotted #c0c0c0;
}
.lpad {
	background: url("images/prechod6.png") top left repeat-x;
}
img.flimg {
	margin: 10px;
	border: 1px solid #bbb;
}
#right {
	margin: 0 20px 0 260px; /* 0 2em 0 20em; */
	min-height: 400px;
}
#fbg {
	background: #fff url("images/prechod4.png") top left repeat-x;
	height: 15px;
}
#footer {
	position: relative;
	text-align: center;
}
#designs-by { font-size: x-small; text-align: center; margin: 3px; }
#designs-by, #designs-by a { color: #aaa; }

/* common-header 
-------------------------------------------------*/
#aacore-navi {
    position: absolute; top: 0; left: 0; width: 100%; padding: 0;
    border-bottom: 1px solid #459bdf; background-color: #459bdf;
    font-family: "Century Gothic", Arial, sans-serif; color: #eee;
    font-size: 13px; line-height: 1.4;
}
#aacore-navi h2 { display: none; }
#aacore-navi #an-tpath { float: left; padding-left: .5em }
#aacore-navi #an-ilcaa { float: right; padding-right: .5em }
#aacore-navi a,
#aacore-navi a:hover
    { text-decoration: none; border: none; color: #eee; }
#aacore-navi a:hover { color: #f2b500; }

@media print {
  #aacore-navi { display: none; }
}

/* misc
-------------------------------------------------*/
hr.devider { display: none; }
img { border:none; }
#feed { margin: 20px 0 10px; }

.site-link { margin: 2em 2em 0 0; padding: 3px 10px; border: 1px solid #396; }
.site-link:hover { cursor: pointer; background-color: #e4f2ff; }

#header-msg {
    width: 205px; height: 68px; position: absolute; top: 43px; left: 620px;
    background: url(images/header_msg.png) no-repeat;
}
#top-img { margin-left: 1em; float: right !important; }
#pillars { margin: 10px 20px 20px; padding: 8px; border: 1px solid #ccc; width: 20em; color: #939; }

#profile dd { margin-bottom: 0.8em; margin-left: 5em; }
#profile dt { clear: left; float: left; margin: 0 0 0.8em; width: 5em; border-left: solid 8px #ccc; padding-left: 5px; }

