
/* 1.Transparent Hack For IE */
* html #container #header #chara img,
* html #container #header #word {
	behavior: expression(IEPNGFIX.fix(this));
}

.center {
	text-align: center;
}

.red { color: #ff0000!important;}
.bg-ylw { background:#FFFF00; padding:3px;}

a {	color:#339900;}
a:hover { text-decoration:none;}
a.blank {
background:transparent url(../img/icon_blank.gif) no-repeat scroll right 50%;
padding-right: 15px;
}
a.arw {
	background:url(../../img/index/icon_topics.gif) no-repeat left;
	padding-left:12px;
}

body {
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../img/bg_head.jpg) repeat-x top;
}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}


/*header*/
#container #header {
	position:relative;
	height:145px;
	margin-bottom:20px;
}
#container #header #chara {
	position:absolute;
	top:20px;
	left:10px;
}
#container #header h1 {
	position:absolute;
	top:31px;
	left:91px;
	background:url(../img/logo.gif) no-repeat;
	width:346px;
	height:64px;
	text-indent:-10000px;
}
#container #header h1 a {
	background:url(../img/logo.gif) no-repeat;
	width:346px;
	height:64px;
	text-indent:-10000px;
	display:block;
}
#container #header #word {
	position:absolute;
	top:3px;
	left:463px;
	background:url(../img/bg_bom.png) no-repeat;
	width:101px;
	height:85px;
	padding-top:20px;
	text-align:center;
}
#container #header #word p {
	font-weight:bold;
}
#container #header #word p span {
	font-size:131.25%;
}
#container #header #word p span a {
	color:#FF0000;
}
#container #header #header-link {
	position:absolute;
	top:5px;
	right:0;
	width:320px;
}
#container #header #header-link ul.h-navi {
	text-align:right;
}
#container #header #header-link ul.h-navi li {
	display:inline;
	background:url(../img/icon_hnavi.gif) no-repeat left;
	padding-left:10px;
}
#container #header #header-link #sarch {
	background:url(../img/bg_hsarch.gif) no-repeat bottom;
	width:320px;
	height:52px;
	margin-top:10px;
}
#container #header #header-link #sarch p.s-detail {
	margin:0;
	padding:0;
	float:right;
	width:60px;
}
#container #header #header-link #sarch p.s-detail a {
	background:url(../img/btn_h01.gif) no-repeat;
	width:60px;
	height:18px;
	display:block;
	text-indent:-10000px;
}
#container #header #header-link #sarch p.s-detail a:hover {
	background-position:0 -18px;
}
#container #header #header-link #sarch form {
	clear:both;
	padding:1px 0 0 0;
	width:185px;
	float:right;
}
#container #header #header-link #sarch form p {
	margin-top:5px;
}
#container #header #header-link #sarch form p.s-word {
	width:130px;
	float:left;
}
#container #header #header-link #sarch form p.s-word input {
	width:130px;
}
#container #header #header-link #sarch form p.s-btn {
	width:40px;
	float:left;
	margin-left:10px;
}

#container #header #gv-navi ul {
	position:absolute;
	top:105px;
	left:0;
	width:950px;
}
#container #header #gv-navi ul li {
	float:left;
}
#container #header #gv-navi ul li a {
	display:block;
	height:40px;
	text-indent:-10000px;
	background:url(../img/gb_navi.jpg) no-repeat;
}
#container #header #gv-navi ul li.about a {
	width:237px;
	background-position:0 0;
}
#container #header #gv-navi ul li.about a:hover,
body.about #container #header #gv-navi ul li.about a {
	background-position:0 -40px;
}
#container #header #gv-navi ul li.newwords a {
	width:144px;
	background-position:-237px 0;
}
#container #header #gv-navi ul li.newwords a:hover,
body.newwords #container #header #gv-navi ul li.newwords a {
	background-position:-237px -40px;
}
#container #header #gv-navi ul li.whatsnew a {
	width:108px;
	background-position:-381px 0;
}
#container #header #gv-navi ul li.whatsnew a:hover,
body.whatsnew #container #header #gv-navi ul li.whatsnew a {
	background-position:-381px -40px;
}
#container #header #gv-navi ul li.faq a {
	width:142px;
	background-position:-489px 0;
}
#container #header #gv-navi ul li.faq a:hover,
body.faq #container #header #gv-navi ul li.faq a {
	background-position:-489px -40px;
}
#container #header #gv-navi ul li.inquiry a {
	width:144px;
	background-position:-631px 0;
}
#container #header #gv-navi ul li.inquiry a:hover,
body.inquiry #container #header #gv-navi ul li.inquiry a {
	background-position:-631px -40px;
}
#container #header #gv-navi ul li.survey a {
	width:175px;
	background-position:-775px 0;
}
#container #header #gv-navi ul li.survey a:hover,
body.survey #container #header #gv-navi ul li.survey a {
	background-position:-775px -40px;
}



/*content*/
#container #content {
}


/*content-main*/
#container #content #main {
	width:620px;
	float:left;
	font-size:110%;
}


