@charset "utf-8";
/* @charset "euc-jp"; */
	
/*
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSstylesheet;
 :title "Base Style";
 :created "2006-04-09";
 :release [:revision "1.12"; :created "2008-03-07"];
 :author [:name "wu"; :homepage <http://3ping.org/>; :mbox "3ping.org@gmail.com"];
 :license <http://creativecommons.org/licenses/publicdomain/deed.ja>;
 :description "各要素単独のスタイル";
 :note "
 	Outline - 
		1-1.Yahoo UI Library Fonts CSS. 
		1-2.Universal selector. 
		1-3.Structure Module. 
		1-4.Text Module. 
		1-5.Hypertext Module. 
		1-6.List Module. 
		1-7.Edit Module. 
		1-8.Forms Module. 
		1-9.Tables Module. 
		1-10.Image Module. 
		1-11.Object Module
		";
 :contributor [
 	:name "Yahoo";
	:title "YUI Fonts CSS";
	:description "ブラウザ間のフォントサイズを揃えるライブラリ";
	:revisiton "2.5.0";
	:homepage <http://developer.yahoo.com/yui/fonts/>;
	:license <http://developer.yahoo.com/yui/license.txt>;
	:note "
		Font-size Adjustment.
			77% = 10px	|	123.1% = 16px	|	167% = 22px
			85% = 11px	|	131% =  17px	|	174% = 23px 
			93% = 12px	|	138.5% = 18px	|	182% = 24px 
			100% = 13px	|	146.5% = 19px	|	189% = 25px 
			108% = 14px	|	153.9% = 20px	|	197% = 26px 
			116% = 15px	|	161.6% = 21px	| 
			"
	] .
*/

/*編集不要*/
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*======================================

	1-2.Universal selector

=======================================*/

* {
}

/*======================================

	1-3.Structure Module

=======================================*/

html {
	overflow-y: scroll;
}

body {
	line-height: 1.2;
	color: #333;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
}

/*======================================

	1-4.Text Module

=======================================*/

p,
pre,
address,
cite {
/*	margin: 0.5em 20px; */
	margin: 0px; 
	font-size: 100%;
}

address {
	text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px 0px 5px 0px;
}

h1 {
	font-size: 118%;
}

h2 {
	font-size: 112%;
}

h3 {
	font-size: 107%;
}

h4 {
	font-size: 105%;
}

h5 {
	font-size: 103%;
}

h6 {
	font-size: 103%;
}

pre {
	padding: 0.5em 10px;
	border: 1px dotted #aaa;
	width: 90%;
	overflow: scroll;
	color: #333;
	background-color: #f5f5f5;
	font-family: "Osaka－等幅", monospace;
}

pre[title]::before {
	margin-bottom: 0.8em;
	padding: 0 10px;
	display: block; 
	content: attr(title);
	color: #000;
	background-color: #fff;
}

blockquote {
	margin: 1.5em 20px;
	padding: 1px 0; 
	border: 3px solid #eee;
	background-color: #fff;
}

blockquote * {
	color: #666;
}

blockquote[title]:before {
	margin: 2px 2px 1em 2px;
	padding: 0.1em 16px;
	display: block;
	content: attr(title); 
	background-color: #f5f5f5; 
}

blockquote[cite]:after {
	padding: 0.8em 20px;
	display: block; 
	content: attr(cite);
	color: #333;
	text-align: right;
}

cite {
	display: block;
	color: #333;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
	color: #ff4500;
}

code {
	font-family: "Osaka－等幅", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: "Osaka－等幅", monospace;
}

/*======================================

	1-5.Hypertext Module

=======================================*/

a:link {
	color: #005585;
}

a:visited {
	color: #818f98;
}

a:hover {
	color: #80af00;
}

/*======================================

	1-6.List Module

=======================================*/

ul,
ol,
dl {
/*	margin: 1em 20px; */
/*	padding: 1px 0; */
	margin: 0px 0px 5px;
	padding: 0px;
	list-style-position: inside;
}

li,
dt,
dd {
	margin: 0.1em 10px;
}

dt {
	margin-top: 0.6em;
}

dd {
	margin-bottom: 0.6em;
	color: #666;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.1em 10px;
}

/*======================================

	1-7.Edit Module

=======================================*/

del {
	color: #999;
	text-decoration: line-through;
}

del[datetime]::before {
	content: " ( "attr(datetime)"\00524a\009664) ";
}

