@charset "utf-8"; 


/* main
---------------------------------------------------- */
* {margin: 0px;padding: 0px;}


body {
  font-size: 80%;
  line-height: 150%;
  text-align:center;
  background:url(../img/images/body_bg.jpg)
}

html{overflow-y: scroll}



#wrapper {
	width: 760px;
	color: #333;
	background:url(../img/images/pagebody_bg.gif) repeat-y;
	margin:0px auto;
	text-align:left;
}

div{
    zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}



/* link
---------------------------------------------------- */
a:link {color: #068384}
a:visited {color: #068384}
a:hover, a:active {color: #068384; text-decoration:none}


/* header
---------------------------------------------------- */
#header {
	color: #333;
	margin:0px auto;
	text-align:left;
	width:760px
}

h1 {margin: 0px; display:none}

#header img{vertical-align:bottom}

/* navi
---------------------------------------------------- */
#navigation {
  width: 720px;
  font-size:12px;
  line-height:120%;
}

#navigation ul {list-style: none}
#navigation li{float:left; height:21px}

/*pagebody
---------------------------------------------------- */
#pagebody {
	width: 760px;
	clear:both;
}


/* contents
---------------------------------------------------- */
#content {
	width: 720px;
	padding:0px 20px 5px 20px;
	clear:both
}


#content h2{margin-bottom:5px; clear:both; margin-bottom:15px}

h3{clear:both;margin-bottom:5px; font-size:95%}
h4{clear:both;margin-bottom:10px; font-size:95%}



/* footer
---------------------------------------------------- */
#footer{
  width: 760px;
  text-align:center;
  margin:0px auto;
  font-size: 11px;
  line-height:120%;
  text-transform: uppercase;
}

#copy-p{margin-bottom:0px; float:right}

/* my-css
---------------------------------------------------- */
p{margin-bottom:10px}
img {border: 0px}
.img-top{vertical-align:top}

.clear {clear: both}
.text-p{margin:0px; padding:0px}

.rgt{text-align:right}
.ctr{text-align:center}
.lft{text-align:left}

.aka {color: #dd0000}
.orange{color:#f7822d}
.green{color:#357e09}

.m10{margin:10px 0px; clear:both}
.mb10{margin-bottom:10px; clear:both}
.mb20{margin-bottom:20px; clear:both}
.mb5{margin-bottom:5px}
.mb8{margin-bottom:8px}
.mb15{margin-bottom:15px}
.mt10{margin-top:10px}
.ml10{margin-left:10px}
.mr10{margin-right:10px}
.pl10{padding-left:10px}

.x-small{font-size:80%}
.x-small2{font-size:80%; text-align:center}
.x-large{ font-size: 110%}

.f-left{float:left}
.f-right{float:right}

#v-middle{vertical-align:middle}
.v-top{vertical-align:top}

.title{background:url(../img/images/mark.gif) no-repeat left center; padding-left:15px}
.title2{background:url(../img/images/mark2.gif) no-repeat left center; padding-left:15px}
.title3{background:url(../img/images/mark.gif) no-repeat left center; padding-left:15px; margin-bottom:3px}
.pagetop{text-align:right; margin-bottom:0px}

