@charset "UTF-8";
/* CSS Document */

/*
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
*/

/*
Theme Name: ud
Theme URI: http://www.unodos.jp/
Description: theme
Version: 1.0
Author: x_x
Date: March 2008
Based on the Classic WordPress by Dave Shea || http://mezzoblue.com & Matthew Mullenweg || http://photomatt.net
Modified & completely redesigned by Shahee Ilyas || http://shaheeilyas.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/*-----------------------------------------------------------------------------basic---*/
*{

}


body {
	background: #fff;
	color: #1e1e1e;
	background: url(null) fixed;
	height: 100%;
	margin:0;
	padding:0;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif,verdana;
	/* font-family: sans-serif,"メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", Arial, Helvetica; */
	line-height: 1.231;
	font-size:13px; 
	*font-size:small;
	*font:x-small;
}


img {	
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}


p, li {
	margin: 0;
	padding: 0;
}


h1 {
	font-size: 93%; /* 12px */
	font-weight: bold;
}


h2 {
	font-size: 123.1%; /* 16px */
	font-weight: bold;
}



h3 {
	font-size: 93%; /* 12px */
	font-weight: bold;
	padding-bottom: 2px;
}


h4 {
	font-size: 85%; /* 11px */
	font-weight: bold;
	border-style: none;
	display: inline;
}

acronym, abbr, span.caps {
}


acronym, abbr {
	cursor: help;
	border:none;
}


blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}


cite {
	font-size: 0.8em;
	font-style: normal;
	color:#999;
}



/*-----------------------------------------------------------------------------link---*/
a:link, a:visited {
	color: #333;
	text-decoration: none;
}

a:link img { 
	border:none;
}


a:hover {
	color: #787878;
	text-decoration: none;
}

a:active {
	color: #333;
}


/*-----------------------------------------------------------------------------post---*/
/* distance below comment(0) */
.post {
	margin-bottom:120px;
}

.post p {
	font-size: 77%; /* 10px */
}

/*-----------------------------------------------------------------------------content---*/
#rap {
	background-color: #FFFFFF;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding: 6px;

}


#content {
	float: left;
	/* width: 500px; */
	width: 565px;
	margin: 0;
	padding: 0 0 150px 0;
}




/*-----------------------------------------------------------------------------header---*/
#header {
	color: #1e1e1e;
	text-decoration: none;
	background: none;
}

#headwrap {
	padding:64px 0 64px 0;
	margin:0;
}



#himage {
	border:0;
	margin:0;
	padding:0 0 0 2px;
}





/*-----------------------------------------------------------------------------abouttitle---*/
.abouttitle {
	color: #333;
	margin: 0 0 10px 0;
	padding: 0;
	text-decoration: none; 
}


/*-----------------------------------------------------------------------------storytitle---*/
.storytitle {
	color: #1e1e1e;
	margin: 8px 0 18px 0;
	padding: 0;
	text-decoration: none;
	border: none;
}





.storytitle a:link, .storytitle a:visited {
	color: #1e1e1e;
	text-decoration: none;
	border: none;
}

.storytitle a:hover {
	color: #787878;
	text-decoration: none;
	border-bottom: 1px dotted #787878;
}


/*-----------------------------------------------------------------------------storycontent---*/
.lpic {
	margin: 0px 0px 20px 0px;
	pading: 0;
}


/*-----------------------------------------------------------------------------storycontent---*/
.storycontent {
	color:#1e1e1e;
	margin: 0;
	padding: 0;
}

.storycontent p {
	line-height: 1.8;
	margin-bottom:20px;
	font-size: 85%; /* 11px */
}


.post .storycontent p a:link, .post .storycontent p a:visited {
	color: #1e1e1e;
	text-decoration: none;
	border-bottom: 1px dotted #1e1e1e;
}


.post .storycontent p a:hover {
	color: #787878;
	text-decoration: none;
	border-bottom: 1px dotted #787878;
}


.post .storycontent p a.image_link:link{
	border: none;
}

.post .storycontent p a.image_link:visited{
	border: none;
}

.post .storycontent p a.image_link:active{
	border: none;
}

.post .storycontent p a.image_link:hover{
	border: none;
}



/*
.post .storycontent p a:link img{
	border: none;
}

.post .storycontent p a:visited img{
	border: none;
}

.post .storycontent p a:active img{
	border: none;
}

.post .storycontent p a:hover img{
	border: none;
}

*/

.imgMargin {
	padding: 20px 0px 20px 0px;
}

.shortMargin {
	padding: 30px 0px 6px 0px;
}

.margin40 {
	padding: 40px 0px 6px 0px;
}

.midMargin {
	padding: 60px 0px 6px 0px;
}

.movMargin {
	padding: 80px 0px 6px 0px;
}

