/*  last update  2006.07.25  */
/*  version      3.03        */

* {
/*	font-size: 75%; */
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}

body {
/*	background: #ffffff url("../img/main_bg.jpg") repeat-x left top; */
	font-size: 80%;
}

a:link, a:visited {
	color: #0033cc;
	text-decoration: underline;
}

a:active, a:hover {
	color: #ff3300;
	text-decoration: underline;
}

input:focus,
textarea:focus,
select:focus {
	border: 1px solid #ff9999;
	background: #f0f8ff;
}

input:active,
textarea:active,
select:active {
	border: 1px solid #ff9999;
	background: #f0f8ff;
}

input,
textarea,
select {
	border: 1px solid #999999;
	background: #ffffff;
}

input[type=radio],
input[type=checkbox] {
	border: none;
}

input[type=text],
input[type=password] {
	padding: 2px;
}


fieldset {
	border:1px solid #999999;
	margin-bottom: 4px;
	padding: 4px;
}

textarea {
	scrollbar-arrow-color: #999999;
	scrollbar-base-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-highlight-color: #cccccc;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #999999;
	scrollbar-track-color: #ffffff;
}

/*
dl {
	margin: 15px 0px;
}
dt {
	padding: 5px 20px;
	margin: 0px 10px;
	letter-spacing: 1px;
	background: url("../img/mark2.jpg") no-repeat left center;
}
*/

dd {
	padding: 7px 0px 7px 30px;
	line-height: 1.2em;
}

ul {
	margin: 0px 20px;
}
ul li {
	list-style-type: circle;
/*	font-size: 14px; */
}
ol {
	margin: 0px 30px;
}
ol li {
	list-style-type: decimal;
/*	font-size: 14px; */
}

table {
	border-collapse: collapse;
}
th, td {
/*	white-space: nowrap; */
}

img {
	border: none;
}

/* clearfix */
/* clearfixはfloat使用時に親要素の背景が途切れるのを防ぐのに使用します。親要素にこのクラスを適用します。 */
/* for modern browser */
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

