/*
Theme Name: UshinokuraNews
Author: kdo
*/


/* Universal selector
_____________________________________________________________________ */

* {
	margin: 0; 
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
}

img	{
	border: none;
}




a {
	color: #495865;
}

a img {
	border: none;
}

a:hover {
	color: #6F6F6F;
}


#header {
	width: 760px;
	height: 185px;
	margin: 0;
	padding: 0;
	text-align: left;
}



.description {
	position: relative;
	top: 100px;
	left: 15px;
	font-size: 13px;
	background: transparent;
	padding: 5px;
	color: #dcdcdc;
	text-decoration: none;
}

h1 {
	margin: 0;
	}

#content {
	position: relative;
	left: 0;
	float: left;
	padding: 0;
	width: 520px;
	color: #666666;
}

#content h2 {
	border-bottom: 1px solid #6F6F6F;
	color: #5F707A;
	font-size: 13px;
	margin: 20px 0 5px 0;
	padding: 0 0 3px 0;
	text-align: right;
	width: 520px;
}

#content h2#comments a {
	color: #5F707A;
	font-size: 13px;
}

#content h3 img {
	border: 0;
}

#content div.post {
	margin: 0 0 20px 0;
	padding: 0;
}

#content div.post p, #content div.post li {
	line-height: 130%;
}

#content div.post div.storycontent p {
	width: 100%;
	line-height:1.8;
	color: #CCCCCC;
}

#content div.post div.storycontent ul, #content div.post div.storycontent ol {
	margin-left: 0;
	padding-left: 0;
}

#content div.post div.storycontent li {
	margin-left: 30px;
	width: 85%;
}

#content div.post div.storycontent blockquote {
	background: #f7f7f7;
	border-left: 3px solid #6F6F6F;
	font-family: Osaka, Verdana, sans-serif;
	margin-left: 20px;
	padding: 4px 4px 4px 7px;
	width: 85%;
}

#content h3 {
	margin: 0 0 5px 0;
	padding: 0;
}

#content h3.storytitle, #content h3.storytitle a {
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#content h3.storytitle a:hover {
	color: #495865;
	text-decoration: none
}

#content div.post p {
	width: 90%;
}

#content div.post div.meta, #content div.post div.meta a {
	color: #867b64;
	font-family: Osaka, Verdana, sans-serif;
	font-size: 11px;
	margin-bottom:1em;
}

#content div.post div.meta li a:hover {
	color: #686050;
}

#content div.post div.meta ul, #content div.post div.meta li {
	display: inline;
	margin: 0;
	padding: 0;
}


#content div.post div.feedback {
	font-size: 12px;
	margin:30px 0;
}

#content #commentlist {
	margin: 20px 20px 20px 23px;
	padding: 0;
}

#content #commentlist li {
	margin-bottom: 10px;
}

#content #commentform input, #content #commentform textarea {
	font-size: 12px;
	padding: 2px;
}

#content #commentform textarea {
	height: 150px;
	width: 90%;
}

#content code {
	color: #800000
}

#content ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: circle;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	background: #5F707A;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	float: left;
	width: 760px;
	font: 13px Osaka, Verdana, sans-serif;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li.page_item a {
	padding: 5px 14px 5px 14px;
	background: #9C9D95;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	float: left;
	border-right: 1px solid #FFFFFF;
}

#navcontainer ul li.page_item a:hover {
	color: #FFFFFF;
	background: #C9C0B0;
}

#navcontainer ul li.current_page_item a {
	padding: 5px 14px 5px 14px;
	background: #C9C0B0;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #DFDFDF;
}

#navcontainer ul li.current_page_item a:hover {
	background: #6F6F6F;
}

#menu {
	clear: right;
	float: left;
	position: relative;
	top: 20px;
	left: 50px;
	margin: 0 0 10px 0;
	width: 210px;
}

#menu ul {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}

#menu ul li {
	color: #5F5F5F;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#menu ul li p {
	font-size: 13px;
	width: 210px;
	font-weight: bold;
}

#menu ul li h2 {
	border-bottom: 3px solid #933049;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px;
}

#menu ul li ul {
	margin: 5px 0 20px 10px;
}

#menu ul li ul li {
	border-bottom: 1px solid #333;
	font-weight: normal;
	margin: 0 0 3px 0;
	line-height: 1.7;
}

#menu ul li#winamp ul li {
	width: 210px
}

#menu ul li ul li a {
	color: #5F5F5F;
	text-decoration: none;
}

#menu ul li ul li a:hover {
	text-decoration: underline;
}

#searchform {
	margin: 2px 0 15px 0;
}



.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

#commentlist p.meta, #commentlist p.meta a {
	color: #867b64;
	font-family: Osaka, Verdana, sans-serif;
	font-size: 11px;
}

