/* all */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Tahoma, "ＭＳ Ｐゴシック";
	background-color: #fff6dc;
	text-align: center;
	font-size:12px;
}

p {
	line-height: 18px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#4c4c4c;
}

img {
	border: 0px;
}

li{
	list-style-type:none;
}

.none {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px;
}
.float-l {
	float: left;
	text-align:left;
}
.float-r {
	float: right;
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}


#alpha-inner h3{
	margin:10px 0 10px 0;
}

/* layout */

#contents_all {
	background-color:#64642f;
}
#contents {
	background:url(bg.gif);
	width:800px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}
#contents .float-l {
	width:140px;
	padding-left:60px;
	color:#CCCCCC;
}
#contents .float-r {
	width:480px;
	padding-right:90px;
}




/* left list */
#contents_all .float-l ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#contents_all .float-l ul li {
    margin-top: 5px;
    margin-bottom: 5px;
	padding-left:10px;
    line-height: 1.2;
	background:url(na-list.gif) no-repeat 0 5px;
}
#contents_all .float-l ul li a {
	color:#5e1f00;
}


/* entry */
#alpha-inner h2 {
    margin: 20px 0 10px 0;
    padding: 0;
	background:url(h2.gif) no-repeat;
	display: block;
	height:14px;
}
#alpha-inner h2 span{
	display: none;
}

#alpha-inner h3 {
    padding: 0;
    font-size: 12px;
	font-weight:bold;
}
#alpha-inner h3 a {
	color:#4c4c4c;
}

.entry-body {
}

/* entry-記事 */
.entry-tit{
	padding-top:20px;
	font-size:18px;
	font-weight:bold;
}
.entry-stit{
	font-size:14px;
	font-weight:bold;
	color:#4a7819;
}
.entry-txt{
	padding-bottom:20px;
}

.entry-img-center{
	text-align:center;
	padding-top:20px;
	border-top:solid 2px #d8ccb6;
}


/* header */
#header-all {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-size:11px;
}


/* header ha-logo */
#header-all h1 {
	margin:0;
}
#header-all h1 a{
	float: left;
	width: 100px;
	height:60px;
	display:block;
	background:url(logo_sub.gif) no-repeat;
}
#header-all h1 span{
	display:none;
}


/* header ha-menu */
#ha-menu{
	width: 660px;
	float: right;
	padding-top:10px;
	text-align:left;
	background:url(bar.gif) no-repeat;
}
#ha-menu ul li {
	float:right;
	margin-left:10px;
	margin-right:10px;
	padding-top:5px;
	list-style-type:none;
}
#ha-menu a{
	text-decoration:none;
	color:#e0e0d5;
}
#ha-menu a:hover{
	text-decoration:underline;
	color:#fff;	
	background:url(menu_line.gif) repeat-x 0 -5px;
}
#ha-menu li#select {
	background:url(menu_line.gif) repeat-x;
}


/* header ocmenu */
#ha-menu #ocmenu {
	height:36px;
	overflow:hidden;
}
#ha-menu #ocmenu ul {
	position:relative;
	padding:0 0 0 10px;
	height:24px;
	text-align:center;
	display:none;
}
#ha-menu #ocmenu ul li {
	margin: 2px 5px 0 5px;
	padding-top:5px;
	float: left;
}
#ha-menu #ocmenu a{
	color:#000000;
}
#ha-menu #ocmenu ul#ocmenu-item {
	left:90px;
	top:0px;
	width:404px;
	background:url(menu_arr.gif) no-repeat -135px 0;
}
#ha-menu #ocmenu ul#ocmenu-mt {
	left:87px;
	top:0px;
	width:335px;
	background:url(menu_arr.gif) no-repeat center;
}
#ha-menu #ocmenu ul#ocmenu-pr {
	left:94px;
	top:0px;
	width:425px;
	background:url(menu_arr.gif) no-repeat center;
}


/* header grey */
#header-all #grey{
	background-color:#fffbf1;
	padding: 20px 38px 30px 38px;
	color:#000;
}
#header-all #grey a{
	text-decoration:underline;
	color:#5e1f00;
	margin: 0 5px 0 5px;
}
#header-all #grey a:hover{
	text-decoration:none;
	color:#5e1f00;
}
#header-all #grey .location{
	font-weight:bold;
	margin-left:5px;
}
#header-all #grey ul li {
	float:right;
	margin-left:5px;
}


/* footer */
#footer_all {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:20px;
	text-align:right;
	font-size:10px;
}
#index #footer_all {
	width: 800px;
}

#footer_all #grey{
	height:30px;
	background-color:#fffbf1;
	margin-bottom:10px;
}
#footer_all #footer{
	background:url(footer.gif) no-repeat;
	color:#aa9987;
	padding:5px 10px 5px 0;
}

#footer_all #footer a{
	text-decoration:none;
	color:#fff;
}

#footer_all #footer a:hover{
	text-decoration:underline;
	color:#fff;
}