@charset "utf-8";

/*________________________________________________

	name:			osusume.css
	author:			kumi morita
	mail:			morimori@elf.coara.or.jp
	create Date:	2008-06-20
	lastmodified:	2008-07-10
________________________________________________*/

  
/* Base Styles ===================================
 * (classes defined in the Markup Guide)
================================================*/
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */


/* ColorScheme====================================
	MainColor	=>	#333333
	SubColor	=>	#ffffff
	AccentColor	=>	#
================================================*/

/*-------------------------------
first
-------------------------------*/
.first {
	margin-left: 0!important;
}
/*-------------------------------
float
-------------------------------*/
.float_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.float_right {
	float: right;
	margin-right: 0px;
	margin-bottom: 5px;
}
/*-------------------------------
leftmenu
-------------------------------*/
#leftmenu {
	float: left;
	width: 145px;
	height: auto;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 120%;
}
#leftmenu h2 {
	width: 145px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: large;
	font-weight:bold;
}
#leftmenu h3 {
	width: 145px;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: large;
	font-weight: bold;
}
#leftmenu ul {
	width: 145px;
	margin: 10px 0 5px 0;
	padding: 0;
}
#leftmenu li {
	width: 120px;
	height: auto;
	margin: 0;
	padding: 0 0 5px 20px;
	background-image: url(../../img/icon_whatnew.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	line-height: 15px;
}
#leftmenu p {
	font-size: 90%;
}
.course {
	clear: both;
	width: 145px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 90%;
}
.course img {
	margin: 5px 0 5px 0;
}

/*-------------------------------
contents
-------------------------------*/
#contents {
	display: block;
	float: right;
	width: 615px;
	height: auto;
	margin: 0;
	background-color: #ffffff;
	color: #333333;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 120%;
}
#contents a {
	color: #0066ff;
	text-decoration: underline;
}
#contents a:hover {
	color: #0099ff;
	text-decoration: underline;
}
#contents h2 {
	width: 615px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}
#contents h2 a {
	display: block;
	width: 280px;
	height: 30px;
	margin: -50px 0 30px 320px;
	* margin-bottom: 5px;
	padding: 0;
	text-align: right;
}
#contents h3 {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
}
#contents ul.osusumebtn {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.osusumebtn li {
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
}
/*-------------------------------
contents_course
-------------------------------*/
.contents_course {
	display: block;
	width: 615px;
	height: auto;
	margin: 10px 0 10px 0;
	font-size: 80%;
	line-height: 120%;
}
.course_left {
	display: block;
	float: left;
	width: 405px!important;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
}
.course_left h3 {
	margin: 0;
	padding: 0;
}
.course_left p {
	width: auto; /* 405px */
	margin: 5px 5px 0 5px;
	padding: 0;
}
.course_left p.gaiyo {
	width: auto; /* 405px */
	margin: 5px 10px;
	padding: 5px;
	background: #ece9d8;
	border: 1px #663300 dashed;
	color: #663300;
}
.course_right {
	float: right;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
}
.course_right img {
	margin: 0 0 10px 0;
}
.course_ya {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 0 175px;
	padding: 0;
}

/*--------------------------------------------------------------
お雛様ルート用　2010-02-19-morimori
--------------------------------------------------------------*/
#contents div.hina {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 10px 0 5px;
	padding: 3px 3px 3px 25px;;
	background: url(../img/hina/bg_hinatitle.gif) left center no-repeat;
	border: 3px #ff6666 solid;
	text-align: left;
}
#contents div.hina h2 {
	display: block;
	width: auto;
	margin: 0;
	color: #ff6666;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
}
#contents div.hina span.nendo {
	display: inline-block;
	width: auto;
	margin: 0 auto 0 5px;
	padding: 3px 5px;
	color: #ffffff;
	font-size: 70%;
	background: #cc0000;
	line-height: 1;
	vertical-align: middle;
}
#contents div.hina span.time {
	display: inline-block;
	float: right;
	width: auto;
	margin: auto;
	padding: 3px;
	color: #333333;
	font-size: 12px;
	border: 1px #cccccc solid;
	line-height: 16px;
	vertical-align: middle;
}
#contents div.hina span.time img {
	float: left;
	margin: 0 5px 0 0;
	line-height: 16px;
}


/*--------------------------------------------------------------
takachiho
--------------------------------------------------------------*/
#takachiho {
	font-size: 80%;
	line-height: 1.5;
}
#takachiho h2 {
	margin: 0!important;
}
#takachiho #sansakumap {
	margin: 0!important;
}
#takachiho .time {
	margin-bottom: 5px;
}
#takachiho .btn {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}
#takachiho .left {
	text-align: left;
}
#takachiho .left img {
	float: left;
}
#takachiho .right {
	text-align: right;
}
#takachiho .right img {
	float: right;
}
#takachiho .center {
	text-align: center;
}
#takachiho p.takachihocourse {
	padding-bottom: 35px;
	margin-bottom: 5px;
	background: url(../img/takachiho/ya.jpg) center bottom no-repeat;
}
#takachiho dl {
	padding-bottom: 35px;
	margin-bottom: 5px;
	background: url(../img/takachiho/ya.jpg) center bottom no-repeat;
}
#takachiho dl.end {
	padding-bottom: none;
	margin-bottom: 5px;
	background: none;
}
/* clearfix */
#takachiho dl {
	display: inline-block;
	display: block;
	zoom: 100%;
}
#takachiho dl:after {
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	visibility: hidden;
	line-height: 0;
	content: ".";
}
/* Hides from IE-mac \*/
* html #takachiho dl {
	height: 1%;
}
#takachiho dl {
	display: block;
}
/* End hide from IE-mac */
#takachiho dt {
	float: left;
	width: 25px;
}
#takachiho dd {
	float: right;
	width: 575px;
	padding-left: 5px;
	border-left: 5px #FF9900 solid;
}
#takachiho dd .btn_map {
	clear: both;
	padding-top: 5px;
}
.snow {
	display: block;
	clear: both;
	margin: 10px 0;
	padding: 0;
	border: 2px #F00 solid;
}
.snow strong {
	display: inline;
	float: left;
	height: 100%;
	margin:  0;
	padding: 5px;
	background: #F00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.snow p {
	display: block;
	display: inline;
	height: 100%;
	float: left;
	margin: 0;
	padding: 5px 10px;
	font-weight: bold;
	color: #F00!important;
}


/*-------------------------------
osusumebtn	googlemap
-------------------------------*/
#sansakumap {
	background-color: #ffffff;
	width: 615px;
	height: 350px;
	margin: 10px 0 10px 0;
	font-size: 80%;
	line-height: 120%;
}
#sansakumap b {
	color: #0066ff;
	font-weight: bold;
}