/*content-side*/
#container #content #side {
	width:300px;
	float:right;
}
#container #content #side h3 {
	background:url(../img/bg_side-h3.jpg) no-repeat;
	padding:7px 10px 3px;
	width:280px;
	font-size:120%;
	font-weight:bold;
	margin-top:10px;
}
#container #content #side .side-area {
	background:url(../img/side-area.gif) no-repeat bottom;
	padding:10px 15px 20px;
	width:270px;
}
#container #content #side .side-area p {
	margin-bottom:15px;
	color:#666666;
}
#container #content #side .side-area p span {
	color:#000000;
	font-size:110%;
}
#container #content #side .side-area h4 {
	border-bottom:#cccccc 1px dotted;
	margin-bottom:5px;
}
#container #content #side .side-area .selecturl {
	width:250px;
}
#container #content #side .side-area #blogparts {
	width:160px;
	margin:0 auto 15px;
}

/*footer*/
#container #footer {
	margin-bottom:30px;
}
#container #footer #backtop {
	background:url(../img/bg_content.jpg) no-repeat bottom;
	margin-bottom:15px;
	padding-bottom:100px;
	clear:both;
}
#container #footer #backtop p {
	float:right;
	width:125px;
	margin:70px 50px 0 0;
}
* html #container #footer #backtop p {
	margin-right:25px;
}
#container #footer #backtop div {
	float:left;
	margin:70px 50px 0 0;
}

#container #footer #backtop p a {
	display:block;
	width:125px;
	height:15px;
	text-indent:-10000px;
	background:url(../img/img_backtop.jpg) no-repeat;
}
#container #footer ul.f-navi {
	float:left;
	width:500px;
}
#container #footer ul.f-navi li {
	display:inline;
	background:url(../img/icon_hnavi.gif) no-repeat left;
	padding-left:10px;
}
#container #footer #copy {
	background:url(../img/copy.gif) no-repeat;
	float:right;
	width:178px;
	height:10px;
	display:block;
	text-indent:-10000px;
}




/*-----content-main-------*/

/*-----common*/
#container #content #main p {
	margin-bottom:15px;
}


/*h*/
body #container #content #main h2.visual {
	margin:28px auto 0;
	text-indent:-10000px;
}
body #container #content #main h2 {
	clear:both;
	background:url(../img/h2.jpg) no-repeat;
	font-size:120%;
	height:34px;
	margin-top:25px;
	padding:7px 0 3px 10px;
	position:relative;
}
body #container #content #main h2.fst {
	margin-top:15px;
}
/***********IE7とIE6に適応***********/
*:first-child+html body #container #content #main h2.fst { margin-top:0px; }
* html body #container #content #main h2.fst { margin-top:0px; }
/************************************/
body #container #content #main h2 span {
	position:absolute;
	right:10px;
	color:#333333;
	font-size:75%;
	font-weight:normal;
}
body #container #content #main  h3 {
	background:url(../../img/index/line_topics.gif) repeat-x bottom;
	margin:10px 0;
	padding-bottom:5px;
	clear:both;
}
body #container #content #main h3.msg {
	background: url(../img/icon_attend.gif) no-repeat left 2px;
	padding:0 0 0 15px;
	border-bottom: 1px dashed #CCCCCC;
}

body #container #content #main  h4 {
	background:url(../img/h4.gif) repeat-x;
	margin-bottom:5px;
	padding:3px 0 0 10px;
	font-weight:bold;
}

/*ul*/
body #container #content #main ul.ul-01 li {	
	display:inline;
	background:url(../img/icon_01.gif) no-repeat 0 0.2em;
	margin-right:5px;
	padding-left:10px;
}
body #container #content #main ul.ul-02 {
	margin-bottom:15px;
}
body #container #content #main ul.ul-02 li {
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:5px;
}
body #container #content #main ul.ul-03 li {
	margin-left:2em;
}

/*p*/
body #container #content #main p.topic-path {
	font-size:90%;
	margin-bottom:0;
}
/***********IE7とIE6に適応***********/
*:first-child+html body #container #content #main p.topic-path { 
	font-size:90%;
	margin-bottom:15px;
}
* html body #container #content #main p.topic-path { 
	font-size:90%;
	margin-bottom:15px;
}
/************************************/

body #container #content #main p.topic-path a {
	background:url(../img/icon_topic-path.gif) no-repeat right;
	margin-right:8px;
	padding-right:15px;
}
body #container #content #main  p.red {
	font-size:120%;
	color:#FF0000;
	font-weight:bold;
}
body #container #content #main  p.pageprev {
	background:url(../img/icon_02.gif) no-repeat left;
	width:auto;
	float:left;
	padding-left:10px;
}
body #container #content #main  p.pagenext {
	background:url(../img/icon_01.gif) no-repeat right;
	width:auto;
	float:right;
	padding-right:10px;
	text-align:right;
}
body #container #content #main  p.pageback {
	float:right;
	width:150px;
}
body #container #content #main  p.pageback a {
	background:url(../img/btn_pagetop.jpg) no-repeat;
	width:150px;
	height:20px;
	display:block;
	text-indent:-10000px;
}
body #container #content #main p.print {
	text-align:right;
	margin-bottom:5px;
	font-size:90%;
}
body #container #content #main p.print a {
	background:url(../img/icon_print.gif) no-repeat left;
	padding:5px 0 5px 25px;
}

/*explane*/
body #container #content #main .explane .inner {
	padding:0 15px 15px;
	font-size:85%;
}
body #container #content #main .explane .inner p {
	color:#666666;
	margin-bottom:0;
}
body #container #content #main .explane {
	background:url(../../img/index/bg_explan.jpg) no-repeat bottom;
	margin:20px 0;
	padding-bottom:5px;
	width:620px;
	clear:both;
}
body #container #content #main .explane h3 {
	background:url(../../img/index/bg_explan-t.jpg) no-repeat;
	height:25px;
	margin:0;
	padding:15px 15px 0 15px;
	font-size:110%;
}

