@charset "UTF-8";

/********************************************************************
Default CSS

1.General Elements
	body
	a
	list
	p
	img
	hr
	table
	div
	clear
2.All
	#all
3.Header
	#header
	#title
	#head_right
	#head_navi
	#font_change
4.Global Navi
	#gnavi
	.gnavi
	.gnavion
5.Visual
	#bgvs
	#visual
	#visual2
6.Main
	#main
7.Top Left
	#t_left
	.bannerimg
	#links
	#lframe
	#add
8.Left
	#left
	#catettl
	#lnavi
9.Top Contents
	#t_contents
	#about
	#information
	#h2infobg
	#h2info
9.Contents
	#contents
	#back
	#dolink
	h3.h3linkline
	ul.ulhlink
	div.totop
	#h1normal
	.h2normal
	.h2link
	.h3normal
	.h3link
	.text
	.section
	p
	.frightimg
	.fleftimg
	.centerimg
	.imgblock230
	.caption
	.linkleft
	.linkright
	.linkbox
	.ulnormal
	.olnormal
	table.tablenormal
	table.schedule
	table.staff
	table.hyo2th
	div.sitemap
	div.qa-area
	h2.h2qa
	h3.h3qa
	div.qalist
	table#infolist
10.Footer
	#footer
	#copyright
0.Free
	.none
	.indent
	.left
	.right
	.center
	.fleft
	.fright
	.red
	.bold
	span.small
	span.underline
********************************************************************/



/********************************************************************
1.General Elements
********************************************************************/

/* Body */
body {
	margin:0px;
	padding:0px;
	color:#666666;
	background:url(images/bg.gif);
	background-color:#f8f8f2;
	font-size:80%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	text-align:center;
}

/* Link */
a:link {
	color:#0bb3e4;
	text-decoration:none;
}

a:visited {
/*	color:#0999c2; */
	text-decoration:none;
}

a:hover, a:active {
	color:#0bb3e4;
	text-decoration:underline;
}

/* List */
ul,ol,li{
	margin:0px;
	padding:0px;
}

/* P */
p {
	margin:0px 0px 10px 0px;
	padding:0px;
}

/* IMAGE */
img { border:0px; }

/* HR */
hr { display:none; }

/* Table */
table { font-size:100%; }

/* Div */
div { margin:0px; padding:0px; }

.clear{ clear: both;}
.clearfix:after {	
	content:".";	
	display:block;	
	height:0;	
	clear:both;	
	visibility:hidden;
	}	
	.clearfix{display:inline-block;}
	/*Hides From IE-mac \*/
	* html .clearfix{height:1%;}
	.clearfix{display:block;}/*End hide from IE-mac */


/********************************************************************
2.All
********************************************************************/

div#all {
	width:780px;
	margin:auto;
	padding:0px 3px 0px 3px;
	text-align:left;
	background:url(images/bg_all.gif) repeat-y;
}


/********************************************************************
3.Header
********************************************************************/

div#header {
	width:780px;
	height:85px;
	margin:0;
	background-color:#ffffff;
}

/* H1 */
div#header h1 {
	float:left;
	margin:0px 0px 0px 7px;
	padding:18px 0px 0px 0px;
}

div#title {
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
}

/* Header_Right */
div#header div#head_right {
	margin:0px 15px 0 0;
	padding:18px 0px 0px 0px;
	font-size:80%;
	text-align:right;
}

/* Head_Navi */
div#header div#head_right div#head_navi a {
	margin-left:0px;
	padding-left:0px;
}

/* Font_Change */
div#header div#head_right div#font_change {
	float:right;
	margin-top:8px;
}

div#header div#head_right div#font_change div#fchange1 {
	float:left;
	padding:2px 7px 0px 0px;
}

div#header div#head_right div#font_change div#fchange2 {
	float:left;
}

div#header div#head_right div#font_change div#fchange2 a.large {
	margin:3px 0px 0px 0px;
	float:left;
	width:18px;
	height:18px;
	background:url(images/large.gif) no-repeat;
	text-align:center;
	display:block;
	overflow:hidden;
}

