/* Last updated: 2010/11/25 10:23:37. */

h1 {
    font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W8","Osaka",sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
	background: #0066cc center;
	text-align: center;
	line-height: 36px;
}
h2 {
    font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6","Osaka",sans-serif;
	font-size: large;
	font-weight: bold;
  	color: #FFFFFF; 
  	background: #6699ff center; 
	text-align: left;
	line-height: 21px;
	margin-left: 0%;
	margin-right: 0%;
	padding: 3px; 
	padding-left: 10px;
	line-height: 150%;
	text-shadow: #808080 2px 2px 3px;
	text-decoration : none;
}
h3 {
/*	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka"; */
	font-size: medium;
	font-weight: normal;
	text-align: left;

	padding: 3px; 
	border-left: solid 4px #6699ff;
	border-top: solid 2px #6699ff;
	padding-left: 10px;
	/* border-bottom: solid 2px #6699ff; */
	text-shadow: #808080 2px 2px 3px;
	text-decoration : none;
}

h4 {
	font-size: medium;
	font-weight: bold;
	text-align: left;
}

body {
	font-size: medium;
}

p {
	text-indent: 1em;
}

/* ----------- footer設定 ----------- */
.footer {
	margin-top:0px;
	margin-right:3px;
	margin-bottom:0px;
	text-align  : right;
	font-size   : 10px;
	font-style  : italic;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: white;
	height: 29px;
}

.footer A {
	text-decoration  : none;
}
/* --------------------------------- */


/* ----------- 囲み文字 ----------- */
pre {
	-moz-border-radius: 10px;
	border : #D3D3D3 1px solid;
	background-color: #f8f5f1;
	margin : 10px 20px 10px 35px;
	padding: 5px 15px 5px 15px;
	font-size      : 13px;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}
/* ------------------------------- */

table.en {
    border-stype: none;
    background-color: #aaddff;
    border-collapse: separate;
    border-spacing: 5px;
    empty-cells: hide;
}

.pubtitle {
    text-indent: -30px;
    padding-left: 35px;
}


