/*************************************************
** Style sheet for "/breakguild" base style sheet
**  2005 winter version [Jly 17,2005]
** (C) 2003-2005 /breakguild all rights reserved.
*************************************************/

/** import CSS files ****************************/

/*[ /contents/index_menu.html ]*/
@import url("./menu.css");

/*[ /contents/top.html ]*/
@import url("./top.css");

/*[ /history/xxx/xxx.html ]*/
@import url("./history.css");


/** Style Sheet *********************************/

html {
	margin :  0px 5px  0px 0px;
	scrollbar-track-color     : #fff;
	scrollbar-face-color      : #9cf;
	scrollbar-shadow-color    : #11c;
	scrollbar-darkshadow-color: #11c;
	scrollbar-highlight-color : #11c;
	scrollbar-3dlight-color   : #11c;
	scrollbar-arrow-color     : #fff;
}

body {
	margin :  0px 5px  0px 0px;
	padding: 10px 0px 30px 0px;

	text-align : center;
	line-height: 1.2em;
	font-size  : small;

	color                : #333;
	background-color     : #fff;
	background-image     : url("../imgs/background.gif");
	background-repeat    : repeat;
	background-attachment: fixed;

	scrollbar-track-color     : #fff;
	scrollbar-face-color      : #9cf;
	scrollbar-shadow-color    : #11c;
	scrollbar-darkshadow-color: #11c;
	scrollbar-highlight-color : #11c;
	scrollbar-3dlight-color   : #11c;
	scrollbar-arrow-color     : #fff;
}

/* Anchor tags */
a:link,
a:visited {
	color          : #ff3010;
	text-decoration: none;
}
a:hover {
	color          : #ffa070;
	text-decoration: underbar;
}
a:active {
	color          : #ff60cf;
	text-decoration: underbar;
}

/* h1-h7 */
h1 {
	margin : 15px 10px 30px 10px;
	padding: 15px 5px 10px 5px;
	border-left  : 12px double #66c;
	border-right : 12px double #66c;
	border-top   : 1px solid #66c;
	border-bottom: 1px solid #66c;
	text-align: center;
	font-size  : 2.5em;
	font-weight: bold;
}

h2 {
	margin : 10px 10px 15px 5px;
	padding: 5px 5px 3px 5px;
	width: 85%;
	border-left  : 5px solid #338;
	border-bottom: 3px double #338;
	font-size: 1.8em;
	font-weight: bold;
}

h3 {
	margin : 10px 20px 10px 5px;
	padding: 3px 3px 2px 3px;
	width: 65%;
	border-left  : 3px solid #338;
	border-bottom: 1px solid #338;
	font-size: 1.5em;
	font-weight: bold;
}

h4 {
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
	font-weight: bold;
}

h5, h6, h7 {
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1em;
}

/* hr */
hr {
	margin : 20px 0px 20px 0px;
	text-align: center;
	width : 85%;
	border-style: dotted;
	border-color: #339;
}

/* table , th , td */
table, th, td {
	margin : 0px;
	padding: 0px;
}

/* div indent */
div {
	margin : 5px 5px 20px 15px;
	padding: 3px 3px 3px 3px;
}

/* div indent (左20pixelインデント) */
div.indent {
	margin : 0px 0px 10px 0px;
	padding: 3px 3px 3px 20px;
}


/* div outline(最外周外枠) */
div#outline {
	position: relative;
	padding: 5px;
	border : 4px #1010c9 double;
	width  : 90%;

	text-align: center;
	background-color: #fff;
}

/* div message box (ページ上部の説明枠) */

div.boxA {
	width: 80%;
	margin-top   : 5px;
	margin-bottom: 15px;

	border-top   : 1px #aaf solid;
	border-bottom: 1px #aaf solid;
	border-right : 5px #aaf solid;
	border-left  : 5px #aaf solid;
}

div.boxA h2 {
	margin : 0px 10px;
	padding: 5px 20px 0px;

	line-height   : 30px;
	vertical-align: bottom;

	font-size       : x-large;
	font-weight     : bold;
	color           : #55f;
}

div.boxA div.box_msg  {
	padding   : 10px 15px;
	border-top: 1px #aaf dashed;
}

/* div back box (背景塗りつぶしのテキストコンテナ)*/
div.back {
	margin : 20px 0px;
	padding: 10px;
	border: 3px #99f dashed;
	background-color: #ccf;
}


/* div w580px box (横幅580pixelのテキストコンテナ) */
div.box580 {
	width  : 580px;
	margin : 20px 0px;
	padding: 10px;
	text-align: center;
	border: 1px #ccf dashed;
}
/* div w450px box (横幅450pixelのテキストコンテナ) */
div.box450 {
	width  : 450px;
	margin : 15px 0px;
	padding: 10px;
	text-align: left;
	background-color: #ffe8d0;
}
	div.box450 table {
		margin-left : 10px;
		padding-left:  2px;
		border-left: 5px #c93 solid;
	}
	div.box450 table th,
	div.box450 table td {
		padding: 2px 5px;
		border: 1px #c93 dashed;
	}

/* 等幅フォント */
span.tt {
	font-family: monospace;
}

caption {
	text-align: left;
}

address {
	margin     : 50px 5px 50px 5px;
	padding    : 5px;
	border-top : 1px solid #99f;
	text-align : center;
	line-height: 10px;
	font-size  : 10px;
	font-style : normal;
}

