@charset "utf-8";
/* CSS Document */

/*======================================

webfont

=======================================*/
@font-face {
font-family: mplus-1p-light;
 src: url('http://mplus-fonts.sourceforge.jp/webfonts/mplus-1p-light.ttf')  format("truetype");
}
@font-face {
font-family: mplus-1p-black;
 src: url('http://mplus-fonts.sourceforge.jp/webfonts/mplus-1p-black.ttf')  format("truetype");
}
@font-face {
font-family: mplus-1p-medium;
 src: url('http://mplus-fonts.sourceforge.jp/webfonts/mplus-1p-medium.ttf')  format("truetype");
}

/*======================================

base

=======================================*/
body, td, th {
	font-family: Century Gothic, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #666666;
}
html{
	overflow-x:hidden;
}
body {
	background-color: #E6E6E6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*======================================

リンク

=======================================*/
a:link {
	color: #72BCAD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #72BCAD;
}
a:hover {
	text-decoration: underline;
	color: #FF99FF;
}
a:active {
	text-decoration: none;
	color: #72BCAD;
}

/*======================================

ヘッダー

=======================================*/
header {
	width: 800px;
	margin: auto;
	display: block;
	padding-bottom: 5px;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
}
#header {
	width: 100%;
	background-color: #000000;
	-webkit-box-shadow: 0px 4px 10px #999; /* safari */
	-moz-box-shadow: 0px 4px 10px #999;   /* firefox */
	background-image: url(bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
h1 {
	font-size: 30px;
	margin: 0px;
	text-shadow: 0px 0px 5px #777;
	color: #CCCCCC;
	letter-spacing: .2em;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 70px;
	font-weight: normal;
	font-family: mplus-1p-black, Century Gothic, Trebuchet MS, sans-serif;
}
#header .de {
	font-size: 10px;
	padding-left: 40px;
	font-family: mplus-1p-light, Century Gothic, Trebuchet MS, sans-serif;
}
#header span.jp {
	color: #FF99FF;
	font-size: 20px;
	font-family: mplus-1p-light, Century Gothic, Trebuchet MS, sans-serif;
}
#header .img1 {
	width: 150px;
	position: absolute;
	top: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: 0px 0px 10px #ddd;
	-moz-box-shadow: 0px 0px 10px #ddd;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	right: 0px;
}
/*======================================

ナビゲーション

=======================================*/
nav {
	display: block;
	margin: auto;
	width: 800px;
	padding-left: 5%;
}
ul {
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	overflow: hidden;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
li {
	float: left;
}
li a {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	text-shadow: 0px 0px 2px #777;
	background-color: #99CCFF;
	background-image: url(grade_2.png);
	background-position: center;
	color: #666666 !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 5px;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100px;
	text-align: center;
}
li a:hover {
	color: #333333 !important;
	background-color: #6699FF;
	text-shadow: 0px 0px 2px #fff;
}

/*======================================

コンテンツメイン

=======================================*/
#contents {
	position: relative;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	display:box;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	margin-top: 20px;
}
article#main {
	box-flex:2;
	-webkit-box-flex:2;
	-moz-box-flex:2;
	-ms-box-flex:2;
	background-color:#FFFFFF;
	display: block;
	max-width: 500px;
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 5px 10px #999;
	-moz-box-shadow: 0px 5px 10px #999;
	margin: 0px
}

/*======================================

各ブロック

=======================================*/
#main section {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 5px 10px #eee;
	-moz-box-shadow: 0px 5px 10px #eee;
	display:block;
}
#contents #main h2 {
	font-family: mplus-1p-medium, "Century Gothic", "Trebuchet MS", sans-serif;
	font-size: 15px;
	margin: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0099FF;
	padding-left: 10px;
	font-weight: normal;
	line-height: 40px;
	background-color: #F0F0F0;
	background-image: url(grade_3.png);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	letter-spacing: 3px;
}
#contents #main p {
	margin: 0px;
	padding: 20px;
	line-height: 1.7em;
}
p img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #FFFFFF;
	-webkit-box-shadow: 0px 5px 10px #999;
	-moz-box-shadow: 0px 5px 10px #999;
	-webkit-box-reflect:below 0px  -webkit-gradient(  linear,  left top,  left bottom,  from(transparent),  color-stop(0.5, transparent),  to(white));
}
#main pre {
	font-family: "Courier New", Courier, mono;
	background-color: #E6E6E6;
	padding: 8px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	border: 3px solid #FFFFFF;
	-webkit-box-shadow: 0px 5px 10px #eee;
	-moz-box-shadow: 0px 5px 10px #eee;
	margin-top: 90px;
}

/*======================================

サイド

=======================================*/
aside#side {
	max-width: 250px;
	display: block;
	padding-top: 30px;
}
#side h3 {
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-left: 20px;
	letter-spacing: .2em;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	margin-left: -10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#contents #side p {
	padding: 10px;
	line-height: 1.7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/*======================================

ボックス1

=======================================*/
.box1 a {
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	display: block;
	background-color: #EBEBEB;
	background-image: url(grade_4.png);
	background-position: bottom;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: 0px 0px 7px #00bbff;
	-moz-box-shadow: 0px 0px 7px #00bbff;
}
.box1 a:hover {
	-webkit-box-shadow: 0px 0px 7px #0093CA;
	-moz-box-shadow: 0px 0px 6px #0093CA;
	background-color: #E3E3E3
}
.box1 a:active {
	background-color: #ddd
}
/*======================================

ボックス２

=======================================*/
.box2 a {
	width: 90%;
	line-height: 30px;
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FF9900;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px #888;
	-moz-box-shadow: 0px 0px 3px #888;
	border: 1px solid #FFCC00;
	text-shadow: 1px 1px 2px #888;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Sans", arial, sans-serif;
}
.box2 a:hover {
	-webkit-box-shadow: 0px 0px 3px #777;
	-moz-box-shadow: 0px 0px 3px #777;
	background-image: url(grade_5.png);
	background-position: left center;
}

/*======================================

ビデオ要素

=======================================*/
video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 5px 10px #999;
	-moz-box-shadow: 0px 5px 10px #999;
}
