@charset "shift_jis";
body {
	color: #666666;
	margin: 0px;
	padding: 0px;
	background: #f5f5f5 url(images/bg.gif);
	text-align: center;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 1.8;
}
a {
	color: #333333;
}
a:hover {
	color: #5d9808;
	text-decoration: none;
}


h1,h2,h3,p,ul{
	margin: 0px;
	padding: 0px;
}
li{
	list-style-type: none;
}
img {
	border: none;
}

#container {
	text-align: left;
	width: 920px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

iframe{
	border: thin dotted #699;
	overflow: auto;
}

/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(images/container_bg_01.jpg) no-repeat left top;
	height: 410px;
	width: 920px;
}
#header h1 {
	font-size: 11px;
	color: #363;
	top: 10px;
	right: 10px;
	text-align: right;
	padding-top: 15px;
	padding-right: 20px;
}

/*コンテンツ全般
------------------------------------------------------------------*/
#contents {
	background: url(images/container_bg_02.gif) repeat-y;
}
#contents #sub {
	float: left;
	width: 225px;
	display: inline;
	margin-left: 20px;
	margin-bottom: 80px;
}
#contents #main {
	float: left;
	width: 620px;
	margin-bottom: 50px;
	display: inline;
	margin-left: 18px;
}

/*メインコンテンツ
------------------------------------------------------------------*/
#main h2 {
	background: url(images/midashi_bg.gif) no-repeat left top;
	height: 24px;
	width: 620px;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 40px;
	line-height: 24px;
}


#main p {
	padding: 8px;
}
#main #new p {
	background: url(images/arrow.gif) no-repeat left top;
	padding-left: 30px;
	border-bottom: 1px dotted #CCCCCC;
}

#main #top p {
	background: url(images/arrow.gif) no-repeat left top;
	padding-left: 30px;
	border-bottom: 1px dotted #CCCCCC;
}

/*メニュー
------------------------------------------------------------------*/
#menu ul {
	border-bottom: 5px solid #5d9808;
}
#menu a {
	text-align: center;
	display: block;
	width: 100%;
	color: #5d9808;
	text-decoration: none;
	background: #FFFFFF url(images/menu_bg.gif) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu a:hover {
	background: #5D9808 url(images/menu_bgn.gif) no-repeat left bottom;
	color: #FFFFFF;
	font-weight: bold;
}

/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	background: url(images/container_bg_03.gif) no-repeat bottom;
	text-align: center;
	font-size: 11px;
	width: 100%;
	height: 50px;
	padding-top: 50px;
	margin-bottom: 10px;
}

/*clearfix（ここは変更しないように）
------------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*追加
------------------------------------------------------------------*/
.red {
	color: #F39;
}
.mini {
	font-size: 90%;
	color: #06C;
}
.box {
	padding: 5px;
	border: 2px dotted #0CC;
	background-color: #E8FFE8;
	color: #069;
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.box1 {
	padding: 5px;
	border: 2px dotted #9C3;
	background-color: #F2FFE6;
	color: #366;
	font-size: 10pt;
}

.box2 {
	padding: 8px;
	border: 2px dotted #FC0;
	background-color: #FFD;
	color: #630;
	background-image: url(images/bachflower/bachhakase.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 10pt;
}

.box3 {
	padding: 8px;
	border: 2px dotted #FCC;
	color: #630;
	font-size: 10pt;
	margin-bottom: 15px;
}
.img_r {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.img_l {
	float: left;
	margin-right: 10px;
}
.bb {
	height: 78px;
	margin-bottom: 10px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #FCC;
	line-height: 130%;
	color: #966;
	padding-top: 5px;
}
.midasi1 {
	font-size: 120%;
	font-weight: bold;
	color: #F60;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #FC0;
	line-height: 2;
}

.midasi2 {
	font-weight: bold;
	color: #9C3;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #0CC;
	font-size: 120%;
	line-height: 2;
}

.midasi3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #390;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #FC6;
}
.bott {
	clear: both;
	text-align: center;
	background-image: url(images/container_bg_02.gif);
	text-decoration: none;
	font-size: 10pt;
}
.top {
	text-align: right;
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}
.midasi_m {
	color: #930;
	font-weight: bold;
	font-size: 10pt;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F96;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F96;
}
.sidemenu1 {
	color: #600;
	text-decoration: none;
	font-size: 14px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #600;
	line-height: 30px;
}

.sidemenu1:hover{
	color: #F60;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
	
}
