/* CSS3 for curecode.jp */
body {
	color:black;
	background-color:white;
	margin: 0;
	padding:0;
	text-align:left;
}
a {
	color: #03c;
}
a:visited {
	color: #53c;
}
div.main {
	margin-left:200px;
	padding:0;
	width:640px;
	color: black;
	background-color: white;
}
div.description {
	text-align:right;
	margin:5px 20px 0px 0px;
	/*font-style:italic;*/
	color: gray;
	font-size:smaller;
}
img {
    border:0;
}
strong {
	font-weight: bold;
	color:red;
}
em {
	color:red;
	font-style:normal;
}
em.new {
	font-family: "Georgia", "Times New Roman", sans-serif;
	font-style: italic;
	color: orangered;
}
h1 {
	margin:0;
}
h2 {
	/*transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;*/
	margin:20px 0;
	border-left: orangered solid 8px;
	background-color:#F89E3D;
	color: white;
	font-weight: bold;
	padding: 5px 10px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	-o-box-shadow: 5px 5px 5px #888;
	-ms-box-shadow: 5px 5px 5px #888;
	text-shadow: -1px -1px 0px #666;
}
h2 a, h2 a:visited {
	color: white;
	text-decoration: none;
}
h2 a:hover {
	color: #FFF297;
}
h3 {
	margin:0.5em 1.2em;
	border-bottom:2px solid #F89E3D;
	color: orangered;
}
h3 a, h2 a:visited {
	color: white;
	text-decoration: none;
}
h3 a:hover {
	color: blue;
}
h4
{
	font-size: 1em;
	font-weight: bold;
	margin:0.5em 1.2em;
	color: #800040;
}
hr {
	margin:1em 2em;
	height: 1px;
	border-color: silver;
	border-style: dashed;
	background-color:silver;
}
p {
	margin:1em 2em;
	text-indent:1em;
	line-height:1.7em;
}
ul {
	margin:1em 2em;
	line-height:1.5em;
}
ul.business {
	margin:1em 1em;
}
ul.business li {
	list-style-type: none;
	margin-bottom: 0.5em;
	border-left: solid 8px #009148;
	padding-left: 8px;
}
dl {
    margin: 1em 2em;
    padding:1em;
}


/* Sidebar */
div.sidebar {
	position:absolute;
	left:0;
	top:0px;
	width:200px;
	margin:0;
	padding:5px;
}
div.home-logo {
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
div.home-logo:hover {
	-moz-transform: translate(10px);
	-webkit-transform: translate(10px);
	-o-transform: translate(10px);
	-ms-transform: translate(10px);
	transform: translate(10px);
}
ul.menu {
	list-style-type:none;
	margin-left:20px;
	padding:10px;
}
ul.menu li {
	padding: 20px 0;
    margin:20px 20px 20px -20px;
	border-left: orangered solid 8px;
	background-color:#F89E3D;
	color: silver;
	font-weight: bold;
	padding: 5px 8px;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
}
ul.menu li:hover {
	background-color:orangered;
	-moz-transform: translate(10px);
	-webkit-transform: translate(10px);
	-o-transform: translate(10px);
	-ms-transform: translate(10px);
	transform: translate(10px);
}
ul.menu li a,ul.menu li a:visited {
	color: white;
	text-decoration:none;
}
ul.links {
	list-style-type:none;
	text-align:center;
	margin:0.5em 0;
}

div.mailaddr {
	margin:1em auto;
	text-align:center;
}
div.buttons {
	margin: 0;
	text-align: right;
}
div.buttons input {
	width:5em;
}
/* footer */
div.footer {
	clear:both;
	padding-bottom: 5px;
	margin-left:-200px;
	margin-top: 10px;
}
div.links {
	font-size: smaller;
	margin:0.5em auto;
	text-align:center;
}
div.copyright {
	color: black;
	text-align:center;
	font-family:"Courier New","Courier",monospace;
	font-size:smaller;
	margin: 1em auto;
}
div.copyright a,div.copyright a.visited {
	color:black;
	text-decoration:none;
}

/* Table */
table.data {
	border: silver 1px solid;
	border-collapse:collapse;
	margin: 10px 30px;
}
table.data th {
	border: silver 1px solid;
	background-color: #eee;
	padding: 5px;
	white-space:nowrap;
}
table.data td {
	border: silver 1px solid;
	padding: 5px;
	line-height: 150%;
}
blockquote {
	margin:  0.5em 1em;
	padding: 0.5em 1em;
	border: 1px dashed orange;
	background-color: white;
}
span.date {
	font-family: sans-serif;
	font-size: smaller;
	color: #8000FF;
}
span.required {
	color: #FD178F;
	vertical-align: super;
}
span.station {
	color: #15206A;
}
@media print {
	div.photo {
		display:none;
	}
}

/* Copyright (c)2010-2011 Cure Code Corp. All Rights Reserved. */

