html {
	margin: 0;
	padding: 0;
	}

body {
	margin: 20px 0;
	background-color: #0F314E;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro", Verdana, 'trebuchet ms', "Osaka", arial, sans-serif;
	}

a {	text-decoration: underline;	}
a:link {	color: #0F314E;	}
a:visited {	color: #0F314E;	}
a:active {	color: #0F314E;	}
a:hover {	color: #B22222;	}

a img { border: 0; }

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	}

#container {
	width: 700px;
	line-height: 140%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border: 1px solid #fff;
	}

#banner {
	display: block;
	height: 100px;
	background-color: #B22222;
	text-align: right;
	border-bottom: 1px solid #fff;
	background-image: url("images/banner.jpg");
	background-repeat: no-repeat;
	padding:10px 10px 0 0;
	}

a#banner-img {
	display: none;
	}


#banner h1 {
	margin-bottom: 5px;
	font-size: 14px;
	}

#banner h2 {
	font-size: 11px;
	line-height: 140%;
	color: #fff;
	}

#nav{
	clear:both;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #b22222;
	padding: 3px;
	}

#nav ul{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#nav li{
	display: inline;
	list-style: none;
	margin: 10px;
	padding: 0;
	}

#nav a:link{
	color: #fff;
	text-decoration: none;
	margin: 2px;
	}

#nav a:visited{
	color: #fff;
	text-decoration: none;
	}

#nav a:hover{
	color: #0F314E;
	text-decoration: none;
	}

#nav a:active{
	color: #b22222;
	text-decoration: none;
	}


#center {
	float: left;
	width: 500px;
	overflow: hidden;
	}

.content {
	margin:30px 25px;
	background-color: #fff;
	color: #666;
	font-size: 12px;
	}

#right {
	float: left;
	width: 200px;
	background-color: #fff;
	overflow: hidden;
	}

.content h2 {
	color: #b22222;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 10px;
	}

.content h3 {
	color: #333;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	border:1px solid #999;
	padding:5px;
	}

.content h4 {
	color: #b22222;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 10px;
	}

.content p {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	line-height: 170%;
	text-align: left;
	margin-bottom: 10px;
	padding: 0 10px;
	}

.content p img {
	margin-right: 10px;
	margin-bottom: 10px;
	border:none;
	}

.content p extended {
	clear: both;
	}

.content p extended a {
	text-decoration: none;
	}

.content p.posted {
	clear: both;
	color: #999;
	font-size: 10px;
	border-top: 1px solid #999;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.content-nav {
	margin: 10px 10px 5px 10px;
	text-align: center;
	font-size: 12px;
	}


.trackbacks {
	margin: 20px;
	color: #666;
	font-size: 12px;
	}

.trackbacks-header {
	color: #b22222;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.comments {
	margin: 20px;
	color: #666;
	font-size: 12px;
	}

.comments-header {
	color: #b22222;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.comment-content p {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	line-height: 160%;
	text-align: left;
	padding-left: 10px;
	}

.posted {
	color: #999;
	font-size: 10px;
	border-top: 1px dotted #999;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.comments-open {
	margin: 20px;
	}

.comments-open-header {
	color: #666;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #bbb;
	}

textarea[id="comment-text"] {
	width: 90%;
	}


/* sidebar */

.sidebar {
	margin:30px 15px;
	}

.sidebar h2 {
	color: #b22222;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: .1em;
	border-bottom: 1px solid #b22222;
	padding: 3px;
	}

.sidebar h2 a {
	color: #b22222;
	text-decoration: none;
	}

.sidebar h2 a:hover {
	color: #666;
	}

.sidebar ul {
	padding-left: 0;
	margin: 0 0 30px 0;
  }

.sidebar li {
	color: #666;
	font-size: 10px;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	list-style-type: none;
	}

.link-note {
	font-size: 10px;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

.link-note img {
	border: none;
	margin-bottom: 2px;
	}

.cd {
	font-size: 10px;
	color: #666;
	text-align: left;
	padding: 2px;
	margin-top: 15px;
	}

.cd img {
	border: 1px solid #000;
	margin-bottom: 5px;
	}

#powered {
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666;
	margin-top: 50px;
	}

#topfooter {
	margin: 0 auto;
	width: 700px;
	padding:5px 0;
	}

.cupid {
	float: left;
	width:300px;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 11px;
	text-align: left;
	letter-spacing: .1em;
	color: #ccc;
	}

.top-powered {
	float: right;
	width:300px;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: right;
	color: #ccc;
	}

.top-powered a {
	color: #999;
	}


/* footer */

