/********** 全体のスタイル **********/

body {
	margin: 0px 5px 20px 0px;
	background-color: #FFFFFF;
	text-align: center;
	font-color: #CCCCCC;
	font-size: 16px;
}

.px14 {
	font-size: 14px;
}


/********** 文字のスタイル **********/

h1{font-size : 12px;
  color : #cccccc;
  margin-top : 1px;
  margin-bottom : 1px;
}
H2{font-size : 14px;
  
  margin-top : 1px;
  margin-bottom : 1px;
}

/********** リンクのスタイル **********/

a:link{COLOR: #647A22; text-decoration:none;}
a:visited{COLOR: #647A22; text-decoration:none;}
a:active{COLOR: #647A22; text-decoration:none;}
a:name{COLOR: #647A22; text-decoration:none;}
a:hover{COLOR: #ff9900; text-decoration:underline;} 

/********** メニューのスタイル **********/
.menulist * {
	margin: 0;
	padding: 0;
}

.menulist .item {
	margin: 0 0 0 0 7px;
	font-weight: bold;
	line-height: 150%;
	color: #555555;
}

.menulist .line {
	margin: 7px 0 10px 0;
	text-align: center;
}

.menulist ul {
	list-style: none;
}

.menulist ul li {
	padding: 0 0px 0 30px;
	color: #555555;
	line-height: 18px;
	background: url(common/point.gif) no-repeat top left;
}
#title{
  font-size : 18pt;
  font-weight : bold;
  
  
  
  
  
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  width : 100%;
  background-image : url(common/title_bg.gif);
  height : 36px;
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  color : #666666;
  font-family : "ＭＳ Ｐ明朝";
  text-align : right;
}
#title_waku{
  font-size : 20px;
  font-weight : bold;
  
  text-align : left;
  padding-top : 4px;
  padding-left : 4px;
  padding-right : 4px;
  padding-bottom : 4px;
  width : 610px;
  background-image : url(common/menu_bg.gif);
  height : 31px;
}
