
* {
margin : 0;
padding : 0;
}
img {
border : none;
}
ul, li {
list-style-type : none;
}
body, html {
color : #000;
font-size : 0.9em;
font-family : verdana, sans-serif;
background : url() #fff no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
@font-face { 
font-family: "ChopinScript"; 
src: url("/ChopinScript.ttf"); 
}
h1, h2, h3, h4, h5, h6, .tagg {
font-size : 2em;
padding : 1%;
margin-bottom : 10px;
font-family : ChopinScript;	
border-bottom : 1px solid #000;
}
a {
color : #d635e8;
text-decoration : none;
font-weight : bold;
}
a:hover {
color : #d63ae8;
}
a:activ {
color : #dc2fef;
}
a:visited {
color : #dd55ed;
}
p {
padding : 1%;
}
.content_table {
margin : 0 auto;
width : 100%;
}
.clear {
clear : both;
}
.page {
margin : 0 auto;
width : 98%;
max-width : 1200px;
}
.logo {
float : left;
width : 35%;
height : 100px;
border-top-left-radius: 5px;
border-bottom-left-radius: 25px;
}
.logo img {
width : 100%;
height : 100px;
border-top-left-radius: 5px;
border-bottom-left-radius: 25px;
}
nav {
display : none;
}
.content {
float : left;
margin-top : 40px;
margin-bottom : 40px;
width : 100%;
background : url(/img/sheet/bg.png);
border-top-left-radius: 5px;
border-bottom-left-radius: 25px;
border-top-right-radius: 25px;
border-bottom-right-radius: 5px;
}
article {
display : block;
float : left;
width : 73%;
}
.left_col {
float : left;
width : 49%;
}
.right_col {
float : right;
width : 49%;
}
aside {
display : block;
float : right;
width : 25%
}
.resize {
width : 100%;
height : 20%;
}
.center {
text-align : center;
}
footer {
display : none;
margin : 0 auto;
width : 100%;
clear : both;
}
