@charset "utf-8";
/* ----------------------------------------------------------

1.Universal Selector
2.Structure Module
3.Text Module
4.Table Module
5.List Module
6.Image Module
7.Link Module
8.Form Module

------------------------------------------------------------- */


/* ==========================================================

     1.Universal Salector

============================================================= */
* {
	margin: 0;
	padding: 0;
	color: #202020;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	font-size: 1em;
	letter-spacing: 0.1em;
	zoom: normal;
}


/* ==========================================================

     2.Structure Module

============================================================= */
html { width: 100%; height: 100%; }
body { width: 100%; height: 100%; background: url(../images/body_bg_pink.png); }

/* clearfix */
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.clearfix {
  _height: 1px;
  min-height: 1px;
  /*��*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#container {
	margin: auto;
	width: 910px;
	height: 100%;
	min-height: 100%;
	background: #ffffff url(../images/container_bg.png) repeat-y;
}
	body > #container{ 
			height: auto; 
	}

#header {
	margin: 0px 20px;
	height: 150px;
	background: url(../images/header_bg.png) no-repeat;
}
	#logo_area {
		height: 100px;
	}
/* jsでdropdownメニューにする */
#hmenu {
	z-index: 100;
	height: 50px;
	background: url(../images/hmenu_bg.png) no-repeat left bottom;
}
/* jsでdropdownメニューにする */


#contents {
	margin: 0px 20px;
}
	#main {
		float: left;
		width: 580px;
	}
		.section {
			padding-bottom: 20px;
		}

.clear { clear: both; }

	#sidemenu {
	float: right;
	width: 250px;
	}
		#kaiinbosyu {
			height: 100px;
		}

#footer {
	clear: both;
	margin: 0px 20px;
	padding-top: 10px;
	height: 90px;
	background: url(../images/footer_bg.png) repeat-x;
	text-align: center;
}


/* ==========================================================

     3.Text Module

============================================================= */
h1 {
}

h2 {
}
	#sidemenu .section h2 { height: 20px; margin-bottom: 10px; text-indent: -9000px; }
		h2#h_konnendo { background-image: url(../images/h_konnendo.png); }
		h2#h_jcblog { background-image: url(../images/h_jcblog.png); }
		h2#h_jclink { background-image: url(../images/h_jclink.png); }

h3 {
	margin : 0 0 0.75em 10px;
	font-size: 0.75em;
}

h4 {
}

#logo {/* toppageにはh1に。basicpageにはpに。 */
	text-indent: -9000px;
	padding-top: 38px;
}

.section p, .section ul, .section ol, .section dl, .section table { font-size: 0.75em; }
.section p {
	margin: 0 20px 15px 20px;
	line-height: 1.75;
	text-indent: 1em;
}
	#contents .small {
		font-size: 70%;
	}
em {
	font-weight: bold;
	font-style: normal;
}

strong {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
}

hr {
	margin: 15px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	height: 1px;
}
	hr.separation {
		margin: 10px;
		border-color: #eaf1db;
	}

address {
	position: relative;
	top: 50px;
	left: 0;
	font-size: 0.7em;
}

.subject {
	display: block;
	float: left;
	height: 30px;
	text-indent: -9000px;
	background-repeat: no-repeat;
}
.theme {
	display: block;
	float: right;
	margin: 0.25em 10px 0 0;
	text-align: right;
}
/* subjectの中身 */
.rei01       { width: 80px; background-image: url(../images/h_rei01.png); }
.rei02       { width: 80px; background-image: url(../images/h_rei02.png); }
.rei03       { width: 80px; background-image: url(../images/h_rei03.png); }
.rei04       { width: 80px; background-image: url(../images/h_rei04.png); }
.rei05       { width: 80px; background-image: url(../images/h_rei05.png); }
.rei06       { width: 80px; background-image: url(../images/h_rei06.png); }
.rei07       { width: 80px; background-image: url(../images/h_rei07.png); }
.rei08       { width: 80px; background-image: url(../images/h_rei08.png); }
.rei09       { width: 80px; background-image: url(../images/h_rei09.png); }
.rei10       { width: 90px; background-image: url(../images/h_rei10.png); }
.rei11       { width: 90px; background-image: url(../images/h_rei11.png); }
.rei12       { width: 90px; background-image: url(../images/h_rei12.png); }
.teijisoukai { width: 90px; background-image: url(../images/h_teijisoukai.png); }
.kyoto       { width: 90px; background-image: url(../images/h_kyoto.png); }


/* ==========================================================

     4.Table Module

============================================================= */


/* ==========================================================

     5.List Module

============================================================= */
ul { list-style: none;}

#recent_item {
}
	#recent_item li {
		float: left;
		margin: 0 5px 10px 0;
		width: 120px;
		line-height: 1.2;
		text-align: center;
	}
		#recent_item li.noimg {
			padding: 20px 0px;
			width: 118px;
			height: 48px;
			outline: 1px solid #cccccc;
		}

#jclink ul, #jcblog ul {
}
	#jclink ul li, #jcblog ul li {
		margin-left: 0;
		background: none;
		line-height: 2;
		text-align: center;
	}
	
#fmenu {
	font-size: 0.7em;
}
	#fmenu li {
	display: inline;
	margin: 0px 30px;
	}

/* 20110621 特設バナー用 */
.attention_banner {
}
	.attention_banner ul {
		margin-left: 20px;
	}
	.attention_banner ul li a {
		display: block;
		width: 550px;
		height: 86px;
		background-color: #ffffff;
	}
	.attention_banner ul li a img:hover {
		opacity: 0.75;
	}


/* ==========================================================

     6.Image Module

============================================================= */
img { border: none; }

#recent_item img {
	border: 4px solid #ffffff;
	outline: 1px solid #cccccc;
}


/* ==========================================================

     7.Link Module

============================================================= */
a { border: none; color: #004be4; text-decoration: none; overflow: hidden; outline: none; }

#logo a {
	display: block;
	width: 490px;
	height: 42px;
	background: url(../images/abikojc.png) no-repeat;
	text-indent: -9000px;
}

/* jsでdropdownメニューにする
#hmenu li a {
	display: block;
	margin-right: 1px;
	width: 173px;
	height: 30px;
	background-repeat: no-repeat;
	text-indent: -9000px;
}
	#hmenu li#hmenu1 a { width: 174px; background-image: url(../images/hmenu1.png); }
	#hmenu li#hmenu2 a { background-image: url(../images/hmenu2.png); }
	#hmenu li#hmenu3 a { background-image: url(../images/hmenu3.png); }
	#hmenu li#hmenu4 a { background-image: url(../images/hmenu4.png); }
	#hmenu li#hmenu5 a { margin-right: 0px; background-image: url(../images/hmenu5.png); }

	#hmenu li a:hover { background-position: left bottom; }
jsでdropdownメニューにする */

.section p a {
	padding: 0 0.2em;
}

#kaiinbosyu a {
	display: block;
	width: 250px;
	height: 100px;
	background: url(../images/kaiinbosyu.png) no-repeat;
	text-indent: -9000px;
}
	#kaiinbosyu a:hover { background-position: left bottom; }

#recent li a:hover { background-color: #eaf1db; }
#recent  li a img:hover { background-color: transparent; outline: 1px solid #eaf1db; }

#jcblog a:hover { background-color: #eaf1db; }
	
#jclink a {
	width: 210px;
	text-align: center;
}

#footer a {
		color: #ffffff;
}
#fmenu li a {
	font-weight: bold;
}

#fmenu li a:hover, address a:hover {
	color: #004be4;
}


/* ==========================================================

     8.Form Module

============================================================= */



