@charset "utf-8";

/* ------------------------ style resset */

* {
	margin: 0;
	padding: 0;
}

h1 {
	left : -999px ;
	top : -999px ;
	position : absolute ;
}
body{
	font-size:82%;
	line-height:1.37;
	font-family: 'Lucida Grande', 'Geneva', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	color : #333 ;
	text-align:justify;
	background-color : #eee;
	margin: 0;
	padding: 0;
}
/*font-family: arial, helvetica, sans-serif;*/
h2 {
	font-size: 160%;
	line-height:1.2;
	font-family: 'Lucida Grande', 'Geneva', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	font-weight: bold;
	margin: 4px 0 7px;
	color : #4169E1 ;
}
h2.p-title {
	font-size: 220%;
	line-height:1.2;
	font-family: 'Lucida Grande', 'Geneva', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	font-weight: bold;
	margin: 0 0 7px;
	padding: 5px 0 5px;
	color : #4169E1 ;
}
h2.sub-title {
	font-size: 140%;
	line-height:1.2;
	font-family: 'Lucida Grande', 'Geneva', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	font-weight: normal;
	margin: 6px 0 6px;
	padding: 3px 8px 3px;
	color : #fff ;
	background-color:#4169E1 ;
}
h3 {
	font-size: 140%;
	line-height:1.2;
	font-family: 'Lucida Grande', 'Geneva', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	font-weight: bold;
	margin: 0 0 10px;
	color : #4169E1 ;
}
h3.sub-title {
	font-size: 100%;
	line-height:1.2;
	font-family: 'Lucida Grande', 'Geneva', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	font-weight: normal;
	margin: 0 0 6px;
	padding: 4px 3px 4px;
	color : #fff ;
	background-color:#4169E1 ;
}
h4 {
	font-size: 110%;
	line-height:1.2;
	font-family: 'Lucida Grande', 'Geneva', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	font-weight: bold;
	margin: 4px 0 7px;
	color : #4169E1 ;
	border-left: solid 5px #f69;
	padding:0 0 0 7px;
}
/*verdana, sans-serif;*/

.txt-small{
	font-size: 85%;
	line-height:1.4;
}
.txt-name{
	font-size:100%;
}
.txt-size-l{
	font-size: 120%;
}
.shoulder{
	font-size: 90%;
	margin: 3px 0 3px;
	color : #936;
}

img{
	border : none; 
}
img.left{
	float:left;
	margin-right:10px;
}
img.right{
	float:right;
	margin-left:10px;
}

p{
	margin: 0 0 14px;
}
p.center{
	text-align:center;
}
p.right{
	text-align:right;
}

ul {
	margin-left:1.5em;
	margin-bottom:10px;
}

.noscreen {
	display:none;
}

.clear {
	clear:both;
}

.empty {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

a:link {text-decoration:underline; color:#33c;}
a:visited {text-decoration:underline; color:#90c ;}
a:hover {text-decoration:underline; color:#f03 ;}

