@charset "utf-8";

/* reset */
* { 
	margin : 0;
	padding : 0;
	border : 0; 
	color : #333333;
	font-weight : normal;
	font-family : sans-serif;
	font-style : normal; 
	background-color : transparent;
	}

/* original */

html, body { height : 100%; }
html {
	line-height : 2.0;
	font-size : 62.5%; }
body {
	background-color : #ffffff;
	font-size : 12px; font-size : 1.2rem; }

a { text-decoration : none; }
a:link { color : #ff5500; }
a:active { color : #ff0000; }
a:visited { color : #ff77aa; }
a:hover { color : #ff0000; }
a:hover img {
	opacity : 0.6;
	filter : alpha(opacity=60);
	-moz-opacity : 0.6;}

figure {
	float: left;
	margin: 0 15px 15px 0; }

/* id */

#container {
	margin: 0px auto; }
#container_l {
	width : 100%; }
#container_r {
	width : 100%; }

#footer {
	border-top : 3px double #aaaaaa;
	padding : 30px 0 0 0;
	text-align : right;
	font-size : 11px; font-size : 1.1rem;
	font-style : italic; }

#main {
	width : 87.5%;
	margin : 0 auto; }
	/* 420/480 */
#main p {
	margin : 30px 0 0 0; }

#nav { display : none; }
#nav_sm {
	margin : 20px 30px 0 0;
	line-height : 4.0;
	text-align : right;
	color : #ffaa33; }
table#nav_s {
	margin-left : auto; }

#title { display : none; }
#title_sm { 
	height : 50px;
	background-color : #ff6600;
	text-align : center; }

#watermark {
	border-bottom : 3px double #aaaaaa;
	padding : 0 0 20px 0;
	font-size : 11px; font-size : 1.1rem;
	font-style : italic;
	color : #ffaa33; }


/* div_class */

.cl {
	clear : both; }

table.title_dec {
	border-bottom : solid 1px #333333;
	margin : 20px 0 ; }

