/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/


* {
font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
margin: 0;
padding: 0;
/*color:#333333;*/
line-height:1.8em;

}

/*bodyのスタイル*/

body {
text-align: center;
margin: 0px;
padding: 0px;
font-size:12px;
}

p {
margin-top: 10px;
margin-bottom: 10px;
padding: 0px;
margin-right: 0px;
margin-left: 0px;
text-align:left;
font-size:12px;
}

img{
padding:0px;
margin:0px;
}

html, body {
font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
margin: 0;
padding: 0;
font-size: 100%;
}

h2, h3, h4, h5, h6, address, div, blockquote, p, pre, li, dl, dt, dd, hr {
font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
margin: 0;
padding: 0;
border: 0;
font-style: normal;
/*font-weight: normal*/;
font-size: 100%;
}

table, caption, th, td {
font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
margin: 0;
padding: 0;
border: 0;
font-style: normal;
font-weight: normal;
font-size: 100%;
}

span, em, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
margin: 0;
padding: 0;
border: 0;
font-style: normal;
/*font-weight: inherit;*/
font-size: 100%;
}

a {color: #003399;
}
	
a:hover {color:#990000;}

li{/*list-style:none;*/}

td{text-align:left;}

p{
	margin:10px 0px;
	text-align:left;}



p.tcenter{
	text-align:center;}

h1{
	font-size:11px;
	font-weight:100;
	color:#FFFFFF;
	text-align:left;
	padding:0 0 0 0px;
	margin:0px 0 2px 10px;
	}
h2{
	text-align:left;
	margin:0 0 10px 10px;}


h3{
	margin:0 0 23px;
	padding:20px 0 0px;}

h3.h3bg1{
	background:url(commonimg/h3bg.gif) repeat-x 0 bottom;
	padding:0 0 10px 0;
	margin:40px 0 20px 0;
	text-align:left;}

h3.h3bg2{
	background:url(commonimg/h3bg.gif) repeat-x 0 bottom;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	text-align:left;}
	

#left h4{
	margin:10px 0 0;
	padding:0 0 0 0;
	text-align:left;}

#right h4{
	margin:0 0 20px;
	padding:0 0 0 0;
	text-align:left;}
	
	
/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*containerのスタイル*/

#container{
text-align:center;
margin:0px auto;
font-size:12px;
padding:0 0;

}


/*headerのスタイル*/
#header {
	background:#003366;
	margin:0 auto;
	padding:10px 0 0;
	margin:0 auto 0px;
}

#hleft{
	width:350px;
	float:left;}

#hright{
	padding:5px 0 0;
	text-align:right;
	width:615px;
	float:right;}

#hright li{
	display:inline;
	padding:0 0 0 10px;}

	
.navi{
	background:url(commonimg/navi_bg.jpg) repeat-x 0 0;
	padding:17px 0 19px;
	text-align:center;
	margin:0 0 0;}

.navi ul{
	height:38px;
	padding:0;
	text-align: center;}

