﻿@charset "utf-8";
#top_box {
	width: 960px;
	height: 100px;
	margin: 125px auto 0px;
	}
	
a:hover {
	text-decoration: underline
}
a:active {
	text-decoration: underline
}

#title {
	font-size: 18pt;
	letter-spacing: 3px;
	line-height: 200%;
	color: #444
}
#title2 {
	font-size: 32pt;
	letter-spacing: 5px;
	line-height: 100%;
	color: #444
}
#title3 {
	font-size: 12pt;
	letter-spacing: 2px;
	line-height: 180%;
	color: #444
}
.title4 {
	font-size: 20pt;
	letter-spacing: 4px;
	line-height: 180%;
	color: #444;
	margin-top: 30px
}

.title5 {
	font-size: 11pt;
	letter-spacing: 2px;
	line-height: 200%;
	color: #444;
	margin-top: 25px
}
.title6 {
	font-size: 13pt;
	letter-spacing: 1px;
	line-height: 180%;
	color: #444;
	margin-top: 25px
}
.title7 {
	font-size: 11pt;
	letter-spacing: 0px;
	line-height: 200%;
	color: #444;
	margin-top: 10px
}	

.single_box {
	width: 960px;
	height: 194px;
	margin-bottom: 50px;
	clear: both
}
#box {
	width: 960px;
	margin: 10px auto 0;
	color:#444
}


.button {
	width: 150px;
	height: 22px;
    background: linear-gradient(to bottom, #fff, #eee) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #bbb;
    border-radius: 3px;
    box-shadow: 1px 1px 0 #fff inset, 0 0 1px #bbb;
    color: #444 !important;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 1;
    padding: 20px 0 15px;
    text-align: center;
    text-decoration: none;
}

.button:hover {
    background: none repeat scroll 0 0 #fff;
    color: #888 !important;
}
.button2 {
	width: 200px;
	height: 25px;
    background: linear-gradient(to bottom, #fff, #eee) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #bbb;
    border-radius: 3px;
    box-shadow: 1px 1px 0 #fff inset, 0 0 1px #bbb;
    color: #444 !important;
    cursor: pointer;
    display: block;
    font-size: 18px;
    line-height: 1;
    padding: 20px 0 9px;
    text-align: center;
    text-decoration: none;
}

.button2:hover {
    background: none repeat scroll 0 0 #fff;
    color: #888 !important;
}


p {
	margin-bottom: 20px;