@charset "UTF-8";

/* CSS Document */

/* --------------
MODULE IMPORT
-------------- */

@import "navigation.css";

/* ----------------------------------------------------------------------------------
common
---------------------------------------------------------------------------------- */

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

body {
	background: #fff url(../img/goodjob_bg.gif) repeat left top fixed;
	margin : 0;
	padding : 0;
	text-align : center;
	line-height : 150%;	
}

a:link  { color: #0066cc; text-decoration: none; }
a:visited { color: #0066cc; text-decoration: none; }
a:hover	{ color: #ff9900; text-decoration: underline; }
a:active { color: #0066cc; } 

img { border: 0px; }

li { list-style-type: none; display: block;}

body,td,div,li	{
    font-family: メイリオ,Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',"Osaka";
    line-height : 150%;	
	color: #434343;
	font-size: 12px;
}

h1,h2,h3 {
	font-weight: normal;
	font-size: 12px;
}

p {
	padding: 18px 0em 18px 2.5em;
}

.friscoGreen {
    color: #007440;
}

.redS {
    color: #cc0000;
	font-size: 11px;
}

/* ----------------------------------------------------------------------------------
header
---------------------------------------------------------------------------------- */

#headerArea {
	background: url(../img/header_bg.gif) repeat-x left top;
 	width : 100%;
	height: 162px;
    margin: 0px auto;
    padding: 0px;
}

#header {
	position: relative;
	background: url(../img/menu_bg.png) no-repeat;
	background-position: 0px 112px;
 	width : 1040px;
	height: 162px;
    margin: 0px auto;
    padding: 0px;
}

#logo {
    position: absolute;
    left: 0px;
    top: 30px;
}

#logoR {
    position: absolute;
	background: url(../img/logo_r.gif) no-repeat;
	width : 270px;
	height: 59px;
    right: 0px;
    top: 15px;
}

/* ----------------------------------------------------------------------------------
contents
---------------------------------------------------------------------------------- */

#wrapperShadow {
	background: url(../img/bg_shadow.png) repeat-x left top;
 	width : 100%;
	height: 6px;
    margin: 0px auto;
    padding: 0px;
}

#wrapperTop {
	background: url(../img/wrapper_top_bg.png) no-repeat center top;
 	width : 1048px;
	height: 8px;
	margin: 0px auto;
    padding: 0px;
}

#wrapper {
	background: url(../img/wrapper_bg.png) repeat-y center top;
 	width : 1048px;
    margin: 0px auto;
    padding: 0px;
}

#wrapperInner {
 	width : 994px;
	text-align: left;
    margin: 0px auto;
    padding: 5px 0px 0px 0px;
}

#pankuzuArea {
	text-align: right;
	width: 994px;
	font-size: 11px;
	margin: 0px auto;
	padding: 0px 0px 3px 0px;
	line-height: 100%;
}

#leftArea {
    float: left;
	width : 732px;
	margin: 0px 0px 30px 0px;
    padding: 0px;
}

.boxWr {
    width: 732px;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 18px 0px;
    border-bottom: 1px dotted #999;
}

.contactButtonArea {
    text-align: center;
    margin: 0px auto;
    padding: 0px;
}

#rightArea {
	float: right;
	background-color: #F2F2F2;
	width : 235px;
	text-align: center;
	margin: 0px;
	padding: 13px 0px;
}

.rightBanner {
	margin-bottom: 9px;
}

.linkMarkTxt {
    background: url(../img/link_mark.gif) no-repeat left;
	background-position: 0px 4px;
	margin: 0px;
	padding-left: 10px;
}

.photoRight{ 
    float: right;
    margin: 0px 0px 20px 20px;
}

.txtRightArea {
	text-align: right;
    margin: 0px auto;
	padding: 0px;
}

.txtSmall {
	font-size: 11px;
	line-height: 150%;
}

#pageTop {
    clear: both;
    width : 994px;
	text-align: right;
    margin: 0px auto;
    padding-top: 10px;
}

#bottomLinksArea {
	background-color: #666;
	text-align: center;
	font-size: 11px;
	color: #fff;
	margin: 0px;
    padding: 8px;
	line-height: 100%;
}

#bottomLinksArea a:link { color: #fff; text-decoration: none; }
#bottomLinksArea a:visited { color: #fff; text-decoration: none; }
#bottomLinksArea a:hover { color: #ff9900; text-decoration: underline; }
#bottomLinksArea a:active { color: #fff; } 

/* ----------------------------------------------------------------------------------
footer
---------------------------------------------------------------------------------- */

#footer {
	background: #007440 url(../img/footer_bg.gif) repeat left top;
 	width : 100%;
	margin: 0px auto;
    padding: 0px;
}

#footerArea {
	position: relative;
 	width : 1040px;
	height: 150px;
    text-align: left;
	color: #fff;
	font-size: 11px;
	margin: 0px auto;
    padding: 10px 0px;
}

#footerRight {
	float: right;
	color: #fff;
	font-size: 11px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#footerRight a:link { color: #fff; text-decoration: none; }
#footerRight a:visited { color: #fff; text-decoration: none; }
#footerRight a:hover	{ color: #ff9900; text-decoration: underline; }
#footerRight a:active { color: #fff; } 

.copyrightTxt {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
    padding: 0px;
}

#bottomContact {
	position: fixed;
	right: 38px;
	bottom: 0px;
}
