*{
	margin:0px;
	padding:0px;
	font-family:meiryo;
}
body{
	margin:0px auto;
	width:1000px;
}
ul{
	list-style:none;
}
#outline{
	padding:0px;
}
#header{
	padding:10px;
	background-color:aliceblue;
}
#main{
	padding:10px;
	background-color:aliceblue;
	font-size:90%;
	margin:1px 0px;
}
#footer{
	padding:10px;
	background-color:aliceblue;
}
pre {
	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+ */
}
h1 {
  /*枠線の設定*/
  border-style:solid;
  /*左だけ四角っぽく、下線も付ける*/
  border-width:0px 0px 3px 50px;
  border-color:lightblue;
  /*枠線から若干離す*/
  padding-left:0.5em;
}
h2{
  /*h1より若干字下げ*/
  margin-left:0em;
  /*枠線の設定*/
  border-style:solid;
  /*左だけ四角っぽく、下線も付ける*/
  border-width:0 0 3px 40px;
  border-color:#0088ff;
  /*枠線から若干離す*/
  padding-left:0.5em;
}
h3 {
margin-bottom: 0.1em;
padding: 5px 10px;
border-top: 1px solid blue;
border-right: 1px solid blue;
border-bottom: 1px solid blue;
border-left: 5px solid blue;
background-color: #eee;
font-size: 15px;
width: 400px;
}
/* aタグを利用したリンクボタン */
a.btn, a.btn_arw {
	text-decoration: none;
	white-space: nowrap;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	margin: 1px;
}
a.btn {
	background-color: #f2f2f2;
	border: #333333 2px outset;
	padding: 4px 5px 3px 5px;
}
a.btn_arw {
	background: #f2f2f2 url(http://naniwakun.com/img/arrow_r.gif) no-repeat 6px 50%;
	border: #333333 2px outset;
	padding: 4px 5px 3px 20px;
}
a.btn:visited, a.btn_arw:visited {
	color: #000000;
}
a.btn:hover, a.btn_arw:hover {
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	border: #555555 2px inset;
	text-decoration: none;
}
a.btn:hover {
	background-color: #cfcfcf;
	padding: 4px 5px 3px 5px;
}
a.btn_arw:hover {
	background: #cfcfcf url(http://naniwakun.com/img/arrow_r.gif) no-repeat 6px 50%;
	padding: 4px 5px 3px 20px;
}


/* 角の丸いリンクボタン */
a.btn_round {
	position: relative;
	display: inline-block;
	text-decoration: none;
	border: none;
	height: 25px;
	color: #000000;
	background: transparent url(http://oyakotecho.com/img/btn_act.gif) no-repeat 0px 0px;
	margin: 3px 10px 3px 0px;
	padding: 0px 0px 0px 10px;
}
a.btn_round span {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	white-space: nowrap;
	color: #000000;
	background: transparent url(http://oyakotecho.com/img/btn_act.gif) no-repeat 100% 0px;
	margin: 0px -10px 0px 0px;
	padding: 0px 10px 0px 0px;
}
a.btn_round:hover {
	color: #ffffff;
	background: transparent url(http://oyakotecho.com/img/btn_sel.gif) no-repeat 0px 0px;
}
a.btn_round:hover span {
	color: #ffffff;
	background: transparent url(http://oyakotecho.com/img/btn_sel.gif) no-repeat 100% 0px;
}
a.btn_round:active {
	color: #ffffff;
	background: transparent url(http://oyakotecho.com/img/btn_sel.gif) no-repeat 0px 0px;
}
a.btn_round:active span {
	color: #ffffff;
	background: transparent url(http://oyakotecho.com/img/btn_sel.gif) no-repeat 100% 0px;
}

/* formのsubmitボタン */
input.btn {
	display: inline-block;
	font-size: 14px;
	background-color: #f2f2f2;
	border: #333333 2px outset;
	margin: 2px;
	padding: 4px 5px 3px 5px;
}
input.btn:hover {
	background-color: #cfcfcf;
	border: #555555 2px inset;
}

table {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table td {
    padding: 2px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}