div#header div#head_right div#font_change div#fchange2 a.middle {
	margin:3px 0px 0px 5px;
	float:left;
	width:18px;
	height:18px;
	background:url(images/middle.gif) no-repeat;
	text-align:center;
	display:block;
	overflow:hidden;
}

div#header div#head_right div#font_change div#fchange2 a.small {
	margin:3px 2px 0px 5px;
	float:left;
	width:18px;
	height:18px;
	background:url(images/small.gif) no-repeat;
	text-align:center;
	display:block;
	overflow:hidden;
}

div#header div#head_right div#font_change img {
	padding:3px 2px 0px 0px;
}


/********************************************************************
4.Global Navi
********************************************************************/

ul#gnavi {
	list-style:none;
	width:780px;
	height:40px;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}

ul#gnavi li {
	float:left;
	height:40px;
}

ul#gnavi a {
	display:block;
	height:40px;
	overflow:hidden;
}

a.gnavi1 { width:156px; background:url(images/navi01.gif) no-repeat; }
a.gnavi2 { width:156px; background:url(images/navi02.gif) no-repeat; }
a.gnavi3 { width:156px; background:url(images/navi03.gif) no-repeat; }
a.gnavi4 { width:156px; background:url(images/navi04.gif) no-repeat; }
a.gnavi5 { width:156px; background:url(images/navi05.gif) no-repeat; }

/* On */
a.gnavi1on { width:156px; background:url(images/navi01on.gif) no-repeat; }
a.gnavi2on { width:156px; background:url(images/navi02on.gif) no-repeat; }
a.gnavi3on { width:156px; background:url(images/navi03on.gif) no-repeat; }
a.gnavi4on { width:156px; background:url(images/navi04on.gif) no-repeat; }
a.gnavi5on { width:156px; background:url(images/navi05on.gif) no-repeat; }

/* Over */
a:hover.gnavi1 { background-position: 0 -40px; }
a:hover.gnavi2 { background-position: 0 -40px; }
a:hover.gnavi3 { background-position: 0 -40px; }
a:hover.gnavi4 { background-position: 0 -40px; }
a:hover.gnavi5 { background-position: 0 -40px; }

/********************************************************************
5.Visual
********************************************************************/

/* Top */
div#bgvs {
	width:780px;
	margin:0;
	padding:0px 0px 13px 0px;
	background-color:#ffffff;
}

div#visual {
	clear:both;
	width:780px;
	height:180px;
	margin:0px;
	background:url(images/visual.jpg) top center no-repeat;
}

/* Category 2 */
div#visual2 {
	clear:both;
	width:780px;
	height:100px;
	margin:0px;
	background:url(images/visual2.jpg) top center no-repeat;
}


/********************************************************************
6.Main
********************************************************************/

div#main {
	}


/********************************************************************
7.Top Left
********************************************************************/

div#t_left {
	float:left;
	width:184px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 30px 22px;
}

div#t_left img.bannerimg,
div#left img.bannerimg {
	margin:0px;
	padding:0px;
}

div#t_left ul#links,
div#left ul#links {
	list-style:none;
	margin:0px 0px 0px 10px;
	padding:0px 5px 0px 0px;
}

div#t_left ul#links li,
div#left ul#links li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 2px 13px;
	background:url(images/linkicon.gif) left 2px no-repeat;
}

div#lframe {
	width:182px;
	margin:0px 0px 10px 0px;
	border:1px solid #cfcfcf;
	background:#ffffff;
}

div#lframe h2 {
	margin:0px 0px 0px 0px;
	height:33px;
	background:url(images/sinryo.gif) no-repeat;
}

div#lframe div {
	clear:both;
	margin:0px;
	padding:5px 5px 0px 5px;
}

div#lframe div h3 {
	font-size:100%;
	font-weight:bold;
	line-height:100%;
	color:#666666;
	margin:10px 0px 0px 0px;
	padding:0px;
}

div#lframe div p {
	font-size:90%;
	line-height:140%;
	margin:0px 0px 10px 0px;
	padding:0px;
}

