* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
}

/*ヘッダ枠で使用*/
#header {
	width:780px;
	height:70px;
	position: relative;
	font-size: 12px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#logo {
	width:220px;
	height:60px;
	position:relative;
	float: left;
}

#info {
	width: 530px;
	height:60px;
	position: relative;
	float: right;
	font-weight: bold;
	color: silver;
}

/*メニュー枠で使用*/
#menu {
	width: 100%;
	height: 30px;
	background-image: url(img/menu_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	padding-top: 6px;
	color: #cccccc;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック";
	text-align: center;

}
#menu a:link{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}
#menu a:active {
	color: #000000;
	text-decoration:none;
}
#menu a:visited {
	color: #000000;
	text-decoration:none;
}

a{
color:#003399;
}
a:visited{
 color:#660033;
}
a:hover{
color:red;
}

#main{
margin:0 auto;
background:#ffffff;
}

#main2{
width:800px;
margin: 0 auto;
}

#menu_urabus{
float: left;
width:159px;
border:1px solid #000000;
margin-right:10px;
background:#F8F8F1;
}
#right{
text-align:left;
float: left;
width:155px;
border:1px solid #000000;
background:#F8F8F1;
}
#blog{
text-align:left;
float:left;
width: 460px;
margin-right:10px;
}
#top{
}
h1{
margin-bottom:0px;
padding-bottom:0px;
}

h2{
color:#cc6600;
font-weight:bold;
padding-bottom:5px;
font-size:16px;
text-align:left;
}



.abstract{
font-size:17px;
text-align:center;
font-weight:bold;
background: #000000;
color: #ffffff;
margin-bottom:10px;
padding: 5px;

}
.title{
font-size:14px;
padding:5px;
font-weight:bold;
background: #000000;
color: #ffffff;
}
.content{
font-size:13px;
padding:4px;
}
.content2{
font-size:14px;
padding:4px;
font-weight:bold;
padding-bottom:7px;
}
hr{
border: 1px solid #cccc99;
}

#bottom{
padding-top:5px;
padding-right:10px;
padding-left:10px;
border: 1px solid #cccc99;
background:#F6F6ED;
}

div.cent{
text-align:center;
}

form.s{
border: 1px solid #cccc99;
width:250px;
padding:20px;
background:#F6F6ED;margin:30px;
}
/*フッタ枠で使用*/
#footer {
	width:780px;
	height:70px;
	font-size: 12px;
	position: relative;
	margin: 0 auto;
}

#footer_line {
	width: 760px;
	height: 10px;
	position: relative;
	margin: 0 auto;
	background-image: url(img/line.jpg);
	background-repeat: no-repeat;
}
#footer_contents {
	width: 760px;
	height: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
