* {
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	color: black;
	background-color: #e3e3e3;
}

h2 {
	color: black;
	font-size: 120%;
	font-family: Optima, "Century Gothic", "Times New Roman", serif;
	text-align: center;
	margin-top: 50px;
	padding-bottom: 20px;
}

q {
	margin-bottom: .3em;
	margin-top: .3em;
	font-style: italic;
	display: block;
	color: #505050;
	text-indent: 1em;
	quotes: "「" "」";
}

blockquote {
	border-color: #c4c4c4;
	border-width: 1px;
	border-style: solid;
	color: #666;
	font-size: 80%;
	background-color: #fcfcfc;
	padding: 10px;
	width: 80%;
	margin: 12px auto;
	white-space: pre-wrap;

}

hr {
	margin-bottom: .5em;
	margin-top: .5em;
	border-color: #a5a4a5;
	border-style: dashed;
	border-top-width: 1px;
}

code {
	font-size: 85%;
	color: #555;
	margin:1em;
	white-space: pre-wrap;
	font-family: monospace;
	display: block;
	overflow: auto;
	clear: both;
}

p code {
	line-height: 100%;
	font-size: 95% !important;
}

img,a img {
	border: none
}
a img {
	cursor: url("../images/icon/zoomin-curor.png"),pointer;
}

a:link {
	text-decoration: none;
	color: #2971a7;
	font-size: 100%;
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", sans-serif;
	padding-bottom: 6px;
}

a:hover {
	font-size: 100%;
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", sans-serif;
	text-decoration: underline;
	padding-bottom: 6px;
}

a:visited {
	color: #5d5d5d;
	font-size: 100%;
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", sans-serif;
	text-decoration: none;
	padding-bottom: 6px;
}

a:visited:hover {
/*	color: black;*/
  	               
	text-decoration: underline;
  	               
  	               
	color: #2971a7;
	font-size: 100%;
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", sans-serif;
	padding-bottom: 6px;
}

.contents {
	min-width: 600px;
	max-width: 1000px;
	font-size: 100%;
	background-image: none;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	background-color: #e3e3e3;
	margin-bottom: 0.3em;
	padding-bottom: 0.6em;
}

.contents h3 {
	color: black;
	font-size: 140%;
	font-family: Papyrus, "Century Gothic", "Times New Roman", serif;
	text-align: center;
	letter-spacing: 0.2em;
}

.day_content {
	background-color: #f1f1f1;
	border: solid 1px gray;
	clear: both;
	padding: 0.8em 1.5em;
	margin: 0.7em auto;
	overflow: auto;

}

.day_content h4 {
	color: #333;
	font-size: 95%;
	font-weight: bold;
	font-style: normal;
	list-style-type: disc;
	padding-bottom: 0.4em;
}

.day_content img {
	float: left;
}

.day_content p {
	margin-top: 1em;
	font-size: 90%;
}

.photo {
	background-color: black;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;
	padding: 20px;
}

.photo p.title {
	color: gray;
	font-size: 86%;
	text-align: center;
}

.photo p {
	color: gray;
	font-size: 86%;
	background-color: transparent;
	text-align: left;
	width: 60%;
	max-width: 360px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4px;
	margin-top: 4px;
}
.photo p a:link {
	color: gray;
	text-decoration: underline;
}
.photo p a:hover {
	color: #2971a7;
}
.photo p a:visited {
text-decoration: none;
}
.photo img {
	margin: 2px;
	border: solid 1px gray;
}

.footer a {
	color: black;
	font-size: 140%;
	background-color: transparent;
}

.footer a:hover {
	font-size: 140%;
	color: #2971a7;
	background-color: transparent;
	text-decoration: underline;
}

.point {
	margin-right: 20%;
	margin-left: 20%;
	overflow: auto;
	border-left: 12px solid #e4e4e4;
}


.point p {
	line-height: 160%;
	color: #555;
	font-size: 85%;
	margin-top: 0.15em;
	margin-bottom: 1em;
	padding-right: 0.2em;
	padding-left: 0.8em;
}

.point img {
	float: left;
	margin-top: 0.3em;
	margin-right: 1em;
}

.point:first-letter {
	font-size: 260%;
	line-height: 110%;
	margin-right: 0.2em;
	margin-top: 0.1em;
	float: left;
}

.point a {
	color: #808080;
	text-decoration: underline;
	letter-spacing: 0.1em;
}

.point a:visited {
	color: #555;
	text-decoration: underline;
	letter-spacing: 0.1em;
}

.point a:hover {
	color: #2971a7;
	text-decoration: underline;
	letter-spacing: 0.1em;
}

.news_table {
	margin: 16px auto;
	clear: both;
}

.news_table a {
	color: black;
	font-size: 115%;
	font-weight: bold;
	background-color: transparent;
	text-decoration: underline;
}

.news_table a:hover {
	font-size: 115%;
}

.news_table td {
	background-color: #e4e4f1;
	vertical-align: top;
	padding: 5px;
	border: solid 1px gray;
}

.news_table li {
	color: black;
	font-size: 86%;
	font-weight: normal;
	background-color: transparent;
	margin: 3px 0;
	list-style-type: none;
}

.comentmenu {
	margin-right: 1em;
	text-decoration: underline;
	margin-top: 20px;
	cursor: pointer;
}

.masterdiv, #masterdiv {
	overflow: auto;
	right: 0em;
	font-size: 90%;
	color: gray;
	text-align: right;
	/*font-family: Aquakana, "Hiragino Kaku Gothic Pro", "Lucida Grande", sans-serif;*/
}

.day_comment {
	border-color: #5d5d5d;
	background-color: #f5f5f5;
	border-style: solid;
	border-width: 1px;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: 1em;
	margin-top: 1em;
	padding-left: 2em;
	padding-bottom: 1em;
	padding-right: 1em;
	padding-top: 1em;
	max-width: 36em;
	width: 60%;
	color: black;
	line-height: 1.6em;
	text-align: left;
	white-space: normal;
	display: block;
	overflow: auto;

}


.mod {
	background-color: transparent;
	max-width: none !important;
	width: 100%;
	color: black;
	line-height: normal;
	text-align: left;
	white-space: normal;
	display: block;
	overflow: auto;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
}
.day_comment img {
	margin: 0.2em 1em 0 0.2em;
}

.footer {
	font-size: 80%;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}

.left {
	float: left;
}
a[target="_blank"]{
	cursor: url("../images/icon/blank-cursor.png"),pointer !important;
}
a[target="_blank"] img{
	cursor: url("../images/icon/blank-cursor.png"),pointer !important;
}