div#lframe div a {
	display:block;
	margin:0px 0px 10px 10px;
	padding:0px;
	width:152px;
	height:26px;
}

div#lframe div img {
	margin:0px;
	padding:0px;
}

div#add {
	width:182px;
	margin:10px 0px 10px 0px;
	padding:5px 0px 5px 0px;
	border:1px solid #cfcfcf;
	background:#ffffff;
}
div#add h2 {
	font-size:100%;
	line-height:140%;
	color:#666666;
	margin:0px;
	padding:0px 5px 5px 5px;
}

div#add h3 {
	font-size:110%;
	line-height:120%;
	color:#666666;
	font-weight:bold;
	margin:0px;
	padding:0px 5px 0px 5px;
}

div#add p {
	font-size:90%;
	line-height:140%;
	margin:0px;
	padding:0px 0px 0px 5px;
}


/********************************************************************
8.Left
********************************************************************/

div#left {
	float:left;
	width:184px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 30px 22px;
}

div#left div#catettl {
	margin:0px 0px 0px 0px;
	height:12px;
	padding:0px 0px 0px 0px;
	background:url(images/sinryo02.gif) top no-repeat;
	text-align:center;
	color:#ffffff;
	font-size:50%;
}

/* Sub Categories */
div.lframe {
	width:182px;
	margin:0px 0px 10px 0px;
	padding:0px;
	background:#ffffff;
	border-right:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	border-left:1px solid #cfcfcf;
}

div#left ul#lnavi {
	width:182px;
	margin:0px;
	padding:0px 0px 2px 0px;
	background:#ffffff;
	list-style:none;
	font-size:100%;
	background:url(images/lnavi_bottom.gif) bottom no-repeat;
}

div#left ul#lnavi li {
	margin:0px 1px;
	background:#ffffff;
	border-top:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	border-left:1px solid #cfcfcf;
}

div#left ul#lnavi a.nv3 {
	display:block;
	_height:20px;
	margin:0px;
	padding:10px 5px 6px 20px;
	_padding:10px 5px 1px 20px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

div#left ul#lnavi a.nv3on {
	display:block;
	_height:20px;
	margin:0px;
	padding:10px 5px 6px 20px;
	_padding:10px 5px 1px 20px;
	background:#ffebef;
	color:#da4869;
	text-decoration:none;
	font-weight:bold;
}

div#left ul#lnavi a.nv3:hover {	background:#ffebef; color:#da4869; text-decoration:none; }

div#left ul#lnavi a.nv4 {
	display:block;
	_height:10px;
	padding:7px 5px 3px 30px;
	color:#666666;
	font-size:90%;
}

div#left ul#lnavi a.nv4on {
	display:block;
	_height:10px;
	padding:7px 5px 3px 30px;
	color:#da4869;
	text-decoration:none;
	font-size:90%;
	background:#ffebef;
}

div#left ul#lnavi a.nv4:hover { background:#ffebef; color:#da4869; text-decoration:none; }


/********************************************************************
9.Top Contents
********************************************************************/

div#t_contents {
	float:left;
	width:530px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 32px;
	text-align:left;
}

div#t_contents div#about {
	clear:both;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

div#t_contents div#about h2 {
	font-size:120%;
	letter-spacing:1px;
	color:#666666;
	margin:0px 0px 10px 0px;
	padding:0px;
	width:530px;
	height:31px;
	background:url(images/h2_about.gif) left top no-repeat;
}

div#t_contents div#about p {
	margin:0px;
	padding:0px;
	font-size:110%;
	line-height:140%;
	letter-spacing:1px;
}

div#t_contents div#about img.aboutimg {
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}

div#t_contents div#about img.aboutbtn {
	margin:10px 0px 0px 0px;
	padding:0;
}


/* Information */
div#t_contents div#information {
	clear:both;
	padding:0px 0px 0px 0px;
}

div#t_contents div#information h2#h2info {
	width:530px;
	height:30px;
	margin:0px;
	padding:0px;
	background:url(images/h2_info.gif) no-repeat;
}

div#t_contents div#information h2#h2info a {
	display:block;
	float:right;
	width:82px;
	height:29px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

