@charset "UTF-8";

h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd,blockquote,ci
te,q,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

img {
border-style: none;
}

fieldset {
margin: 8px 0px 8px 0px;
}

legend {
margin: 8px 0px 8px 0px;
padding: 0 12px 0 12px;
font-size: 14px;
font-weight: bold;
}
/************************************************
*	clear										*
************************************************/
div:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/************************************************
*	Layout  									*
************************************************/
body {
		font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	background-color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}



div#header {
	color: #333333;
	background: #FFFFFF url( http://akua.org/images/css/header.jpg);
	text-align: left;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 980px;
	height: 70px;
	overflow: hidden;
}

div#header h1,
div#header p {
	display:none;
}


div#content {
	font-size: 100%;
	color: #333333;
	background: #FFFFFF url( http://akua.org/images/css/content.gif);
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 980px;
}


div#main {
	font-size: 16px;
	color: #333333;
	text-align: left;
	margin: 0;
	/*padding-top: 8px;*/
	padding-right: 0;
	padding-bottom: 20px;
	width: 799px;
	float: right;
}


div#sub {
	font-size: 100%;
	color: #333333;
	text-align: left;
	margin-top: 0px;
	padding: 0;
	margin-left: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	width: 179px;
	float: left;
}


div#footer {
	font-size: 100%;
	color: #996699;
	background: #FFFFFF url(http://www.akua.org/test/images/css/footer.gif);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	clear: both;
}

/************************************************
*	header  									*
************************************************/

div#header .inner {
	padding-left: 20px;
	padding-right: 20px;
}

div#header h1 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 160%;
	font-weight: bold;
	margin-top: 20px;
	padding-top: 0px;
	margin-left: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#header h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

div#header img a {
	margin: 0px;
	border: none;
}

div#header p {
	font-size: 80%;
	color: #FFFFFF;
	line-height: 140%;
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 0;
	margin-bottom: 5px;
	padding-bottom: 0px;
}


/************************************************
*	Content 					     		    * 
************************************************/

/*div#main .inner {
	padding-left: 20px;
	padding-right: 20px;
}*/

/* 見出し */
/*div#main h2 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	margin-top: 15px;
	padding-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 3px;
	clear: both;
}
*/
div#main h3 {
	margin: 12px 0 12px 0;
	padding: 6px 6px 6px 6px;
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	background-color: #EEEEEE;
	clear: both;
}
/* ハイパーリンク */
div#main a {
	/*text-decoration: none;*/
	text-decoration: underline;
	color: #006699;
	/*background-color: #ffffff;*/
}

div#main a:hover {
	text-decoration: underline;
	color: #006699;
	/*background-color: #ffffff;*/
}
/* 段落 */
div#main p {
	line-height: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
.menu {
	padding-top: 20px;
}

/* 画像 */
div#main img {
	border: none;
	margin-bottom: 10px;
}
/* リスト */
div#main ol,div#main ul {
	margin-top: 0;
	margin-left: 25px;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
}

div#main ol li,div#main ul li {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
/* 引用 */
div#main blockquote {
	color: #333333;
	background-color: #eeeeee;
	line-height: 140%;
	margin-top: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding-top: 3px;
	margin-left: 0;
	padding-left: 10px;
	margin-right: 0;
	padding-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

div#main blockquote p {
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
}

/* 引用元情報 */
div#main cite {
	font-style: italic;
}

/* 整形済みテキスト */
div#main pre {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	overflow: scroll;
}
/* 箇条書き（定義リスト） */
div#main dl {
	margin-top: 5px;
	margin-bottom: 5px;
}


div#main dt {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 10px;
}

div#main dd {
	padding-left: 5px;
}

/* 画像左配置 */
.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}
/* 画像中央配置 */
.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
/* 画像右配置 */
.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}
/* 画像左配置 */
div#main .imageleft{
	margin-right: 10px;
	float: left;
}
/* 画像右配置 */
div#main .imageright{
	margin-left: 10px;
	float: right;
}

/* 続き */
div#main .extended {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	display: block;
}

div#main .entry-tags {
    margin: 10px 0 10px 10px; 
	clear: both;
}
div#main .entry-tags-header,
div#main .entry-tags-list,
div#main .entry-tag { display: inline; }
div#main .entry-tags-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


/* コメンター画像 */
div#main .commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* コメントフォーム */
div#main textarea{
	width: 440px;
}
/* コメントフォーム文字サイズ */
div#main input,div#main textarea {
	font-size: 100%;
}

/************************************************
*	 Sidebar 					     	    * 
************************************************/

