/* 共通 */
BODY{
		font-family : Verdana;
		color : #666666;
		font-size : small;
		margin : 0px;
}
A{	
		color : #333333;
}
A:HOVER{
		background : #eaf4ff;
		position : relative;
		top : 1px;
		left : 1px;
}
.header{
		background : url(img/headimage.jpg) 50% 50%;
		background-repeat : no-repeat;
		background-position : right;
		width : 100%;
		height : 100px;
		font-size : x-small;
		border-top : 1px solid #666666;
		border-bottom : 1px solid #666666;
		text-align : right;
}
.header LI, .header UL{
		display : inline;
}
.header A{
		padding : 0 1em 0 1em;
		text-decoration : none;
}
.news{
		width : 100%;
		border-bottom : 1px solid #666666;
		font-size : x-small;
		text-align : right;
}
.news A{
		padding : 0 1em 0 1em;
		text-decoration : none;
}
.footer{
		width : 100%;
		height : 60px;
		font-size : x-small;
		border-top : 1px solid #666666;
		border-bottom : 1px solid #666666;
		text-align : center;
}
.footer LI, .footer UL{
		display : inline;
}
.footer A{
		padding : 0 1em 0 1em;
}
H1{
		width : 100%;
		font-size : x-small;
		border-top : 1px solid #666666;
		font-weight : bold;
		margin : 0px;
		color : #006060;
		letter-spacing : 1em;
}

/* 各ページ */
.page{
		text-align : center;
}
.page .lay{
		background : #ffffff;
		border : 1px solid #666666;
		width : 800px;
		text-align : left;
		margin : auto;
}
.textfield{
		background : url(img/logo.jpg) 100% 100%;
		background-repeat : no-repeat;
		background-position : bottom-right;
		color : #666666;
		padding : 35px;
		line-height : 150%;
}

/* ギャラリー */
UL.gallery{
		clear : both;
		margin : 0;
		padding : 0;
}
UL.gallery LI{
		display : inline;
		float : left;
		margin : 0 10px 0 0;
		padding : 0 0 0 1em;
}
html>body UL.gallery LI	{ margin : 0 10px 15px 0; }

UL.gallery LI img		{ border : 8px solid silver; }
html>body UL.gallery LI img	{ border : 8px solid; }

/* リンク */
UL.link LI{
		margin-bottom : 10px;
}
UL.link LI img		{ border : 2px solid gray; }
html>body UL.link LI img	{ border : 2px solid gray; }

/*ラジオ*/
UL.radio LI{
		margin-bottom : 10px;
}