body #container #content #main .explane h4 {
	color:#666666;
	background:url(../../img/index/line_topics.gif) repeat-x bottom;
	margin-bottom:10px;
}
body #container #content #main .explane .ca-main {
	width:440px;
	float:left;
	padding-left:15px;
}
* html body #container #content #main .explane .ca-main {
	width:420px;
}
body #container #content #main .explane .ca-main ul li {
	width:120px;
	margin-bottom:10px;
	padding-left:25px;
	float:left;
}
body #container #content #main .explane .ca-main ul li.ca-01 {
	background:url(../../img/index/icon_ca01.gif) no-repeat;
}
body #container #content #main .explane .ca-main ul li.ca-02 {
	background:url(../../img/index/icon_ca02.gif) no-repeat;
}
body #container #content #main .explane .ca-main ul li.ca-03 {
	background:url(../../img/index/icon_ca03.gif) no-repeat;
}
body #container #content #main .explane .ca-main ul li.ca-04 {
	background:url(../../img/index/icon_ca04.gif) no-repeat;
}
body #container #content #main .explane .ca-main ul li.ca-05 {
	background:url(../../img/index/icon_ca05.gif) no-repeat;
}
body #container #content #main .explane .ca-main ul li.ca-06 {
	background:url(../../img/index/icon_ca06.gif) no-repeat;
}
body #container #content #main .explane .ca-main ul li.ca-07 {
	background:url(../../img/index/icon_ca07.gif) no-repeat;
}
body #container #content #main .explane .ca-main ul li.ca-08 {
	background:url(../../img/index/icon_ca08.gif) no-repeat;
}
body #container #content #main .explane .ca-main ul li.ca-09 {
	background:url(../../img/index/icon_ca09.gif) no-repeat;
}
body #container #content #main .explane .ca-dang {
	width:130px;
	float:right;
	margin-right:15px;
}
body #container #content #main .explane .ca-dang ul li {
	margin-bottom:10px;
	padding-left:60px;
}
body #container #content #main .explane .ca-dang ul li.da-00 {
	background:url(../../img/index/icon_da00.gif) no-repeat;
}

body #container #content #main .explane .ca-dang ul li.da-01 {
	background:url(../../img/index/icon_da01.gif) no-repeat;
}
body #container #content #main .explane .ca-dang ul li.da-02 {
	background:url(../../img/index/icon_da02.gif) no-repeat;
}
body #container #content #main .explane .ca-dang ul li.da-03 {
	background:url(../../img/index/icon_da03.gif) no-repeat;
}


/*search-table*/
body #container #content #main table.topics {
	width:620px;
	text-align:center;
	margin-bottom:10px;
	table-layout: fixed;
}
body #container #content #main table.topics col.col01 {
}
body #container #content #main table.topics col.col02 {
	width:240px;
}
body #container #content #main table.topics col.col03 {
	width:80px;
}
body #container #content #main table.topics th {
	background:url(../../img/index/bg_th01.jpg) repeat-x;
	height:25px;
	text-align:center;
}
body #container #content #main table.topics th span.arwtop {
	background:url(../img/icon_arrow-top.gif) no-repeat left 2px;
	padding-left:17px;
}
body #container #content #main table.topics th span.arwbtm {
	background:url(../img/icon_arrow-btm.gif) no-repeat left 2px;
	padding-left:17px;
}
body #container #content #main table.topics th span.arwrgt {
	background:url(../img/icon_arrow-rgt.gif) no-repeat left 2px;
	padding-left:17px;
}
body #container #content #main table.topics th span.arwlft {
	background:url(../img/icon_arrow-lft.gif) no-repeat left 2px;
	padding-left:17px;
}
body #container #content #main table.topics td {
	padding:5px 0 0;
}
body #container #content #main table.topics td.cat-title {
	color:#666666;
	text-align:left;
}
body #container #content #main table.topics td.cat-title a {
	font-size:140%;
	margin-right:10px;
	color:#FF0000;
	font-weight:bold;
}
body #container #content #main table.topics td.cat-desc {
	font-size:110%;
	text-align:left;
	background:url(../../img/index/line_topics.gif) repeat-x bottom;
	padding:0 0 5px;
}
body #container #content #main table.topics td img {
	margin-right:5px;
}



/*-----page*/

/*index*/
body.index #container #content #main h2.visual {
	background:url(../../img/index/h2.jpg) no-repeat;
	width:304px;
	height:60px;
}
body.index #container #content #main .top-tab {
	background:url(../../img/index/bg_search-t.gif) no-repeat bottom;
	padding-bottom:10px;
}

body.index #container #content #main .top-tab ul {
	width:210px;
	margin-left:418px;
}
body.index #container #content #main .top-tab ul li {
	float:left;
}
body.index #container #content #main .top-tab ul li a {
	background:url(../../img/index/navi-tab.gif) no-repeat;
	display:block;
	height:25px;
	text-indent:-10000px;
}
body.index #container #content #main .top-tab ul li.easy a {
	width:100px;
	background-position:0 0;
}
body.index #container #content #main .top-tab ul li.easy a:hover,
body.index #container #content #main .top-tab ul li.easy a.on {
	background-position:0 -25px;
}
body.index #container #content #main .top-tab ul li.more a {
	width:100px;
	background-position:-100px 0;
}
body.index #container #content #main .top-tab ul li.more a:hover,
body.index #container #content #main .top-tab ul li.more a.on {
	background-position:-100px -25px;
}
body.index #container #content #main .top-search {
	clear:both;
	background:url(../../img/index/bg_search.jpg) no-repeat left bottom;
	margin-bottom:20px;
	padding:15px 20px;
	color:#666666;
}
* html body.index #container #content #main .top-search {
	width:590px;
	background:url(../../img/index/bg_search.gif) no-repeat 4px bottom;
}
body.index #container #content #main .tab-cont {
	display:none;
}

