@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/ }

body {
	line-height: 1.5; }
ol, ul {
	list-style: none; }
	
blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

/*----------------------------------------------------------------------
	remember to define focus styles!
----------------------------------------------------------------------*/
:focus {
	outline: 0; }
 
/*----------------------------------------------------------------------
	remember to highlight inserts somehow!
----------------------------------------------------------------------*/
ins {
	text-decoration: none; }
del {
	text-decoration: line-through; }

/*----------------------------------------------------------------------
	tables still need 'cellspacing=&quot;0&quot;' in the markup
----------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*----------------------------------------------------------------------
	clearfix
----------------------------------------------------------------------*/
.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; }





/*----------------------------------------------------------------------
	body
----------------------------------------------------------------------*/
body {
	font-size: 16px;
	/*background: url("../img/bg_grid.gif") repeat-y 50% 0;*/
	margin: 0 auto; }

#wrapper {
	width: 940px; 
	margin: 0 auto;
	padding: 0 10px; }

/*----------------------------------------------------------------------
	header
----------------------------------------------------------------------*/
.header_line {
	background-color: #cc0000;
	text-align: center;
	margin-bottom: 24px; }

/*----------------------------------------------------------------------
	margin
----------------------------------------------------------------------*/
.mr20 {
	margin-right: 20px; }

/*----------------------------------------------------------------------
	h1,h2,h3,p
----------------------------------------------------------------------*/
h1 {
	text-align: center;
	margin-bottom: 48px; }

h2 {
	margin-bottom: 48px;
	width: 940px;
	text-align: left;
	border-top: solid 1px #cccccc; }

h3 {
	color: #333333;
	margin-bottom: 12px; }

p {
	color: #333333; }

/*----------------------------------------------------------------------
	navi
----------------------------------------------------------------------*/
.navi {
	margin-bottom: 48px;
	height: 48px;
	width: 940px; }

.navi li {
	float: left;
	margin-right: 5px; }

.navi .lastChild {
	margin-right: 0; }

/*----------------------------------------------------------------------
	Profile
----------------------------------------------------------------------*/
#profile_area {
	width: 780px;
	margin: 0 80px 48px; }

#googleMap {
	float: left;
	width: 220px;
	height: 280px;
	margin-right: 20px; }

.profile_text {
	float: left; 
	width: 540px; }

dt {
	width: 92px;
	float: left;
	border-left: 3px solid #cccccc}

dd {
	float: left;
	width: 445px;
	margin-bottom: 12px; }

/*----------------------------------------------------------------------
	GO TO TOP
----------------------------------------------------------------------*/
.gototop {
	text-align: right;
	margin-bottom: 96px; }

/*----------------------------------------------------------------------
	Portfolio_box
----------------------------------------------------------------------*/
.portfolio_box {
	width: 780px;
	margin: 0 80px; }

.portfolio_box li {
	width: 380px;
	float: left;
	margin-bottom: 48px;
	overflow:hidden; }

.portfolio_bg {
	width: 380px;
	height: 254px;
	background: url("../img/portfolio_bg.gif") no-repeat;
	padding: 12px; }
	
	
/*----------------------------------------------------------------------
	bnr
----------------------------------------------------------------------*/
.bnr_box {
	width: 780px;
	margin: 0 80px; }
	
.bnr_box li {
	text-align: center;
	margin-bottom: 20px; }






/*----------------------------------------------------------------------
	footer
----------------------------------------------------------------------*/
a:link {
	color:#cc0000;
	text-decoration: none; }

a:visited {
	color: #cc0000; }

a:hover {
	color: #cc0000;
	text-decoration: underline; }

a:active {
	text-decoration: none; }

/*----------------------------------------------------------------------
	footer
----------------------------------------------------------------------*/
#footer {
	background-color: #ffd0d0;
	border-top: 1px solid #cc0000;
	bottom: 0;
	height: 70px;
	margin: 0 auto;
	opacity: 0.85;
	padding-top: 15px;
	position: fixed;
	width: 100%;
}
.footer_text {
	font-size: 0.8em;
	margin: 0 auto;
	text-align: center;
	width: 960px; }




