
body {
	background-color:#ECF0FF;
	font-size: 12px;
	color: #333333;
	margin:0px;
	padding:0px;
	text-align:center;
}
.all {
	width: 770px;
	background-color:#BBC9FF;
	margin:0px auto;
	padding:0px;
	padding-top:4px;
}
.partition {
	clear: both;
	display: none;
}
h1 {
	background-image:url(img/base-h1.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-top:0px;
	padding-top:25px;
	padding-bottom:30px;
	padding-left:52px;
	font-size: 18px;
}
h1 span.none{
	display:none;
	visibility:hidden;
}
h2 {
	font-size: 14px;
	margin:0px;
	margin-top:25px;
	margin-bottom:10px;
	background-image:url(img/base-h2.gif);
	background-repeat:no-repeat;
	background-position:top bottom;
	padding:8px 25px;
}
h3 {
	font-size: 14px;
	background-image:url(img/base-h3.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#009932;
	margin:0px;
	margin-top:15px;
	margin-left:25px;
	margin-right:10px;
	margin-bottom:5px;
	padding-bottom:5px;
	padding-left:10px;
	border-bottom:1px dashed #999999;
}
p {
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom:0px;
}
img {
	border: 0px;
	margin:0px;
	padding:0px;
}
td {
	font-size: 12px;
}
th {
	font-size: 12px;
}
dl {
	margin-top: 0px;
}
dt {
	font-weight: bold;
}
dd {
	line-height: 1.3em;
}
ul {
	margin-top: 0px;
}
ol {
	margin-top: 0px;
}
li {
	line-height: 1.3em;
}
strong {
}
em {
}

/*-- リンク指定 --*/

a:link {
	color:#003399;
	text-decoration:none;
}
a:visited {
	color:#003399;
	text-decoration:none;
}
a:hover {
	color:#003399;
	text-decoration:underline;
}


/*-- ヘッダ部 --*/

.head {
	width: 760px;
	background-image:url(img/head-logo.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	margin-bottom:0px;
	margin-left:5px;
	margin-rihgt:5px;
	text-align:left;
}
.summary {
	font-size: 10px;
	text-align:right;
	padding-bottom:5px;
}
.global-navi {
	background-color: #00CC66;
	background-image:url(img/gloval-bg.gif);
	background-repeat:repeat-x;
}
.global-navi ul {
	margin: 0px;
	padding: 0px;
}
.global-navi ul li {
	padding: 0px;
	margin: 0px;
	display:inline;
}
.gloval-navi ul li img{
	vertical-align:bottom;
}
/*-- コンテンツ --*/

.contents {
	background-color:#FFFFFF;
	background-image:url(img/contents-bg.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	width: 760px;
	margin-left:5px;
	margin-rihgt:5px;
	margin-bottom:0px;
	border-bottom:2px solid #BBC9FF;
	text-align:left;
}
hr.clear{
	clear:both;
	margin:0px;
	padding:0px;
	display:block;
	visibility:hidden;
	font-size:1px;
	line-height:0.1em;
}
/*-- サイドメニュー --*/

.menu {
	width: 191px;
	background-image:url(img/menu-bg.gif);
	background-repeat:repeat-y;
	background-position:left;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom:7px;
	text-align:left;
}
.menu h2{
	margin:0px;
	padding:0px;
	background-image:none;
}
.menu dl {
	margin: 0px;
	padding: 0px;
}
.menu dl dt {
	padding: 0px;
	margin: 0px;
}
.menu dl dd {
	padding: 0px;
	margin: 0px;
}
.menu ul {
	padding: 0px;
	margin: 0px;
}
.menu ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.menu p{
	margin: 0px;
	padding:0px;
}
.menu-tmp{
	background-color:#C2D0FE;
	margin-left:11px;
}
.menu-tmp dl{
	background-image:url(img/menu-info-bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:6px 8px;
}
.menu-tmp dl dt{
	margin:3px 10px;
}
.menu-tmp dl dd{
	margin-top:3px;
	margin-left:10px;
}
.menu-tmp dl dd ul li a{
	background-image:url(img/menu-arrow3.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:18px;
}
.menu-tmp dl dd ul{
	margin:0px;
	margin-bottom:3px;
	padding:0px;
	background-image:none;
}
.menu-tmp dl ul li{
	padding:0px;
}
.menu-tmp ul{
	padding-bottom:17px;
	background-image:url(img/menu-tmp-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.menu-tmp ul li{
	border-bottom:1px solid #FFFFFF;
	margin-left:8px;
	margin-right:8px;
	padding:3px 0px;
}

.menu-tmp ul li a{
	background-image:url(img/menu-arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:15px;
}
.menu-enterprise{
	background-color:#FEDEDE;
	margin-left:11px;
}

.menu-enterprise ul{
	padding-bottom:19px;
	background-image:url(img/menu-enterprise-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.menu-enterprise ul li{
	border-bottom:1px solid #FFFFFF;
	margin-left:8px;
	margin-right:8px;
	padding:3px 0px;
}
.menu-enterprise ul li a{
	background-image:url(img/menu-arrow2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:15px;
}
.menu-enterprise ul li.mail a{
	background-image:url(img/menu-mail.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:18px;
}
.menu-system{
	margin-left:11px;
}
.menu-system ul{
	margin-bottom:5px;
}
.menu-system ul li{
	border-bottom:1px solid #FFFFFF;
	margin-left:8px;
	margin-right:8px;
	padding:3px 0px;
}

.menu-system ul li a{
	padding-left:10px;
	border-left:3px solid #7F99FE;
	display:block;
}
.staff-greeting{
	border:1px solid #829BFE;
	margin:0 11px;
	margin-left:11px;
	margin-bottom:15px;
	padding:5px 3px;
	background-color:#FFFFFF;
}

.staff-greeting h2{
	margin-left:5px;
}
.staff-greeting dl{
	margin-top:5px;
	margin-left:10px;
}

.staff-greeting dd{
	margin-top:2px;
}
.staff-greeting dt{
	font-weight:normal;
}
.staff-greeting p{
	clear:both;
	margin:3px 0px;
	margin-right:10px;
	margin-left:5px;
}
.staff-greeting img{
	margin:1px;
}
.menu .menu-tmp li a{
	display:block;
}
.menu .menu-tmp li a:hover{
	background-color:#E8EDFF;
}

.menu .menu-tmp dl a:hover{
	background-color:transparent;
}
.menu .menu-enterprise li a{
	display:block;
}
.menu .menu-enterprise li a:hover{
	background-color:#FFECEC;
}
.menu .staff-greeting .name{
	background-color:#ECF0FF;
	height:73px;
}
.menu .s-seal{
	margin-left:10px;
}
/*-- フッター --*/


.footer {
	width: 770px;
	font-size: 11px;
	clear: both;
	margin:0px;
	padding-top:15px;
	background-color:#ECF0FF;
	background-image:url(img/footer-bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	color:#003399;
}
.footer-navi {
}
.footer-navi ul {
	margin:0px auto;
	padding: 0px;
	text-align:center;
}
.footer-navi ul li {
	display:inline;
	padding:0px;
	border: none;
	list-style-type: none;
}

.footer-navi ul li a{
	padding-right: 5px;
	padding-left: 5px;
	border-left: 1px solid #666666;
}
address {
	font-style: normal;
}
.copyright {
}


/*-- メインコンテンツ --*/

.main {
	background-color: #FFFFFF;
	float: right;
	width: 550px;
	margin: 0px;
	padding: 0px;
}
.main h2{
	clear:both;
}
.main h3{
	clear:both;
}
.main p{
	margin-left:10px;
	margin-right:14px;
	margin-bottom:0.3em;
	line-height:1.4em;
}
.main ul.base-ul{
	margin-left:0px;
	padding:0px 32px 0px;
}
.main ul.base-ul li{
	list-style-type:circle;
	padding:0.2em 0px;
}
.main .path {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:9px;
	border-bottom:8px solid #D6DFFF;
	font-size:10px;
}
h1.ent {
	background-image:url(img/base-h1-ent.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-top:0px;
	padding-top:25px;
	padding-bottom:30px;
	padding-left:52px;
	font-size: 18px;
}
h1.info {
	background-image:url(img/base-h1-info.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:0px;
	padding-top:15px;
	padding-bottom:20px;
	padding-left:25px;
	font-size: 18px;
}
.to-top {
	text-align: right;
}
.f-image{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.main .h3-p{
	margin-left:30px;
	padding:5px 0px;
}
.main .h3-p2{
	margin-left:150px;
	padding:5px 0px;
}
.f-image-r{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.arrow{
	text-align:right;
	margin: 3px 0px;
}
.arrow a{
	background-image:url(img/co-arrow.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:15px;
}
.online-button{
	text-align:center;
	margin-top:25px;
}

a#ONLINE{
	display:block;
	background-image:url(img/online-button.gif);
	width:170px;
	height:59px;
}
a#ONLINE2{
	display:block;
	background-image:url(img/online-button.gif);
	width:170px;
	height:59px;
}
.base-dl{
	margin-left:10px;
	padding:0px;
}
.base-dl dt{
	color:#FF0000;
	margin-bottom:5px;
}
.base-dl dd{
	margin-left:20px;
	padding:0px;
}
.base-dl dd ul{
	margin:0px;
	padding:0px;
}
.base-dl dd ul li{
	margin:0px;
	padding:0.2em 0px;
	list-style-type:circle;
}

.base-dl2{
	margin-left:30px;
	padding:0px;
}
.base-dl2 dt{
	color:#FF0000;
	padding-bottom:0.3em;
}
.base-dl2 dd{
	margin-left:20px;
	padding:0px;
}
.base-dl2 dd ol{
	margin:0px 10px 0px;
	padding:0px;
}
.base-dl2 dd ol li{
	margin:0px;
	padding:0px;
}
.message{
	margin-left:15px;
	margin-bottom:1em;
	margin-right:10px;
	border:2px solid #ABE87E;
	clear:both;
	-moz-border-radius:5px;
}
.message dt{
}
.message dd{
	margin:0px;
	padding:5px 15px;
}
.message p{
	margin:0px;
	padding:2px;
}
.main .category-navi{
	margin:0px 10px 10px;
	padding:0px;
}
.main .category-navi li{
	margin:0px;
	padding:3px 10px;
	display:inline;
	border-left:3px double #7F99FE;
}
.online-button a#ONLINE{
	margin:0 auto;
}
.online-button a#ONLINE2{
	margin:0 auto;
}
.main .easy-flow{
	margin-left:10px;
	padding:0px;
	margin-bottom:1.5em;
	height:80px;
}
.main .easy-flow li{
	margin:0px;
	padding:0px;
	width:70px;
	height:70px;
	background-image:url(img/sub-flow.gif);
	background-repeat:no-repeat;
	margin-right:5px;
	list-style-type:none;
	display:block;
	float:left;
}
.easy-flow li.bottom{
	background-image:url(img/sub-flow2.gif);
}
.easy-flow li a{
	padding-top:20px;
	padding-left:5px;
	padding-right:10px;
	color:#478345;
	font-weight:bold;
}
.easy-flow li a:link{
	text-decoration:none;
	color:#478345;
}
.easy-flow li a:visited{
	text-decoration:none;
	color:#478345;
}
.easy-flow li a:hover{
	text-decoration:underline;
	color:#174F17;
}
.easy-flow li a.line{
	padding-top:25px;
	padding-left:5px;
	padding-right:10px;
	color:#478345;
}
.easy-flow li a{
	display:block;
	color:#478345;
}
.step-contents{
	background-image:url(img/flow-arrow.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:100px;
}
.point1{
	background-image:url(img/point1.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:10px;
	padding-top:35px;
	clear:both;
}

.point2{
	background-image:url(img/point2.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:35px;
	clear:both;
}
.point3{
	background-image:url(img/point3.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:10px;
	clear:both;
	padding-top:35px;
}
.point4{
	background-image:url(img/point4.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:10px;
	padding-top:35px;
	clear:both;
}
.point5{
	background-image:url(img/point5.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:10px;
	padding-top:35px;
	clear:both;
}
.point6{
	background-image:url(img/point6.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:10px;
	padding-top:35px;
	clear:both;
}
.point7{
	background-image:url(img/point7.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:10px;
	padding-top:35px;
	clear:both;
}
.step1{
	background-image:url(img/step1.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:5px;
	padding-top:35px;
	clear:both;
}

.step2{
	background-image:url(img/step2.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:35px;
	clear:both;
}
.step3{
	background-image:url(img/step3.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:10px;
	clear:both;
	padding-top:35px;
}
.step4{
	background-image:url(img/step4.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:10px;
	padding-top:35px;
	clear:both;
}
.step5{
	background-image:url(img/step5.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:10px;
	padding-top:35px;
	clear:both;
}
.step6{
	background-image:url(img/step6.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:10px;
	padding-top:35px;
	clear:both;
}
.step7{
	background-image:url(img/step7.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:10px;
	padding-top:35px;
	clear:both;
}
.step2 h2,.step1 h2,.step3 h2,.step4 h2,.step5 h2,.step6 h2,.step7 h2{
	margin-top:0px;
}
.point2 h2,.point1 h2,.point3 h2,.point4 h2,.step5 h2,.step6 h2,.step7 h2{
	margin-top:0px;
}
table.t-base{
	background-color:#CCCCCC;
	margin-left:25px;
	margin-right:10px;
	margin-bottom:1em;
}
table.t-base th{
	background-color:#FFFFE8;
	text-align:left;
	padding:5px 3px;
}
table.t-base td{
	background-color:#FFFFFF;
	padding:5px 3px;
}
table.t-base ul{
	margin:5px;
	margin-left:15px;
	padding:0px;
}
table.t-base li{
	margin:0px;
	padding:0px;
}
table.t-base td.entry{
	text-align:center;
}
table.t-entry{
	margin-bottom:40px;
}
.other_button{
	text-align:center;
}
.arrow2{
	text-align:right;
}
/*-- インフォメーション --*/

.information-navi{
	background-image:url(img/co-inquiry.gif);
	background-repeat:no-repeat;
	margin-top:25px;
	margin-right:9px;
	margin-bottom:10px;
}

.information-navi h2{
	margin:0xp;
	padding:0px;
	background-image:none;
	background-color:transparent;
}
.information-navi p{
	margin:0 15px;
	padding-bottom:10px;
}
.information-navi .local{
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:5px;
	margin-right:100px;
	padding-bottom:5px;
	padding-bottom:5px;
	margin-left:10px;
	overflow:hidden;

}
.information-navi .local p{
	margin:0px;
	margin-top:5px;
	padding:0px;
	white-space:nowrap;
}
.information-navi .local img{
	vertical-align:middle;
}
/*-- サイトマップフォーマット --*/

.sitemap {
	background: url(info/img/s-dot3.gif) repeat-y;
	margin: 0px 0px 14px 10px;
	padding: 8px 0px 0px;
}

.main .sitemap li {
	background: url(info/img/s-dot.gif) no-repeat;
	list-style-type: none;
	padding:2px 0px 3px 25px;
	margin: 0px;
	list-style-type:none;
}
.sitemap li ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	background: url(info/img/s-dot3.gif) repeat-y;
}
.sitemap li ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	background: url(info/img/s-dot3.gif) repeat-y;
}
.sitemap li.s-close {
	background: url(info/img/s-dot2.gif) no-repeat;
}

/*-- よくある質問フォーマット --*/
.qa dt{
	background-color:#FEF1F2;
	border:1px solid #FEC0BC;
	margin:10px;
	margin-bottom:5px;
	padding:5px 10px;
	padding-left:15px;
	-moz-border-radius:2px;
}
.qa dd{
	margin:10px;
	margin-top:2px;
	padding:5px 20px;
	border:1px solid #B4BFD5;
	line-height:1.5em;
	-moz-border-radius:2px;
}
.q{color:#C23F1D;}
.a{
	color:#2C6495;
	font-weight:bold;
}

/*-- フォームセット --*/

form {
	margin: 0px;
	padding: 0px;
}
form textarea{
	font-size:12px;
}
form p{
	margin: 0px;
	padding: 0.4em;
}
fieldset {
	padding: 0.5em;
	border: 1px solid #CBDBE4;
	margin: 0.5em;
	width:450px;
}
legend {
	font-weight: bold;
	color:#486C99;
}
.submit {
	text-align: center;
	border: none;
}
.caution {
	font-weight: bold;
	color: #FF0000;
}

/*-- フォームメール内部フォーマット --*/

.mail-form {
}
.mail-form dt {
}
.mail-form dd {
}
.mail-form th {
}
.mail-form td {
	background: #FFFFFF;
}
.mail-input {
	text-align: center;
}
/*--ベーストップ--*/
.basetop-h1{
	background-image:none;
	margin: 0px;
	padding: 0px;
}
.basetop-summary{
	float:left;
	width:345px;
}
.online-box{
	float:right;
	width:195px;
	text-align:center;
	font-size:10px;
}
.basetop-group{
	margin-right:10px;
	background-image:url(img/basetop-group-bg.gif);
}
.basetop-group-contents{
	background-image:url(img/basetop-groupbottom-bg.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.basetop-group h2{
	margin:0px;
	margin-bottom:5px;
	padding:0px;
}
.basetop-group1{
	float:left;
	width:250px;
	margin-left:5px;
}
.basetop-group1 ul{
	text-align:right;
}
.basetop-group1 ul li{
	display:inline;
}
.basetop-group1 ul li a{
	background-image:url(img/co-arrow4.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:16px;
	padding-right:5px;
}

.basetop-group1 dd{
	margin:0px;
	margin-left:20px;
	padding:0px
}
.basetop-group2{
	float:right;
	width:250px;
	margin-right:10px;
}
.basetop-group2 dd{
	margin:0px;
	margin-left:20px;
	padding:0px;
}
.basetop-table td{
	border-top:1px dotted #999999;
}
.basetop-table td.bt-bottom{
	border-bottom:1px dotted #999999;
}
.basetop-table dl{
	margin:5px 0px;
}
.basetop-table dt{
	margin:5px 0px;
}
.basetop-table dt a{
	background-image:url(img/co-arrow3.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:18px;
}
.basetop-table dd{
	margin-left:15px;
}
/*--map--*/
p.map{
	text-align:center;
	margin-top:1em;
	margin-bottom:1em;
}
p.map img{
	border:1px solid #CCCCCC;
}
/*-- トップページ --*/
h1.top-h1{
	background-image:none;
	margin:0px;
	margin-top:5px;
	padding:0px;
	font-size:12px;
}

/*ナビゲーション*/
span.dummy{
	position:absolute;
	top:-300;
}
.top-navigation{
	margin-top:10px;
	padding:0px;
}


.top-navigation ul{
	height:114px;
	margin:0px;
	padding:0px;
}
.top-navigation ul li{
	margin:0px;
	margin-right:4px;
	padding:0px;
	width:132px;
	height:104px;
	list-style-type:none;
	float:left;
}
.top-navigation ul li a{
	
	width:132px;
	height:104px;
	}
.top-navigation ul li a#MOBILE{
	display:block;
	width:132px;
	height:104px;
	background-image:url(img/top-button-mobile.gif)
}
.top-navigation ul li a#ADSL{
	display:block;
	background-image:url(img/top-button-adsl.gif);
}
.top-navigation ul li a#FOOD{
	display:block;
	background-image:url(img/top-button-drink.gif);
}
.top-navigation ul li a#EVENT{
	display:block;
	background-image:url(img/top-button-event.gif);
}
.top-navigation ul li a#MOBILE:hover{
	display:block;
	width:132px;
	height:104px;
	background-image:url(img/top-button-mobile-a.gif)
}
.top-navigation ul li a#ADSL:hover{
	display:block;
	background-image:url(img/top-button-adsl-a.gif);
}
.top-navigation ul li a#FOOD:hover{
	display:block;
	background-image:url(img/top-button-drink-a.gif);
}
.top-navigation ul li a#EVENT:hover{
	display:block;
	background-image:url(img/top-button-event-a.gif);
}
.h1-summary{
	margin-right:10px;
	padding-top:1px;
}
.h1-summary strong{
	color:#009933;
	font-size:14px;
}
.h1-summary img{
	margin-right:10px;
}
.h1-summary img.f-image{
	margin-right:10px;
	margin-bottom:2.5em;
}
.top-menu{
	background-image:url(img/top-menu-bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-right:10px;
}
.top-menu h2{
	margin:0px;
	padding:0px;
}
.news{
	float:left;
	width:265px;
}
.news h2{
	margin-bottom:15px;
}
.news ul{
	margin:0px;
	padding:0px;
	display:block;
	overflow:auto;
	height:250px;
}
.news ul li{
	width:220px;
	background-image:url(img/news-arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	border-bottom:1px dotted #999999;
	list-style-type:none;
	margin:0px;
	padding-left:15px;
	padding-top:3px;
	padding-bottom:3px;
}
.tmp{
	float:right;
	width:260px;
}
.tmp dl{
	padding-top:15px;
	padding-left:8px;
	padding-bottom:8px;
	background-color:#ECF0FF;
}
.tmp dt a{
	background-image:url(img/co-arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
}
.tmp dl dd {
	margin:0px;
	padding:0px;
}
.tmp dl dd ul{
	margin-left:15px;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
}
.tmp dl dd ul li{
	margin:0px;
	padding:0px;
	display:inline;
}
.tmp dl dd ul li a{
	background-image:url(img/co-arrow3.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:5px;
}

.tmp h2{
	margin-bottom:5px;
}
.tmp h2.find{
	margin-bottom:0px;
}
.tmp p{
	margin-bottom:5px;
	padding-top:5px;
}
.tmp p strong{
	color:#00CC33;
}
.tmp p strong a{
	color:#00CC33;
	text-decoration:none;
}

.tmp p strong a:hover{
	color:#00CC33;
	text-decoration:underline;
}
.tmp .f-image{
	margin-right:5px;
	margin-left:3px;
}
.begroove{
	background-image:url(img/top-img.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

.alpha{
	font-size:16px;
}