html {
	/* background */
}
body {
	color: #000;
	font-size: 14px;
	line-height: 1.22;
	font-family: "MS PGothic","Osaka",Arial,sans-serif;
}

h2,h3,h4,h5,h6 {
	margin: 5px 0;
}
h2 {
	font-size: 120%;
	padding: 5px  0 5px 15px;
	border: 1px solid;
}
h3 {
	font-size: 105%;
	padding: 3px  0 3px 15px;
}
h4 {
	border-bottom: 1px solid;
	padding: 3px  0 3px 15px;
}
h5 {
	border-bottom: 1px dashed;
	padding: 3px  0 3px 15px;
}
h6 {
	color: blue;
	padding: 3px  0 3px 15px;
}

#wrapper{
	margin: 0 auto;
	width: 800px;
	border-left : 1px solid  #676767;
	border-right : 1px solid  #676767;
	border-bottom: 1px solid #676767;
}

#header {
}

#contents {
	padding: 5px 20px 15px 20px;
}

#footer {
	clear: both;
}

#globalnavi {
}

/* clearfix
======================================*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* header
======================================*/
#header  {
	position: relative;
	padding: 10px 7px 8px 16px;
	zoom: 1;
}


#header h1{
	position: absolute;
	top: 5px;
	font-size: 90%;
	zoom: 1;
}

#header #headertext {
	margin: 30px; 188px 10px 0;
	font-size: 92.4%;
	line-height: 1.5;
}


#header #headernavi {
	position: absolute;
	top: 5px;
	right: 0px;
	zoom: 1;
}


#header #headernavi li {
	float: left;
	padding: 0 10px;
	font-size: 85%;
	border-left: 1px solid  #676767;	
}

#header #headernavi .uw-menu li.uw-first {
	border-left: none;
}

#header #headernavi li a {
	display: block;
	/* background */
}

#header #headernavi li li {
	display: none;
}

#header #headernavi li a:hover {
	/* background */
}

#header #headernavi li.active  a {
	/* background */
}

/* footer
======================================*/
#footer {
	/* background */
	border-top: 1px solid #676767;
}

#footer p {
	padding: 10px 20px;
	font-sizse: 90%;
}

#footer ul,#footer dl {
	padding: 10px 0;
	text-align: center;
}

#footer li {
	display: inline;
	font-size: 85%;
	padding: 0 5px;
	border-left: 1px solid #000000;
}

#footer .uw-menu li.uw-first {
	border-left: none;
}

#footer li a {
	/* background */
}

#footer ul ul {
	display :none;
}


/* globalnavi
======================================*/
#globalnavi {
	border-top: 1px solid #676767;
	border-bottom: 1px solid #676767;
}

#globalnavi li {
	text-align: center;
	float: left;
	width: 150px;
	border-right: 1px #676767 solid;
}

#globalnavi li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	/* background */
}
#globalnavi li a:hover {
	/* background */
}

#globalnavi li li {
	display: none;
}


/* contents
======================================*/
/* Inner Reset */
#content th p, #content th li, #content th dt, #content th dd, 
#content td p, #content td li, #content td dt, #content td dd, 
#content li p, #content li li, #content li dt, #content li dd, 
#content dt p, #content dt li, #content dt dt, #content dt dd, 
#content dd p, #content dd li, #content dd dt, #content dd dd {
	font-size: 100%;
} 

#contents h2 {
}
#contents h3 {
}
#contents h4 {
}
#contents h5 {
}
#contents h6 {
}

#contents p, #contents address, #contents th, #contents td {
	line-height: 1.5;
}
#contents li, #contents dt, #contents dd {
	font-size: 92.4%;
	line-height: 1.335;
	padding: 2px 0 2px 10px;
}

#contents a {
}
#contents a:hover {
}

/* contents box
======================================*/

#contents .box1_top {
	height: 25px;
	background: transparent url( ../images/box/box1-top.gif ) left top no-repeat;
	_font-size: 0;/*ie6*/
}
#contents .box1_middle {
	padding: 0 25px;
	background: transparent url( ../images/box/box1-middle.gif ) left top repeat-y;
}
#contents .box1_bottom {
	height: 25px;
	background: transparent url( ../images/box/box1-bottom.gif ) left top no-repeat;
	_font-size: 0;/*ie6*/
}

#contents .box2_top {
	height: 15px;
	background: transparent url( ../images/box/box2-top.gif ) 0 0 repeat;
	_font-size: 0;/*ie6*/
}
#contents .box2_middle {
	padding: 0 25px;
	background: transparent url( ../images/box/box2-middle.gif ) left top repeat-y;
}
#contents .box2_bottom {
	height: 15px;
	background:transparent url( ../images/box/box2-bottom.gif ) 0 0 repeat;
	_font-size: 0;/*ie6*/
}

#contents .box3_top {
	height: 15px;
	background: transparent url( ../images/box/box3-top.gif ) left top no-repeat;
	_font-size: 0;/*ie6*/
}
#contents .box3_middle {
	padding: 0 25px;
	background: transparent url( ../images/box/box3-middle.gif ) left top repeat-y;
}
#contents .box3_bottom {
	height: 15px;
	background: transparent url( ../images/box/box3-bottom.gif ) left top no-repeat;
	_font-size: 0;/*ie6*/
}