﻿@charset "utf-8";

html {
  overflow-y:scroll;
}

*{margin:0;padding:0;}

body{
font: 13px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
background:#f7f7f7 url(../images/bg_ptn.jpg) repeat-x;
}

a{color:#036EB8;text-decoration:none;}
a:hover{color:#1693D8;text-decoration:underline;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}

/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
height: 90px;
}
#headerLeft{
float:left;
}
#headerRight{
float:left;
margin-left:445px;
}

#loginBtn{
/*	width:195px;*/
	clear:both; 
}

#header h1 {
color: #FFF;
padding: 3px 0 2px;
font-size: 10px;
font-weight: normal;
}


/*************
/* トップナビゲーション
*************/
ul#topnav{
clear:both;
margin: 15px 0;
width: 910px;
height: 31px;
background:url(../images/topnav.png) no-repeat 0 0;
}

ul#topnav li{float:left;list-style:none;width:130px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 130px;
height: 46px;
background:url(../images/topnav.png) no-repeat;
}

ul#topnav a#home{background-position:0 0;}
ul#topnav a#point{background-position:-130px 0;}
ul#topnav a#framework{background-position:-260px 0;}
ul#topnav a#course{background-position:-390px 0;}
ul#topnav a#sample{background-position:-520px 0;}
ul#topnav a#env{background-position:-650px 0;}
ul#topnav a#howto{background-position:-780px 0;}

ul#topnav a#home:hover, ul#topnav li.active a#home{background-position:0 -46px;}
ul#topnav a#point:hover, ul#topnav li.active a#point{background-position:-130px -46px;}
ul#topnav a#framework:hover, ul#topnav li.active a#framework{background-position:-260px -46px;}
ul#topnav a#course:hover, ul#topnav li.active a#course{background-position:-390px -46px;}
ul#topnav a#sample:hover, ul#topnav li.active a#sample{background-position:-520px -46px;}
ul#topnav a#env:hover, ul#topnav li.active a#env{background-position:-650px -46px;}
ul#topnav a#howto:hover, ul#topnav li.active a#howto{background-position:-780px -46px;}

li.active a#home{background-position:0 -42px;}
li.active a#guide{background-position:-213px -42px;}
li.active a#course{background-position:-429px -42px;}
li.active a#mp{background-position:-573px -42px;}


/*************
メイン（右側）コンテンツ
*************/
#main {
float: left;
width: 618px;
padding: 25px 0;
display: inline;
}

#mainimage {
margin-top: 30px;
}

#main h2{
margin-bottom: 10px;
padding: 0 10px 0px 20px;
line-height: 40px;
font-size: 14px;
font-weight: bold;
color: #0e3c88;
background: url(../images/heading.png) no-repeat;
}

#main h3 {
font-size: 13px;
font-weight:bold;
line-height: 30px;
padding-left: 5px;
margin-top: 20px;
letter-spacing: 0.2em;
color: #0e3c88;
border-bottom: 1px solid #ccc;
}


#main h4 {
font-size: 13px;
font-weight:bold;
line-height: 30px;
padding-left: 5px;
margin-top: 20px;
letter-spacing: 0.2em;
color: #0e3c88;
}


#main p {
padding: 15px 0px 0px 0px;
}

#main p{
	line-height:22px;
}

#main .txtBody{
width: 598px;
margin: 0 0 0 10px;
padding: 0 0 5px 0;
}

/* 画像を右に回りこみ */
#main .withImage{
width: 598px;
margin: 0 0 0 10px;
padding: 0 0 5px 0;
line-height:22px;
}

#main .withImage img{
float: right;
margin-left: .5em;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#4f4b43;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

.box_img_border{
   border: 1px solid #cccccc;
   padding: 1px;
  margin: 1px;
}

/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 10px 16px 10px 0;
line-height: 1.2;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}


/* ボタン */
p.button{
text-align: center;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: url(../images/button.png) no-repeat;
margin: 0;
}

p.button a{color:#fff;}
p.button a:hover{color:#fff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* エントリーボタン */
p.entryButton{
text-indent:-9999px;
padding: 0;
}

p.entryButton a{
display:block;
width:266px;
height:90px;
background: url(../images/entryButton.png) no-repeat;
margin: 0;
}

p.entryButton a{color:#fff;}
p.entryButton a:hover{color:#fff;}

p.entryButton a:hover{
cursor:pointer;
background-position: 0 -90px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px; margin-top: 20px;}
#main li, #footer li{margin-bottom: 3px;}


/*************
テーブル
*************/
table.env{
	width:100%;
	border:1px solid #CCCCCC;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;	
	background-color:#DDDDDD;
}
table.course{
	width:100%;
	border:1px solid #CCCCCC;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;	
	background-color:#DDDDDD;
}
th{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#CCCCCC;
	text-align:center;
}
td.title{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	width:180px;
	background-color:#EEEEEE;
	text-align:center;
	padding:3px;
}

td.courseTitle{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	width:100px;
	background-color:#EEEEEE;
	text-align:center;
	padding:3px;
}

td.companyTitle{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	width:100px;
	background-color:#EEEEEE;
	text-align:center;
	padding:3px;
}
td.body{
	border-bottom:1px solid #CCCCCC;
	background-color:#FEFEFE;
	padding:3px;
}
td.colspan{
	border-bottom:1px solid #CCCCCC;
	background-color:#FEFEFE;
	padding:3px;
	text-align:center;
}

/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 285px;
padding: 20px 0;
}

#sidebar .sideInnerLeft{
margin: 0 20px 0 0;
}

#sidebar .sideInnerRight{
padding: 0 0 0 20px;
}


#sidebar p{
	margin-bottom: 20px;
}

#sidebar h3 {
margin-top: 5px;
padding: 0 10px 0 20px;
line-height: 40px;
font-size: 14px;
font-weight: bold;
color: #0e3c88;
background: url(../images/heading2.png) no-repeat;
}

#sidebar ul{
padding: 10px 0 0 10px;
}

#sidebar li{
margin: 0 10px 10px 5px;
padding-bottom:10px;
list-style: none;
border-bottom: 1px dashed #d9d4c2;
}

#sidebar li a{
background: url(../images/list.png) no-repeat 0 50%;
display: block;
padding-left:15px;
}

#sidebar li a:hover{background-position: 3px 50%;}




/*************
/* フッター
*************/
#footer{
clear:both;
border-top: 1px solid #e6e4d9;
}

#footer .inner{
overflow: hidden;
}

#footer .inner .box{
	float:left;
	width:680px;
	margin:10px 0 0 10px;
}

#footer .inner .box li{
	float: left;
	width:auto;
	margin-right:20px;
	background: url(../images/list.png) no-repeat 0 50%;
	display: block;
	padding-left:15px;
}



* html #footer .inner{height:1%;}

#footer #logo{
float:left;
margin-right: 10px;
}

address{
padding: 10px 0 10px 0;
text-align: left;
font-style:normal;
font-size: 10px;
line-height:1.5em;
clear:both;
display:block;
color:#999999;
}

