<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* アンダーラインを無効 */
A { text-decoration: none; }


/* 定義済みクラス */
A:link { color:blue; }
A:visited { color:deepskyblue; }
A:active { color:red; }
A:hover  { color: #FF3300; }

/* 全体定義 */
#main {

	width: 800px;
	height: 100%;

	background-color: #f9f8e6;

}

.h4 {

	font-size: 17px;
	font-weight: bold;
	text-indent: 10px;
	text-align: left;

	padding: 2px;
	margin-top: 20px;

	width: 100%;
	height: 30px;
	background: url(../images/bg_line.gif) no-repeat;
	/* background-color: #ff0000; */

}

/* フォント統一サイズ */

.font_size_24{
	font-size: 24px;
}

.font_size_20{
	font-size: 20px;
}

.font_size_15{
	font-size: 15px;
}

.font_size_12{
	font-size: 12px;
}

.font_size_8{
	font-size: 8px;
}



.lll{
	font-size: 24px;
}

.ll{
	font-size: 20px;
}

.l{
	font-size: 15px;
	line-height: 26px;
}

.m{
	font-size: 12px;
	line-height: 16px;
}

.s{
	font-size: 8px;
	line-height: 14px;
}


/* イベント */

#event h3 {
	margin: 0 0 15px;
}

#event h4 {
	padding: 0px;
	margin-top: 20px;
	width: 100%;
	text-indent: 10px;
	font-weight: bold;
	background: url(../images/bg_line.gif) no-repeat;

}

#event h5 {
	margin: 0 0 10px;
	padding: 0.5em 0 0.3em;
	font-weight: bold;
	width: 720px;
	background: url(../images/bg_point_line.gif) repeat-x;
	border-bottom: solid 1px #CCC;
}

/* 各種設定 */

#aioi_youchien .icon {
	margin: 0 0 3px 5px; 
}

#aioi_youchien .box1 {
	margin: 0 0 10px;
}

#aioi_youchien .left1 {
	float: left;
	width: 230px;
	margin: 0 15px 0 0;
}

#aioi_youchien .left2 {
	float: left;
	width: 230px;
	margin: 0;
}

#aioi_youchien .box2 {
	margin: 0 0 20px;
}

#aioi_youchien .text {
	vertical-align: bottom;
	padding: 0 0 0 10px;
}

#aioi_youchien .box3 {
	width: 800px;
	margin: 0 0 20px;
	background: #f9f8e6;
}

#aioi_youchien table {
	width: 720px%;
	border-collapse: collapse;
}

#aioi_youchien td {
	padding: 10px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}

#aioi_youchien .photo {
	width: 150px;
	background: #EFEFEF;
}

#aioi_youchien .ar1 {
	background: url(../../../common/com_ar02.gif) no-repeat;
	background-position: left center;
	padding: 0 0 0 10px;
}



/* 余白関連 */

.height_set_5 {

	width: 800px;
	height: 5px;

}

.height_set_10 {

	width: 800px;
	height: 10px;

}

.height_set_20 {

	width: 800px;
	height: 20px;

}

.height_set_30 {

	width: 800px;
	height: 30px;

}

.table_set_b {

	margin-left: 20px;

}




















</pre></body></html>