@charset "Shift_JIS";
/*****************************************************************************
********　　　　highsox Offical Website - Style Sheet 　　　　　　　　********
********　　　　CODE:Shift-JIS / TAB:4 / CR+LF　　　　　　　　　　　　********
********　　　　Inputted by YAMATO Tamaki 　　　　　　　　　　　　　　********
*****************************************************************************/

body {
	color : #555555;
	font-family : "Meiryo", arial, "Trebuchet MS", helvetica, Sans-Serif;
}

a:link
{
	color:#CC0066;
	background-color:inherit;
	text-decoration:none;
}

a:active
{
	color:#FF0000;
	background-color:#ffebd3;
	text-decoration:none;
}

a:visited
{
/*	color:#444444;*/
	color:#999999;
	background-color:inherit;
	text-decoration:none;
}

a:hover
{
	color:#FF0066;
	background-color:#ffebd3;
	text-decoration:underline;
}


H1{
	font-family:arial, "Trebuchet MS", helvetica, Sans-Serif;
	border-top:1px solid #fbb357;
	border-bottom:1px solid #fbb357;
	font-size:120%;
	padding : 6px 4px 4px 32px;
	background-color : #ffeed9;
	margin-left : 8px;
}


H2{
	font-family:arial, "Trebuchet MS", helvetica, Sans-Serif;
	border-bottom:1px solid #fbb357;
	border-left:8px dotted #fbb357;
	font-size:105%;
	padding : 6px 4px 4px 8px;
	margin-left:24px;
}


#Header {
	width : 750px;
	height : 56px;
	position : absolute;
	top : 16px;
	right : 0px;
/*	border: 1px solid gray;*/
}


#Top {
	width : 750px;
	height : 128px;
	position : absolute;
	top : 74px;
	right : 0px;
	text-align : center;
	border-top: solid 1px #fbb357;
	border-bottom: solid 1px #fbb357;
	border-left: solid 1px #fbb357;
	border-right: none;
}

#Menubar {
	width : 750px;
	height : 32px;
	position : absolute;
	top : 205px;
	right : 0px;
/*	border: 1px solid gray;*/
}

#Contents {
	width : 750px;
	height : auto;
	position : absolute;
	top : 240px;
	right : 0px;
	border-top : solid 1px #fbb357;
	border-bottom : solid 1px #fbb357;
	border-left : solid 1px #fbb357;
	border-right : none;
	padding : 8px 0px 8px 0px;
	font-size:75%;
}

#Footer {
	width : 750px;
	height : 32px;
	position : absolute;
	right : 0px;
	bottom : 0px;
	border-top: solid 1px #fbb357;
	border-bottom: solid 1px #fbb357;
	border-left: solid 1px #fbb357;
	border-right: none;
}

#ArticleH1 {
	padding-left : 16px;
}
#ArticleH2 {
	padding-left : 48px;
}
#ArticleH3 {
	padding-left : 64px;
}


#clear
{
	display:block;
	clear:both;
}

