@charset "EUC-JP";
/* CSS Document */
*{

	margin:0px;
	padding:0px;

}

body{
	
	margin:0px;
	padding:0px;
	font-size:0.9em;
	font-family: "ＭＳ Ｐゴシック","Arial",Osaka;
}

body#item{
	
	margin:0px;
	padding:0px;
	font-size:0.9em;
	font-family: "ＭＳ Ｐゴシック","Arial",Osaka;
	background-image:url(../images/common/body_background.jpg);
}

h1{
	color:#003366;
	font-size:1.1em;
}

div#wrapper{
	margin:10px;
	
	padding:10px;
	background-color: #FFFFFF;
}

/*お知らせシステム用*/
div#bodyStr{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size:12px;
	margin-left:15px;
}

div#titleStr{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 10px 10px;
	font-size:12px;
}

div#itemStr{
	border: 1px solid #3399CC;
	
	margin: 10px;
	padding:5px;
	font-size:12px;
}

a{
color:#3399CC;

}

a:hover{
color:#003366;

}

ul{
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../images/common/list_news.jpg);
}

li {
	margin: 2px;
	font-size:10px;
	color:#999999;
}

.bodytext{
padding:5px;

}
