﻿html{
/*　IE6・7　*/
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#000000', endColorstr='#ffffff');

/*　IE8　*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#000000', endColorstr='#ffffff')";

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(right, #FFFFFF 0%, #000000 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(right, #FFFFFF 0%, #000000 100%);

/* Opera */ 
background-image: -o-linear-gradient(right, #FFFFFF 0%, #000000 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #FFFFFF), color-stop(1, #000000));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(right, #FFFFFF 0%, #000000 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to left, #FFFFFF 0%, #000000 100%);
	font-family: "Lucida Grande", Verdana, sans-serif;
}


div#container{
	width : 800px;
	margin-left:auto;
	margin-right:auto;
}
div#header{
	color : white;
}
div#header h1{
	text-align : right;
	margin-bottom : 25px;
	padding : 10px 30px 10px 10px;
	background:#222;
	border: 1px solid #1a1a1a;
}
div#header h2{
	text-align : center;
	margin-top : 25px;
	padding : 10px;
	background:#222;
	border: 1px solid #1a1a1a;
}
div#header p{
}
div#header div#log {
    text-align: right;
    margin-bottom: -20px;
}
div#header div#log img {
    border: none;
    width: 300px;
}


div#navigation-block {
	margin-top : -25px;
	float : left;
}

#welcome,
#content{
	width : 550px;
	margin : 5px 0 30px 0px;
	float :right;
	padding : 5px 18px 30px;
	background:#222;
	border: 1px solid #1a1a1a;
}

#welcome p,
#welcome li,
#welcome h4,
#welcome h3,
#welcome h1,
div#content p,
div#content li,
div#content h4,
div#content h3,
div#content h1{
	color : white;
	margin: 10px;
}


#welcome a,
div#content a{
	color : #ffff66;
}

#welcome img,
div#content img{
	margin-top: 5px;
	width : 240px;
	padding :5px;
	background:#fff;
	border: 1px solid #1a1a1a;
}

div#footer{
	color : white;
	text-align : right;
	clear : both;
}
.img{
	text-align: center;
}
