@charset "UTF-8";

* {
        margin: 0px;
        padding: 0px;
        text-decoration: none;
}

/* 基本---------------------------------------------*/

html, body {
        height: 100%;
}

body {
	color: #333333;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
        line-height: 15px;
	background: #FFFFFF;
}

img {
	vertical-align: top;
        border: none;
}

h1{

        color:#333333;
        font-size:18px;
        font-family:Arial, Helvetica, sans-serif;
}

h2{
        font-size:16px;
        font-family:Arial, Helvetica, sans-serif;
}

h3{
        font-size:14px;
        font-family:Arial, Helvetica, sans-serif;
        color:#0099FF;
}


h4{
        line-height: 2em;
        font-size:12px;
        font-family:Arial, Helvetica, sans-serif;
        color:#000000;
}

h5{
        line-height: 1.5em;
        font-size:10px;
        font-family:Arial, Helvetica, sans-serif;
        color:#333333;
}

p {
        font-size: 10px;
        line-height: 1.5em;
}

a {
	color:#C0C0C0;
        text-decoration: none;
}



a:hover,
a:focus {
	color: #3366CC;
        text-decoration: underline;
}

a:active {
	color: #CC3300;
}


li a:hover,
li a:focus {
	color: #3366CC;
}

#left li a:hover,
#left li a:focus {
	color: #3366CC;
}




p{
	line-height:1.5em;
}


/* レイアウト---------------------------------------------*/

#container {
        position: relative;
        min-height: 100%;
}

*html #container {
        height: 100%;
}

/* ヘッダー---------------------------------------------*/

#header {
        height: 140px;
}

#header h1 {
        font-size:12px;
        font-family:Arial, Helvetica, sans-serif;
} 

#header1 {
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 15px;
        background: RGB(140,193,31);
        position: absolute;
        top: 0px;
}

#header2 {

        margin: 0px;
        padding: 0px;
        width: 66%;
        height: 15px;
        background: RGB(205,217,0);
        position: absolute;
        top: 15px;
}

#header3 {

        margin: 0px;
        padding: 0px;
        width: 33%;
        height: 15px;
        background: RGB(117,160,21);
        position: absolute;
        top: 30px;
}


#title1 {
        width: 150px;
        position: absolute;
        left:  150px;
        top: 93px;
}

#title2 {
        text-align: right;
        position: relative;
        right: 30px;
        top: 45px;
}

#akimo-logo {
        position: absolute;
        left: 30px;
        top: 69px;
}

/* ナビゲーション---------------------------------------------*/

#left {
	padding: 20px 10px 10px 30px;
        float:left;
	width: 160px;
}

html>body #left {
        width: 140px; /* for モダンブラウザ-----*/
}

#left li{
        list-style:none;
        line-height:2.5em;
}

#left li a{
        color:#666666;
        font-size:12px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight:;      
}

.inquiry {
        margin-top: 100px;
}


/* コンテンツ---------------------------------------------*/

#content {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-bottom: 20px;
}
 
#right {
	padding: 0px 30px 10px 0px;
        float: left;
	width: 490px;
}

#page-title {

}


/* フッター---------------------------------------------*/

#footer {
	clear: both;
	width: 100%; /* for WinIE6,7 */
        height: 20px;
	padding-top: 5px;
	background-color:#999999;
	text-align:center;
        position: absolute;
        bottom: 0;

}


#copyright {
        color:#FFFFFF;
        font-size:10px;
        font-family:Arial, Helvetica, sans-serif   
} 


/* ハック--------------------------------------------*/

.clearfix:after {
        content:".";
        display: block;
        height:0;
        clear: both;
        visibility: hidden;
}

.clearfix {
        display: inline-block;
}

.clearfix {
        display: block;
}


/* ブログ記事---------------------------------------------*/

.asset-header {
        margin: 20px 0px 10px 0px;
        padding: 5px 0px 0px 10px;
        height: 20px;
        background: RGB(140,193,31);       
}

.asset-header h3 {
        color: #FFFFFF;
}

.asset-content{
        font-size:12px;
        font-family:Arial, Helvetica, sans-serif;
        line-height:20px;
}

.asset-body {
        margin-bottom: 20px;
        padding: 0px 20px;
        clear: both;
}

.asset-footer {
        margin: 20px 0px;
        text-align: right;
        font-size:10px;
        clear: both;
}    



