@charset "utf-8";

html, body { 
	-webkit-text-size-adjust: none; 
	font-size: 62.5%;
	height: 100%;
}  
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

strong{
	font-family:'robotoregular';
}

table{border-spacing: 0px 0px;}

@font-face {
    font-family: 'robotothin';
    src: url('fonts/roboto_thin/Roboto-Thin-webfont.eot');
    src: url('fonts/roboto_thin/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto_thin/Roboto-Thin-webfont.woff') format('woff'),
         url('fonts/roboto_thin/Roboto-Thin-webfont.ttf') format('truetype'),
         url('fonts/roboto_thin/Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto_regular/Roboto-Regular-webfont.eot');
    src: url('fonts/roboto_regular/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto_regular/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/roboto_regular/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fonts/roboto_regular/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto_light/Roboto-Light-webfont.eot');
    src: url('fonts/roboto_light/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto_light/Roboto-Light-webfont.woff') format('woff'),
         url('fonts/roboto_light/Roboto-Light-webfont.ttf') format('truetype'),
         url('fonts/roboto_light/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}


a{
	cursor:pointer;
	color: #000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


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

body{
	background-color: #E0E0E0;
	font-family: 'robotolight';
	overflow-y:scroll;
}

#page{
	width:900px;
	margin: auto;
	border-left:#888 1px solid;
	border-right:#888 1px solid;
	background-color:#FFF8F7;
	min-height:100%;
}

#header{
	height:120px;
	padding-top:20px;
	text-align:center;
	font-family: 'robotothin';
	font-size:42px;
	color:#c6362b;
	letter-spacing:5px;
	line-height:42px;
	position:relative;
}

#header a{
	color:#c6362b;
}

#header a:hover{
	text-decoration:none;
}

#lang{
	color:#333;
	font-size:15px;
	position:absolute;
	letter-spacing:4px;
	right: 5px;
	top: 5px;
	line-height:15px;
}
#lang a{
	color:#333;
}
#lang a.active{
	color:#c6362b;
}

#navi{
	margin: auto;
	height:40px;
	text-align:left;
	font-family: 'robotolight';
	font-size:20px;
}

#navi a{
	color:#000;
}
#navi a:hover{
	text-decoration:underline;
}

#navi .active{
	color:#c6362b;
}

#navi ul{
	margin-left:30px;

}

#navi li:first-child{
	display:inline;
	margin-left:0px;
}

#navi li{
	display:inline;
	margin-left:82px;
}

#footer{
	height:1px;
}

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

#hello{
	height: 510px;
	margin-bottom:50px;
}

#card{
	margin-left:30px;
	float:left;
	position:relative;
	background-color:#c6362b;
	height:510px;
	width: 325px;
}

#card .info{
	bottom: 10px;
	left:15px;
	position:absolute;
	vertical-align:bottom;
	font-size:16px;
	font-family:'robotolight';
	color:#FFF;
}

#hello .pic{
	height:510px;
	width: 535px;
	background-color:#000;
	margin-left: 365px;
}

#hello .pic img{
	height:510px;
	width: 535px;
}

h1{
	text-align:center;
	font-family: 'robotothin';
	font-size:33px;
	color:#c6362b;
	line-height:33px;
	margin-top:10px;
	margin-bottom:10px;
}

.text{
	margin:60px 30px;
	font-size:16px;
	color:#333;
}

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

#subnavi{
	margin: 0px auto;
	width:750px;
	height:400px;
}

#subnavi .box{
	width: 150px;
	height: 150px;
	float: left;
	text-align:center;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 40px;
	margin-top: 20px;
	display: table;
	font-size:15px;
	cursor:pointer;
}

#subnavi .box:nth-child(odd).active{
	text-decoration:underline;
}
#subnavi .box:nth-child(even).active{
	text-decoration:underline;
}

#subnavi .box div{
	display: table-cell;
    vertical-align: middle;
}

#subnavi .box:nth-child(even){
	background-color:#c6362b;
	color:#FFF;
}


#subnavi .box:nth-child(even):hover{
	text-decoration:underline;
}

#subnavi .box:nth-child(odd){
	background-color:#c0c0c0;
}

#subnavi .box:nth-child(odd):hover{
	text-decoration:underline;
}

#canvas{
	margin:30px 0px;
}

#canvas div{
	display:none;
	margin:10px 30px;
	padding:15px;
}

#canvas div h2{
	font-family: 'robotoregular';
	font-size:18px;
	margin-bottom:5px;
}


#canvas div li{
	display:inline;
	margin-right:5px;
	background-image: url(../imgs/square.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px; 
    padding-left: 18px;
}

#canvas div:nth-child(even) li{
	background-image: url(../imgs/squarew.gif);
}
#canvas div:nth-child(odd) li{
	background-image: url(../imgs/square.gif);
}

#canvas div:nth-child(even){
	background-color:#c6362b;
	color:#FFF;
}

#canvas div:nth-child(odd){
	background-color:#c0c0c0;
}

#canvas .active{
	display:block;
}



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

#main{
	color:#333;
	margin:0px 30px 20px 30px;
}
#main h3{
	font-family: 'robotoregular';
	font-size:18px;
	margin-top:5px;
	margin-bottom:10px;
}

#main h2{
	font-family: 'robotoregular';
	font-size:18px;
	margin-top:5px;
	margin-bottom:20px;
	text-align:center;
}

#main ul{
	list-style:none;
}

#main li{
	margin: 10px 0px;
}


#main .block{
	padding:15px;
	margin: 0px 0px 20px 0px;
}

#main .block:nth-child(odd){
	background-color:#c0c0c0;
}
#main .block:nth-child(odd) a{
	color:#444;
	font-style:italic;
}

#main .block:nth-child(even){
	background-color:#c6362b;
	color:#FFF;
}
#main .block:nth-child(even) a{
	font-style:italic;
	color:#EEE;
}

#main .block img{
	position:relative;
	top:3.5px;
}

#main td{
	padding:15px;
	border-bottom:20px solid #FFF8F7;
}

#main tr:nth-child(even){
	background-color:#c0c0c0;
}
#main tr:nth-child(even) a{
	color:#444;
	font-style:italic;
}

#main tr:nth-child(odd){
	background-color:#c6362b;
	color:#FFF;
}
#main tr:nth-child(odd) a{
	font-style:italic;
	color:#EEE;
}







