@charset "utf-8";


/*override*/

.columnWrap .level01 {
	padding-bottom:33px;
}

/*//override*/


.columnWrap section h4 {
	padding:33px 5px 0;
	font-size:130%;
	font-weight:normal;
	line-height:1.6;
}

.columnWrap section p {
	padding:14px 5px 20px;
}

.columnWrap section figure.diagram {
	margin-top:20px;
	margin-bottom:20px;
}

.articleList {
	background:#f3f2f2;
	list-style:none;
	padding:14px 14px 24px;
	font-size:90%;
}

.articleList li {
	line-height:1.6;
	margin-top:10px;
}

.articleList li em {
	font-weight:bold;
	font-style:normal;
}

.articleList li span {
	font-weight:normal;
	padding-left:10px;
	/padding-left:0px;
}

.articleList li a {
	background:url(../images/arrow_small_bk.gif) no-repeat left 0.65em;
	padding-left:10px;
	zoom:1;
}

.articleList li a:hover {
	background:url(../images/arrow_small_rd.gif) no-repeat left 0.65em;
}



/*---------------theme---------------*/

.themeMenu {
	width:816px;
	overflow:hidden;
	zoom:1;
	clear:both;
}

.themeMenu p {
	width:398px;
	text-indent:-9999em;
}

.themeMenu p a {
	width:398px;
	height:182px;
	display:block;	
}

.themeMenu p img {
	width:398px;
	height:182px;
	margin:0;
	padding:0;
}

.themeMenu p#menu01 {
	margin-top:7px;
	float:left;
}
.themeMenu p#menu02 {
	margin-top:7px;
	float:right;
}

.themeMenu p#menu03,
.themeMenu p#menu05,
.themeMenu p#menu07 {
	margin-top:20px;
	float:left;
}
.themeMenu p#menu04,
.themeMenu p#menu06,
.themeMenu p#menu08 {
	margin-top:20px;
	float:right;
}

.themeMenu p#menu01 a {
	background:url(images/theme_menu_01.gif) no-repeat 0 -182px;
}

.themeMenu p#menu01 a:hover {
	background:url(images/theme_menu_01.gif) no-repeat 0 0px;	
}

.themeMenu p#menu02 a {
	background:url(images/theme_menu_02.gif) no-repeat 0 -182px;
}

.themeMenu p#menu02 a:hover {
	background:url(images/theme_menu_02.gif) no-repeat 0 0px;	
}

.themeMenu p#menu03 a {
	background:url(images/theme_menu_03.gif) no-repeat 0 -182px;
}

.themeMenu p#menu03 a:hover {
	background:url(images/theme_menu_03.gif) no-repeat 0 0px;	
}

.themeMenu p#menu04 a {
	background:url(images/theme_menu_04.gif) no-repeat 0 -182px;
}

.themeMenu p#menu04 a:hover {
	background:url(images/theme_menu_04.gif) no-repeat 0 0px;	
}

.themeMenu p#menu05 a {
	background:url(images/theme_menu_05.gif) no-repeat 0 -182px;
}

.themeMenu p#menu05 a:hover {
	background:url(images/theme_menu_05.gif) no-repeat 0 0px;	
}

.themeMenu p#menu06 a {
	background:url(images/theme_menu_06.gif) no-repeat 0 -182px;
}

.themeMenu p#menu06 a:hover {
	background:url(images/theme_menu_06.gif) no-repeat 0 0px;	
}

.themeMenu p#menu07 a {
	background:url(images/theme_menu_07.gif) no-repeat 0 -182px;
}

.themeMenu p#menu07 a:hover {
	background:url(images/theme_menu_07.gif) no-repeat 0 0px;	
}

.themeMenu p#menu08 a {
	background:url(images/theme_menu_08.gif) no-repeat 0 -182px;
}

.themeMenu p#menu08 a:hover {
	background:url(images/theme_menu_08.gif) no-repeat 0 0px;	
}



/*---------------freshman---------------*/

.linkList {
	list-style:none;
	padding:10px 5px 0;
	font-size:110%;
}

.linkList li {
	margin-top:4px;
	padding-top:2px;
	line-height:1.4;
	background-image:url(../images/arrow_large_bk.gif);
	background-repeat: no-repeat;
	background-position: left 0.35em center ;
	padding-left:18px;
	font-size:80%;
}

.linkList li a {
/*	background:url(../images/arrow_large_bk.gif) no-repeat left 0.35em;*/
/*	padding-left:18px;*/
}

.linkList li a:hover {
/*	background:url(../images/arrow_large_rd.gif) no-repeat left 0.35em; */
}


/*---------------method---------------*/


.methodSet {
	padding-top:40px;
	padding-bottom:20px;
}

.methodSet h4 {
	padding:0;
}

.methodSet section {
	clear:both;
	padding:0 32px;
}

.methodSet section h5 {
	padding:20px 5px 14px;
	font-size:130%;
	font-weight:normal;
	line-height:1.6;
}

.methodSet section p {
	padding:0px 5px 20px;
}

.methodSet .hideText {
	display:none;
}

.methodSet .hideText.open {
	display:block;
}

.methodSet .readMore {
	width:114px;
	height:27px;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
}

.methodSet .readMore a {
	width:114px;
	height:27px;
	display:block;
	margin:0;
	padding:0;
	text-indent:-9999em;
	background:url(../images/btn_readmore.gif) no-repeat 0 -27px;
}

.methodSet .readMore a:hover {
	background:url(../images/btn_readmore.gif) no-repeat 0 0;
}

.methodSet .readMore.open a {
	width:114px;
	height:27px;
	display:block;
	margin:0;
	padding:0;
	text-indent:-9999em;
	background:url(../images/btn_close.gif) no-repeat 0 -27px;
}

.methodSet .readMore.open a:hover {
	background:url(../images/btn_close.gif) no-repeat 0 0;
}


