/* CSS Document */

a:link	{color: #003399; text-decoration: none; }
a:visited	{color: #000066; text-decoration: none; }
a:active	{color: #000066; text-decoration: underline; }
a:hover	{color: #000066; text-decoration: underline; }

.event a:link	{color: #333399; text-decoration: none; }
.event a:visited	{color: #333399; text-decoration: none; }
.event a:active	{color: #000066; text-decoration: underline; }
.event a:hover	{color: #000066; text-decoration: underline; }


a:link	{color: #003399; text-decoration: none; }
a:visited	{color: #000066; text-decoration: none; }
a:active	{color: #000066; text-decoration: underline; }
a:hover	{
	color: #009966;
	text-decoration: underline;
}

.event a:link	{color: #333399; text-decoration: none; }
.event a:visited	{color: #333399; text-decoration: none; }
.event a:active	{color: #000066; text-decoration: underline; }
.event a:hover	{color: #000066; text-decoration: underline; }

.style1 {
	font-family: "ヒラギノ角ゴ Pro W3", , Osaka;
	font-size: 16px;
	letter-spacing: 4px;
	color: c99;
	font-weight: bold;
}/*見出し文字設定*/
.style2 {
	font-family: , Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:17px;
	font-weight:600;
	color: #996666;
}/*見出し文字設定*/
.style3 {
	font-size: 14px;
	color: #003333;
}/*リンク文字設定*/
.style4 {
	font-size: 13px;
	color: #808080;
	margin-left: 465px;
}/*上部リンク文字設定*/
.style5 {
	font-size: 12px;
	font-family: , Osaka, "ヒラギノ角ゴ Pro W3";
	color: #996666;
}/*本文注文字設定*/
.style6 {
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", , Osaka;
	color: #0099CC;
}/*催しページ本文文字設定*/

div#wrapper{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #ffffff;
	background-image: url(http://www.art.tokushima-ec.ed.jp/text/nihonga-m/nihon-gazo/nihonga-bk1.gif);
	background-repeat: repeat-y;
	width: 778px;
}
div#header{
	border-bottom: 2px solid #c99;
	width: 760px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
div#menu{
	width: 160px;
	height: auto;
	float: left;
	background-color: #ccc;
	border-bottom: 1px solid #fff;
	padding-top: 22px;
}
#menu ul,#menu li{
	margin: 0;
	padding: 0;
	list-style: none;	
}
#menu li{
	display: inline;
	font-size: 13px;
	letter-spacing: 1.5pt;	
}
#menu a,#menu a:link,#menu a:visited{
	text-decoration: none;
	color: #066;/*リンク文字色設定*/
	background-color: #ccc;/*透明*/
	width: auto;
	height: auto;
	padding: 10px 12px;
	background-color: #ccc;/*c99何もしないときのアイコン色*/
	color: #066;/*fff何もしないときの文字色*/
	border-top: 1px solid #fff;
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
}
#menu a:hover{
	color:#C99;
	background-color: #F4F3FF;
	border: 1px #C99;
	border-style: solid;
}
div#main{
	width: 590px;
	background-color: #fff;
	margin-left: 168px;
	padding-top: 22px;
	padding-left: 10px;
	padding-right: 5px;
}
div#footer{
	width: 760px;
	color: #666666;
	background-color: #C99;
	clear: both;
}
p{
	line-height:180%;
	text-indent: 1em;
	color: #333333;
	font-size: 14px;
}/*本文文字設定*/
p.main{
	line-height:170%;
	text-indent: 1em;
	color: #333333;
	font-size: 14px;
	text-align:justify;
	text-justify:inter-ideograph;
}/*本文文字設定*/
p.kaijo{
	line-height:170%;
	text-indent: 1em;
	color: #333333;
	font-size: 14px;
	clear: right;
	text-align:justify;
	text-justify:inter-ideograph;
}/*本文文字（回り込み解除）設定*/

img.right{
	float: right;
	padding-left: 10px;
}
img.left{
	margin-bottom: 5px;
}
img.left2{
	margin-bottom: 5px;
	float: left;
}