div#sub .inner {
	padding-left: 5px;
	padding-right: 5px;
}

/* サイドバーリスト */
div#sub dl {
	clear:both;
}

div#sub dt {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	margin: 12px 0 4px 0;
	padding: 4px 4px 4px 14px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	/*background-color: #CC99CC;*/
	background: #fff url( http://akua.org/images/css/dt-bg.gif) no-repeat;
}

div#sub dt.new {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	margin: 12px 0 4px 0;
	padding: 4px 4px 4px 14px;	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #fff url( http://akua.org/images/css/dt-bgnew.gif) no-repeat;
}

div#sub dt.schedule {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	margin: 12px 0 4px 0;
	padding: 4px 4px 4px 14px;	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #fff url( http://akua.org/images/css/dt-bgschedule.gif) no-repeat;
}

div#sub dt.therapy {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	margin: 12px 0 4px 0;
	padding: 4px 4px 4px 14px;	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #fff url( http://akua.org/images/css/dt-bgtherapy.gif) no-repeat;
}

div#sub dt.tour {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	margin: 12px 0 4px 0;
	padding: 4px 4px 4px 14px;	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #fff url( http://akua.org/images/css/dt-bgtour.gif) no-repeat;
}

div#sub dt.counsel {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	margin: 12px 0 4px 0;
	padding: 4px 4px 4px 14px;	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #fff url( http://akua.org/images/css/dt-bgcounsel.gif) no-repeat;
}

div#sub dt.link {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	margin: 12px 0 4px 0;
	padding: 4px 4px 4px 14px;	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #fff url( http://akua.org/images/css/dt-bglink.gif) no-repeat;
}

div#sub dt.mailmagazin {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	margin: 12px 0 4px 0;
	padding: 4px 4px 4px 14px;	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #fff url( http://akua.org/images/css/dt-bgmailmagazin.gif) no-repeat;
}

div#sub dt.form {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	margin: 12px 0 4px 0;
	padding: 4px 4px 4px 14px;	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #fff url( http://akua.org/images/css/dt-bgform.gif) no-repeat;
}

div#sub dt.about {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	margin: 12px 0 4px 0;
	padding: 4px 4px 4px 14px;	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #fff url( http://akua.org/images/css/dt-bgabout.gif) no-repeat;
}

div#sub dt a {
	text-decoration: none;
	color: #fff;
	margin: 0;
}

div#sub dt a:hover{
	text-decoration: underline;
	color: #fff;
}

div#sub dd {
	font-size: 100%;
}
	
	
div#sub ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

div#sub ul li {
	padding-top: 2px;
}


div#sub ul li li {
	font-size: 100%;
	margin-left: 20px;
	margin-top: 20px;
	padding: 0;
		
}
	
div#sub ul li a {
	text-decoration: none;
	/*background-color: #ffffff;*/
	margin: 0;
}


div#sub ul li a:hover{
	text-decoration: underline;
	/*background-color: #ffffff;*/
}

.icon {
	margin: 2px 0 2px 0;
	padding: 6px 0px 6px 4px;
	color: #996699;
	/*border-bottom-width: 1px;*/
	/*border-bottom-style: solid;*/
	/*border-bottom-color: #996699;*/
	font-weight: bold;
	list-style: none;
	background: #fff url( http://akua.org/images/css/icon-bg.gif) no-repeat;
}

.icon a {
	color: #996699;
}

.icon a:hover{
	color: #CC66CC;
}

.circle {
/* color: #CC99CC; */
	color: #996699;
	margin: 2px 0 2px 0;
	padding: 0 0 0 14px;
	/*list-style: circle;*/
	font-weight: bold;
	background: #fff url( http://akua.org/images/css/circle-bg.gif) no-repeat;
}

.circle a {
	color: #996699;
}

.circle a:hover{
	color: #996699;
}

/* サイドバー段落 */
div#sub p{
	line-height: 20px;
	margin: 0;
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
/* サイドバータグクラウド */
div#sub .module-tagcloud .module-content
	{text-align: left; }

div#sub .module-tagcloud .module-content .module-list
	{ list-style: none; }

div#sub .module-tagcloud .module-content .module-list .module-list-item
	{ display: inline; }

