body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.9em;
	line-height: 1.5;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

*{
	font-size: 14px;
}

h1,h2,h3,p,ul,link,li{
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	vertical-align: bottom;
}


input,textarea,select,option{
	font-size:13px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


#menu{
	background: url(images/menu_back.jpg) top left repeat-x;
	height: 20px;
	overflow: hidden;
}

#menu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}

#menu ul li{
	float: left;
}

#menu .menu_item{
	padding-right: 10px;
}

#menu .last{
	padding-right: 0px;
}

#root{
	width: 821px;
	margin: 0px auto;
	min-height: 500px;
	background:url(images/bg.jpg) top center repeat-y;
	overflow: hidden;
	padding: 0px 16px 0px 17px;
}

#left{
	width: 195px;
	float: left;
	overflow: hidden;
}

#right{
	width: 605px;
	float: right;
	margin-right: 5px;
	overflow: hidden;
}

#main{
	margin-bottom: 20px;
}

#site{
	margin-top: 5px;
}


#left ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#side a:hover {
	background:#DBECDC url(images/yajiru02.jpg) no-repeat scroll left bottom;
	color:#F07D11;
}

#side a {
	background:#DBECDC url(images/yajiru.jpg) no-repeat scroll left bottom;
	border:1px solid #AAD2AB;
	color:#333333;
	display:block;
	padding-left:35px;
	text-decoration:none;
	width:158px;
	height: 20px;
	padding-top: 5px;
}

#side li ul li {
	margin-bottom:5px;
	height: 25px;
}

#side li ul{
	margin-bottom: 30px;
}

#side .imagewidget a{
	background: none;
	padding: 0px;
	width: 175px;
	margin: 0px auto;
	border: none;
}

#side .imagewidget{
	height: 69px;
	text-align: center;
	margin-bottom: 15px;
}

#side .textwidget{
	text-align: center;
}

#photo{
	margin-top: 3px;
}