@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  kurashita.css
 style info :  universal styles for kurashita-no-yu
=================================================================== */

/*----------------------------------------------------
	Headings
----------------------------------------------------*/
h1 {
	margin: 17px 0 30px 10px;
	background: url(../img/logo02.gif) no-repeat;
}
h1 a {
	width: 180px;
	height: 350px;
	font-size: 0;
	display: block;
}
h1 span {
	display: none;
}

h2 img {
	margin: 20px 20px 0;
	vertical-align: bottom;
}
h3.text {
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-left: 5px;
	border-left: 5px solid #685549;
}
h4.text {
	font-weight: bold;
	background: url(../img/bg_h4.gif) 0 0.45em no-repeat;
	padding-left: 15px;
}
h5 {
	font-weight: bold;
}

/*----------------------------------------------------
	Division
----------------------------------------------------*/
.imgBlock {
	width: 580px;
	margin: 0 0 50px 0;
	border-right: 1px dashed #919191;
	border-left: 1px dashed #919191;
	background: url(../img/bg_imgBlock.gif) center bottom no-repeat;
}
.textArea {
	width: 400px;
	float: left;
	padding-left: 15px;
}
.imgArea {
	width: 150px;
	float: right;
	padding-right: 15px;
}
.textArea,
.imgArea {
	min-height:150px;
	height: auto !important;
	height: 150px;
}

/*.imgBlock p {
	padding: 0 15px;
	min-height:150px;
	height: auto !important;
	height: 150px;
}*/
.imgOnclick {
	float: right;
	position: relative;
	top: -25px;
}

#map {
	width: 580px;
	height: 450px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

#index_deco {
	width: 370px;
	height: 290px;
	float: right;
	position: relative;
	margin-top: -30px;
	margin-right: -120px;
	background: url(../img/index_deco.png) no-repeat;
}
* html #index_deco {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.kurashitanoyu.com/img/index_deco.png',sizingmethod='crop');
}

#bannerArea {
	width: 180px;
}
#bannerArea a:link {
	text-decoration: none;
}

/*----------------------------------------------------
	Lists
----------------------------------------------------*/
#contents ol, 
#contents ul {
	margin: 0 0 10px 25px;
}

ol li {
	list-style-type: decimal;
}
ol.katakana li {
	list-style-type: katakana;
}

ul.disc li {
	list-style-type: disc;
}

/*----- photo album -----*/
ul.album {
	width: 580px;
	position: relative;
	left: -18px;
}
ul.album li {
	float: left;
	width: 120px;
	height: 120px;
	padding: 11px;
	background: url(../img/bg_img118x118.gif) no-repeat;
	_display: inline;
}
ul.album a:link {
	text-decoration: none;
}

/*----------------------------------------------------
	Definition Lists
----------------------------------------------------*/
dl.course {
	border: 1px solid #999;
	width: 400px;
	margin-left: 15px;
	margin-bottom: 20px;
}

dl.course dt {
	float: left;
	width: 10em;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	_display: inline;
}

dl.course dd {
	margin-left: 10em;
	padding: 5px 5px 5px 10px;
	border-left: 1px solid #999;
}

dl.course:after {
	clear: both;
}

/*----------------------------------------------------
	Table
----------------------------------------------------*/
table {
	width: 100%;
	background: url(../img/thinLine.gif) center top no-repeat;
	margin-bottom: 30px;
}
table th {
	width: 110px;
}
table th, td {
	vertical-align: top;
	padding: 7px 0 7px 10px;
	background: url(../img/thinLine.gif) center bottom no-repeat;
}

table.table01 {
	margin-bottom: 50px;
}
table.table02 {
	margin-bottom: 10px;
}
table.table03 th {
	width: 33%;
	background: url(../img/th_bg.jpg) left bottom repeat-x;
}
	

/*----------------------------------------------------
	Paragraph
----------------------------------------------------*/
.upper {
	font-size: 1.2em;
}
.bottom-space {
	margin-bottom: 2em;
}
.r {
	text-align: right;
}
.guide {
	margin: 0 0 40px 10px;
}
/*----------------------------------------------------
	Image
----------------------------------------------------*/
.img118x118R {
	float: right;
	width: 120px;
	height: 120px;
	padding: 10px;
	background: url(../img/bg_img118x118.gif) no-repeat;
}
span.img118x118L {
	float: left;
	width: 120px;
	height: 120px;
	margin: 0 10px;
	padding: 11px;
	background: url(../img/bg_img118x118.gif) no-repeat;
}

.imgBlockR img,
.imgBlockL img {
	border: 1px solid #ccc;
}

#footer img.logo {
	float: left;
	margin-right: 10px;
} 
/*----------------------------------------------------
	Emphasis
----------------------------------------------------*/
.red {
	color: #990000;
}
.b {
	font-weight: bold;
}


p.note {
	margin-left: 2em;
	color: #D60003;
}
