@charset "utf-8";

/* リセット
----------------------------------------------------- */

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;
}

img {
	border: none;
	vertical-align: bottom;
}

li {
	list-style: none;
}

ol li {
	list-style: decimal;
}


/* リンク色
----------------------------------------------------- */
a:link {
	color:#2491FF;
	text-decoration:none;
}
a:visited {
	color:#2491FF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}


/* 角丸（小）
----------------------------------------------------- */

.curve-01{
 background:#DFEFFF; /* ここの色を変えたら色んな角丸ができる */
 margin:5px 0;
}
.curve-01 div.curve-head{
 font-size:1px;
 height:5px;
 background:url(images/01-curve-left-head.gif) top left no-repeat;
}
.curve-01 div.curve-head div{
 font-size:1px;
 height:5px;
 background:url(images/01-curve-right-head.gif) top right no-repeat;
}
.curve-01 div.curve-bottom{
 font-size:1px;
 height:5px;
 background:url(images/01-curve-left-bottom.gif) bottom left no-repeat;
}
.curve-01 div.curve-bottom div{
 font-size:1px;
 height:5px;
 background:url(images/01-curve-right-bottom.gif) bottom right no-repeat;
}



/* センタリング
----------------------------------------------------- */
body {
	line-height: 1.7;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 80%;
	background-image: url(images/jah_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align:center;
}

#wrapper {
	width:784px;
	background-image: url(images/jah_flame.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}	


/* 左右余白
----------------------------------------------------- */
#header, #nav, #main, #footer {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}


/* footer
----------------------------------------------------- */
#footer {
	clear: both;
	padding-top: 70px;
	padding-bottom: 25px;
}

#home #footer {
	padding-top: 20px;
}

#copy {
	margin-top: 3px;
	margin-left: 3px;
	font-size: 93%;
	color: #999999;
}


/* bottomline
----------------------------------------------------- */
#bottomline {
	border-bottom: 2px solid #2491FF;
}



/* nav
----------------------------------------------------- */

#nav {
	background-image: url(images/jah_navbg.jpg);
	background-color: #2491FF;
	height: 36px;
	width: 760px;
}

#nav ul {
	margin-left: 2px;
}

#nav li {
	float: left;
}

#nav li.home {
	width: 84px;
}

#nav li.message {
	width: 84px;
}

#nav li.board {
	width: 97px;
}

#nav li.admission {
	width: 123px;
}

#nav li.event {
	width: 174px;
}

#nav li.link {
	width: 81px;
}

#nav li.qa {
	width: 112px;
}

#nav li span {
	display: none;
}

#nav li a {
	background-image: url(images/jah_nav.jpg);
	display: block;
	height: 36px;
	width: 100%;
	color: #FFFFFF;
}


/* オフマウス時 */

#nav li.home a {
	background-position: 0px 0px;
}

#nav li.message a {
	background-position: -84px 0px;
}

#nav li.board a {
	background-position: -168px 0px;
}

#nav li.admission a {
	background-position: -265px 0px;
}

#nav li.event a {
	background-position: -388px 0px;
}

#nav li.link a {
	background-position: -562px 0px;
}

#nav li.qa a {
	background-position: -643px 0px;
}


/* オンマウス時 */

#nav li.home a:hover {
	background-position: 0px -36px;
}

#nav li.message a:hover {
	background-position: -84px -36px;
}

#nav li.board a:hover {
	background-position: -168px -36px;
}

#nav li.admission a:hover {
	background-position: -265px -36px;
}

#nav li.event a:hover {
	background-position: -388px -36px;
}

#nav li.link a:hover {
	background-position: -562px -36px;
}

#nav li.qa a:hover {
	background-position: -643px -36px;
}




/* main-トップページ
----------------------------------------------------- */

#home #cont {
	padding-right: 8px;
	padding-left: 8px;
}

#home #left {
	margin-top: 25px;
	float: left;
	width: 470px;
}

#home #left p {
	color: #2D59B5;
}

#home .news {
	margin-top: 30px;
}

.news table {
	margin-top: 8px;
	margin-left: 3px;
	line-height: 1.4;
}

.news td {
	padding-top: 0.2em;
	padding-bottom: 0.3em;
}

.news th {
	font-weight: normal;
	color: #2491FF;
	width: 6.2em;
	vertical-align: top;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
}

#home #right {
	margin-top: 15px;
	float: right;
	width: 250px;
}

#home #right .curve-01 img {
	margin: 5px 12px 12px;
}

