﻿body {
    font-family:Meiryo;
    font-size:12px;
    color:#000000;
}

#title{
    position:absolute;
    width:310px;
    background-color:#0d396c;
    height:100%;
    color:#FFFFFF;
}

#contens{
    position:absolute;
    left:320px;
    background-color:white;
}

.titleClass:hover{
    color:orange;
}

.titleClass{
    cursor:pointer;
    margin-left:10px;
    margin-top:5px;
}

/*add 2015.09.16*/
.wrapper {
    padding: 0 10px;
	width:990px;
	margin:0 auto;
}
.tutorialContent {
    position: relative;
    min-height: 720px;
}