.navi li{
	height:38px;
	float:left;
	margin:0 0 0px 0px;
	padding:0 0 0 0px;
	list-style:none;}
	

			/* .Searchform
			---------------------------------------- */	
			.navi .searchform {
				width:160px;
				float:right;
				display:inline;
				margin:10px 0 0;
			}			
			/*-- chrome hack --*/
			.chrome .navi .searchform {
				width:163px;
				float:right;
				display:inline;
				margin:10px 0 0;
			}
			/*-- safari hack --*/
			.safari .navi .searchform {
				width:163px;
				float:right;
				display:inline;
				margin:10px 0 0;
			}
			/*-- mac --*/
			.mac .navi .searchform {
				width:163px;
				float:right;
				display:inline;
				margin:10px 0 0;
			}

			.navi .searchform .text {
				width:134px;
				height:23px;
				float:left;
			}
			.navi .searchform .text input {
				width:134px;
				height:23px;
				/*float:left;
				display:inline;*/
				display:block;
			}
			/*-- chrome hack --*/
			.chrome .navi .searchform .text input {
				width:134px;
				height:22px;
				float:left;
				display:inline;
			}
			/*-- safari hack --*/
			.safari .navi .searchform .text input {
				width:134px;
				height:22px;
				float:left;
				display:inline;
			}
			/*-- ie6 hack --*/
			.ie6 .navi .searchform .text input {
				width:134px;
				height:19px;
				float:left;
				display:inline;
			}
			/*-- ie7 hack --*/
			.ie7 .navi .searchform .text input {
				width:132px;
				height:21px;
				float:left;
				display:inline;
			}
			/*-- ie hack --*/
			.ie .navi .searchform .text input {
				width:132px;
				height:21px;
				float:left;
				display:inline;
			}
			/*-- mac --*/
			.mac .navi .searchform .text input {
				width:132px;
				height:21px;
				float:left;
				display:inline;
			}
			
			.navi .searchform .image {
				width:24px;
				float:right;
				display:inline;
			}

			.navi .searchform .image input {
				width:24px;
			}

			.ie6 .navi .searchform .image {
				width:24px;
				height:19px;
				margin:0px 0 0;
			}

			*:first-child + html #menu ul .searchform .image {
				width:30px;
				margin:0px 0 0;
			}
			

#wrapper{
	background:url(commonimg/wpr_bg.jpg) repeat-x 0 0;}
	
#subwrapper{
	background:url(commonimg/subwpr_bg.jpg) repeat-x 0 0;}

#main{
	width:960px;
	margin:0 auto;}

#left{
	margin:0px 0 0px;
	width:230px;
	float:left;}

#left ul{
	padding:0;
}

#left .gbox{
	border:#CCCCCC solid 1px;
	background:#E8EAEF;
		padding:10px 0 10px;
		margin:0 0 10px;}
	
#left .gbox2{
	border:#CCCCCC solid 1px;
	background:#fff;
		margin:0 0 10px;}
#left p.qmark{
	background:url(commonimg/qmark.gif) no-repeat 5px 10px;
	font-size:11px;
	margin:0 10px;
	padding:10px 0 10px 40px;}


.l_menu{
	width:142px;
	float:right;
	padding:10px 0 0;}

.l_menu p{
	margin:0px;}



/* .Side
---------------------------------------- */
	
		
			/* .top
			---------------------------------------- */
			#side div.top {
			}

			/* .Common
			---------------------------------------- */	
			#left div.common ul{
				}

			#left div.common li{
					background:url(commonimg/listicon.jpg) 0px 7px no-repeat;
					padding:3px 3px 3px 20px;
					text-align:left;
					list-style:none;
				}
			
			/* .Calendar
			---------------------------------------- */	
			#wp-calendar {
					margin:0 auto;
					width:210px;
				}

			#wp-calendar table{margin:0;}
			#wp-calendar th{text-align:center;}
			#wp-calendar td {
					padding:1px 3px;
					font-size: 12px !important;
					text-align:center;
					margin:0;
				}

			#wp-calendar caption {
					text-align:center;
					margin:0 auto 5px;
					font-weight:bold;
				}

			#wp-calendar #prev {text-align:left; color:#333333;}
			#wp-calendar #next {text-align:right; color:#333333;}
			
			table#wp-calendar tbody tr td a {color:#003399;}
						
			/* .Rss
			---------------------------------------- */
			#left div.rss ul{
			}

			#left div.rss li{
				background:url(commonimg/rss.jpg) 2px 6px no-repeat;
				padding:3px 3px 3px 23px;
				text-align:left;
				list-style:none;
			}
			
	

