/* CSS Document */
/* これまでのページより引き継ぎ */
a:link	{color: #003399; text-decoration: none; }
a:visited	{color: #FFFFFF; text-decoration: none; }
a:active	{color: #FF0000; text-decoration: underline; }
a:hover	{color: #FFFFFF; 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: #FFFFFF; text-decoration: none; }
a:visited	{color: #FFFFFF; text-decoration: none; }
a:active	{color: #FFFFFF; text-decoration: underline; }
a:hover	{
	color: #FF0000;
	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; }

body { background-color: #F0F0f0}

/* テキストの設定 */
h1,h2,h3,h4,p,ul{
margin-top: 0;
margin-bottom: 0;
font-size:smaller;
}

p.main-p{
	font-size:smaller;
	line-height:180%;
	text-indent: 1em;
	text-height: 1.5em;
	color: #FFFFdd;
	left: 10pt;
	top: 10pt;
	right: 10pt;
	bottom: 10pt;
}
.style1 {
	font-size: smaller;
	color: #CCCCCC;
	text-align:right;
}
.style2 {
	font-size: smaller;
	color: #CCCCCC;
	clear: both;
	padding-left: 10%;
}
/* 「ピカソの画像を見てみよう」見出し設定 */
h1{
color: #66FFFF;
font-size:medium;
}

h2{
}

h3{
color: #999999;
font-size:smaller;
line-height:150%;
}

h4{
}

/* 画像の設定 */
imgright{
	float:right;
	margin-right: 2%;
}

/* div設定 */

div#main{
	width:450px;
	background-color: #333333;
	padding-bottom: 5px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10%;
	margin-left: 10%;
}
div#footer{
clear:both;


}

/* 	サムネイル設定 */
.gazo-sam {
color:#FFFF99;
	padding-top: 20px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 18px;
	
}