body.index #container #content #main .top-search form p {
	margin:5px 0 20px;
}
body.index #container #content #main .top-search form p.ts-word {
	width:470px;
	float:left;
	background:url(../../img/index/icon_search.jpg) no-repeat;
	padding:5px 0 5px 30px;
}
body.index #container #content #main .top-search form p.ts-word input {
	width:470px;
}
body.index #container #content #main .top-search form p.ts-btn {
	width:60px;
	float:left;
	margin-left:10px;
}
body.index #container #content #main .top-search h3 {
	border-bottom:#FF0000 1px solid;
	font-size:110%;
	margin-bottom:5px;
	padding:0;
	color:#333333;
	background:none;
	height:1.5em;
	clear:both;
}
body.index #container #content #main .top-search .searching {
	padding:10px 0;
	color:#000000;
}
body.index #container #content #main .top-search .searching h4 {
	color:#666666;
	background:url(../../img/index/line_topics.gif) repeat-x bottom;
	margin-bottom:10px;
}
body.index #container #content #main .top-search .searching .search-l {
	width:430px;
	float:left;
}
body.index #container #content #main .top-search .searching .search-l dl {
	width:430px;
	margin-bottom:20px;
}
body.index #container #content #main .top-search .searching .search-l dl dt {
	width:10em;
	float:left;
	padding-top:15px;
	clear:both;
	font-weight:bold;
}
body.index #container #content #main .top-search .searching .search-l dl dd {
	margin-left:10em;
	padding-top:15px;
}
body.index #container #content #main .top-search .searching .search-l dl dd input {
	margin-right:5px;
}
body.index #container #content #main .top-search .searching select {
	width:100px;
}

body.index #container #content #main .top-search .searching .search-r {
	width:130px;
	float:right;
}
body.index #container #content #main .top-search .searching .search-l2 {
	width:280px;
	float:left;
}
body.index #container #content #main .top-search .searching .search-r2 {
	width:280px;
	float:right;
}
body.index #container #content #main .top-search .searching .search-l2 p,
body.index #container #content #main .top-search .searching .search-r2 p {
	margin-bottom:20px;
	font-size:120%;
}
body.index #container #content #main .top-search .searching .search-l2 p a,
body.index #container #content #main .top-search .searching .search-r2 p a {
	margin-right:5px;
}
body.index #container #content #main .top-search .searching .search-l2 p span,
body.index #container #content #main .top-search .searching .search-r2 p span {
	margin-right:20px;
}


body.index #container #content #main ul.topics {
	margin-bottom:10px;
}
body.index #container #content #main ul.topics li {
	background:url(../../img/index/line_topics.gif) repeat-x bottom;
	padding:5px 10px;
}
body.index #container #content #main ul.topics li a {
	margin-left:10px;
}
body.index #container #content #main .topics-more {
	text-align:right;
	margin-bottom:20px;
}
body.index #container #content #main .topics-more a {
	background:url(../../img/index/icon_topics.gif) no-repeat left;
	padding-left:12px;
}
body.index #container #content #main .ca-lank {
	width:200px;
	margin:0 10px 15px 0;
	float:left;
}
body.index #container #content #main .ca-lank02 {
	margin-right:0;
}
body.index #container #content #main .ca-lank h3 {
	padding:2px 10px 5px 32px;
	font-size:110%;
	height:25px;
}
body.index #container #content #main .ca-lank h3.ca-01 {
	background:url(../img/icon_ca01.gif) no-repeat;
}
body.index #container #content #main .ca-lank h3.ca-02 {
	background:url(../img/icon_ca02.gif) no-repeat;
}
body.index #container #content #main .ca-lank h3.ca-03 {
	background:url(../img/icon_ca03.gif) no-repeat;
}
body.index #container #content #main .ca-lank h3.ca-04 {
	background:url(../img/icon_ca04.gif) no-repeat;
}
body.index #container #content #main .ca-lank h3.ca-05 {
	background:url(../img/icon_ca05.gif) no-repeat;
}
body.index #container #content #main .ca-lank h3.ca-06 {
	background:url(../img/icon_ca06.gif) no-repeat;
}
body.index #container #content #main .ca-lank h3.ca-07 {
	background:url(../img/icon_ca07.gif) no-repeat;
}
body.index #container #content #main .ca-lank h3.ca-08 {
	background:url(../img/icon_ca08.gif) no-repeat;
}
body.index #container #content #main .ca-lank h3.ca-09 {
	background:url(../img/icon_ca09.gif) no-repeat;
}

body.index #container #content #main .ca-lank ol {
background:url(../../img/index/line_topics.gif) repeat-x top;
padding-top:10px;
}
body.index #container #content #main .ca-lank li a {
	color:#FF0000;
}



