@import "common.css";
@import "global_menu.css";
@import "right_column.css";

/* ----- index CSS ----- */
/* // rayouts // */
#eyecath {
	height			: 175px;
	display			: block;
	text-indent		: -9999em;
	margin			: 0 0 30px 20px;
	background		: URL(../images/index/eyecatch.jpg) no-repeat;
}

.article_block {
	margin			: 0 0 40px 10px;
}

.article_block p {
	margin			: 0 0 20px 0;
}


.article_block ul {
	margin			: 0 0 20px 0;
	padding			: 10px 10px 10px 30px;
	list-style		: square;
	border			: solid 1px #cae4ff;
}

.article_block ul li {
	font-weight		: bold;
	font-size		: 80%
}

/* // tags // */
h2 {
	height			: 30px;
	display			: block;
	text-indent		: -9999em;
	margin			: 0 0 20px 0;
}

h2.h2_1 {
	background		: URL(../images/page_title/index_h2_1.gif) no-repeat;
}

h2.h2_2 {
	background		: URL(../images/page_title/index_h2_2.gif) no-repeat;
}

h3 {
	margin			: 20px 0;
}
