@charset "utf-8";
/*
(C) Aoi industry INC

	Table of Contents
	
	DEFOULT
	BASIC INLINE/TEXT STYLING
	BASSIC LAYOUT
	
	HEADER
	
	NAVI
	
	MAIN
	
	SLIDE
	
	FOOTER
	
	CONTACT
	
*/

/*
-------------------------------------------------------------------------------
DEFOULT
-------------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
img{margin: 0px;}
hr{margin: 0px;}

/* standard helper classes */
.clr {clear: both;float: none;overflow: hidden;width: 1px;height: 1px;margin: 0 -1px -1px 0;border: 0;padding: 0;font-size: 0;line-height: 0;}
/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {content: " ";display: block;visibility: hidden;clear: both;height: 0.1px;font-size: 0.1em;line-height: 0;}
* html .pkg {display: inline-block;}
/* no ie mac \*/
* html .pkg {height: 1%;}
.pkg {display: block;}
/* */

/* 
----------------------------------------------------------------------------- 
BASIC INLINE/TEXT STYLING
-----------------------------------------------------------------------------*/

html { border: none; }

body {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Lucida Grande, Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 0.8em;
	color: #000;
	text-align: center;
	background-image: url(img/bgrep.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

a {
	color: #006e54;
}

a:visited {
	color: #2f5d50;
}

a:hover {
	color: #69821b;
}

/*
-------------------------------------------------------------------------------
BASSIC LAYOUT
-------------------------------------------------------------------------------*/

div.wrapper {
	width: 800px;
	position: absolute;
	top: 0;
	left: 0;
}

div#header, div#footer { 
	width: auto;}

div#header div.inner, div#footer div.inner {
	width: 800px;
	margin: 0;
	text-align: left;
	position: relative;
}


/* 
----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/

div#header {
	height: 72px;
	overflow: hidden;
	background-image: url(img/h-bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

div#header div.inner {
	height: 46px;
	width: 800px;
	overflow: hidden;
	position: relative;
}

div.Logo {
	clear: both;
	width: 200px;
	height: 28px;
	overflow: hidden;
	margin: 0.8em 0 0 1em;
	background-image: url(http://aoikougyou.jp/img/logo.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

* html div.Logo {
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="http://aoikougyou.jp/img/logo.png", sizingMethod="crop");
}

div.Logo h1 {
	width: 200px;
	height: 28px;
	overflow: hidden;
	text-indent: -7777em;	
}

div.gyoumu {
	position: absolute;
	top: 2.5em;
	left: 530px;
	text-align: left;
	color: #FFFFFF;
	font-size: 10px;
}

/* 
----------------------------------------------------------------------------- 
NAVI
-----------------------------------------------------------------------------*/

div.NaviG {
	width: 800px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 46px;
	background-image: url(img/navibg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

ul#Navi {
	width: 600px;
	height: 26px;
	float: right;
}

ul#Navi li {
	width: 100px;
	height: 26px;
	float: left;
	display: inline;
}

ul#Navi li a {
	width: 100px;
	height: 26px;
	display: block;
	background-image: url(img/Navi.jpg) ;
	background-repeat: no-repeat;
	text-indent: -7777em;
	overflow: hidden;
	top: 0;
	left: 0;
}

ul#Navi li#nav01 a { background-position: 0px 0px; }

ul#Navi li#nav01 a:hover { background-position: 0px -26px; }

body.b01 ul#Navi li#nav01 a { background-position: 0px -26px; }

ul#Navi li#nav02 a { background-position: -100px 0px; }

ul#Navi li#nav02 a:hover { background-position: -100px -26px; }

body.b02 ul#Navi li#nav02 a { background-position: -100px -26px; }

ul#Navi li#nav03 a { background-position: -200px 0px; }

ul#Navi li#nav03 a:hover { background-position: -200px -26px; }

body.b03 ul#Navi li#nav03 a { background-position: -200px -26px; }

ul#Navi li#nav04 a { background-position: -300px 0px; }

ul#Navi li#nav04 a:hover { background-position: -300px -26px; }

body.b04 ul#Navi li#nav04 a { background-position: -300px -26px; }

ul#Navi li#nav05 a { background-position: -400px -0px; }

ul#Navi li#nav05 a:hover { background-position: -400px -26px; }