/*01about*/
body.about #container #content #main h2.visual {
	background:url(../../img/about/h2.jpg) no-repeat;
	width:442px;
	height:140px;
}
body.about #container #content #main .section {
	padding-bottom:20px;
	font-size:110%;
}
body.about #container #content #main .example {
	width: 593px;
	height: 86px;
	margin: 30px auto;
	text-indent: -10000px;
	background: url(../../img/about/img_example.gif) no-repeat;
}

/*03-whatsnew*/
body.whatsnew #container #content #main p.data {
	text-align:right;
	font-size:90%;
	margin-bottom:5px;
}
body.whatsnew #container #content #main .section p {
	text-indent:1em;
}
body.whatsnew #container #content #main .section .caption {
	width:240px;
	text-align:center;
	color:#666666;
	font-size:90%;
	float:right;
	margin:0 0 10px 15px;	
	padding:10px 10px 5px;
	background:url(../img/bg_caption.gif) repeat;
}
body.whatsnew #container #content #main .section .caption img {
	margin-bottom:5px;
}
body.whatsnew #container #content #main .section .caption p {
	margin-bottom:5px;
	text-indent:0;
}

/*04-faq*/
body.faq #container #content #main .section h4 {
	padding-left:5px;
}
body.faq #container #content #main .section h4 span {
	background:url(../../img/faq/icon_question.gif) no-repeat left;
	padding:5px 0 5px 23px;
}
body.faq #container #content #main .section .answer {
	padding:0 0 15px 28px;
	background:url(../../img/faq/icon_answer.gif) no-repeat 5px top;
}
body.faq #container #content #main .section .answer dl dt {
	font-weight:bold;
}
body.faq #container #content #main .section .answer dl dd {
	margin-bottom:10px;
	padding-left:1em;
}

/*05-inquiry*/




/*06-newwords*/
body.survey #container #content #main h2.visual,
body.search #container #content #main h2.visual {
	margin:0 auto;
	text-indent:-10000px;
	background:url(../../img/survey/h2.jpg) no-repeat;
	width:620px;
	height:144px;
}
body.survey #container #content #main h3 span {
	background:url(../img/icon_attend.gif) no-repeat;
	padding-left:17px;
}
body.survey #container #content #main p.attend {
	text-indent:-1em;
	margin-left:1em;
}
body.survey #container #content #main p.attend a {
	color:#FF0000;
}
body.survey #container #content #main h3.once {
	border-bottom:#FF0000 1px solid;
	font-size:110%;
	margin-bottom:5px;
	padding:0;
	color:#333333;
	background:none;
	height:1.5em;
	clear:both;
}

/*form*/
body #container #content #main  .form {
	background:url(../img/bg_form.jpg) no-repeat bottom;
	width:620px;
}
body #container #content #main  .form02 {
	background:url(../img/bg_form02.jpg) no-repeat bottom;
	width:620px;
}
body #container #content #main  .form .inner {
	background:url(../img/bg_form-h.jpg) no-repeat top;
	width:590px;
	padding:5px 15px 15px;
}
body #container #content #main  .form .inner form {
	margin-bottom:20px;
}
body #container #content #main  .form .inner dl {
	margin-bottom:15px;
}
body #container #content #main  .form .inner dl dt {
	width:16em;
	float:left;
	clear:both;
	font-weight:bold;
	padding-top:10px;
	font-size:90%;
}
body #container #content #main  .form .inner dl dd {
	margin-left:16em;
	padding-top:10px;
	font-size:90%;
}
body #container #content #main  .form .inner input {
	margin-right:5px;
}
body #container #content #main  .form .inner p {
	color:#666666;
	margin-bottom:0;
	font-size:90%;
}
body #container #content #main  .form p.btn {
	text-align:center;
}


/*enquete*/
body.enquete #container #content #main h2.visual {
	margin:0 auto;
	text-indent:-10000px;
	background:url(../../img/enquete/h2.jpg) no-repeat;
	width:620px;
	height:144px;
}
body.enquete #container #content #main p.attend {
	color:#FF0000;
	font-size:90%;
	text-indent:-1em;
	padding:1em;
}
body.enquete #container #content #main form dl.enquete-cont dt {
	background:url(../img/h4.gif) repeat-x;
	margin-bottom:5px;
	padding:3px 0 0 5px;
	font-weight:bold;
	width:100%;
}
body.enquete #container #content #main form dl.enquete-cont dt span {
	background:url(../../img/faq/icon_question.gif) no-repeat left;
	padding:5px 0 5px 23px;
}
body.enquete #container #content #main form dl.enquete-cont dd {
	clear:both;
	margin-left:0;
	padding:0 0 15px 40px;
	background:url(../../img/faq/icon_answer.gif) no-repeat 5px top;
}

/*privacy*/
body.privacy #container #content #main p,
body.privacy #container #content #main dt,
body.privacy #container #content #main dd {
	font-size:90%;
}
body.privacy #container #content #main .section dl dt {
	font-weight:bold;
}
body.privacy #container #content #main .section dl dd {
	margin-bottom:15px;
}


/*terms*/
body.terms #container #content #main p {
	font-size:90%;
}


/*search*/
body.search #container #content #main .sub {
	position:relative;
	background:url(../img/h2.jpg) no-repeat;
	height:44px;
	width:620px;
}
body.search #container #content #main .sub form {
	background:url(../../img/search/h2-sub.gif) no-repeat;
	padding-left:130px;
	position:absolute;
	top:9px;
	right:10px;
}
body.search #container #content #main .sub form p.s-word {
	width:130px;
	float:left;
}
body.search #container #content #main .sub form p.s-word input {
	width:130px;
}
body.search #container #content #main .sub form p.s-btn {
	width:40px;
	float:left;
	margin-left:10px;
}
body.search #container #content #main .sub h2.second {
	display:none;
}