#home #right .curve-01 p {
	font-size: 93%;
	margin-right: 17px;
	margin-bottom: 10px;
	margin-left: 17px;
	line-height: 1.6;
}

#home #right .counter {
	margin-top: 40px;
	text-align: right;
}



/* main-共通
----------------------------------------------------- */
#right p {
	margin-bottom: 1.5em;
}


/* main-ご挨拶
----------------------------------------------------- */

#message #cont {
	padding-right: 28px;
	padding-left: 28px;
}

#message #left {
	margin-top: 40px;
	float: left;
	width: 160px;
}

#message #left img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

#message #right {
	margin-top: 35px;
	float: right;
	width: 512px;
}

#message #right p.sign {
	margin-bottom: 0em;
	margin-left: 270px;
	font-weight: bold;
}

#message #right p.sign span {
	font-size: 110%;
}

#message #right p.date {
	margin-top: 0em;
	margin-bottom: 0.5em;
	margin-left: 250px;
}


/* main-その他
----------------------------------------------------- */

.general #cont {
	padding-right: 28px;
	padding-left: 35px;
}

.general #right {
	width: 570px;
}

.general table {
	width: 100%;
	border-top:1px solid #2491FF;
	border-left:1px solid #2491FF;
	border-collapse:collapse;
	line-height: 1.5;
}

.general th, .general td {
	border-right:1px solid #2491FF;
	border-bottom:1px solid #2491FF;
	padding: 2px 3px;
}

.general thead {
	background-color: #DFEFFF;
	text-align: center;
	color: #2491FF;
}

.general h2 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 1.5em;
}



/* 入会案内 */

#admission h3 {
	font-size: 100%;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	width: 570px;
	border-bottom: 1px solid #CCCCCC;
}

#admission h4 {
	font-size: 100%;
	font-weight: normal;
	padding-top: 5px;
}

#admission #right ul {
	line-height: 1.5;
	margin-bottom: 10px;
	margin-left: 3px;
}

li.word, li.pdf {
	line-height: 1.6;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
}

li.word {
	background-image: url(images/icon_word.gif);
}

li.pdf {
	background-image: url(images/icon_pdf.gif);
}


/* 役員一覧 */

#board #right {
	width: 100%;
}

#board #right p {
	text-align: right;
	width: 99%;
	margin-bottom: 0px;
}

#board #right h2 {
	margin-top: 30px;
	margin-bottom: 5px;
}

/* イベント */

#event #cont {
	padding-right: 5px;
	padding-left: 5px;
}

#event #right {
	width: 100%;
}

#event table {
	font-size: 92%;
}

#event td.fee {
	text-align: center;
}

#event td.year {
	font-size: 110%;
	font-weight: bold;
	color: #2491FF;
	padding-top: 7px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-color: #EEEEEE;
}

#event td span {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#event p.contact {
	border-top: 1px dashed #999999;
	margin-top: 2px;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-left: 0.5em;
	line-height: 1.3;
}



/* リンク */

#link h3 {
	font-size: 100%;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	width: 570px;
	border-bottom: 1px solid #CCCCCC;
}

#link #right p {
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}


/* Q&A */

#qa h3 {
	font-size: 100%;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	width: 570px;
	border-bottom: 1px solid #CCCCCC;
	color: #2491FF;
}

#qa .q {
	font-weight: bold;
	background-image: url(images/jah_q.gif);
	background-repeat: no-repeat;
	background-position: left 0em;
	padding-left: 48px;
}

#qa .q1 {
	font-weight: bold;
	background-image: url(images/jah_q.gif);
	background-repeat: no-repeat;
	background-position: left 0em;
	padding-left: 45px;
	height: 35px;
}

#qa .a {
	background-image: url(images/jah_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 45px;
}

#qa .a ol {
	padding-left: 25px;
}

.red {
	color: #CC0066;
}

.blue {
	color: #2D59B5;
}

.bold {
	font-weight: bold;
}

.sup {
	font-size: 80%;
	vertical-align: top;
}


#qa .a table {
	line-height: 1.3;
}

#qa .a th {
	text-align: center;
	background-color: #EEEEEE;
}

#qa .a table table {
	border-style: none;
}

#qa .a table table td {
	width: 33%;
	text-align: center;
	border-style: none;
}

#qa .caption {
	text-align: right;
	margin-top: 2px;
	font-size: 96%;
}

#qa .t_title {
	margin-top: 15px;
	margin-bottom: 3px;
	font-weight: bold;
}