body.b05 ul#Navi li#nav05 a { background-position: -400px -26px; }

ul#Navi li#nav06 a { background-position: -500px -0px; }

ul#Navi li#nav06 a:hover { background-position: -500px -26px; }

body.b06 ul#Navi li#nav06 a { background-position: -500px -26px; }


/* 
----------------------------------------------------------------------------- 
MAIN
-----------------------------------------------------------------------------*/

/* index */

div.block {
	width: 751px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

div.index-pho {
	background-image: url(img/line-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 800px;
	height: 290px;
	position: relative;
	overflow: hidden;
}

div.index-pho div.aisatsu {
	background-image: url(img/aoi-top01.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 654px;
	height: 212px;
	overflow: hidden;
	position: absolute;
	top: 50px;
	left: 100px;
}

div.aisatsu h1, h2, h3 {
	overflow: hidden;
	text-indent: -7777em;	
}

h6.goaisatu {
	background-image: url(img/i-aisatu.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 751px;
	height: 63px;
	overflow: hidden;
	text-indent: -7777em;
}

p.a-bun {
	background-image: url(img/aisatubun.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 397px;
	height: 47px;
	overflow: hidden;
	text-indent: -7777em;
	margin: 0 auto;
}

div.Note {
	width: 600px;
	height: auto;
	margin: 1em 0 1em 5em;
	overflow: hidden;
	text-align: left;
}

p.topT {
	font-size: 14px;
}

h6.campaign {
	background-image: url(img/i-kyannpe-nn.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 751px;
	height: 63px;
	overflow: hidden;
	text-indent: -7777em;
}

h6.anai {
	background-image: url(img/i-anai.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 751px;
	height: 63px;
	overflow: hidden;
	text-indent: -7777em;
}

div.cirashi {
	background-image: url(img/090421.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 660px;
	height: 777px;
	overflow: hidden;
	text-indent: -7777em;
	margin: 1em 0 1em 5em;
}

h6.Service {
	background-image: url(img/i-sa-bisu.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 751px;
	height: 63px;
	overflow: hidden;
	text-indent: -7777em;
}

/* gaiyou */

div.gaiyou-T {
	background-image: url(img/line-gaiyou.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 800px;
	height: auto;
	position: relative;
	overflow: hidden;
	padding-top: 60px;
}

table.sol {
	border-collapse: collapse;
	border-style: solid;
	border-color: #aaaaaa;
	border-width: 0px;
	margin-bottom: 0.5em;
}
 
table.sol td {
	border-style: solid;
	border-color: #aaaaaa;
	border-width: 1px 0px;
	padding: 0.5em;
	color: #333333;
}

/* rifo */

div.rifo-T {
	background-image: url(img/line-refo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 800px;
	height: auto;
	position: relative;
	overflow: hidden;
	padding-top: 60px;
}

h6.gaisou {
	background-image: url(img/i-gaisouiroiro.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 751px;
	height: 63px;
	overflow: hidden;
	text-indent: -7777em;
}

/* rireki */

div.rireki-T {
	background-image: url(img/line-rireki.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 800px;
	height: auto;
	position: relative;
	overflow: hidden;
	padding-top: 60px;
}


dl.Table {
	margin-bottom: 2em;
	margin-left: 2em;
}

dl.Table dt {
	clear: left;
	float: left;
	width: 30em;
	text-align: left;
	zoom: 1;
}

dl.Table dd {
	margin-left: 30em;
	text-align: left;
	zoom: 1;
}

div.Rireki {
	width: 660px;
	margin-left: 70px;
}

div.Rireki p {
	background-color: #bbdbf3;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	margin: 3em 0 1em 0;
	color: #0068b7;
}

/* tosou */

div.tosou-T {
	background-image: url(img/line-tosou.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 800px;
	height: auto;
	position: relative;
	overflow: hidden;
	padding-top: 60px;
}



/* 
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/

div#footer {
	clear: both;
	position: relative;
	width: 800px;
	height: 100px;
	overflow: hidden;
	background-color: #bbdbf3;
	margin-top: 2em;
}

div#footer div.inner {
	padding: 1em;
}

div#footer div.inner p {
	font-size: 10px;
}

div#footer h1 {
	color: #0068b7;
	font-weight: bold;
}