#trackbacklist p.meta, #trackbacklist p.meta a {
	color: #867b64;
	font-family: Osaka, Verdana, sans-serif;
	font-size: 11px;
}


.comment-number {
	font: italic 28px 'Times New Roman', Times, serif;
	color: #73a0c5;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin: 0;
	padding: 10px;
}

.none {
	margin: 0;
	padding: 10px;
}

#ed_toolbar input {
	border: 1px solid #dcdcdc;
	background-color: #e6eadb;
	margin: 0 1px 0 0;
}

.hl-surround{
    -moz-border-radius: 5px;
    background-color: #F9FBFC;
    border: 1px solid #C3CED9;
    padding: 8px;
    margin-bottom: 5px;
    width: 400px;
    overflow: auto;
    text-align: left;
}

.hl-surround, .hl-surround pre, .hl-surround span{
	font: normal 9pt 'Courier New', monospace;
}

.hl-default{
	color: Black;
}
.hl-code{
	color: Gray;
}
.hl-brackets{
	color: Olive;
}
.hl-comment{
	color: #ffa500;
}
.hl-quotes{
	color: #8b0000;
}
.hl-string{
	color: Red;
}
.hl-identifier{
	color: Blue;
}
.hl-builtin{
	color: Teal;
}
.hl-reserved{
	color: Green;
}
.hl-inlinedoc{
	color: Blue;
}
.hl-var{
	color: #00008b;
}
.hl-url{
	color: Blue;
}
.hl-special{
	color: Navy;
}
.hl-number{
	color: Maroon;
}
.hl-inlinetags{
	color: Blue;
}
.hl-main{
	background-color: transparent;
}

.hl-main pre{
	margin: 0; padding: 0;
}





/* body
_____________________________________________________________________ */
body {
	background: #000000;
	color: #ffffff;
	text-align:left;
	font-size: 13px; /* {TCY */
	*font-size: small; /* IE7IE6W[hKp */
	*font: x-small; /* IE6݃[hKp */
	font-family: Verdana, Arial, "qMmpS Pro W3","Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN";
}



#container,
#header,
#main,
#footer{
	margin:auto;
	width: 790px;
	background-color:#000000;
	text-align:left;
}


#footer hr{
	clear:both;
	visibility:hidden;
	height:0;
	margin:0;
	border:none;
}



img	{
	border: none;
	vertical-align:middle;
	}



.line-foot{
	height: 20px;
	background-color: #810a29;
	vertical-align:middle;
  padding:5px 0 0 0;
	margin:7px 0;
  ext-align:center;
  font-size:85%;
}

#copyright{
	font-size: 77%;
	text-align: center;
}


/* font */

.txt{
 font-size:100%;
 line-height:1.6;
 text-align:top;
}

.txt-s{
 font-size:85%;
 line-height:1.6;
 vertical-align:middle;
}

.txt-sp{
 font-size:85%;
 line-height:1.6;
 color:#94304a;
}



.txt-s-or{
 font-size:85%;
 line-height:1.6;
 color:#e46b21;
}


.txt-orange{
 font-size:120%;
 line-height:1.6;
 color:#e46b21;
 font-weight:;
}


.txt-purple{
 font-size:120%;
 line-height:1.6;
 color:#94304a;
 font-weight:;
}

/* NeLXg 
_____________________________________________________________________*/

a {
	text-decoration: none;
	}
a:link {
	color: #e46b21;
	}
a:visited {
	color: #e46b21;
	}
a:hover,
a:focus,
a:active {
	color: #fff;
	background-color:#e46b21;
	}
	


/* 
_____________________________________________________________________ */

.hr@{
@border-top-width:1px;
@border-top-style:solid;
  border-color:#ffffff;
@text-align:center;
   }


.line01{
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #94304a;
    margin-bottom:5px;
}

.line-dod{
	border-bottom-width: 1px;
	border-bottom-style: dotted;;
	border-bottom-color: #94304a;
    height: 5px;
  @border: 5px;
	margin-bottom:5px;
}

.line-wdod{
	border-bottom-width: 1px;
	border-bottom-style: dotted;;
	border-bottom-color: #ffffff;
    height: 5px;
  @border: 5px;
	margin-bottom:5px;
}

/* 摜 */

img {
	border: 0;
	text-align:top;
	}
	
	
	
.imgRight{
	float:right;
	margin:0 0 0.8em 0.8em;
}

.imgLeft{
	float:left;
	margin:0 0.8em 0.8em 0;
}


.left{	text-align:left;}

.right{	text-align:right;}

.center{ text-align:center;}


/*table
_____________________________________________________________________ */
table	{border-collapse:; empty-cells:;}
td {
	background:;
	vertical-align: top;
}




/*１行ニュース shortnews
_____________________________________________________________________ */
#shortnews	{
	width: 500px;
	height:105px;
	margin: auto;
	overflow:auto;
	}




