@charset "utf-8";

/*ボディと外枠*/
body {
	text-align: center;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}
#zentai {
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align:center;
}

/*文字*/
h1 {
	color:#000000;
	font-size:70%;
	font-weight:normal;
	margin-top:2px;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	margin-right: 50px;
	}

/*フラッシュ外枠*/
#movie {
	margin: 0px;
	height: 250px;
	width:  800px;
	border: thin none #000000;
	clear:both;
	
}

/*フーター*/
#foot {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 100px;
	width: 800px;
	clear:both;
	text-align:right;
	background-image: url(foot.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}

/*ヘッダー*/
#headtitle {
	background-color: #FFFFFF;
	height: 100px;
	width: 800px;
	text-align:right;
	background-image: url(webdesign.jpg);
	background-repeat: no-repeat;
}
.headin {
	width:200px;
	height:50px;
	float:left;
	}

/*メニュー*/
#menubar {
	height: 350px;
	background-color:#CCCC33;
	background-image:url(menukon.gif);
	background-repeat:no-repeat;
	background-position:right;
	width: 200px;
	float: left;
	text-align: left;
}
.menu a {
	float: left;
	height: 20px;
	width: 100px;
	font-size: 70%;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #455576;
	border-right:solid #FFFFFF 1px;
	text-decoration: none;
	line-height:200%;
}

.menu a:hover{
	float: left;
	height: 20px;
	width: 100px;
	font-size: 70%;
	font-weight: normal;
	color: #455576;
	background-color: #CCCCCC;
	border-right:solid #FFFFFF 1px;
	text-decoration: none;
	line-height:200%;
}

/*コンテンツ*/
#contents {
	clear: both;
	height: 350px;
	width: 800px;
	background-color:#FFFFFF;
	margin-top: 10px;
}
#infomation {
	margin: 0px;
	height: 200px;
	width: 300px;
	float:left;
}
#main {
	margin: 0px;
	float: left;
	height: 350px;
	width: 600px;
	text-align: left;
}
.title1 {
	height: 20px;
	width: 290px;
	margin-top: 5px;
	margin-left: 5px;
	border:solid #999999 1px;
	text-align:left;
}
.title2 {
	height: 20px;
	width: 486px;
	margin-top: 5px;
	margin-right: 5px;
	border:solid #999999 1px;
	text-align:left;
}
.bun1 {
	height: 250px;
	width: 290px;
	margin-top: 5px;
	margin-left: 5px;
	text-align:center;
	background-color:#FFFFFF;
}
.bun2 {
	height: 250px;
	width: 486px;
	margin-top: 5px;
	margin-right: 5px;
	text-align:left;
	background-color:#FFFFFF;
}
.komoji {
	font-size: 80%;
	font-weight: normal;
	color: #333333;
	text-align:left;
	line-height:20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
.komoji2 {
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	text-align:left;
	line-height:180%;
	margin: 10px;
}
	
.hidariake {
	margin-left: 3px;
	margin-top:2px;
	padding-left:3px;
	border-left:solid #FF0000 3px;
	font-size:80%;
	font-weight:bold;
	color:#333333;
}
.adsenseright {
	float: right;
}
