@charset "utf-8";

/*Reset*/
body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dt,
dd,
ul,
ol,
li,
address {
	margin: 0px;
	padding: 0px;
}

form,input {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html {
	overflow:scroll;/*表示位置がずれるのをふせぐためスクロールバー領域を表示*/
}

body {
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-x;
	/*font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Helvetica,Osaka,"メイリオ",Arial,"ＭＳ Ｐゴシック",sans-serif;*/
	font-family: "メイリオ",Arial,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 80%;
	background-color: #F9F9F9;
}


a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #990000;
}

a img {
	border: none;
}
.fRed {
	color: #C33;
}


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

#header {
	background-image: url(../image/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px auto;
	height: 75px;
	width: 760px;
	position: relative;
}
#header h1 {
	height: 65px;
	width: 300px;
	position: absolute;
	left: 30px;
	top: 8px;
	font-size: 80%;
	font-weight: normal;
	line-height: 1em;
	color: #666;
}
#header #accessNavi {
	float: right;
	margin-right: 10px;
	height: 75px;
	width: 215px;
}
#header #accessNavi h2 {
	display: none;
}
#header #accessNavi .skip {
	display: none;
}
#header #accessNavi .pNavi {
	color: #CCCCCC;
	background-image: url(../image/pnavi_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 200px;
	padding-top: 2px;
	padding-left: 0.5em;
	font-size: 12px !important;
	text-align: center;
	padding-right: 1em;
}


#header #accessNavi #fchange {
	font-weight: normal;
	font-size: 12px;
	color: #0066CC;
	float: left;
	width: 95px;
	height: 1.5em;
	padding-top: 5px;
	text-align: right;
	padding-right: 10px;
}

#header #accessNavi ul {
	float: left;
	margin-top: 3px;
	height: 1.5em;
	width: 100px;
}
#header #accessNavi ul li {
	list-style: none;
	font-size: 12px;
	display: inline;
}

#header #accessNavi ul li a {
	float: left;
	width: 3em;
	height: auto;
	border: 1px solid #E5E5E5;
	display: block;
	text-align: center;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
	margin-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#header #accessNavi ul li a:hover {
	background-color: #E8E8E8;
	display: block;
	border: 1px solid #999999;
}
#header #accessNavi ul li a:active {
	position: relative;
	left: 1px;
	top: 1px;
	text-decoration: none;
}


/*--------------------------------------------
 globalMenu
--------------------------------------------*/
#globalMenu {
	background-image: url(../image/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px auto;
	height: 256px;
	width: 760px;
	clear: both;
}
#globalMenu h2 {
	display: none;
}
#mainImage {
	height:212px;
	width:760px;
	background-image: url(../image/mein_photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainMenu ul {
	height: 44px;
	width: 740px;
	padding-left: 10px;
	padding-right: 10px;
}
#mainMenu ul li {
	list-style: none;
	float: left;
}
#mainMenu ul li a {
	display: block;
	height: 44px;
	width: 185px;
	background-position: 0px 0px;
}
#mainMenu ul li a:hover {
	background-position: 0px -44px;
}
#mainMenu ul li a.stay {
	background-position: 0px -88px;
}
#mainMenu ul li a#gm01 {
	background-image: url(../image/home.jpg);
}
#mainMenu ul li a#gm02 {
	background-image: url(../image/work.jpg);
}
#mainMenu ul li a#gm03 {
	background-image: url(../image/profile.jpg);
}
#mainMenu ul li a#gm04 {
	background-image: url(../image/contact.jpg);
}
#mainMenu ul li a em {
	position:absolute;
	left:-9999px;
}


/*--------------------------------------------
 content style
--------------------------------------------*/

#content {
	margin: 0px auto;
	width: 740px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../image/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
}
#content #main {
	margin: 0px auto;
	width: 720px;
	padding: 0px 10px 10px;
	height: auto;
	overflow: hidden;
}

#content #main #concept1,
#content #main #concept2 {
	padding: 0px 10px 10px;
	float: left;
	height: auto;
	width: 340px;
}
#content #main p {
	padding-left: 5em;
	padding-right: 1em;
	line-height: 1.6;
}

#content #news {
	width: 460px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../image/bannerline.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: inline;
}
#content #news dl {
	margin-left: 40px;
}
#content #news dl dt {
	width: 7em;
	margin: 0px 0px 5px;
	font-weight: bold;
	color: #0099FF;
	clear: both;
	display: block;
}
#content #news dl dd {
	margin: 0px 10px 10px 0px;
	line-height: 1.5;
	width: 400px;
	display: block;
}
#content #news dl dd ul {
	margin-left: 1.5em;
}

#content #news img#cnBanner {


}
#content #prArea {
	width: 250px;
	float: right;
	margin-right: 10px;
}
#prArea .banner {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 240px;
	border-top: 1px dotted #CCC;
	padding-top: 10px;
}



#content  #bottomBox {
	padding: 0px 10px 30px;
	width: 720px;
	height: 40px;
	background-image: url(../image/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
#content #adBox {
	height: auto;
	width: 720px;
	padding-top: 40px;
}

#content #adBox ul {
	height: 60px;
	width: 700px;
}
#content #adBox ul li {
	list-style: none;
	float: left;
	margin-right: 10px;
}
#content #worksLeadbottom {
	padding: 10px;
	border: 3px solid #6099EA;
	margin: 0px 10px 10px;
	background: #EEEFF2;
}
#content #worksLeadbottom p {
	line-height: 1.4;
	margin-bottom: 4px;
	padding: 0px;
}


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

#footer {
	width: 740px;
	margin: 0px auto;
	background-image: url(../image/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF;
	clear: both;
	padding: 10px 10px 30px;
	height: auto;
	font-size: 95%;
	background-color: #343434;
}
#footer p {
	float: right;
	margin: 0px;
	padding-right: 10px;
}
#footer p a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer ul {
	margin-left: 20px;
}

#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}

#footer ul li a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer address {
	text-align: left;
	padding-top: 10px;
	font-style: normal;
	padding-left: 20px;
}
#footer address a {
	color: #CCCCCC;
}
#footer address a:hover {
	color: #FFFFFF;
}

