@charset "Shift_JIS";
/* サイト名：ハロスタindex */


/* ブラウザスタイルの初期化(一般) */
* {
	font-family: "Verdana", "Arial", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", "sans-serif";
	font-size: 100%;
	color: #333333;
	background-color: transparent;
	line-height: 1.05;
	margin: 0px;
	padding: 0px;
}

/* ブラウザスタイルの初期化(IE6用) */
th,td,form {
	font-family: "Verdana", "Arial", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", "sans-serif";
	font-size: 100%;
	color: #333333;
	background-color: transparent;
	line-height: 1.05;
	margin: 0px;
	padding: 0px;
}



/* 汎用設定(body,a,img,h,etc) */

body {
	background-color: #ebf8ff;
	background-image: url( images/bg.gif );
	background-attachment: fixed;
}

a:link {
	color: #00a2f9;
}
a:visited {
	color: #0079bb;
}
a:hover {
	color: #ff3333;
}
a:active {
	color: #ffcc66;
}

a img {
	border-style: none;
}

h1,h2,h3 {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #ff3300;
}

em {
	font-weight: bold;
	font-style: normal;
}

.note {
	font-size: 80%;
}

/* 全体の囲み(#container) */

div#container {
	background-color: #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
}



/* ----------ヘッダ部(div#assist-nav,div#banner,div#path)---------- */

/* タイトルバナー(div#banner) */

div#banner {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
div#banner h1 {
	font-size: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
}
div#banner p {
	font-size: 95%;
	text-align: left;
	line-height: 1.35;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	width: 280px;
}

/* サイトの階層パス(div#path) */


/* ----------段組(div#contents,div#sidebar)---------- */

div#contents {
	text-align: center;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 7px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 7px;
	width: 280px;
}

/* ----------メインコンテンツ段(#contents)---------- */

div#contents h2 {
	font-size: 120%;
	color: #005078;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#contents p {
	font-size: 90%;
	text-align: left;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* リスト(div#contents ul li),用語解説(div#contents dl dt dd) */

div#contents ul {
	
}

div#contents ul li {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.35;
	margin-top: 15px;
	margin-bottom: 15px;
	list-style-type: none;
}

div#form {
	font-size: 90%;
	text-align: center;
	line-height: 1.5;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

div#contents dl {
	font-size: 95%;
	text-align: left;
	margin-top: 15px;
}
div#contents dl dt {
	font-weight: bold;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 3px;
}
div#contents dl dd {
	margin-top: 3px;
	margin-left: 1em;
	margin-bottom: 3px;
}


form {
	margin-top: 15px;
}
input {

}


/* ----------フッター部(div#analysis,div#foot-nav,address)---------- */

/* アクセス解析(div#analysis) */
div#analysis {
	
}

/* フッター部ナビゲーション(div#foot-nav) */

div#foot-nav {
	font-size: 85%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

div#foot-nav h2 {

}
div#foot-nav ul {
	margin: 5px;
}
div#foot-nav ul li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 6px;
	padding-right: 2px;
	list-style-type: none;
	display: inline;
}
div#foot-nav ul li a {
	color: #666666;
}
.li_last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

/* 著作権表示(address) */

address {
	font-size: 9.5px;
	font-style: normal;
	background-color: #ebf8ff;
	text-align: center;
	line-height: 1.35;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #78CCFF;
	padding: 7px;
}