body.search #container #content #main .section {
	margin-bottom:15px;
}
body.search #container #content #main p.effect {
	background:#FFFF00;
	margin-bottom:0;
	padding:5px;
	position:relative;
}
body.search #container #content #main p.effect span {
	position:absolute;
	right:5px;
	font-size:90%;
}
body.search #container #content #main p.effect strong {
	padding: 0 0.3em;
}
body.search #container #content #main dl.comment {
	margin: 10px 0 20px;
}
body.search #container #content #main dl.comment dt {
	width:85px;
	padding:10px 0 5px 15px;
	display:inline;
	font-weight:bold;
	background:url(../../img/search/bg_comment.gif) no-repeat left bottom;
}
body.search #container #content #main dl.comment dd {
	min-width:100px;
	width: auto !important;
	width: 100px;
	padding:10px 0 5px 0;
	display: inline;
	background:url(../../img/search/bg_comment02.gif) no-repeat right bottom;
}
body.search #container #content #main dl.comment a {
	color:#FF0000;
	font-weight:normal;
	margin-right:10px;
}

body.search #container #content #main .result {
	background:url(../../img/search/img_result.gif) no-repeat right;
	min-height:70px;
	height: auto !important;
  	height: 70px;
	margin-top:15px;
	padding:51px 80px 0 0;
	text-align:center;
	font-weight:bold;
	font-size:110%
}
body.search #container #content #main h3 span {
	background:url(../img/icon_attend.gif) no-repeat;
	padding-left:17px;
}



body.search #container #content #main ul.page-list {
	text-align:center;
	margin-bottom:15px;
}
body.search #container #content #main ul.page-list li {
	margin-right:5px;
	display:inline;
}
body.search #container #content #main ul.page-list li span {
	color:#FFFFFF;
	padding:3px;
	background:#339900;
}

/*search-details*/
body.search #container #content #main table.detail {
	width:620px;
	margin-bottom:10px;
	text-align:center;
	background:url(../../img/search/bg_td.jpg) no-repeat bottom;
}
body.search #container #content #main table.detail p {
	margin-bottom:5px;
}
body.search #container #content #main table.detail col.col01 {
}
body.search #container #content #main table.detail col.col02 {
	width:300px;
}
body.search #container #content #main table.detail col.col03 {
	width:80px;
}
body.search #container #content #main table.detail th {
	height:24px;
	color:#FFFFFF;
}
body.search #container #content #main table.detail .bg-th01 {
	background:url(../../img/search/bg_th-detail.gif) no-repeat left;
}
body.search #container #content #main table.detail .bg-th02 {
	background:url(../../img/search/bg_th-detail.gif) no-repeat center;
}
body.search #container #content #main table.detail .bg-th03 {
	background:url(../../img/search/bg_th-detail.gif) no-repeat right;
}
body.search #container #content #main table.detail td {
	padding:5px 15px;
}
body.search #container #content #main table.detail td p.cat-title {
	color:#666666;
	text-align:left;
	padding-top:5px;
}
body.search #container #content #main table.detail td p.cat-title span {
	font-size:140%;
	margin-right:10px;
	color:#000000;
	font-weight:bold;
}
body.search #container #content #main table.detail td p.cat-desc {
	font-size:110%;
	text-align:left;
}
body.search #container #content #main table.detail td img {
	margin-right:5px;
}

body.search #container #content #main table.detail td.line02 {
	background:url(../../img/index/line_topics.gif) repeat-x top;
	font-size:90%;
	color:#999999;
	text-align:right;
	padding:5px 10px 0;
}
body.search #container #content #main table.detail td.line02 span {
	font-weight:bold;
	margin-left:10px;
}
body.search #container #content #main h3.word-red {
	border-bottom:#FF0000 1px solid;
	margin-bottom:5px;
	padding:0;
	color:#FF0000;
	background:none;
	height:1.5em;
	clear:both;
}
body.search #container #content #main p.w-mean {
	font-size:120%;
	font-weight:bold;
} 

body.search #container #content #main p.w-explain {
	font-size:110%;
}
body.search #container #content #main .exam {
	background:url(../img/bg_caption.gif) repeat;
	margin-bottom:15px;
	padding:10px;
}
body.search #container #content #main .exam h4 {	
	margin-bottom:5px;
	padding:0;
	color:#FF0000;
	background:none;
	height:1.5em;
	clear:both;
}
body.search #container #content #main .exam ul.sw-sample li {
	width:180px;
	margin-left:15px;
	color:#666666;
	float:left;
}

