@charset "UTF-8";
/* CSS Document */

body {
	font-size:12px;
}

#siteNavi a {
	font-size:10px;
}
#textSize {
	font-size:12px;
}
#forMenu {
	font-size:11px;
}

#subMenu a {
	line-height:27px;	/*固定*/
	font-size:12px;
}
#mainContents h1 {
	font-size:16px;
}
#mainContents .gui {
	font-size:12px;
	line-height:19px;
}

.newsBox .title , .eventBox .title {
	font-size:12px;
}
.newsBox .list , .eventBox .list {
	font-size:12px;
	line-height:1.5;
}
.newsBox .more , .eventBox .more {
	font-size:10px;
}

.newsBox .category {
	font-size:10px;
}

.eventBox .category {
	font-size:10px;
}

ul.tab a {
	font-size:12px;/*padding上下2px*/
	height:20px;/*font-sizeに合わせて変える*/
	line-height:20px;/*font-sizeに合わせて変える*/
	overflow:hidden;
}
#footerContents {
	font-size:10px;
}

.gui h1 {
	font-size:16px;
}
.gui h2 {
	font-size:16px;
}
.gui h3 {
	font-size:14px;
}

#textSize li:nth-of-type(2) {
	opacity: 0.6;
	filter: alpha(opacity=60);/* For IE 6/7 */
}