ins {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

ins[datetime]::before {
	content: " ( "attr(datetime)"\004fee\006b63) ";
}

/*======================================

	1-8.Forms Module

=======================================*/

form {
/*	margin: 0.5em 20px; */
/*	padding: 1px 0; */
	padding: 0px ; 
	margin: 0px 0px 5px; 
}

form dl,
form p {
/*	margin: 0.5em 10px; */
}

fieldset {
/*	border: 1px solid #ddd; */
}

legend {
	margin: 0 1em;
	padding: 0 10px;
}

input,
textarea {
/*
	margin: 0.4em 10px;
	padding: 0.1em 10px;
*/
	margin: 2px 0px;
	border: 1px solid #777;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
	background-color: #f5f5f5;
}

input {
	line-height: 1.2;
}

input:hover,
textarea:hover {
	border: 1px solid #aaa;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}

textarea {
	padding: 0.4em 10px;
}

/*======================================

	1-9.Tables Module

=======================================*/

table {
/*	margin: 0 20px 0.5em 20px; */
	margin: 0 0 0.5em 0; */
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #cfd3d6;
	background-color: #fff;
}

th,
td {
	padding: 0.1em 5px;
	border: 1px solid #efefef;
	border-color: #efefef #dce0e3 #dce0e3 #efefef;
}

th {
	color: #000;
	background-color: #eff0f1;
}

td {
	border: 1px solid #ddd;
	background-color: #fff;
}

/*======================================

	1-10.Image Module

=======================================*/

img {

}

a img {
	border: 0px;
}

a:hover img {

}

/*======================================

	1-11.Object Module

=======================================*/

object,
embed {
	margin: 1em 20px;
}

/*======================================

	1-12.My CSS

=======================================*/

	body {
 		background-color: #F8F8DF;
		line-height: 1.4;
		color: black;
	}
	
	h2 {
		background-color: #E0FFFF;
		border-width: 0px 0px 1px 5px;
		border-style: double;
		border-color: #0000FF;
		padding-left: 2px;
	}
	
	h3 {
		border-width: 0px 0px 2px;
		border-style: groove;
		border-color: #00FA9A;
	}

	h4 {
		margin-top: 5px;
	}

	h4.gray{  
		background : #eee;  
		border-left:7px double #ccc;  
		padding    :.3em .4em  
	}

	div.contents_area {
		margin-left: 5px;
	}

	div.odd {
		background-color : #FFFFCC ;
	}

	div.even {
		background-color : #FDFDAA ;
	}

	span.warning {
		color : red ;
		font-weight : bold ;
	}

	span.red {
		color : red ;
	}

	dd.indent {
		text-indent: 1em;
	}

	div.odd span.hidden {
		color : #FFFFCC ;
	}

	div.even span.hidden {
		color : #FDFDAA ;
	}

	.top-margin {
		margin-top: 10px;
	}

	.bottom-margin {
		margin-bottom: 10px;
	}

	.bottom-margin-20 {
		margin-bottom: 20px;
	}

	.left-margin {
		margin-left: 10px;
	}

	.left-margin-20 {
		margin-left: 20px;
	}

	.bold {
		font-weight : bold ;
	}

	.smaller {
		font-size : smaller ;
	}
	.align_right {
		text-align : right ;
	}


	.align_center {
		text-align : center ;
	}

	.line-height_comment {
		line-height : 1.6 ;
	}

	.comment_pagging {
		padding-bottom : 3px;
	}

  .nowrap {
    white-space: nowrap;
  }

  .font_size_16pt{
    font-size: 123.1%;
  }

  .font_size_15pt{
    font-size: 116%;
  }

	ul.aside {
		list-style : none;
	}
 
	ul.aside li {
		padding : 0em 0.5em;
		display : inline;
	}

  ul ul li{
    margin-left: 20px;
  }

	table {
		border: 1px solid #000000 ;
		border-collapse: collapse ;
	}

	th , td {
		border-color: #909090;
		padding-top : 3px;
		padding-bottom : 3px;
	}

	th {
		background-color: #FFDEAD;
	}

	td {
		background-color: #FFF0C0;
	}

	tr.odd td {
		background-color: lightyellow;
	}

	a:link {
		color: #0000FF;
	}

	a:visited {
		color: #800080;
	}

	a:hover {
		color: #80af00;
	}
	
	ul.leftmenu ul{
		margin-left: 10px;
	}

.clearfix:after{
	content: ""; 
	display: block; 
	clear: both;
}

/*======================================

POVのコメント用

=======================================*/
.pov_c_comments_full .pov_c_comment {
  margin-bottom: 5px;
}

.pov_c_comment .pov_c_title {
  background-color: #FFF0C0;
  font-weight: bold;
  padding: 1px 0px 1px 0px ;
}

.pov_c_comment .pov_c_body {
  padding: 5px 5px 5px 5px ;
}

.pov_c_comment .pov_c_footer {
  padding: 5px 5px 5px 5px ;
}

.pov_c_netabare {
}

.pov_c_netabare_message {
  margin: 10px 0px 10px 0px;
  padding: 5px 5px 5px 5px ;
	background-color: #ccffff;
}
/*======================================

***_touhyo.php用

=======================================*/
.frame_001 {
	margin-top   : 10px;
	margin-bottom: 10px;
	margin-left  : 10px;
	padding : 5px;
	background : #FFDAB9 ;
}

/*======================================

user_***.php用

=======================================*/
#username {
	margin-top   : 10px;
	margin-bottom: 10px;
	margin-left  : 10px;
  font-size: x-large;
}

#appeal {
	margin-bottom: 20px;
}

#hitokoto {
	margin-top   : 10px;
	margin-bottom: 10px;
	margin-left  : 10px;
}

#hitokoto p.comment{
  background-color: #FDFDAA;
}

#appeal dl , #appeal dt {
  line-height: 1em;
}
#appeal dt {
  float: left;
  clear: both;
  width: 80px;
  margin-top: 0;

}

#appeal dd {
  margin-left: 80px;
  text-align: left;
}

#statistics {
  float: left;
  margin-right:20px;
}

#tokuten_table {
  float: left;
  margin-right:20px;
}

#okazu_tokuten_table {
  float: left;
}

#comments_nav li {
  display: inline;
  list-style-type:none;
  margin-right: 10px;
}

.favorite_povlist li {
  background : Sienna;
  color: white;
  padding: 2px 4px;
  margin-bottom: 4px;
  float:left;
  list-style-type:none;
  font-family: メイリオ;
}

.favorite_povlist li a:link {
 color: white;
 text-decoration:none;
}

.favorite_povlist li a:visited {
 color: white;
 text-decoration:none;
}

.game_point_list ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

.game_point_list li {
  display: inline;
  list-style-type:none;
  margin-left: 0px;
}

.game_point_list li .tokuten {
  font-size: 50%;
}

.game_point_list th {
  text-align: center; 
  white-space: nowrap;
}

.user_list dt{
  clear: left;
  float: left;
  margin-top: 0px;
  margin-bottom: 5px;
}

.user_list dd {
  float: left;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  color: black;
}

