@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:180%;
	background:#EEE;
}

img {
	border:0;
}

a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.width {
	background:#FFF;
	width:700px;
	margin:20px auto;
	padding:20px;
	border:solid 1px #CCC;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius: 10px;
}

.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	margin-top:-1px;
}

li {
	list-style:none;
}

.table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
	margin:20px 0 0;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-size:80%;
	line-height:180%;
}
.table th {
	border-bottom:1px solid #CCC;
	border-left: 1px solid #CCC;
	background:#EEE;
	width:150px;
	padding:15px 15px 10px;
	font-weight:normal;
	text-align:left;
}
.table td {
	vertical-align:top;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding:15px 15px 10px;
}




/* CSS Document */

header h1 {
	background:#000;
	text-align:center;
	font-size:20px;
	line-height:100%;
	font-weight:bold;
	color: #FFFFFF;
	margin:10px 0 20px;
	padding-top: 11px;
	padding-bottom: 8px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius: 10px;
}
header .comment {
	font-size:80%;
	line-height:180%;
	padding:0 10px;
} 



/* CSS Document */

h2 {
	border-left: 5px solid #CCC;
	background: #E3E3E3;
	font-size:16px;
	line-height:100%;
	margin:40px 0 20px;
	padding:10px 0 8px 7px;
}
h3 {
	border-bottom:dotted 1px #CCCCCC;
	font-size:95%;
	line-height:100%;
	font-weight:bold;
	margin:20px 0 8px;
	padding:0 0 3px;
}

.box {
	padding:0 10px;
	font-size:80%;
	line-height:180%;
}
.box p {
}





/* CSS Document */

footer {
	padding:20px 0 10px;
	margin:30px 0 0;
	text-align:center;
	background:#FFF;
	color:#666;
}

footer nav {
	color:#CCC;
	font-size:75%;
	line-height:130%;
	margin:0 0 8px;
}
footer nav a {
	text-decoration:none;
	margin:0 10px;
}
footer nav a:hover {
	text-decoration:underline;
}

footer p {
	font-size:70%;
	line-height:130%;
	margin:30px 0 0;
}




/* ################## Color Document ####################### */

.red {
	color:#FF0000;
}

.bold {
	font-weight:bold;
}

.yellow {
	background-color:#FFFF00;
}

.u {
	text-decoration:underline;
}

.revocation {
	text-decoration:line-through;
}

.center {
	text-align:center;
}