@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;
}


h4{
        font-size:12px;
        font-family:Arial, Helvetica, sans-serif;
}

h5{
        font-size:10px;
        font-family:Arial, Helvetica, sans-serif;
}


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



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

a:active {
	color: #CC3300;
}


#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;
        background: url(images/product_headerbg.jpg) no-repeat;
        overflow: hidden;
}

#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 {
        position:relative;
        left: -9930px;
        top: 80px;
}

#title1 h1 {
        font-family: serif;
        font-size: 60px;
        color: #FFFFFF; 
   
}

#title2 {
        text-align: right;
        position:relative;
        right: 20px;
        top: 30px;
        font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", serif;
        font-weight: normal;
        font-size: 48px;
        color: #FFFFFF;     
}

#akimo {
        margin-bottom: 40px;
}

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

#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:;
        
}


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

#content {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-bottom: 20px;
}


#right {
	padding: 0px 30px 10px 0px;
        float: left;
	width: 500px;
}

#page-title-hakusai {
        margin: 20px 0px;
        padding: 0px;
        background: RGB(195,208,123);
        border-left: solid 10px RGB(195,208,123);
}

#page-title-nasu {
        margin: 20px 0px;
        padding: 0px;
        background: RGB(90,68,97);
        border-left: solid 10px #663366;
}

#page-title-kyuri {
        margin: 20px 0px;
        padding: 0px;
        background: RGB(52,84,22);
        border-left: solid 10px RGB(52,84,22);
}

#page-title-kabu {
        margin: 20px 0px;
        padding: 0px;
        background: #FFCCCC;
        border-left: solid 10px #FFCCCC;
}

#page-title-daikon {
        margin: 20px 0px;
        padding: 0px;
        background: #FFFF33;
        border-left: solid 10px #FFFF33;
}

#page-title-kyabetsu {
        margin: 20px 0px;
        padding: 0px;
        background: #FFCC33;
        border-left: solid 10px #FFCC33;
}

#page-title-greenball {
        margin: 20px 0px;
        background: #99CC00;
        border-left: solid 10px #99CC00;
}
#page-title h2 {
        font-weight: normal;
        color: #FFFFFF;
}




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

#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:bottom: 5px;
        border-bottom:#CCCCCC 1px dotted;        
}



.asset-content{

        font-size:12px;
        font-family:Arial, Helvetica, sans-serif;
        line-height:20px;
        clear: both;
}

html>body .asset-content {

}

.asset-photo {
        margin: 0;
        padding: 10px 20px;
        float: left;
        overflow: hidden;
}


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

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

.asset-footer a {
        color: #C0C0C0;
}