/******************************************************
OVERRIDE
*******************************************************/
BODY  {
	background-color: #F9F9F9;
	font-size: 14px;
	color: #555;
}
H2,.sub-title2 H4 {
	color: #900;
	font-size: 18px;
	font-weight: bold;
	border-left: 5px solid #CE1008;
	border-bottom: 1px solid #CE1008;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
UL{
	margin: 15px;
	padding: 0px;
}
LI {
	margin: 0px;
	padding: 0px;
}
TH {
	font-weight: normal;
	color: #333;
}
TH {
	font-weight: normal;
}
A, A:LINK, A:VISITED {
	text-decoration: none;
	color: #600;
}
A:HOVER {
	text-decoration: underline;
	color: #F66;
}
/******************************************************
COMMON
*******************************************************/
#container {
	border: 1px solid #999;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
#header {
	background-image: url("../img/head_silver.jpg");
	width: 100%;
	height: 30px;
}
#contents {
	width: 630px;
	float:left;
	margin-left: 10px;
	margin-right: 10px;
}
#right {
	width: 150px;
	float:right;
	background-color: #e7e3e7;
}
#voting {
	background-color: #FFF;
}
#voting_title {
	background-color: #CE1008;
	color: #FFF;
}
.navigation {
	font-size: 10px;
}
.box {
	width: 500px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
}
.overflowbox {
	width: 500px;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	height: 200px;	
}
#footer {
	color: #AAA;
	background-color: #FFF;
	height: 14px;
	text-align: center;
	margin: 5px;
	font-size: 12px;
}
/******************************************************
TOP
*******************************************************/
#contents_wrap {
	float: left;
}
#contents_right {
	float: right;
	width: 315px;
}
#news {
	font-size: 12px;
	float: left;
	width: 320px;
	margin-top: 5px;
	border: 1px solid #CCC;
}
#voice {
	font-size: 12px;
	float: left;
	width: 290px;
	margin-top: 5px;
	border: 1px solid #CCC;
}
#reccomend {
	float: left;
	width: 300px;
}

/******************************************************
PROFILE
*******************************************************/
#profile_links {
	font-size: 12px;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
#profile_links span{
	margin-left: 10px;
	margin-right: 10px;
}
#profile_left {
	width: 300px;
	float: left;
	height: 550px;
}
#profile_left_top {
	width: 300px;
	float: left;
	background-image: url("http://ryohey.net/img/family.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 550px;
}
#profile_right {
	width: 330px;
	float: left;
	background-image: url("../img/temp_ryohey.gif");
	background-repeat: no-repeat;
	background-position: right top;
	height: 550px;
}
#profile_table{
	width: 300px;
	float: right;
	font-size: 12px;
	border: 1px solid #CCC;
	margin: 5px;
	position: relative;
	top: 300px;
}
#profile_text {
	width: 300px;
	float: left;
}
.sub-title-profile {
	font-size: 24px;	
}
#sub-contnts-profile{
	margin: 10px;	
}
/******************************************************
MEDIA
*******************************************************/
#media_table{
	font-size: 14px;
	border: 1px solid #CCC;
}
#media_table th{
	background-color: #FEE;
	height: 22px;
}
#books{
	margin-left: 30px;
}
.book {
	width: 180px;
	height: 220px;
	text-align: center;
	margin: 5px;
	border: 1px solid #999;
	float: left;
	font-size: 12px;
}
.book img{
	margin: 5px;
	border: 1px solid #DDD;
}
/******************************************************
MANIFESTO
*******************************************************/
#manifesto{
	margin-left: 20px;
	margin-right: 20px;
}
.manifesto_title{
	float: left;
	color: #000;
	margin-left: 20px;
	font-size: 18px;
}
.manifesto_block1 {
	border-left: 5px solid #e7185a;
	margin-top: 20px;
}
.manifesto_no1{
	font-family: "Arial";
	font-style: italic;
	font-size: 40px;
	color: #e7185a;
	margin-left: 10px;
	float: left;
}
.manifesto_block2 {
	border-left: 5px solid #ff9e10;	
	margin-top: 20px;
}
.manifesto_no2{
	font-family: "Arial";
	font-style: italic;
	font-size: 40px;
	color: #ff9e10;
	margin-left: 10px;
	float: left;
}
.manifesto_block3 {
	border-left: 5px solid #7bbe29;	
	margin-top: 20px;
}
.manifesto_no3{
	font-family: "Arial";
	font-style: italic;
	font-size: 40px;
	color: #7bbe29;
	margin-left: 10px;
	float: left;
}
.manifesto_block4 {
	border-left: 5px solid #21a2ce;	
	margin-top: 20px;
}
.manifesto_no4{
	font-family: "Arial";
	font-style: italic;
	font-size: 40px;
	color: #21a2ce;
	margin-left: 10px;
	float: left;
}
.manifesto_dl {
	margin-left: 50px;
	margin-bottom: 20px;	
}

/******************************************************
ASSEMBLY
*******************************************************/
.assembly-table {
	border-collapse: collapse;
}
.assembly-table tr th,.assembly-table tr td{
	border: 1px solid #999;
	padding: 0;
	margin: 0;
	line-height: 100%;
	padding: 3px;
}
.assembly-year {
	background-color: #FEE;
	width: 70px;
	text-align: center;
}
.assembly-subtitle {
	font-size: 16px;	
	border-bottom: 1px solid #999;
}
.assembly-subtitle2 {
	font-size: 16px;	
}
.assembly-subtitle3 {
	font-size: 16px;	
}
.assembly-subtitle4 {
	font-size: 16px;	
}
.assembly-subtitle5 {
	font-size: 16px;
	border-bottom: 1px solid #999;
}

/******************************************************
WORKS
*******************************************************/
.works {
	font-size: 14px;
	margin: 10px;
}

/******************************************************

*******************************************************/
#menu{
	text-align: center;
	font-size:10px;
}
.menu_block {
	width: 100%;
	background-color: #DDD;
}
.menu_block span{
	font-size: 10px;
}
#top_map {
	text-align: center;
}
.contents_head {
	width: 100%;
	color: #2159CE;
	text-align: center;
	font-size: 16px;
}
#top_solution {
	text-align: center;
}
a.previous{
	position:absolute;
	top:50px;
	left:-32px;
}
a.next{
	position:absolute;
	top:50px;
	right:-32px;
}
.slides_container { 
	width:150px; 
	height:150px; 
	overflow:hidden; 
	position:absolute;
	left:250px; 
	cursor:pointer;
}
.slides {
	position:absolute;
	top:0;
	left:50;
}
.slides div { 
	position:absolute;
	top:0; 
	width:150px; 
	display:none;
}
.read_more {
	text-align: right;
	margin-right: 10px;
}
.divider {
	width: 100%;
	clear:both;
}