/* CSS information

Site URL:				http://
File name:			layout.css
Last update:		2011-03-00
Author:					Kazuhiro Sakata

*/

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	font-style: normal;
	border: none;
}

body {
	font-size: 12px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: black;
	line-height: 1.4;
}

p {
	margin: 5px 0;
}

li {
	list-style: none;
}

#container {
	width: 900px;
	height: 820px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 860px;
	height: 50px;
	position: relative;
	padding: 15px 20px 0px 20px;
	background-color: #151515;
	z-index: 10;
	color: white;
}

#header h1 {
	float: left;
}

#date {
	padding-left: 120px;
	margin-top: 28px;
}

#contents {
	float: left;
	width: 900px;
	height: 600px;
	position: relative;
	background-image: url(img/bg4.jpg);
}

#con1 {
	margin: 15px;
	padding-right: 15px;
	float:left;
	height: 570px;
	width: 420px;
	color: white;
	background-image: url(./img/bgpng.png);
}

#con1 h2 {
	font-size: 1.6em;
	font-weight: bold;
	padding: 20px 0px 6px 15px ;
}

#con1 h3 {
	padding: 2px 0 2px 25px ;
	font-size: 1.2em;
	color: cornflowerblue;
}

li.mainlink {
	font-weight: 800;
}

li.mainlink a {
	color: cornflowerblue;
}

li.mainlink a:hover {
	color: tomato;
}

li.sublink {
	padding-bottom:20px;
	padding-left: 25px;
}

li.sublink2 {
	padding-left: 25px;
}


li.sublink a, li.sublink2 a {
	color: white;
}

li.sublink a:hover, li.sublink2 a:hover {
	color: tomato;
}

#con2 {
	float: right;
	width: 210px;
	height: 400px;
	margin: 15px;
	color: white;
	background-image: url(./img/bgpng.png);
}

#con2 h3 {
	font-size: 1.2em;
	font-weight: 800;
	padding: 20px 0px 0px 15px ;
	color: cornflowerblue;
}

#con2 p {
	padding: 0px 0px 0px 15px ;
}

#footer {
	color: white;
	clear: both;
	height: 40px;
	width: 860px;
	position: relative;
	padding: 10px 20px 0px 20px;
	background-color: #151515;
}

#footer p {
	margin: 20px 0 0 0;
	padding: 0;
}