div#t_contents div#information table {
	clear:both;
	width:530px;
	margin:10px 0px 25px 0px;
	font-size:110%;
	border-collapse:collapse;
}

div#t_contents div#information table th {
	width:120px;
	padding:5px 0px 5px 15px;
	border-bottom:1px solid #cccccc;
	font-weight:normal;
}

div#t_contents div#information table td {
	padding:5px 0px;
	border-bottom:1px solid #cccccc;
}

/********************************************************************
10.Contents
********************************************************************/

div#contents {
	float:left;
	width:530px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 32px;
	text-align:left;
}

div#contents div#back {
	margin:10px 0px 10px 10px;
	padding:0px 0px 0px 0px;
	text-align:right;
	font-size:100%;
	line-height:140%;
	letter-spacing:1px;
}

div#contents div#back a {
	text-decoration:none;
	color:#0bb3e4;
}

div#contents div#back span.backimg {
	padding-left:15px;
	background:url(images/backimg.gif) left center no-repeat;
}

/* Dolink */
div#contents div#dolink {
}

/* H3linkline */
div#contents h3.h3linkline {
	clear:both;
	margin:10px 0px 5px 20px;
	padding:5px 0px 0px 0px;
	background:url(images/h3_linkline.gif) no-repeat;
	font-size:100%;
	line-height:130%;
	color:#a36e44;
}

/* Ulhlink */
div#contents ul.ulhlink {
	list-style:none;
	margin:0px 0px 15px 40px;
}

div#contents ul.ulhlink li {
	margin:0px 0px 2px 0px;
	padding:0px 0px 0px 13px;
	background:url(images/linkicon.gif) left 2px no-repeat;
}

/* Totop */
div#contents  div.totop {
	clear:both;
	margin:25px 0px 10px 10px;
	text-align:right;
}
div#contents div.totop a { color:#0bb3e4; text-decoration:none; }
div#contents div.totop a:visited { color:#0bb3e4; }

div#contents div.totop span.topimg {
	padding-left:15px;
	background:url(images/totop.gif) left center no-repeat;
}

div#contents h1#h1normal {
	clear:both;
	margin:0px 0px 0px 0px;
	padding:1px 0px 3px 15px;
	background:url(images/h1_normal.gif) left bottom no-repeat;
	color:#d55875;
	font-size:120%;
	line-height:160%;
}

div#contents h2.h2normal {
	clear:both;
	margin:15px 0px 15px 0px;
	padding:5px 0px 4px 15px;
	background:url(images/h2_normal.gif) left top no-repeat;
	font-size:110%;
	line-height:140%;
	color:#d6586d;
}

div#contents h2.h2normal a {
	color:#d55875;
}

div#contents h2.h2link {
	clear:both;
	margin:15px 0px 15px 0px;
	padding:5px 0px 4px 15px;
	background:url(images/h2_normal.gif) left top no-repeat;
	font-size:110%;
	line-height:140%;
	color:#d6586d;
}

div#contents h2.h2link a {
	color:#0bb3e4;
}

div#contents h3.h3normal {
	clear:both;
	margin:10px 0px 10px 20px;
	padding:3px 0px 0px 20px;
	background:url(images/h3_normal.gif) left no-repeat;
	font-size:110%;
	line-height:130%;
	color:#666666;
}

div#contents h3.h3normal a {
	color:#0bb3e4;
}

div#contents h3.h3link {
	clear:both;
	margin:10px 0px 10px 20px;
	padding:3px 0px 0px 20px;
	background:url(images/h3_normal.gif) left no-repeat;
	font-size:110%;
	line-height:130%;
	color:#666666;
}

div#contents h3.h3link a {
	color:#0bb3e4;
}

div#contents h3.h3link a:visited {
	text-decoration:none;
}

div#contents div.text {
	margin:0px 0px 0px 0px;
	padding:0px 15px 15px 15px;
	font-size:110%;
	line-height:140%;
	letter-spacing:1px;
}

div#contents div.section {
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 0px;
}

div#contents p {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

