/****************************
THE EAST21
common.css
*****************************/
/*----------------------
共通
------------------------*/
html{padding:0;}
body{
padding:0;
/* サイト全体の文字指定（色、フォント） */
color:#4e4e4e;
font-family:Verdana,"ヒラギノ角ゴ Pro W3","メイリオ";
}
P,h1,h2,h3{overflow: visible;}
h1{font-size:medium;}
h2{font-size:small;}
h3{font-size:x-small;} 
#sitebox{margin:0;padding:0;}

/*---フッター---*/
.ui-footer {text-align: center;}
.ui-footer p{font-size:small;font-weight: normal;}

/*---ヘッダー---*/
.ui-header h1.pagename {
font-size:medium;
font-weight:600;
margin:0 auto;
}
.ui-header{height:90px;padding:0;}
.ui-header  p{font-size:x-small;text-align:center;margin:5px;}

#gallerypage1,#gallerypage2,#gallerypage3,#gallerypage4,
#gallerypage5,#gallerypage6,#gallerypage7,#gallerypage8,#gallerypage9,#gallerypage10{
padding:0;margin:0;
}
#gallerypage1 img,#gallerypage2 img,#gallerypage3 img,#gallerypage4 img,
#gallerypage5 img,#gallerypage6 img,#gallerypage7 img,#gallerypage8 img,
#gallerypage9 img,#gallerypage10 img{
width:100%;margin:0;padding:0;
}


/* F
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-f {
	border: 2px solid 		#d2d200;
	background: 			#000040; 
	color: 					#d2d200; 
	font-weight: bold;
	text-shadow: 0 -1px 1px #04074b;
 	background-image: -webkit-gradient(linear, left top, left bottom, from( #000040), to( #000040));
	background-image: -webkit-linear-gradient(#000040, #000040);
	background-image:    -moz-linear-gradient(#000040, #000040);
	background-image:     -ms-linear-gradient(#000040, #000040);
	background-image:      -o-linear-gradient(#000040, #000040);
	background-image:         linear-gradient(#000040, #000040); 
    }
.ui-btn-up-f {
	width:auto;
    font-size:smaller;
    padding:0;
	text-decoration: none;
    margin:0;
	border: 1px solid 		#000040;
	background: 			#000040;
	font-weight:bold; 
	color: 					#d2d200;
	text-shadow: 0 -1px 1px #000040;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #000040), to( #000040));
	background-image: -webkit-linear-gradient(#000040,#000040);
	background-image:    -moz-linear-gradient(#000040, #000040);
	background-image:     -ms-linear-gradient(#000040, #000040);
	background-image:      -o-linear-gradient(#000040, #000040);
	background-image:         linear-gradient(#000040,#000040);
}
.ui-btn-hover-f,
.ui-btn-down-f,
.ui-body-f .ui-btn-active {
	text-decoration: none;
	background: 			#000040;
	font-weight: bold;
	color: 					#e7e105;
	text-shadow: 0 -1px 1px #000040;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #000040), to( #000040));
	background-image: -webkit-linear-gradient(#000040, #000040);
	background-image:    -moz-linear-gradient(#000040, #000040);
	background-image:     -ms-linear-gradient(#000040, #000040);
	background-image:      -o-linear-gradient(#000040, #000040);
	background-image:         linear-gradient(#000040, #000040);
}
.ui-li-heading{font-size:x-small;font-weight:normal;padding:0;margin:0;}
.ui-li-desc{padding-bottom:10px;margin:0;}
.ui-btn-inner a.ui-link-inherit{height:30px;}