#right{
	margin:0 0 0px;
	width:694px;
	float:right;}
	
	/* 1-6.Contents
	---------------------------------------- */	
	#main{
	}
	
	#contents {
		width:694px;
		float:right;
		display:inline;
		background:url(commonimg/c_bg_middle.jpg) repeat-y 0 0;
		margin:0;
	}
	
	#contents div.linetop{
		background:url(commonimg/c_bg_top.jpg) no-repeat 0 0;
	}
	
	#contents div.linebottom{
		background:url(commonimg/c_bg_bottom.jpg) no-repeat 0 0;
	}
	
	#contents div.wrap {
		padding:20px 30px;
	}
	
	div.pagetop{
		margin:50px 0px 0px;
	}

			/* .Index.php
			---------------------------------------- */	
			#contents h2.h2post{
					text-align:left;
					font-weight:bold;
					font-size:18px;
					margin:0 0 0 0;
					padding:0 0 0 20px;
					color:#333333;
					border-bottom:#979797 dotted 1px;
					background:url(commonimg/c_icon.jpg) no-repeat 0 6px;
				}

			#contents h2.h2post a{
					color:#333333;
					text-decoration:none;
				}

			#contents h2.h2post a:hover {
					color:#333333;
					text-decoration:underline;
				}
			
			/* .Single.php
			---------------------------------------- */	
			#contents h2.h2post2{
					text-align:left;
					font-weight:bold;
					font-size:18px;
					margin:0 0 0 0;
					padding:0 0 0 20px;
					color:#333333;
					border-bottom:#979797 dotted 1px;
					background:url(commonimg/c_icon.jpg) no-repeat 0 6px;
				}
				
			#contents div.entry{
				margin:0 0 50px;
			}
				
			/* .Archive.php
			---------------------------------------- */	
			#contents h3 {
					text-align:left;
					font-weight:bold;
					font-size:18px;
					margin:0 0 0 0;
					padding:0 0 0 20px;
					color:#333333;
					border-bottom:#979797 dotted 1px;
					background:url(commonimg/c_icon.jpg) no-repeat 0 6px;
				}

			#contents h3 a{
					color:#333333;
					text-decoration:none;
				}

			#contents h3 a:hover{
					color:#333333;
					text-decoration:underline;
				}
			/* .search
			---------------------------------------- */
			#contents h3.search {
					text-align:left;
					font-weight:bold;
					font-size:18px;
					margin:0 0 0 0;
					padding:0 0 0 20px;
					color:#333333;
					border-bottom:#979797 dotted 1px;
					background:url(commonimg/c_icon.jpg) no-repeat 0 6px;
				}

			#contents h3.search a{
					color:#333333;
					text-decoration:none;
				}

			#contents h3.search a:hover{
					color:#333333;
					text-decoration:underline;
				}

			
			
			/* .BottomNavi
			---------------------------------------- */
			.post_bottom{
					padding:10px 5px;
					text-align:left;
					margin:20px 0px 80px;
					color:#666666;
					background-color:#E5EBF5;
				}
				
			.post_bottom a{
					color:#666666;
				}
				
			.post_bottom a:hover{
					color:#666666;
				}

			.post_bottom span a{text-align:left;}
			
			/* .Comment
			---------------------------------------- */
			#contents h3#comments{
					font-size:14px;
					background:none;
					color:#333333;
					font-weight:bold;
					margin:30px 0 10px 0;
				}

			#respond textarea{width:630px;}

			.commentlist p {
					text_arign:left;
					margin: 0;
				}

			#div-comment-2 {
					text_arign:left;
					margin: 0;
				}
			.commentlist{
					text_arign:left;
					width:580px;
					margin:0 0 0 10px;
				}

			.commentlist li{margin:0 0 10px 0;}
			
			/* .TtlComment
			---------------------------------------- */
			#contents h3.h3comment{
					font-size:14px;
					background:none;
					color:#333333;
					font-weight:bold;
					margin:30px 0 50px 0;
				}
		
			/* .PageComment
			---------------------------------------- */
			#contents h2.h2page{
					text-align:left;
					font-weight:bold;
					font-size:18px;
					margin:0 0 0 0;
					padding:0 0 0 20px;
					color:#333333;
					border-bottom:#979797 dotted 1px;
					background:url(commonimg/c_icon.jpg) no-repeat 0 6px;
				}


.zeimubox{
	width:345px;
	height:210px;
	float:left;
	margin:0 0 25px;
	background:url(commonimg/zeimbox.jpg) no-repeat 0 0;}

.zeimubox p{
	margin:60px 10px 0;}

