@import url(/library/head.css);
@import url(foot.css);

body {
	background-image: url(../image/bg.gif);
	background-position: left top;
	background-repeat: repeat-x repeat-y;
}
div {
	text-align: left; }

a {
	cursor: pointer; }

.midashi {
	border: 5px solid #53a4c4;
	padding: 10px 15px;
	font-size: 18px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px; }

.attention {
	margin: 0 0 0 13px;
	text-indent: -8px; }

footer {
	margin-bottom: 30px; }

.photothum{
	text-align:center;

}

.photothum_btn {
	text-align:center;
	background-color:#f1f1f1;
	padding:5px;
}
.photothum p {
	margin:4px 0 0 0;
	display:inlineblock;
}

.photothum h3 {
	margin-top:5px;
}

.photoheader {
	border-bottom:1px solid #dddddd;
	margin-bottom:10px;
}

.righttext {
	background-color:#f1f1e5;
	padding:5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


.footlink {
	background-color:#e6e6da;
	padding:5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.navbar-nav {
	padding:5px 5px 5px 0;
}