
/*-----------------------------*/
/*RESET-HTML*/
/*-----------------------------*/
* {
	margin: 0;
	padding: 0 }

h1, h2, h3, h4, h5, h6 {
	font-size:  12px;
	font-weight: normal }

img {
	margin:      0;
	padding:      0;
	border-style: none }

strong {
	font-style: normal;
	font-weight: bold }

address, caption, cite, code, dfn, em, strong, th, var, dt {
	color:      #000000;
	font-style:  normal;
	font-weight: normal }

/*-----------------------------*/
/*BASIC*/
/*-----------------------------*/
body {
	font-size:       12px;
	font-family:      Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height:      150%;
	background-color: #fff;
	text-align:       center;
	border-right:     5px solid #c03;
	border-left:      5px solid #c03;
	word-break:       break-all       }

a:link {
	color:          #ff8c00;
	text-decoration: none }

a:visited {
	color:          #ffa500;
	text-decoration: none }

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

/*-----------------------------*/
/*CONTENTS*/
/*-----------------------------*/
#FOOT {
	color:           #fff;
	font-size:        10px;
	line-height:      125%;
	background-color: #000;
	margin-top:       15px;
	padding-top:      5px;
	padding-bottom:   5px;
	clear:            both;
	border-top:       5px solid #000;
	border-bottom:    5px solid #c33 }

.TTL01 {
	color:           #fff;
	background-color: #f00;
	padding-top:      2px;
	padding-bottom:   2px;
	border-top:       1px solid #c33;
	border-bottom:    1px solid #c33 }

li {
	background-image:   url("http://www.siriaru.com/img/bt1.gif");
	background-repeat:   no-repeat;
	background-position: left 2px;
	text-align:          left;
	list-style-type:     none;
	padding-left:        20px }