#footer {
	clear:both;
	color: #fff;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	border:1px solid #fff;
	padding:5px 0;
	margin: 15px auto;
	width: 700px;
	}


/* top */

#top {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0;
	width: 700px;
	}

.welcome {
	display: block;
	width: 700px;
	height: 430px;
	margin: 30px auto 0 auto;
	text-align: left;
	background-image: url("images/top.gif");
	background-repeat: no-repeat;
	background-color: #045D7A;
	border-bottom:1px solid #fff;
	overflow: hidden;
	}

.pkg {
	padding:90px 0 0 0;
	}

.welcome-left {
	float:left;
	width: 410px;
	margin-top:15px;
	}

.welcome-right {
	float:right;
	width: 270px;
	margin-right: 15px;
	}

.news {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	height: 300px;
	overflow:auto;
	padding: 10px 10px 0 0;
	}

.news h2 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 2px;
	border-bottom: 1px dotted #fff;
	margin-bottom: 10px;
	}

.news h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
	}

.news p {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	}

.news a {
	color: #fff;
	text-decoration: none;
	}

.news a:hover {
	color: #0F314E;
	background-color: #fff;
	}

.extended-top {
	text-align:right;
	font-size:12px;
	font-weight: normal;
	margin-right:15px;
	margin-bottom:20px;
	}

.extended-top a {
	color: #fff;
	text-decoration: none;
	}

.extended-top a:hover {
	color: #0F314E;
	background-color: #fff;
	}


/* sipdata */

.sipdata {
	padding: 30px;
	background-color: #fff;
	color: #666;
	font-size: 12px;
	}

.sipdata p {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	line-height: 160%;
	text-align: left;
	margin-bottom: 15px;
	padding: 5px;
	}

.right-img {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	border:1px solid #000;
	}

.left-img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border:none;
	}

.sipdata h2 {
	color: #b22222;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.sipdata h3 {
	clear:both;
	color: #333;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	letter-spacing: .2em;
	margin-bottom: 10px;
	border:1px solid #999;
	padding:5px;
	background-image: url("images/bar.jpg");
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

.sipdata h3 a {
	text-decoration: none;
	}

.sipdata dl {
	margin: 10px 10px 10px 25px;
	}

.sipdata dt {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	margin: 5px 0;
	}

.sipdata dd {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin: 5px 15px;
	}

.sipdata table {
	width: 100%;
	padding:3px 0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	}

.sipdata td {
	width: 47px;
	text-align: center;
	}

/* siplink */

.siplink {
	padding: 15px;
	}

.siplink h2 {
	color: #b22222;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.siplink h3 {
	color: #0F314E;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin: 15px 25px 5px 25px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #0F314E;
	}

.siplink dl {
	margin: 10px 10px 25px 25px;
	}

.siplink dt {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	margin: 5px 0;
	}

.siplink dd {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 160%;
	margin: 5px 20px 10px 25px;
	}

.siplink dt a {
	color: #B22222;
	}

.siplink dt a:hover {
	font-size: 18px;
	}


.waku {
	width:120px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border:1px solid #b22222;
	margin: 20px;
	padding: 5px 10px;
	background-color: #e5e5e5;
	}

.waku a {
	color: #b22222;
	text-decoration: none;
	}

.waku a:hover {
	color: #0F314E;
	text-decoration: underline;
	}

.subtitle {
	font-size: 14px;
	color: #b22222;
	font-weight: bold;
	margin: 20px 0 20px 20px;
	}


#webform {
	width: 550px;
	margin:0 auto;
	overflow: hidden;
	}

.shop {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	line-height: 170%;
	text-align: left;
	margin-bottom: 15px;
	padding: 0 15px;
	}

.wanted {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	line-height: 160%;
	text-align: left;
	margin-bottom: 20px;
	padding: 10px;
	border:1px solid #b22222;
	}

.content table {
	margin-bottom: 25px;
	padding-left: 25px;
	}

.content th {
	margin:0;
	padding:0 5px;
	color: #000;
	font-size: 13px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	}

.content td {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	}

.content ul {
	margin:0;
	padding:0 10px 0 30px;
	list-style:disc;
	}

.content li {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 5px;
	}

.fnormal {
	font-weight: normal;
	font-size: 11px;
	}

td.tshirt {
	padding:5px 10px;
	}

td.memo {
	padding:3px 0;
	font-size:10px;
	}

.trackback-post {
	color: #666;
	font-size: x-small;
	text-align: left;
	list-style-type: none;
	margin-top: 5px;
	margin-left: 5px;
	}

.tbk {
	line-height:180%;
	}

.shopbtn {
	margin-bottom:10px;
	border:none;
	}