div#contents div.frightimg {
	float:right;
	margin:0px 0px 10px 10px;
}

div#contents div.fleftimg {
	float:left;
	margin:0px 15px 10px 0px;
}

div#contents div.centerimg {
	text-align:center;
	margin:0px 0px 10px 0px;
}

div#contents div.imgblock230 {
	float:left;
	width:230px;
	text-align:center;
	margin:0px 5px 10px 0px;
}

div#contents div.caption {
	margin:3px 0px 0px 0px;
	font-size:80%;
}

div#contents p.linkleft {
	margin:2px 0px 10px 3px;
	padding:0px 20px 0px 13px;
	background:url(images/textlink.gif) left 4px no-repeat;
}

div#contents p.linkleft a {
	color:#09b3e4;
}

div#contents p.linkright {
	float:right;
	margin:2px 0px 10px 0px;
	padding:0px 20px 0px 13px;
	background:url(images/textlink.gif) left 4px no-repeat;
}

div#contents p.linkright a {
	color:#0bb3e4;
}

div#contents .open_win{
	margin:0px 0px 0px 2px;
	padding:3px 0px 0px 0px;
}

/* KANREN LINK */
div#contents ul.kanren {
	list-style:none;
	margin:0px 0px 20px 20px;
}

div#contents ul.kanren li {
	margin:2px 0px 10px 0px;
	padding:0px 20px 0px 13px;
	background:url(images/linkicon.gif) left 5px no-repeat;
}

/* LINKBOX */
div#contents div.text div.linkbox {
	float:left;
	width:230px;
	height:110px;
	margin:0px 10px 20px 0px;
	border:1px solid #eee0d5;
}

div#contents div.text div.linkbox h3 {
	margin:0px;
	padding:3px 3px 3px 13px;
	background:url(images/linkicon.gif) left 2px no-repeat;
	background-color:#ffe7d3;
	border-bottom:1px solid #eee0d5;
	font-size:100%;
}

div#contents div.text div.linkbox p {
	margin:0px;
	padding:5px;
}

/* UlNormal */
ul.ulnormal {
	list-style:none;
	margin:0px 0px 15px 20px;
}

ul.ulnormal li {
	margin:2px 0px 3px 0px;
	padding:0px 0px 0px 13px;
	background:url(images/ulnormal.gif) left 6px no-repeat;
}

/* OlNormal */
div#contents ol.olnormal {
	margin:0px 0px 15px 40px;
}

div#contents ol.olnormal li {
	padding:2px 0px 8px 0px;
}

/* TableNormal */
div#contents table.tablenormal {
	width:100%;
	margin:0px 0px 15px 0px;
	border-top:1px solid #bfbebe;
	border-left:1px solid #bfbebe;
}

div#contents table.tablenormal th {
	padding:7px;
	border-right:1px solid #bfbebe;
	border-bottom:1px solid #bfbebe;
	background:#e2e2e2;
	color:#666666;
}

div#contents table.tablenormal td {
	padding:7px;
	border-right:1px solid #bfbebe;
	border-bottom:1px solid #bfbebe;
}


/* TableSchedule */
div#contents table.schedule {
	width:100%;
	margin:0px 0px 15px 0px;
	border-top:1px solid #bfbebe;
	border-left:1px solid #bfbebe;
}

div#contents table.schedule th {
	padding:7px;
	border-right:1px solid #bfbebe;
	border-bottom:1px solid #bfbebe;
	background:#e2e2e2;
	vertical-align:top;
	text-align:center;
	color:#666666;
}

div#contents table.schedule td {
	padding:7px;
	border-right:1px solid #bfbebe;
	border-bottom:1px solid #bfbebe;
	vertical-align:top;
}

/* TableStaff */
div#contents table.staff {
	width:100%;
	margin:0px 0px 15px 0px;
	border-top:1px solid #bfbebe;
	border-left:1px solid #bfbebe;
}

div#contents table.staff th {
	padding:7px;
	border-right:1px solid #bfbebe;
	border-bottom:1px solid #bfbebe;
	background:#e2e2e2;
	vertical-align:top;
	text-align:center;
	color:#666666;
}