body.search #container #content #main .word {
	margin-bottom: 20px;
	clear:both;
	background:url(../../img/search/bg_word.gif) no-repeat bottom;
	font-size:90%;
}
body.search #container #content #main .word01 {
	width:300px;
	float:left;
}
body.search #container #content #main .word02 {
	width:300px;
	float:right;
}
body.search #container #content #main .word h3 {
	color:#FFFFFF;
	font-weight:bold;
	height:30px;
	margin:0;
	padding:0 0 0 15px;
}
body.search #container #content #main .word h4 {
	color:#666666;
	background:none;
	margin-bottom:0;
}
body.search #container #content #main .word p {
	padding:0 15px;
}
body.search #container #content #main .word p a {
	color:#FF0000;
	margin-right:5px;
}
body.search #container #content #main .word01 h3 {
	background:url(../../img/search/bg_word01.gif) no-repeat;
}
body.search #container #content #main .word02 h3 {
	background:url(../../img/search/bg_word02.gif) no-repeat;
}
body.search #container #content #main .word dl {
	padding:0 15px 15px;
}
body.search #container #content #main .word dl dd {
	background:url(../../img/index/line_topics.gif) repeat-x bottom;
	margin-bottom:5px;
	padding-bottom:5px;
}
body.search #container #content #main .word .cat-title {
	color:#666666;
	text-align:left;
}
body.search #container #content #main .word .cat-title a {
	font-size:120%;
	margin-right:10px;
	color:#FF0000;
	font-weight:bold;
}
body.search #container #content #main .word .cat-desc {
	text-align:left;
}


/*sitemap*/
body.sitemap #container #content #main .home a,
body.sitemap #container #content #main .sitemap a {
	background:url(../img/icon_topic-path.gif) no-repeat 0 3px;
	padding-left:15px;
}
body.sitemap #container #content #main .home {
	width:125px;
	float:left;
}
body.sitemap #container #content #main .sitemap {
	width:490px;
	float:right;
}
body.sitemap #container #content #main .sitemap dt {
	margin:10px 0 5px;
}
body.sitemap #container #content #main .sitemap dt.mgn0 {
	margin-top:0;
}
body.sitemap #container #content #main .sitemap dd {
	font-size:90%;
	background: url(../img/bg_caption.gif) repeat;
	margin-left:15px;
	padding-left:1em;
	text-indent:-1em;
}


/*staffblog*/
body.staffblog #container #content #main h2.visual {
	background:url(../../img/blog/h2.jpg) no-repeat;
	height:135px;
	margin:0 0 15px;
}
body.staffblog #container #content #main .section01 {
	width:420px;
	float:right;
	font-size:110%;
	margin-bottom:
}
body.staffblog #container #content #main .section01 .section02 {
	margin-bottom:40px;
	clear:both;
}
body.staffblog #container #content #main .section01 h3 {
	padding:20px 10px;
	font-weight:bold;
	border-top:#FF0000 2px solid;
	border-bottom:#FF0000 1px solid;
	background:none;
}
body.staffblog #container #content #main .section01 h3 a {
	color:#000000;
}
body.staffblog #container #content #main .section01 p.data {
	text-align:right;
	color:#333333;
	margin-bottom:10px;
	font-size:90%;
}
body.staffblog #container #content #main .section01 p {
	margin-bottom:15px;
}
body.staffblog #container #content #main .section01 .portal-links {
	background:url(../../img/index/line_topics.gif) repeat-x top;
	margin:15px 0 10px;
}
body.staffblog #container #content #main .section01 dl.article-tags {
	padding:10px 0 5px;
	font-size:90%;
}
body.staffblog #container #content #main .section01 dl.article-tags dt {
	width:4em;
	float:left;
	clear:both;
}
body.staffblog #container #content #main .section01 dl.article-tags dd {
	float:left;
	margin-right:1em;
}

.portal-links:after,
.article-tags:after {
	content: "";
	font-size: 0px;
	line-height: 0px;
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.portal-links,
.article-tags {
	display: inline-table;
}
/* \*/
* html .portal-links,
* html .article-tags { height: 1%; }
.portal-links,
.article-tags { display: block; }
/* */



body.staffblog #container #content #main .section01 .write {
	clear:both;
	width:100%;
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(../../img/index/line_topics.gif) repeat-x bottom;
}
body.staffblog #container #content #main .section01 .write li {
	float:right;
	border-right:#666666 1px solid;
	color:#666666;
	margin-right:5px;
	padding-right:5px;
	font-size:75%;
}
body.staffblog #container #content #main .section01 .write li.end {
	border:none;
	margin:0;
	padding:0;
}
body.staffblog #container #content #main .section01 #ad {
	clear:both;
	margin:15px 0;
}

body.staffblog #container #content #main .blog-side {
	width:180px;
	float:left;
	font-size:90%;
}
body.staffblog #container #content #main .blog-side h3,
body.staffblog #container #content #main .blog-side .sidetitle,
body.staffblog #container #content #main .blog-side .calendarheadbody {
	background:url(../../img/blog/h3_side.jpg) no-repeat;
	height:23px;
	color:#333333;
	font-weight:bold;
	text-align:center;
	padding-top:7px;
}
body.staffblog #container #content #main .blog-side .inner,
body.staffblog #container #content #main .blog-side .side,
body.staffblog #container #content #main .blog-side .calbody {
	background:url(../../img/blog/bg_side-btm.jpg) no-repeat bottom;
	margin-bottom:15px;
	padding:5px 10px 2px;
	color:#666666;
	min-height:140px;
	height: auto !important;
  	height: 140px;
}
/*body.staffblog #container #content #main .blog-side .inner p.month {
	position:relative;
	text-align:center;
}
body.staffblog #container #content #main .blog-side .inner p.month span {
	position:absolute;
	top:5px;
}
body.staffblog #container #content #main .blog-side .inner p.month span a {
	text-indent:-10000px;
	display:block;
	width:12px;
	height:12px;
}
body.staffblog #container #content #main .blog-side .inner p.month span.prev {
	left:0;
	background:url(../img/icon_arrow-lft.gif) no-repeat;
}
* html body.staffblog #container #content #main .blog-side .inner p.month span.prev {
	left:-50px;
}
body.staffblog #container #content #main .blog-side .inner p.month span.next {
	right:0;
	background:url(../img/icon_arrow-rgt.gif) no-repeat;
}
* html body.staffblog #container #content #main .blog-side .inner p.month span.next {
	right:15px;
}*/
body.staffblog #container #content #main .blog-side .calbody table {
	width:100%;
	text-align:center;
}
body.staffblog #container #content #main .blog-side .calbody table th {
	font-weight:normal;
}
body.staffblog #container #content #main .blog-side .calbody table td.sun {
	color:#FF6600;
}
body.staffblog #container #content #main .blog-side .calbody table td.sat {
	color:#0066FF;
}
body.staffblog #container #content #main .blog-side .calbody table td {
	padding-bottom:3px;
}
body.staffblog #container #content #main .blog-side .calbody table td.today {
	background:#FF0000;
	color:#FFFFFF;
}
body.staffblog #container #content #main .blog-side .calbody table td.today a {
	background:#FF0000;
	color:#FFFFFF;
}

