@charset "UTF-8";

/*
---------------------------------------------------------------
自然手技療法協会 http://syugi-kyoukai.com main CSS
Copyright (c) 2004-2007, kogadenki Inc.

Last Up Date :2007/04/21
---------------------------------------------------------------
*/


/*
---------------------------------------------------------------
	reset
	main
	default
	-head
	-side
	-content
	-foot
---------------------------------------------------------------
*/


/*reset
----------------------------------------------*/

html, body {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

table, caption, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

hr {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

form, fieldset, input, button, select, optgroup, option, textarea,
label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br,
ins, del, a, img, object {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: inherit;
  font-size: 100%;
}


/*main
----------------------------------------------*/

body {
	font-size: 14px;
	line-height: 1.4em;
	color: #999999;
	width: 100%;
	text-align:center;
}

a:link,a:visited {
	color:#669966;
	text-decoration:underline;
}

a:hover {
	color:#669966;
	text-decoration:none;
}

a:active {
	color:#660099;
	text-decoration:none;
}

ul {
	list-style-type:none;
}


/*default
----------------------------------------------*/
#wrapper {
	width: 800px;
	margin:0 auto;
	position: relative;
	text-align:left;
}

/*head----------------------------------------*/
#head {
	width: 100%;
}
#head h1 a {
	height: 140px;
	background-image: url(/img/header.jpg);
	display: block;
	background-repeat:no-repeat;
}

/*side----------------------------------------*/
#side {
	float:left;
	width: 230px;
	margin-top: 30px;
}

#side h2 {
	text-indent:-9999px;
	font-size:1px;
	line-height:1px;
}

#side .navi {
	background-image: url(/img/menu_bg_bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 19px;
	margin-bottom: 20px;
	margin-right: 25px;
	margin-left: 5px;
}

#side .navi h2 {
	background-image: url(/img/menu_bg_top.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 17px;
}

#side .navi ul h3 {
	height: 32px;
}

#side .navi ul a {
	background-image: url(/img/menu-btn-out.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 30px;
	display: block;
}

#side .navi ul a:hover,#side .navi ul a:active {
	background-image: url(/img/menu-btn-over.gif);
}

#side .navi ul ul h4 {
}

#side .navi ul ul a {
	background-image: url(/img/sub-menu-btn-out.gif);
	padding-top: 5px;
	padding-bottom:5px;
}

#side .navi ul ul a:hover,#side .navi ul ul a:active {
	background-image: url(/img/sub-menu-btn-over.gif);
}

#side .links {
	background-image: url(/img/links_bg_bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 19px;
	margin-bottom: 20px;
	margin-right: 25px;
	margin-left: 5px;
}

#side .links h2 {
	background-image: url(/img/links_bg_top.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 17px;
}

#side .links ul h3 a {
	background-image: url(/img/links-btn.gif);
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	display: block;
}

/*content-------------------------------------*/
#content {
	width: 565px;
	margin-top: 30px;
	float: left;
}

#content h2 {
	background-image: url(/img/title_h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.4em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#content h3 {
	background-image: url(/img/title_h3.gif);
	font-weight: bold;
	padding-left: 15px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9DE316;
	margin-bottom: 10px;
}

#content h4 {
	background-image: url(/img/title_h4.gif);
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9DE316;
	margin-bottom: 10px;
}

#content h5 {
	background-image: url(/img/title_h5.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
	margin-bottom: 10px;
}

#content h6 {
	background-image: url(/img/title_h6.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
	margin-bottom: 10px;
}

#content p {
	margin-bottom: 10px;
}

/*foot----------------------------------------*/
#foot {
	clear:both;
	width: 100%;
}

#foot h2 {
	text-indent:-9999px;
	font-size:1px;
	line-height:1px;
}

#foot .copyright {
	text-align:center;
	font-size:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