div#sub .module-tagcloud .module-content .module-list li.taglevel1
	{ font-size: 170%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel2
 	{ font-size: 150%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel3
	{ font-size: 130%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel4
	{ font-size: 110%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel5
	{ font-size: 90%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel6
	{ font-size: 70%; }


div#sub li.item {
	display: inline;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 70px;
	height: 70px;
}

/************************************************
*	Footer  									*
************************************************/
/* 文責 */
div#footer address {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 70%;
	font-weight: bold;
}
/* 段落 */
div#footer p {
	font-size: 70%;
}

/* Navigation ----------------------------------------------------------------- */

#main-navigation {
	text-align: left;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 980px;
	overflow: hidden;
}

#main-navigation-inner {
    text-align: left;
    position: relative;
    width: 980px;
    margin: 0;
}

#main-navigation {
    border-bottom: 1px solid #ccc;
    font-family: verdana;
    background: #eee url( http://akua.org/images/css/nav-bg.jpg) no-repeat;
}

#main-navigation ul {
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
}

#main-navigation ul li {
	font-size: 12px;
    float: left;
    padding-top: 2px;
}

#main-navigation ul li a {
	display: block;
	text-decoration: none;
	padding: 7px 15px 7px 16px;
	border-left: 1px solid #ccc;
	color: #9966CC;
}

#main-navigation ul li a:hover {
	color: #9966CC;
    text-decoration: underline;
}

#main-navigation ul li.on a {
	color: #9966CC;
    color: #000;
    background: #fff url(nav-arrow-on.gif) no-repeat 50% bottom;
}

#main-navigation ul li.last {
	color: #9966CC;
    border-right: 1px solid #ccc;
}

/* box-entry-header */

.box-entry-header #text-box h2.rcontent {
margin: 0;
padding:1em;
background:#669933;
color:#FFFFFF;
font-weight: bold;
}

.box-entry-header #text-box span.rtop,
.box-entry-header #text-box span.rbottom {
display:block;
background: #fff;
}

.box-entry-header #text-box span.rtop span,
.box-entry-header #text-box span.rbottom span {
display:block;
height: 1px;
overflow: hidden;
background: #669933;
}

.box-entry-header #text-box span.r1{margin: 0 5px;}
.box-entry-header #text-box span.r2{margin: 0 3px;}
.box-entry-header #text-box span.r3{margin: 0 2px;}
.box-entry-header #text-box span.rtop span.r4, span.rbottom span.r4{margin: 0 1px;height: 2px;}

.box-entry-header #text-box h2.rcontent {
font-size: 14px;
font-weight: bold;
}

h6 {
background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	clear: both;
font-size: 12px;
font-weight: bold;
}

/* box1 */

.box1 #text-box h5,
.box1 #text-box .phto-box,
.box1 #text-box .comment-box,
.box1 #text-box p {
margin: 0;
padding: 0 12px 0 12px;
color:#6699CC;
font-size: 12px;
background-color: #FFFFCE;
}

.box1 #text-box span.rtop,
.box1 #text-box span.rbottom {
display:block;
background: #fff;
}

.box1 #text-box span.rtop span,
.box1 #text-box span.rbottom span {
display:block;
height: 1px;
overflow: hidden;
background: #FFFFCE;
}

.box1 #text-box span.r1{margin: 0 5px;}
.box1 #text-box span.r2{margin: 0 3px;}
.box1 #text-box span.r3{margin: 0 2px;}
.box1 #text-box span.rtop span.r4, span.rbottom span.r4{margin: 0 1px;height: 2px;}

.box1 #text-box h5 {
font-size: 12px;
font-weight: bold;
}

/* box2 */

.box2 #text-box h5,
.box2 #text-box p.fs {
margin: 0;
padding: 0 12px 0 12px;
color:#6699CC;
font-size: 12px;
background-color: #E6FFE6;
}

.box2 #text-box span.rtop,
.box2 #text-box span.rbottom {
display:block;
background: #fff;
}

.box2 #text-box span.rtop span,
.box2 #text-box span.rbottom span {
display:block;
height: 1px;
overflow: hidden;
background: #E6FFE6;
}

.box2 #text-box span.r1{margin: 0 5px;}
.box2 #text-box span.r2{margin: 0 3px;}
.box2 #text-box span.r3{margin: 0 2px;}
.box2 #text-box span.rtop span.r4, span.rbottom span.r4{margin: 0 1px;height: 2px;}

.box2 #text-box h5 {
font-size: 12px;
font-weight: bold;
}

.phtos-box {
width: 800px;
clear: both;
text-align:center
}


.phto-box {
width: 600px;
clear: both;
text-align:center
}

.phtos {
width: 200px;
float: left;
text-align:center
}

.comment-box {
width: 600px;
clear: both;
text-align:center
}

.comments {
width: 200px;
float: left;
text-align:center
}

