/*-------------------------------------*/
/*                                     */
/*  shootingstar-z.com スタイルシート  */
/*                                     */
/*-------------------------------------*/

/* <body>タグのクラス shooting star top */
body.main {
/* background-color: "black"; */
	background : #000000 url("hpimg/backstar.png");
	color : #ffffff;
}

/* <body>タグのクラス */
body.sub {
	background : #ffffee url("50_50.gif");
	background-repeat : repeat-x;
	background-attachment : fixed;
	margin-top : 0px;
	margin-left : 0px;
	color : #ffffff;
}

/* <a>タグの設定 */
a {
	cursor : pointer;
	text-decoration : none;
}
a:link { color : #44aaff; }
a:active { color : #ffffff; }
a:visited { color : #00ff66; }
a:hover {
	color : #ffaa66;
/*	background-color : #555555; */
/*	text-decoration : underline; */
	font-size : 15px;
}

/* <div>タグのクラス 画面中央の表示 */
div.disp {
	margin-top : 10px;
	margin-left : 20px;
	width : 560px;
}

/* コンテンツアイテム */
span.item {
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	line-height : 1.5em;
	color : #000000;
	background-color : #eeee99;
	border:4px solid #888888;
	border-left : 15px solid #dddd44;
	border-right : 15px solid #dddd44;
	padding-left : 10px;
	width:160px
}

/* 選択中のコンテンツアイテム */
span.itemselect {
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	line-height : 1.5em;
	color : #000000;
	background-color : #ffcccc;
	border:4px solid #888888;
	border-left : 15px solid #ff3366;
	border-right : 15px solid #ff3366;
	padding-left : 10px;
	width : 170px
}

/* コンテンツヘッダー */
span.header {
	font-size:13pt;
	font-style:normal;
	font-weight:bold;
	line-height: 1.5em;
	color:#000000;
	background-color:#a5ddbb;
	border:5px solid #888888;
	border-left:20px solid #3070bb;
	border-right:20px solid #3070bb;
	padding-left:10px;
	width:180px
}

/* コンテンツアイテム Secret */
span.itemSecret {
	font-size:9pt;
	font-style:normal;
	font-weight:bold;
	line-height: 1.5em;
	color:#00aa44;
	background-color:#000000;
	border:4px solid #000000;
	border-left:15px solid #000000;
	border-right:15px solid #000000;
	padding-left:10px;
	width:160px
}

/* <h1>タグの設定 */
h1 {
/*	font-family: "ＭＳ Ｐゴシック",sans-serif; */
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	line-height : 1.5em;
	color : white;
	background-color : black;
	border : 3px ridge white;
	padding-left : 10px;
}

/* <h2>タグの設定 */
h2 {
/*	font-family: "ＭＳ Ｐゴシック",sans-serif; */
	font-size : 11pt;
	font-style : normal;
	font-weight : bold;
	line-height : 1.5em;
	color : white;
	background-color : black;
	border : 3px double white;
	padding-left : 10px;
}

/* <p>タグの設定 */
p {
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	font-size:11pt;
	font-style:normal;
	line-height: 1.5em;
	color:#00ff88;
}

/* <button>タグの設定 */
button {
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	font-size:13pt;
	font-weight:bold;
	width:100px;
	background-color:red;
	color:white;
}

/* <tr>タグ Profile */
tr.profile_tr {
	background : "#c07040";
	font-size : 14px;
}

/* <tr>タグ History */
tr.history_tr {
	background : "#4477aa";
	font-size : 14px;
}
/* <td>タグ History */
td.history_td {
	font-size : 14px;
}

/* -------------------------------------------------------------------------------------------------- */
/* Odyssey Inscribe */
/* -------------------------------------------------------------------------------------------------- */

/* コンテンツアイテム */
span.itemO {
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	line-height : 1.5em;
	color : #000000;
	background-color : #a5ddbb;
	border:4px solid #888888;
	border-left : 15px solid #3070bb;
	border-right : 15px solid #3070bb;
	padding-left : 10px;
	width:160px
}

/* 選択中のコンテンツアイテム */
span.itemselectO {
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	line-height : 1.5em;
	color : #000000;
	background-color : #ffcccc;
	border:4px solid #888888;
	border-left : 15px solid #ff3366;
	border-right : 15px solid #ff3366;
	padding-left : 10px;
	width : 170px
}

/* コンテンツヘッダー */
span.headerO {
	font-size : 13pt;
	font-style : normal;
	font-weight : bold;
	line-height : 1.5em;
	color : #000000;
	background-color : #ddaadd;
	border : 5px solid #888888;
	border-left : 20px solid #aa55aa;
	border-right : 20px solid #995599;
	padding-left : 10px;
	width : 180px
}