div#contents table.staff td {
	padding:7px;
	border-right:1px solid #bfbebe;
	border-bottom:1px solid #bfbebe;
}

/* TableStaff2 */
div#contents table.staff2 {
	width:100%;
	margin:0px 0px 15px 0px;
	border-bottom:1px solid #d8d8d8;
}

div#contents table.staff2 th {
	padding:7px;
	border:none;
	vertical-align:top;
        font-size:108%;
	line-height:140%;
	letter-spacing:1px;
}

div#contents table.staff2 td {
	padding:7px;
	border:none;
	vertical-align:top;
        font-size:108%;
	line-height:140%;
	letter-spacing:1px;
}

/* TableHyo2th */
div#contents table.hyo2th {
	width:100%;
	margin:0px 0px 15px 0px;
	border-top:1px solid #bfbebe;
	border-left:1px solid #bfbebe;
}

div#contents table.hyo2th th {
	padding:7px;
	border-right:1px solid #bfbebe;
	border-bottom:1px solid #bfbebe;
	background:#e2e2e2;
	vertical-align:top;
	text-align:center;
	color:#666666;
}

div#contents table.hyo2th td {
	padding:7px;
	border-right:1px solid #bfbebe;
	border-bottom:1px solid #bfbebe;
}

/* Sitemap */
div#contents div.sitemap {
	float:left;
	width:240px;
}
div#contents div.sitemap h3.h3sitemap {
	clear:both;
	margin:10px 0px 10px 30px;
	padding:3px 0px 0px 20px;
	background:url(images/h3_normal.gif) left no-repeat;
	font-size:110%;
	line-height:100%;
	color:#3a9000;
}

div#contents ul.ulsitemap {
	list-style:none;
	margin:0px 0px 15px 50px;
}

div#contents ul.ulsitemap li {
	padding:0px 0px 8px 13px;
	background:url(images/linkicon.gif) left 2px no-repeat;
}

/* QA */
div#contents div.qa-area {
	margin:0px 0px 30px 0px;
}

div#contents h2.h2qa {
	clear:both;
	margin:20px 0px 10px 13px;
	padding:0px 0px 0px 22px;
	background:url(images/h2faq.gif) no-repeat;
	font-size:110%;
	line-height:130%;
}

div#contents h3.h3qa {
	clear:both;
	margin:10px 0px 10px 20px;
	padding:0px 0px 0px 19px;
	background:url(images/faq.gif) no-repeat;
	font-size:110%;
	line-height:110%;
}

div#contents div.qalist {
	margin:0px 0px 10px 20px;
	padding:1px 20px 5px 19px;
	font-size:110%;
	background:url(images/faq.gif) no-repeat;
}
div#contents div.qalist a {
	text-decoration:underline;
}

/* Information */
div#contents table#infolist {
	width:470px;
	margin:0px 0px 25px 0px;
}

div#contents table#infolist th {
	width:150px;
	padding:6px 0px;
	border-bottom:1px dotted #999;
        font-weight:normal;
        text-indent:15px;
}

div#contents table#infolist td {
	padding:6px 0px;
	border-bottom:1px dotted #999;
}


/********************************************************************
11.Footer
********************************************************************/

div#footer {
	clear:both;
	width:780px;
	height:80px;
	margin:0px;
	padding:5px 0px 0px 0px;
	border-top:1px solid #c2c2c2;
	background:#ffffff;
	text-align:center;
}

/* foot_Navi */
div#footer div#foot_navi {
	font-size:80%;
	margin:20px 0px 8px 0px;
	text-align:center;
}

/* Copyright */
div#footer div#copyright {
	margin:0px 0px 0px 0px;
	text-align:center;
}


/********************************************************************
0.Free
********************************************************************/
.none { display:none; }
.indent { text-indent:-1000em; display:block; }

.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }

.fleft { float:left; }
.fright { float:right; }

.red { color:#ff0000; }
.bold { font-weight:bold; }

span.small {
	font-size:80%;
	line-height:120%;
	letter-spacing:0px;
}
span.underline{
	text-decoration: underline;
}