.zaimubox{
	float:left;
	width:348px;
	height:210px;
	margin:0 0 25px;
	background:url(commonimg/zaimbox.jpg) no-repeat 0 0;}

.zaimubox p{
	margin:60px 10px 0;}

.topservice_l{
	width:340px;
	height: 100px;
	float:left;
	margin:0 0 10px;
	border-bottom:#979797 dotted 1px;}

p.ttl_service{
	background:url(commonimg/list.jpg) no-repeat 0 5px;
	padding:0 0 0 25px;
	margin:0;
	font-size:14px;}

.topservice_l p{
	margin:0 0 5px;}

.topservice_r{
	width:340px;
	height: 100px;
	margin:0 0 10px;
	float:right;
	border-bottom:#979797 dotted 1px;}

.topservice_r p{
	margin:0 0 5px;}


p.ttl_qa{
	background:url(commonimg/qmark.gif) no-repeat 0 0px;
	padding:0 0 5px 30px;
	margin:0 0 10px;}
	
.gdot{
	border-bottom:#979797 dotted 1px;
	margin:0 0 10px;}
	

#footer01 p{
	font-size:12px;
	line-height:1.5em;
	margin:0 0px 5px;
	color:#333;}

#footer01{
	background:url(commonimg/f_bg.jpg) repeat-x 0 0;
	margin:0 auto 10px;
	padding:40px 0 40px;}



#footer02 li {
	display: inline;
	margin: 0px;
	border-right:solid 1px #333;
	padding-right: 10px;
	padding-left: 5px;
	font-size:11px;
	padding-top:0px;
	padding-bottom:0px;
	line-height:1.5em;
	font-size:12px;
}

#footer02 li.noline {
	border:none;}


#footer02 ul {
	margin:0px;
	text-align:center;
	padding:0px 0px 0px;
}

#footer02 p{
	text-align:right;}
	
	
#footer02 p a{
	text-align:center;
	color:#999;
	font-size:11px;
	text-decoration:none;}
.f_group {
	background: url(commonimg/line.jpg) no-repeat center top;
	margin: 40px 0 0 0;
	padding: 10px 0 10px 0;
}
#footer01 .f_group p {
	background:url(commonimg/line2.jpg) repeat-y right 0;
	color: #D1DAE3;
	padding: 10px 15px;
	margin: 10px 0 0 0;
}
#footer01 .f_group p.bgnone {
	background: none;
}
#footer01 .f_group p span.txtb {
	color:#D1DAE3;
}
ul.pankuzu{
	background:#eeeeee;
	padding:5px 10px;
	margin:0 0 20px 0;
text-align:left;
}

.pankuzu li{
display:inline;
font-size:11px;
}


/*companyのスタイル*/
.enkaku{
	padding:5px 7px 5px 7px;
	background:#F1F2F5;
	margin: 0 0 4px 0;}
.enkaku2{
	background:#F1F2F5;
	margin: 0 0 4px 0;}

.name {
	background: url(../company/img/pen.jpg) no-repeat 0 0;
	padding: 0 0 0 23px;
	font-weight: bold;
}
.map {
	width: 255px;
	padding: 10px;
	background:#F1F2F5;
	margin: 0 0 4px 0;}

p.office {
	background: url(../company/img/map.jpg) no-repeat 0 0;
	padding: 0 0 0 30px;
	font-weight: bold;
	margin: 0 auto;
}
.boxborder {
	background: url(../company/img/border.gif) repeat-x center top;
	line-height: 1.2em;
	padding: 10px 0 0 0;
}

