@charset "UTF-8";

/*ページの基本設定*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	font-size: 12px;
	text-align: center;
}
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9px;
	color: #999999;
	padding-left: 20px;
}

h3 {
	font-size: 14px;
	text-decoration: none;
}
#header .h_link {
	text-align: right;
}

/*ヘッダ*/
h2 {
	font-size: 14px;
	font-weight: normal;
}


/*メニュー*/
#side #menu {
	background-color: #FFFFFF;
	background-image: url(img/menu_back.gif);
	padding-bottom: 5px;
	padding-top: 2px;
}
#side #menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#side #menu a:hover {
	color: #FFFF00;
}

#side #menu p {
	color: #FFFFFF;
	background-image: url(img/manu_midashiback.jpg);
	padding-left: 10px;
	margin-left: 20px;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 150px;
	vertical-align: middle;
	background-repeat: repeat-x;
}
#side #menu p.under_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #20AC42;
	padding-bottom: 15px;
}
#side #menu h4 {
	padding-left: 20px;
}
#side #menu #copyright {
	color: #666666;
	font-size: 9px;
}
#side   #menu   li {
	list-style-type: none;
	list-style-position: outside;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin-bottom: 10px;
	color: #FF6699;
	line-height: 1em;
}
#side #menu li a {
	color: #FF6699;
	font-weight: bold;
}
#side #menu li a:hover {
	color: #FF0066;
}

/*カレンダー*/
#side #menu #Calendar table {
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 160px;
	margin-bottom: 10px;
}
#side #menu #Calendar .holiday {
	color: #FF3366;
}
#side #menu #Calendar .harfday {
	color: #3366FF;
}
#side #menu #Calendar table th {
	color: #66CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#side #menu #Calendar caption {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}
#side #menu #Calendar h5 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
	line-height: .5em;
}

/*メイン*/
#main .topic01 {
	background-color: #FFFFFF;
	width: 100%;/*IEのバグ対策*/
	border: 1px dotted #20AC42;
	margin-bottom: 10px;
	background-image: url(img/tp1_photo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#main .topic01 h2 {
	padding-left: 20px;
	margin-right: 20px;
	line-height: 1.5em;
}
#main .topic02 {
	margin-bottom: 10px;
	width: 100%;/*IEのバグ対策*/
}
#content #main .topic02 table {
	width: 480px;
	text-align: left;
	vertical-align: middle;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content #main .topic02 table th {
	font-size: 9px;
	color: #FF3399;
}
#main .topic02 h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 16px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	padding-left: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
#main .topic02 p {
	padding-left: 10px;
	font-weight: lighter;
}
#main .news {
	border: 1px dotted #0099FF;
	margin-bottom: 10px;
	width: 100%;
	height: 190px;
}
#main  .news  img  {
	height: 120px;
	width: 132px;
	border: 1px solid #0099FF;
	margin-left: 10px;
	margin-bottom: 20px;
	float: left;
}
#main .news h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	margin-left: 10px;
	color: #0099FF;
	border-left-width: 10px;
	border-left-style: solid;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-right: 10px;
}
#main  .news  h3 a {
	text-decoration: none;
	color: #0099FF;
}
#main .news p {
	line-height: 1.5em;
	padding-right: 20px;
	padding-left: 160px;
}