.superMargin {
	padding: 120px 0px 6px 0px;
}



.mMargin {
	margin: 0px 0px 40px 0px;
}

.imgBorder {
	border: 1px solid #d2d2d2;
}

/*-----------------------------------------------------------------------------meta---*/
.meta {
	font-size: 77%; /* .93em */
	color: #969696;
	margin-top:60px;
}

.meta a:link, .meta a:visited {
	color: #969696;
	font-weight: normal;
	letter-spacing: 0;
}


.meta a:hover {
	color: #787878;
	text-decoration: none;
	border-bottom: 1px dotted #787878;
}


.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}


.result {	
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------------------------meta for single page---*/
.meta2 {
	font-size: 77%; /* .93em */
	color: #969696;
	margin-top: 60px;
}

.meta2 a:link, .meta a:visited {
	color: #969696;
	font-weight: normal;
	letter-spacing: 0;
}


.meta2 a:hover {
	color: #19b991;
	text-decoration: none;
	border-bottom: 1px dotted #19b991;
}


.meta2 li, ul.post-meta li {
	display: inline;
}

.meta2 ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}


ul.post-meta span.post-meta-key {
	font-weight: bold;
}


/*-----------------------------------------------------------------------------comments---*/
#comments{
	padding: 18px 0px 12px 0px;
}


.trackback {
	padding:48px 0px 2px 0px;
}


#postcomment{
	margin: 60px 0 12px 0;
}

/*----------------------------------------------------------------------------- CommentRes---*/

ol#commentlist {
	margin: 0;
	padding: 0;
	line-height: 2em;
	list-style-type: none;
	color: #1e1e1e;
}


#commentlist li{
	margin: 0px 0px 32px 0px;
}


#commentlist a:link, #commentlist a:visited {
	color: #969696;
}

#commentlist a:hover {
	color: #787878;
	text-decoration: none;
	border-bottom: 1px dotted #787878;
}
.commentby {
	padding: 4px 0 0 0;
}


.sbicons {
border-top: solid 1px #ccc;
	margin:10px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
}

hr.entryline {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1px;
	background-image: url(http://unodos.jp/bp/wp-content/themes/b/images/line.gif);
	background-repeat: repeat-x;
	background-position: left;
}


.feedback {
	color: #666;
	text-align: right;
	font-size:85%; /* 11px */
	clear: both;
}


/*----------------------------------------------------------------------------- CommentForm---*/
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #999;
	padding: 0.2em;
}

#commentform p {
	margin: 0px 2px 16px 0px;
}


#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
}

/*-----------------------------------------------------------------------------sidebar---*/

#sidebar {
	margin: 0;
	padding: 8px 0 10px 20px;
	width: 220px;
	float: right;
	background: #fff;
}

#sidebar form {
	margin: 0;
}

#sidebar input#s {
	width: 60%;
	margin:6px 0 6px 0;
	padding:0;
	border: 1px solid #999;
	color: #999;
	
}

#sidebar ul {
	color: #666;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

#sidebar h3 {
	color: #969696;
	font-size: 85%;/* 11px */
	font-weight: normal;
	margin:60px 0 8px 0;
	padding:0;
}


#sidebar h3 a:link, #sidebar h3 a:visited {
	color: #333;
	text-decoration: none;
	border: none;
}

#sidebar h3 a:hover {
	color: #787878;
	text-decoration: none;
	border-bottom: 1px dotted #787878;
}


#sidebar ul li {
	padding-bottom: 2px;
}

#sidebar ul ul {
	font-variant: normal;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidebar ul ul li {
	border: 0;
	font-size: 69.3%; /* 9px*/
	letter-spacing: 0;
	line-height: 1.5;
	margin:2px 0 4px 0;
	padding: 0;
}

#sidebar ul ul li a {
	color: #333;
	text-decoration: none;
}

#sidebar ul ul li a:hover {
	color: #787878;
	text-decoration: none;
	border-bottom: 1px dotted #787878;
}

#sidebar ul ul ul.children {
	padding-left: 4px;
}



.wp-pagenavi {
	font-size: 77%; /* 10px*/
}

/*-----------------------------------------------------------------------------footer---*/

#footer {
	clear: both;
	position: fixed;
	bottom: 0px;
	right: 15px;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+0));
	height: 100%;
}

#pageup {
    position: absolute; 
	bottom: 30px;
	right: 15px;
}

#pageup a {
	display: block;
	width: 101px;
	height: 47px;
	overflow: hidden;
	text-indent: -9999px;
}


#pageup a:hover {
	background-position: -101px 0px;
}

#pageup #goPagetop {
	background-image: url(http://www.unodos.jp/wp/wp-content/themes/b2/images/up.gif);
}


div#content hr {
    border:none;
    margin: 12px 0px 12px 0px;
    height: 24px
}