.input01{
	width:300px;
	border:solid 1px #ccc;}

.input02{
	width:450px;
	border:solid 1px #ccc;}

.input03{
	width:150px;
	border:solid 1px #ccc;}

textarea{
	width:450px;
	border:solid 1px #ccc;}


/*serviceのスタイル*/
.acc {
	float: left;
}
.acc li {
	background: url(../service/img/icon_acc.jpg) no-repeat 0 0;
	padding: 0 0 0 25px;
	line-height: 1.8em;
	text-align: left;
	margin: 10px 0 0 0;
}
.acc a {
	display: block;
}
h5.accttl {
	background:url(../service/img/acc_icon2.jpg) no-repeat 0 0;
	padding: 3px 0 5px 40px;
	border-bottom: dotted 1px #505F7C;
	font-size: 16px;
	font-weight:bold;
	text-align: left;
	margin: 40px 0 10px 0;
}

.fou li {
	background: url(../service/img/icon_fou.gif) no-repeat 0 7px;
	padding: 0 0 0 10px;
	line-height: 1.6em;
	text-align: left;
}
.bnr {
	background: url(commonimg/bnr_bg.jpg) no-repeat 0 0;
	padding: 83px 20px 10px 20px;
	margin: 100px auto 30px;
	text-align: center;
}
/*faqのスタイル*/

.q, .faqlist li {
	background: url(commonimg/qmark.gif) no-repeat 0 0;
	padding: 3px 0 3px 30px;
	font-weight: bold;
	border-bottom: 1px dotted #333;
	text-align: left;
	margin: 0 0 20px 0;
	color: #003399
}
.a {
	background: url(commonimg/amark.gif) no-repeat 0 0;
	padding: 0 0 20px 30px;
	border-bottom: 1px dotted #333;
	text-align: left;
	margin: 0 0 60px 0;
}
.faqlist {
	width: 340px;
}
.faqlist li{
	margin: 0 10px 10px 0;
}

.faqlist a {
	display: block;
}
/*priceのスタイル*/	




/*sitemapのスタイル*/
.sitemap li{
	background:url(commonimg/list.jpg) no-repeat 0 1px;
	padding:0 0 5px 25px;
	margin: 0 0 5px 0;
	font-size:12px;
	text-align: left;
	border-bottom: 1px dotted #999999;
}
li.subpage {
	margin: 0 0 0 20px;
}
.sitemap li a {
	display: block;
}
	
/*hyouのスタイル*/

.hyou td{
	border-bottom:1px dotted #999999;
	padding:5px 15px;}

.hyou td.tdl{
	background:#FFFBEB;}
.hyou {
	font-size: 12px;
}
.tbl {
	border-collapse: collapse;
	border: 1px solid #999999;
	width: 100%;
	font-size: 12px;
}
.tbl th {
	background:#F1F2F5;
	border:1px dotted #999999;
	padding:5px 15px;
	text-align: left;
	font-weight: bold;
}
.tbl td {
	border:1px dotted #999999;
	padding:5px 15px;
}
/*formのスタイル*/


	

/*otherのスタイル*/

.pagetop{
margin:20px 0px 1px0;
text-align:right;
}

/*fontのスタイル*/


.txtb{
font-weight:bold;
}


.txtred{
	color:#9F0000;
}

.txt11{
	font-size:11px;}

.txt15b{
	font-weight:bold;
	font-size:15px;}
.txt16 {
	font-size: 16px;
}
.txtblue {
	color: #003399;
}

/*float alignのスタイル*/
.fleft{
float:left;
text-align:left;
}

.fright{float:right;}

.tcenter{text-align:center;}
.tleft{text-align:left;}
.tright{text-align:right;}
.tcenter{
	text-align:center;
	vertical-align: top;
}
.clear{clear:both;}

.clearfix {
zoom:1;
overflow:hidden;
}
.clearfix:after {
content: '.';
clear: both;
display: block;
height: 0;
visibility: hidden;
}

.vtop{vertical-align:top;}

.stepbox{
	border:#E8E8E8 solid 3px;
	padding:10px 0;}

/*margin paddingのスタイル*/
.mt5{margin:5px 0px 0px;}
.mt10{margin:10px 0px 0px;}
.mt15{margin:15px 0px 0px;}
.mt20{margin:20px 0px 0px;}
.mt25{margin:25px 0px 0px;}
.mt30{margin:30px 0px 0px;}
.mt35{margin:35px 0px 0px;}
.mt37{margin:37px 0px 0px;}
.mt40{margin:40px 0px 0px;}
.mt45{margin:45px 0px 0px;}
.mt50{margin:50px 0px 0px;}
.mt60{margin:60px 0px 0px;}
.mt70{margin:70px 0px 0px;}
.mt80{margin:80px 0px 0px;}
.mt90{margin:90px 0px 0px;}
.mt105{margin:105px 0px 0px;}
.mt115{margin:115px 0px 0px;}
.mt120{margin:120px 0px 0px;}
.mt135{margin:135px 0px 0px;}

.mu3{margin:0px 0px 3px;}
.mu5{margin:0px 0px 5px;}
.mu7{margin:0px 0px 7px;}
.mu8{margin:0px 0px 8px;}
.mu10{margin:0px 0px 10px;}
.mu14{margin:0px 0px 14px;}
.mu15{margin:0px 0px 15px;}
.mu20{margin:0px 0px 20px;}
.mu25{margin:0px 0px 25px;}
.mu30{margin:0px 0px 30px;}
.mu35{margin:0px 0px 35px;}
.mu40{margin:0px 0px 40px;}
.mu41{margin:0px 0px 41px;}
.mu45{margin:0px 0px 45px;}
.mu50{margin:0px 0px 50px;}
.mu55{margin:0px 0px 55px;}
.mu51{margin:0px 0px 51px;}
.mu60{margin:0px 0px 60px;}
.mu65{margin:0px 0px 65px;}
.mu70{margin:0px 0px 70px;}
.mu100{margin:0px 0px 100px;}
.mu200{margin:0px 0px 200px;}
.mu500{margin:0px 0px 500px;}
.mu10r14{margin:0px 14px 10px 0px;}

.ml2{margin-left:2px;}
.ml3{margin-left:3px;}
.ml5{margin-left:5px;}
.ml13{margin-left:13px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.ml70{margin-left:70px;}
.ml80{margin-left:80px;}
.mlr5{margin:0 5px 0 5px;}
.mlr15{margin:0 15px 0 15px;}

.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}

.mru10{margin: 0 10px 15px 0;}

.mtu10{margin:10px 0px;}

.mtu20{margin:15px 0px 20px;}

.mtu25{margin:25px 0px 20px;}



/*widthのスタイル*/

.w110 {
	width: 110px;
}

.w120 {
	width: 120px;
}
.w125 {
	width: 125px;
}
.w135r{
	width:135px;
	float:right;}
	
.w150 {
	width: 150px;
}
.w155 {
	width: 155px;
}
.w165 {
	width: 165px;
}
.w200r{
	width:200px;
	float:right;}

.w205{
	width:205px;
	margin:0 auto;}
.w215 {
	width: 215px;
}
.w220 {
	width: 220px;
}

.w241 {
	width: 241px;
}
.w255 {
	width: 255px;
}

.w265r{
	width:265px;
	float:right;}
	
.w321 {
	width: 321px;
}

.w340l{
	width:340px;
	float:left;}

.w340r{
	width:340px;
	float:right;}
.w345 {
	width: 345px;
}
.w460 {
	width: 460px;
}
.w500 {
	width: 500px;
}

.w510l{
	width:510px;
	float:left;}

.w510r{
	width:510px;
	float:right;}
.w525 {
	width: 525px;
}

.w535r{
	width:535px;
	float:right;}
.w555 {
	width: 555px;
}.w620l{
	width:620px;
	float:left;}
.w645r {
	width: 645px;
	float: right;
}
.w660 {
	width: 660px;
}
.w960{
	width:962px;
	margin:0 auto;}
	
.w966{
	width:966px;
	margin:0 auto;}


			/* SocialBookmark
			-------------------------------------- */
			body #container #wrapper #main #right #contents div.wrap div.wp_social_bookmarking_light{
				margin:50px 0 0 0 !important;
			}
			
			* html body #container #wrapper #main #right #contents div.wrap div.wp_social_bookmarking_light{
				margin:50px 0 -30px 0 !important;
			}
			
			*:first-child + html body #container #wrapper #main #right #contents div.wrap div.wp_social_bookmarking_light{
				margin:50px 0 -30px 0 !important;
			}

span.bold{ font-weight:bold; font-size:14px;}
span.red{ color:#F00; font-size:10px;}
span.px11{ font-size:11px;}
	
