@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}


body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: white;
	background-image: url(http://www.ligare.jp/shared/images/body_bg.gif); /* 通常はbody_bg.gif、ピンクリボンではbody_bg_pink.gif */
	background-repeat: repeat-y;
	color: black;
	font-size: 0.9em;
	text-align: left;
	line-height: 120%;
	font-weight: normal;
	letter-spacing: normal;
}

#wrapper710 {
	width: 710px;
	background-color: none;
	background-image: url(http://www.ligare.jp/shared/images/left_bg.gif);
	background-repeat: repeat-y;
}


#right {
	width: 540px;
	float: right;
	text-align: center;
	background-color: none; /* 通常はnone */
	background-image: url(); /* 通常は()内はブランク */
}

.right-text {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* 本来はjustify */
}


#left {
	width: 170px;
	float: left;
	text-align: center;
	background-color: none;
}


.left-text {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* 本来はjustify */
	font-size: 0.75em;
	line-height: 120%;
}


.index {
	font-size: 0.8em;
	margin-top: 0px;
	margin-left: 0px;
	width: 470px;
	font-weight: bold;
}


.title {
	color: #cc0000;
	font-weight: bold;
}

.title12 {
	font-size: 1.2em;
	color: #cc0000;
	font-weight: bold;
}

.title10 {
	font-size: 1.0em;
	color: #cc0000;
	font-weight: bold;
}

.title09 {
	font-size: 0.9em;
	color: #cc0000;
	font-weight: bold;
}

.title08 {
	font-size: 0.8em;
	color: #cc0000;
	font-weight: bold;
}

.titlejimi {
	font-size: 0.9em;
	color: #cc9999;
	font-weight: bold;
}

/* border装飾 */
.bordertitle {
	font-weight: bold;
	border-style: solid;
	border-width: 0px;
	border-left-width: 1.2em;
	border-color: #cc0000;
	margin: 1px 0px 0px 0px;
}


.honbun {
	font-size: 0.9em;
	line-height: 120%;
	font-weight: normal;
}


.red,.error,.keikoku {color: #ff0000;}
.enji {color: #cc0000;}
.attention {color: #FF3300;}
.haiiro {color: #999999;}
.gray {color: gray;}
.silver {color: silver;}


.14em {font-size: 1.4em;}
.13em {font-size: 1.3em;}
.12em {font-size: 1.2em;}
.11em {font-size: 1.1em;}
.10em {font-size: 1.0em;}
.09em {font-size: 0.9em;}
.08em {font-size: 0.8em;}
.07em {font-size: 0.7em;}
.06em {font-size: 0.6em;}


.nowrap {white-space: nowrap;}


.hosoku {
	font-size: 0.8em;
	color: gray;
}


.memo {
	font-size: 0.7em;
	color: #999999;
	font-weight: normal;
}


.biko {
	font-size: 0.7em;
	color: #996666;
	font-weight: normal;
}


.sanko {
	font-size: 0.7em;
	color: #cc6699;
	font-weight: normal;
}


.chu {
	font-size: 0.7em;
	color: #ff0066;
	font-weight: normal;
}

.ban {
	background: #cc6699;
	color: white;
	font-weight: bold;
}

.ou {
	border-width: 2px;
	border-color: #cccccc;
	border-style: inset;
}

.totsu {
	border-width: 2px;
	border-color: #cccccc;
	border-style: outset;
}

/* リンク装飾 */
a:link {
	color: #cc0000;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: 0px dashed red;
}

a:visited {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #ffcccc;
}

a:hover {
	color: white;
	text-decoration: none;
	border-bottom: none;
	background-color: #ff6666;
	outline:2px red outset;
	position: relative; top: 0px; left: 0px;
}

a:active {
	color: #ffcccc;
	text-decoration: none;
	border-bottom: none;
	background-color: #cc0000;
	outline:2px red inset;
	position: relative; top: 0px; left: 0px;
}

a.nd {text-decoration: none;}