@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: 1em;
}
#contents div.hina span.nendo {
	width: auto;
	margin: 0 auto 0 5px;
	padding: 3px 5px;
	color: #ffffff;
	font-size: 70%;
	background: #cc0000;
}
#contents div.hina span.time {
	float: right;
	width: auto;
	margin: 0 0 0 auto;
	padding: 3px;
	color: #333333;
	font-size: 60%;
	border: 1px #cccccc solid;
	line-height: 16px;
}
#contents div.hina span.time img {
	float: left;
	margin: 0 5px 0 0;
	line-height: 16px;
}


/*-------------------------------
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;
}