/*com.track*/
body.staffblog #container #content #main .section01 h3.trackback {
	padding:0;
	border:none;
}
body.staffblog #container #content #main .section01 h3#comments {
	padding:10px 0 0;
	border:none;
}
body.staffblog #container #content #main .section01 .comment-inner {
	border:#CCCCCC 1px solid;
	margin-bottom:10px;
	padding:10px;
}
body.staffblog #container #content #main .section01 .comment-inner p {
	margin-bottom:5px;
}
body.staffblog #container #content #main .section01 h3.takecommenthead {
	background:url(../../img/blog/bg_form-h.gif) no-repeat bottom;
	margin-bottom:0;
	padding:10px 0 15px;
	border:none;
	width:415px;
}
body.staffblog #container #content #main .section01 #formbody {
	background:url(../../img/blog/bg_form.gif) no-repeat bottom;
	width:415px;
}
body.staffblog #container #content #main .section01 #formbody .form {
	background:none;
	width:380px;
	margin:5px auto 10px;
}
body.staffblog #container #content #main .section01 #formbody table th {
	font-weight:normal;
	padding:3px;
	width:4em;
}
body.staffblog #container #content #main .section01 #formbody table td {
	padding:3px;
}
body.staffblog #container #content #main .section01 #formbody .form input#author,
body.staffblog #container #content #main .section01 #formbody .form input#email,
body.staffblog #container #content #main .section01 #formbody .form input#url,
body.staffblog #container #content #main .section01 #formbody .form textarea,
body.staffblog #container #content #main .section01 .trackbackbox {
	width:300px;
	margin:0 5px;
}
body.staffblog #container #content #main .section01 #formbody .form select {
	margin-left:5px;
}
body.staffblog #container #content #main .section01 #formbody .form input.button {
	width:80px;
}


body.search #container #content #main .word01_wide_area {
	margin-bottom: 20px;
	clear:both;
	background:url(../../img/search/bg_word_wide_o.gif) no-repeat bottom;
	font-size:90%;
}
body.search #container #content #main .word02_wide_area {
	margin-bottom: 20px;
	clear:both;
	background:url(../../img/search/bg_word_wide_g.gif) no-repeat bottom;
	font-size:90%;
}
body.search #container #content #main .word01_wide h3 {
	background:url(../../img/search/bg_word_wide01_o.gif) no-repeat;
}
body.search #container #content #main .word02_wide h3 {
	background:url(../../img/search/bg_word_wide02_g.gif) no-repeat;
}

body.search #container #content #main .word01_wide ,
 body.search #container #content #main .word02_wide  {
	width:620px;
	float:left;
}
body.search #container #content #main .word01_wide_area h3 ,
body.search #container #content #main .word02_wide_area h3 {
	color:#FFFFFF;
	font-weight:bold;
	height:30px;
	margin:0;
	padding:0 0 0 15px;
}
body.search #container #content #main .word01_wide_area h4 ,
body.search #container #content #main .word02_wide_area h4 {
	color:#666666;
	background:none;
	margin-bottom:0;
}
body.search #container #content #main .word01_wide_area p ,
body.search #container #content #main .word02_wide_area p {
	padding:0 15px;
}
body.search #container #content #main .word01_wide_area p a,
body.search #container #content #main .word02_wide_area p a {
	color:#FF0000;
	margin-right:5px;
}
body.search #container #content #main .word01_wide_area dl,
body.search #container #content #main .word02_wide_area dl {
	padding:0 15px 15px;
}
body.search #container #content #main .word01_wide_area dl dd,
body.search #container #content #main .word02_wide_area dl dd {
	background:url(../../img/index/line_topics.gif) repeat-x bottom;
	margin-bottom:5px;
	padding-bottom:5px;
}
body.search #container #content #main .word01_wide_area .cat-title,
body.search #container #content #main .word02_wide_area .cat-title  {
	color:#666666;
	text-align:left;
}
body.search #container #content #main .word01_wide_area .cat-title a,
body.search #container #content #main .word02_wide_area .cat-title a  {
	font-size:120%;
	margin-right:10px;
	color:#FF0000;
	font-weight:bold;
}
body.search #container #content #main .word01_wide_area .cat-desc ,
body.search #container #content #main .word02_wide_area .cat-desc {
	text-align:left;
}