.main-comment {
	margin: 0;
	padding: 0;
	width: 650px;
	height: 783px;
	background: #FFFFFF url(http://www.akua.org/test/images/main-bg.jpg) no-repeat;
	text-align:center
}

.main-comment p {
	display: none;
}

h2 {
	display: none;
}

.new-box {
	margin: 8px 0px 8px 0px;
	width: 650px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC99;
}

.gl01 {
	margin: 0;
	padding: 0 0 12px 24px;
	text-align: left;
	background: #FFFFFF url( http://akua.org/images/gl01.gif) no-repeat;
	list-style-type: none;
}

.gl02 {
	margin: 0;
	padding: 0 0 12px 24px;
	text-align: left;
	background: #FFFFFF url( http://akua.org/images/gl02.gif) no-repeat;
	list-style-type: none;
}

.gl03 {
	margin: 0;
	padding: 0 0 12px 24px;
	text-align: left;
	background: #FFFFFF url( http://akua.org/images/gl03.gif) no-repeat;
	list-style-type: none;
}

.gl04 {
	margin: 0;
	padding: 0 0 12px 24px;
	text-align: left;
	background: #FFFFFF url( http://akua.org/images/gl04.gif) no-repeat;
	list-style-type: none;
}

.navi-img {
	margin: 0 8px 0 0;
}

.syosai {
	margin: 12px 0 0 0;
}

.img1 {
	margin: 0 8px 0 0;
}

/* top */

#top {
	margin: 36px 0 0 0;
}


p.top {
	display: none;
}

.top-main {
	width: 640px;
	margin: 24px 0 0 0;
	text-align: left;
}

.top-img {
	margin: 0 12px 0 0;
	float: left;
}

.top-txt {
margin: 0 8px 0 8px;
font-size: 12px;
text-align: left;
color: #6666CC;
line-height: 1.6;
float: light;
}

.top-main2 {
	width: 680px;
	margin: 12px 0 0 0;
	text-align: left;
}

.top-box {
	margin: 6px 12px 6px 12px;
	float: left;
}


/* fs */

.fs10 {
	font-size: 10px;
}

.fs12 {
	font-size: 12px;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
	font-weight: bold;
}

.fs24 {
	font-size: 24px;
	font-weight: bold;
}


td {
	font-size: 12px;
	color: #333333;
	line-height: 1.8;
}

.seminar-top {
	width: 680px;
	height: 14px;
	background: #FFFFFF url( http://akua.org/images/seminar/seminar-top.gif) no-repeat;
}

.seminar-center {
	width: 680px;
	background: #FFFFFF url( http://akua.org/images/seminar/seminar-center.gif) repeat-y;
}

.seminar-under {
	width: 680px;
	height: 14px;
	background: #FFFFFF url( http://akua.org/images/seminar/seminar-under.gif) no-repeat;
}

/* about */

.wins-top {
	width: 318px;
	height: 14px;
	background: #FFFFFF url( http://akua.org/images/css/wins-top.gif) no-repeat;
}

.wins-center {
	width: 318px;
	background: #FFFFFF url( http://akua.org/images/css/wins-center.gif) repeat-y;
}

.wins-under {
	width: 318px;
	height: 14px;
	background: #FFFFFF url( http://akua.org/images/css/wins-under.gif) no-repeat;
}

/* about */

.about-fs1 {
color: #6666FF;
font-size: 12px;
line-height: 1.8;
}

.about-fs2 {
padding: 0 0 0 12px;
color: #a5bbf5;
font-size: 12px;
line-height: 1.8;
}

.about-table {
margin: 24px 0 24px 0;
}

/* ハイパーリンク */

.aura {
	font-size: 12px;
	color: #333;
}

.aura a,
.aura a:link,
.aura a:visited {
	text-decoration: underline;
	color: #006699;
}


.aura a:hover,
.aura a:active {
	text-decoration: underline;
	color: #006699;
}


.banner {
margin: 12px 0 6px 0;
}

.mag-txt {
line-height: 1.4;
}

.fieldset {
width: 150px;
text-align: left;
margin: 0 0 8px 0;
padding: 0 0 6px 12px;
font-size: 80%;
}

.fieldset img{
margin: 0 0 4px 0;
}

.mail-form {
margin: 0;
}

legend {
color: #666;
font-size: 10px;
}

.mag-point {
margin: 12px 0 4px 0;
padding: 4px 4px 4px 24px;
background: #fff url( http://akua.org/images/css/point.gif) 6px 8px no-repeat;
}

