/* CSS Document */
/* Reset
-------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fiedlset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img, abbr, acronym {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
a {
	text-decoration: none;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	font-size: 108%;
	line-height: 100%;
}
img { 
	border: none;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
table {
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
} 
p, pre, cite, blockquote, li, dt, dd  {
	font-size: 100%;
}
strong {
	font-weight: bold;
}
q:before, q:after { content: ''; }

/* BG */
body { 
padding: 0 20px 0 200px;
background: url(http://snowbugs.jp/image/bg.gif) repeat-y left top; 
width:900px;
}

/* link */
a:link, a:visited{
	color: #50A0A9;
		text-decoration:underline;

}

a:hover{
	color:#C66B3B;
}


/* p */

p {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#666;
	line-height: 1.9em;
	text-align:justify;
	padding-left: 0.2em;
}

.jptxt{
	letter-spacing: 0.2em;
}

.entxt{
	letter-spacing: 0.1em;
}

#main p{
	margin-bottom:10px;
}

#main p.daihyo{
	padding-top:10px;
}

h1 {
	display: none;
 }
 
#above h2 {
	margin-bottom: 20px;
 }
 
#below h2{
 	border-bottom: dashed 1px #50A0A9;
}

#below .date{
	color: #50A0A9;
}

#below .newscol{
	border-bottom: dashed 1px #50A0A9;
}

#below h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#666;
	letter-spacing: 0.2em;
	line-height: 1.7em;
}

/* profile */
div#profile h3{
	font-size: 18px;
	color: #50A0A9;
	font-weight: normal;	
}

div#profile h4{
	font-size: 12px;
	color: #50A0A9;
	font-weight: normal;	
}

.profilebox{
	clear:both;
	border-top: dashed 1px #50A0A9;
	border-bottom: dashed 1px #50A0A9;
	margin-bottom:20px;
	padding-top: 10px;
}

/* contents */
div#profile .contents{
	clear:both;
	height:70px;
	padding-top:10px;
}

div#profile .encontents{
	clear:both;
	height:100px;
	padding-top:10px;
}

/* header */
div#header{
	height:80px;
	margin-top: 11px;
}

div#header div.headerlogo{
	float:right;
	width: 169px;
	text-align: right;
	margin-right:10px;
}

div#header ul{
	float:right;
	width:400px;
	text-align:right;
	padding-top: 10px;
}

div#header ul li{
	list-style-type: none;
	display:inline;
	font-size:11px;
}

div#main{
	clear:both;
	width:100%;
}

/* above */

div#above{
	margin-bottom: 20px;
}

#footer{
	margin-top:20px;
	font-size:0.75em;
	float:right;
}

div#main .imgleft{
	float:left;
	margin-right: 20px;
}

.alright{
	text-align: right;
}

/* videoframe */
div#videoframe{
	text-align:center;
	margin-left:100px;
}

/* extra */
.darkbed{
	background-color:#EDEDED;
	margin-bottom: 10px;
	padding-left:5px;
}