html{
    font-size: 100%;
}

body {
	font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 2;
	color: #666666;
}

h1 {
    font-size: 36px;
    line-height: 1.3;
}
h2 {
    font-size: 24px;
    line-height: 1.3;
}
@media screen and (max-width: 640px) {/* 640px以下*/
    body{
    line-height: 2;
    }
    h1{
        font-size: 24px
    }
    h2 {
        font-size: 20px
    }
}

table {
	word-break: break-all;
}

/*480px以下*/
@media screen and (max-width: 480px) {
	table th,
	table td {
    		display: block;
    		width: 100%;
	}
}

td {
	font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
	color: #666666;
}

.img a{
	border-bottom: 0px;
}

a{
	margin: 0px 20px 0px 0px;
	text-decoration: none;
	color : #0000FF;
	border-bottom: 1px solid #BBBBBB;
	line-height: 250%;
}

.normal{
        text-decoration: none;                                        
        color : #666666; 
        border-bottom: 0px;
}

.main_title {
	color: #666666;
	font-weight: bold;
	font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
}

.main {
	padding: 6px 15px 2px 15px;
	color: #666666;
	font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
}

ol {
	margin-top: 0.5em;
	margin-left: 2.em;
	margin-right: 0em;
}

li {margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
	color: #666666;
}

li.c {list-style-type: circle;
	margin-top: 0.2em;
	font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
	color: #666666;
}

.title {
	border-color:#1E90FF;
	border-width:1px; 
	border-style:solid;
	color: #666666;
	border-left: #1E90FF 5px solid;
	font-weight: bold;
	font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
}

.gray {
	color: #1E90FF;
	font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
}
